diff options
author | 2006-01-27 02:54:22 +0000 | |
---|---|---|
committer | 2006-01-27 02:54:22 +0000 | |
commit | c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e (patch) | |
tree | 6bd40a158fd82749126dcc5558feaef88d101b74 /net-zope/cmf/cmf-1.4.7.ebuild | |
parent | 2.8.0 in the house, and 2.6.0 kicked to the curb. (diff) | |
download | historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.gz historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.bz2 historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.zip |
misc touchups
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-zope/cmf/cmf-1.4.7.ebuild')
-rw-r--r-- | net-zope/cmf/cmf-1.4.7.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net-zope/cmf/cmf-1.4.7.ebuild b/net-zope/cmf/cmf-1.4.7.ebuild index 8fa92c892b00..27ec28cb2d2e 100644 --- a/net-zope/cmf/cmf-1.4.7.ebuild +++ b/net-zope/cmf/cmf-1.4.7.ebuild @@ -1,20 +1,20 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/cmf/cmf-1.4.7.ebuild,v 1.4 2005/03/19 17:08:55 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmf/cmf-1.4.7.ebuild,v 1.5 2006/01/27 02:26:41 vapier 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}" +DESCRIPTION="Content Management Framework. Services for content-oriented portal sites" +HOMEPAGE="http://cmf.zope.org/" SRC_URI="http://www.zope.org/Products/${MY_PN}/${MY_P}/${MY_P}.tar.gz" -SLOT=1.4 + LICENSE="ZPL" -KEYWORDS="x86 ppc ~amd64 ~sparc" -IUSE="" +SLOT="1.4" +KEYWORDS="~amd64 ppc ~sparc x86" + +S=${WORKDIR}/${MY_P} ZPROD_LIST="CMFCalendar CMFCore CMFDefault CMFTopic DCWorkflow" MYDOC="*.txt ${MYDOC}" -S=${WORKDIR}/${MY_P} |