diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-03-11 21:43:44 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-03-11 21:43:44 +0000 |
commit | 5c93f52d9b57ede0f3fa8a871b881e23a9bfe611 (patch) | |
tree | a73b887dd6846c2243d069f4e42d21e17802d5dd /dev-lang/perl/ChangeLog | |
parent | Fix rcscript to not clobber return of stop() due to existance of pidfile or not. (diff) | |
download | historical-5c93f52d9b57ede0f3fa8a871b881e23a9bfe611.tar.gz historical-5c93f52d9b57ede0f3fa8a871b881e23a9bfe611.tar.bz2 historical-5c93f52d9b57ede0f3fa8a871b881e23a9bfe611.zip |
Fixed for rmtree patch
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lang/perl/ChangeLog')
-rw-r--r-- | dev-lang/perl/ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/dev-lang/perl/ChangeLog b/dev-lang/perl/ChangeLog index d6455c6ba2b1..bfe0a10777fb 100644 --- a/dev-lang/perl/ChangeLog +++ b/dev-lang/perl/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for dev-lang/perl # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.112 2005/03/11 15:13:49 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.113 2005/03/11 21:43:43 mcummings Exp $ + + 11 Mar 2005; Michael Cummings <mcummings@gentoo.org> + files/CAN-2005-0448-rmtree.patch, perl-5.8.2-r4.ebuild, + perl-5.8.4-r4.ebuild, perl-5.8.5-r5.ebuild, perl-5.8.6-r4.ebuild: + Patch is in the right place and works on any arch. Yay. + + 11 Mar 2005; Michael Cummings <mcummings@gentoo.org> perl-5.8.2-r4.ebuild, + perl-5.8.4-r4.ebuild, perl-5.8.5-r5.ebuild, perl-5.8.6-r4.ebuild: + The last rmtree patch contains a line that checks <archname>/Errno.pm in + your existing perl install. If your kernel changes between perl installs, it + dies horribly. Need to find a cleaner solution first. For everyone that just + bumped their perls, I am terribly sorry that this wasn't realized earlier. 11 Mar 2005; Michael Cummings <mcummings@gentoo.org> -perl-5.8.2-r2.ebuild, -perl-5.8.2-r3.ebuild, -perl-5.8.4-r2.ebuild, -perl-5.8.4-r3.ebuild, |