diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-06 12:04:05 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-06 12:04:05 +0000 |
commit | 52119c5bdfcd0c74deb7beb427d2393811800492 (patch) | |
tree | f59185688567c40438ce4ac068ab34d50874fe85 /net-zope | |
parent | fix -nls borkage (diff) | |
download | historical-52119c5bdfcd0c74deb7beb427d2393811800492.tar.gz historical-52119c5bdfcd0c74deb7beb427d2393811800492.tar.bz2 historical-52119c5bdfcd0c74deb7beb427d2393811800492.zip |
Initial import.
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/cmfforum/ChangeLog | 9 | ||||
-rw-r--r-- | net-zope/cmfforum/cmfforum-1.0.ebuild | 22 | ||||
-rw-r--r-- | net-zope/cmfforum/files/digest-cmfforum-1.0 | 2 |
3 files changed, 33 insertions, 0 deletions
diff --git a/net-zope/cmfforum/ChangeLog b/net-zope/cmfforum/ChangeLog new file mode 100644 index 000000000000..d3ad420dfe38 --- /dev/null +++ b/net-zope/cmfforum/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for net-zope/cmfforum +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfforum/ChangeLog,v 1.1 2003/04/06 12:04:05 kutsuya Exp $ + +*cmfforum-1.0 (06 Apr 2003) + + 06 Apr 2003; Jason Shoemaker <kutsuya@gentoo.org> cmfforum-1.0.ebuild: + Initial import. + diff --git a/net-zope/cmfforum/cmfforum-1.0.ebuild b/net-zope/cmfforum/cmfforum-1.0.ebuild new file mode 100644 index 000000000000..2fe05abcbce8 --- /dev/null +++ b/net-zope/cmfforum/cmfforum-1.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 2002-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfforum/cmfforum-1.0.ebuild,v 1.1 2003/04/06 12:04:05 kutsuya Exp $ + +inherit zproduct + +#DESCRIPTION="Makes it easy to install cmf/plone products." +HOMEPAGE="http://www.sf.net/projects/collective/" +SRC_URI="mirror://sourceforge/collective/CMFForum-${PV}.tgz" +LICENSE="ZPL" +KEYWORDS="x86 ~ppc" +RDEPEND=">=net-zope/cmf-1.3 + ${RDEPEND}" + +ZPROD_LIST="CMFForum" + +pkg_postinst() +{ + zproduct_pkg_postinst + ewarn "Please read README.txt.gz for this product. This product needs to" + ewarn "be manually added to a CMF/Plone site." +} diff --git a/net-zope/cmfforum/files/digest-cmfforum-1.0 b/net-zope/cmfforum/files/digest-cmfforum-1.0 new file mode 100644 index 000000000000..c16d98d42273 --- /dev/null +++ b/net-zope/cmfforum/files/digest-cmfforum-1.0 @@ -0,0 +1,2 @@ +MD5 fe8f7cde85e026458ed37102c094b4ea /cmfforum-1.0.ebuild 586 +MD5 dc9ee26b8c78a32238afd2540dcf258c CMFForum-1.0.tgz 19096 |