From efb9445e96e2048bd6c7eda5079b59e9b2f6b019 Mon Sep 17 00:00:00 2001 From: Jason Shoemaker Date: Tue, 11 Mar 2003 05:31:04 +0000 Subject: Fixed some typos, and instructions on how to configure were changed to reflect the move to net-zope. --- net-zope/zope/ChangeLog | 5 ++++- net-zope/zope/zope-2.6.0-r1.ebuild | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'net-zope/zope') diff --git a/net-zope/zope/ChangeLog b/net-zope/zope/ChangeLog index 904226cf3b1f..8093ad6b68ea 100644 --- a/net-zope/zope/ChangeLog +++ b/net-zope/zope/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for net-zope/zope # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/ChangeLog,v 1.2 2003/03/11 05:31:04 kutsuya Exp $ 06 Dec 2002; Rodney Rees : changed sparc ~sparc keywords @@ -30,6 +30,9 @@ *zope-2.6.0-r1 (23 Nov 2002) + 10 Mar 2003; Jason Shoemaker zope-2.6.0-r1.ebuild: + Fixed some typos, and corrected stated location of ebuild. + 23 Nov 2002; Grant Goodyear zope-2.6.0-r1.ebuild : Added ebuild from Bug #10758 (thanks to Maurizio Disimino!) which should ensure that python 2.1.3* is used, the init script is now properly diff --git a/net-zope/zope/zope-2.6.0-r1.ebuild b/net-zope/zope/zope-2.6.0-r1.ebuild index 7fb78db15271..772d3296ee09 100644 --- a/net-zope/zope/zope-2.6.0-r1.ebuild +++ b/net-zope/zope/zope-2.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.6.0-r1.ebuild,v 1.1 2003/03/03 23:43:22 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/zope-2.6.0-r1.ebuild,v 1.2 2003/03/11 05:31:04 kutsuya Exp $ S="${WORKDIR}/Zope-${PV}-src" @@ -56,11 +56,11 @@ src_install() { } pkg_postinst() { - einfo "To get zope running you must execure the following:" - einfo "\tebuild /var/db/pkg/net-www/${PF}/${PF}.ebuild config" + einfo "To get zope running you must execute the following:" + einfo "\tebuild /var/db/pkg/net-zope/${PF}/${PF}.ebuild config" } pkg_config() { - einfo ">>> Create inital user..." + einfo ">>> Create initial user..." python2.1 ${ROOT}${ZOPEDIR}zpasswd.py ${ROOT}${ZOPEDIR}inituser } -- cgit v1.2.3-65-gdbad