From 8e745435dcfa2be4f066827c5b79c3d38d307cb9 Mon Sep 17 00:00:00 2001 From: Jason Shoemaker Date: Fri, 4 Apr 2003 03:49:38 +0000 Subject: ~x86 -> x86 and added ~ppc. Added ewarning about reading docs for cmf add-ons. --- net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild') 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)" +} + -- cgit v1.2.3-65-gdbad