diff options
author | 2003-10-10 21:58:23 +0000 | |
---|---|---|
committer | 2003-10-10 21:58:23 +0000 | |
commit | 64774e05777e6b974421ce071ba2dc1ad1d6694d (patch) | |
tree | c7d7132428f5f0cb05a5fd5c25c7a03f0df12f80 /net-zope/cmf/cmf-1.3.2.ebuild | |
parent | version bump on cmf-1.3.2 for security fix (diff) | |
download | gentoo-2-64774e05777e6b974421ce071ba2dc1ad1d6694d.tar.gz gentoo-2-64774e05777e6b974421ce071ba2dc1ad1d6694d.tar.bz2 gentoo-2-64774e05777e6b974421ce071ba2dc1ad1d6694d.zip |
version bump on cmf-1.3.2 for security fix
Diffstat (limited to 'net-zope/cmf/cmf-1.3.2.ebuild')
-rw-r--r-- | net-zope/cmf/cmf-1.3.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-zope/cmf/cmf-1.3.2.ebuild b/net-zope/cmf/cmf-1.3.2.ebuild new file mode 100644 index 000000000000..e49e7572f134 --- /dev/null +++ b/net-zope/cmf/cmf-1.3.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2003 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.1 2003/10/10 21:58:21 robbat2 Exp $ + +inherit zproduct +S=${WORKDIR}/CMF-${PV} + +DESCRIPTION="Content Management Framework. Services for content-oriented portal sites." + +HOMEPAGE="http://cmf.zope.org/" +SRC_URI="${HOMEPAGE}/download/CMF-${PV}/CMF-${PV}.tar.gz" +SLOT=1.3 +LICENSE="ZPL" +KEYWORDS="~x86 ~ppc" + +ZPROD_LIST="CMFCalendar CMFCore CMFDefault CMFTopic" +MYDOC="DEPENDENCIES.txt INSTALL_CVS.txt ${MYDOC}" + + + + + + |