diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
commit | c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e (patch) | |
tree | 6bd40a158fd82749126dcc5558feaef88d101b74 /net-zope/cmfforum | |
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/cmfforum')
-rw-r--r-- | net-zope/cmfforum/cmfforum-1.0.ebuild | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net-zope/cmfforum/cmfforum-1.0.ebuild b/net-zope/cmfforum/cmfforum-1.0.ebuild index c3997207c3d2..95bfcdad6d40 100644 --- a/net-zope/cmfforum/cmfforum-1.0.ebuild +++ b/net-zope/cmfforum/cmfforum-1.0.ebuild @@ -1,21 +1,21 @@ -# Copyright 1999-2004 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/cmfforum/cmfforum-1.0.ebuild,v 1.7 2004/06/25 01:18:39 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfforum/cmfforum-1.0.ebuild,v 1.8 2006/01/27 02:28:26 vapier Exp $ inherit zproduct -#DESCRIPTION="Makes it easy to install cmf/plone products." +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}" +KEYWORDS="~ppc x86" + +RDEPEND=">=net-zope/cmf-1.3" ZPROD_LIST="CMFForum" -pkg_postinst() -{ +pkg_postinst() { zproduct_pkg_postinst ewarn "Please use CMFQuickInstallerTool or read the documentation of this" ewarn "product for instruction on how to add this product to your CMF/Plone site." |