summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild')
-rw-r--r--net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild12
1 files changed, 10 insertions, 2 deletions
diff --git a/net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild b/net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild
index d5e985c1bf59..4b6639ac6da3 100644
--- a/net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild
+++ b/net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild,v 1.1 2003/03/09 04:06:12 kutsuya Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild,v 1.2 2003/04/04 03:49:38 kutsuya Exp $
inherit zproduct
@@ -8,8 +8,16 @@ DESCRIPTION="Zope/CMF-based bugtracking system."
HOMEPAGE="http://www.zope.org/Members/ajung/CMFCollectorNG/Wiki/FrontPage"
SRC_URI="mirror://sourceforge/cmfcollectorng/CMFCollectorNG-${PV}.tar.gz"
LICENSE="ZPL"
-KEYWORDS="~x86"
+KEYWORDS="x86 ~ppc"
RDEPEND=">=net-zope/cmf-1.3
${RDEPEND}"
+
ZPROD_LIST="CMFCollectorNG"
+pkg_postinst()
+{
+ zproduct_pkg_postinst
+ ewarn "Please read INSTALL.txt.gz for this product to understand how to"
+ ewarn "'add' this product into a CMF site. (i.e. external method)"
+}
+