diff options
author | Michael Cummings <mcummings@gentoo.org> | 2003-01-16 20:12:13 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2003-01-16 20:12:13 +0000 |
commit | 55047654d0a728306b18c3b81245dbbcc71fd177 (patch) | |
tree | 85af370cebc7c221239831845431d57ccc232313 /sys-devel | |
parent | Version bump. (diff) | |
download | gentoo-2-55047654d0a728306b18c3b81245dbbcc71fd177.tar.gz gentoo-2-55047654d0a728306b18c3b81245dbbcc71fd177.tar.bz2 gentoo-2-55047654d0a728306b18c3b81245dbbcc71fd177.zip |
typo fix again (einfo block, text scrolled too far)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/perl/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/perl/perl-5.8.0-r9.ebuild | 11 |
2 files changed, 11 insertions, 6 deletions
diff --git a/sys-devel/perl/ChangeLog b/sys-devel/perl/ChangeLog index 400fa3db5f5a..0051b42b4ef4 100644 --- a/sys-devel/perl/ChangeLog +++ b/sys-devel/perl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/perl # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/ChangeLog,v 1.46 2003/01/16 01:38:31 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/ChangeLog,v 1.47 2003/01/16 20:12:13 mcummings Exp $ + + 16 Jan 2003; Michael Cummings <mcummings@gentoo.org> perl-5.8.0-r9; + + Typo fix, this one in an einfo. *perl-5.8.0-r9 (15 Jan 2003) diff --git a/sys-devel/perl/perl-5.8.0-r9.ebuild b/sys-devel/perl/perl-5.8.0-r9.ebuild index df8c2cf8322a..509c0bcab73a 100644 --- a/sys-devel/perl/perl-5.8.0-r9.ebuild +++ b/sys-devel/perl/perl-5.8.0-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.8.0-r9.ebuild,v 1.1 2003/01/16 01:38:31 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/perl/perl-5.8.0-r9.ebuild,v 1.2 2003/01/16 20:12:13 mcummings Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -250,6 +250,7 @@ sleep 10 -Duselargefiles \ -Dd_dosuid \ -Dd_semctl_semun \ + -Dscriptdir=/usr/bin \ -Dman3ext='3pm' \ -Dcf_by='Gentoo' \ -Ud_csh \ @@ -419,10 +420,10 @@ pkg_postinst() { eerror "you may need to recompile applications that" eerror "were emerged against the old libperl.so" eerror "" - eerror "${FILESDIR}/libperl_rebuilder is provided " - eerror "to assist with this. PLEASE DO NOT INTERRUPT" - eerror "THE RUNNING OF THIS SCRIPT. Part of the " - eerror "rebuilding of applications compiled against " + eerror "${FILESDIR}/libperl_rebuilder " + eerror "is provided to assist with this. " + eerror "PLEASE DO NOT INTERRUPT THE RUNNING OF THIS SCRIPT." + eerror "Part of the rebuilding of applications compiled against " eerror "your old libperl involves temporarily unmerging" eerror "them - interruptions could leave you with unmerged" eerror "packages before they can be remerged." |