diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-03-11 05:31:04 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-03-11 05:31:04 +0000 |
commit | e3c171e65d2d41ba8f9954e8ebebf541acf6c273 (patch) | |
tree | 18379e099b19e789ddd156d3cefa215b8e5f787d /net-zope/zope | |
parent | samba-3.0_alpha22 (diff) | |
download | historical-e3c171e65d2d41ba8f9954e8ebebf541acf6c273.tar.gz historical-e3c171e65d2d41ba8f9954e8ebebf541acf6c273.tar.bz2 historical-e3c171e65d2d41ba8f9954e8ebebf541acf6c273.zip |
Fixed some typos, and instructions on how to configure were changed to reflect the move to net-zope.
Diffstat (limited to 'net-zope/zope')
-rw-r--r-- | net-zope/zope/ChangeLog | 5 | ||||
-rw-r--r-- | net-zope/zope/zope-2.6.0-r1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
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 <manson@gentoo.org> : changed sparc ~sparc keywords @@ -30,6 +30,9 @@ *zope-2.6.0-r1 (23 Nov 2002) + 10 Mar 2003; Jason Shoemaker <kutsuya@gentoo.org> zope-2.6.0-r1.ebuild: + Fixed some typos, and corrected stated location of ebuild. + 23 Nov 2002; Grant Goodyear <g2boojum@gentoo.org> 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 } |