diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2006-03-18 19:00:06 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2006-03-18 19:00:06 +0000 |
commit | e51a4e0b1ae53bc070d9650b38f1f0d4282ff56b (patch) | |
tree | c4a84a609ec4d2184575ccb82b0cf8be01d1fac2 /net-zope/cmf/cmf-1.5.6.ebuild | |
parent | Remove the obsolete sed dependency. (diff) | |
download | gentoo-2-e51a4e0b1ae53bc070d9650b38f1f0d4282ff56b.tar.gz gentoo-2-e51a4e0b1ae53bc070d9650b38f1f0d4282ff56b.tar.bz2 gentoo-2-e51a4e0b1ae53bc070d9650b38f1f0d4282ff56b.zip |
version bump and removed old packages
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'net-zope/cmf/cmf-1.5.6.ebuild')
-rw-r--r-- | net-zope/cmf/cmf-1.5.6.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-zope/cmf/cmf-1.5.6.ebuild b/net-zope/cmf/cmf-1.5.6.ebuild new file mode 100644 index 000000000000..ad38d5e50b17 --- /dev/null +++ b/net-zope/cmf/cmf-1.5.6.ebuild @@ -0,0 +1,20 @@ +# 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.5.6.ebuild,v 1.1 2006/03/18 19:00:06 radek Exp $ + +inherit zproduct + +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" + +LICENSE="ZPL" +SLOT="1.5" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" + +S=${WORKDIR}/${MY_P} + +ZPROD_LIST="CMFActionIcons CMFSetup CMFUid CMFCalendar CMFCore CMFDefault CMFTopic DCWorkflow" +MYDOC="*.txt ${MYDOC}" |