blob: 3235bd5a526697ab1d282c7f2b9d4c94d88dd950 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/cmf/cmf-1.3.2.ebuild,v 1.3 2004/01/29 13:18:22 lanius Exp $
inherit zproduct
DESCRIPTION="Content Management Framework. Services for content-oriented portal sites."
HOMEPAGE="http://cmf.zope.org/"
MY_PN="CMF"
MY_P="${MY_PN}-${PV}"
SRC_URI="${HOMEPAGE}/download/${MY_P}/${MY_P}.tar.gz"
SLOT=1.3
LICENSE="ZPL"
KEYWORDS="x86"
ZPROD_LIST="CMFCalendar CMFCore CMFDefault CMFTopic"
MYDOC="*.txt ${MYDOC}"
S=${WORKDIR}/${MY_P}
|