summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-zope/cmfforum')
-rw-r--r--net-zope/cmfforum/ChangeLog5
-rw-r--r--net-zope/cmfforum/Manifest4
-rw-r--r--net-zope/cmfforum/cmfforum-1.0.ebuild8
3 files changed, 10 insertions, 7 deletions
diff --git a/net-zope/cmfforum/ChangeLog b/net-zope/cmfforum/ChangeLog
index d3ad420dfe38..0c76fcec6c22 100644
--- a/net-zope/cmfforum/ChangeLog
+++ b/net-zope/cmfforum/ChangeLog
@@ -1,6 +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 $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfforum/ChangeLog,v 1.2 2003/06/22 20:04:36 kutsuya Exp $
+
+ 22 Jun 2003; Jason Shoemaker <kutsuya@gentoo.org> cmfforum-1.0.ebuild:
+ ~ppc -> ppc. Modified ewarning to mention QuickInstaller.
*cmfforum-1.0 (06 Apr 2003)
diff --git a/net-zope/cmfforum/Manifest b/net-zope/cmfforum/Manifest
index 1021ce234070..7ddb2c5b452b 100644
--- a/net-zope/cmfforum/Manifest
+++ b/net-zope/cmfforum/Manifest
@@ -1,3 +1,3 @@
-MD5 89a2a6266c4e50f46ff9873c7a2d0865 ChangeLog 338
-MD5 22326355f64fc93f7584272e36e71b71 cmfforum-1.0.ebuild 687
+MD5 0bf8deff6cf4fabde407056301369c48 cmfforum-1.0.ebuild 723
+MD5 b2bae65ee36577eb9b4b81c4860fdceb ChangeLog 472
MD5 f2d532791a6c2032bcfc3fefc775f01c files/digest-cmfforum-1.0 122
diff --git a/net-zope/cmfforum/cmfforum-1.0.ebuild b/net-zope/cmfforum/cmfforum-1.0.ebuild
index 2fe05abcbce8..593fe67d18d8 100644
--- a/net-zope/cmfforum/cmfforum-1.0.ebuild
+++ b/net-zope/cmfforum/cmfforum-1.0.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfforum/cmfforum-1.0.ebuild,v 1.2 2003/06/22 20:04:36 kutsuya Exp $
inherit zproduct
@@ -8,7 +8,7 @@ inherit zproduct
HOMEPAGE="http://www.sf.net/projects/collective/"
SRC_URI="mirror://sourceforge/collective/CMFForum-${PV}.tgz"
LICENSE="ZPL"
-KEYWORDS="x86 ~ppc"
+KEYWORDS="x86 ppc"
RDEPEND=">=net-zope/cmf-1.3
${RDEPEND}"
@@ -17,6 +17,6 @@ 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."
+ 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."
}