diff options
author | Jodok Batlogg <batlogg@gentoo.org> | 2004-07-27 19:04:48 +0000 |
---|---|---|
committer | Jodok Batlogg <batlogg@gentoo.org> | 2004-07-27 19:04:48 +0000 |
commit | f811449c947a77890afac0692df3faaed030f77c (patch) | |
tree | 8439fc8697a53ba2b65324dfb12da02701b38cbd /net-zope/cmf/cmf-1.4.4.ebuild | |
parent | version bump, removing old ebuild, added IUSE (Manifest recommit) (diff) | |
download | gentoo-2-f811449c947a77890afac0692df3faaed030f77c.tar.gz gentoo-2-f811449c947a77890afac0692df3faaed030f77c.tar.bz2 gentoo-2-f811449c947a77890afac0692df3faaed030f77c.zip |
version bump, removed old versions, added to ~ppc
Diffstat (limited to 'net-zope/cmf/cmf-1.4.4.ebuild')
-rw-r--r-- | net-zope/cmf/cmf-1.4.4.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-zope/cmf/cmf-1.4.4.ebuild b/net-zope/cmf/cmf-1.4.4.ebuild new file mode 100644 index 000000000000..5a6f5a8c1bb1 --- /dev/null +++ b/net-zope/cmf/cmf-1.4.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmf/cmf-1.4.4.ebuild,v 1.1 2004/07/27 19:04:48 batlogg 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.4 +LICENSE="ZPL" +KEYWORDS="~x86 ~ppc" +IUSE="" + +ZPROD_LIST="CMFCalendar CMFCore CMFDefault CMFTopic DCWorkflow" +MYDOC="*.txt ${MYDOC}" +S=${WORKDIR}/${MY_P} |