diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-11-18 16:29:10 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-11-18 16:29:10 +0000 |
commit | 263cb52f643f3b6df4e1c199aa28a337660d5910 (patch) | |
tree | fafb605728c8c054bd83779b35b5a6c1facff9a9 | |
parent | Remove old versions. (diff) | |
download | gentoo-2-263cb52f643f3b6df4e1c199aa28a337660d5910.tar.gz gentoo-2-263cb52f643f3b6df4e1c199aa28a337660d5910.tar.bz2 gentoo-2-263cb52f643f3b6df4e1c199aa28a337660d5910.zip |
Bug 150702; also cleaned up unused patches
(Portage version: 2.1.2_rc1-r7)
-rw-r--r-- | sys-devel/libperl/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/libperl/libperl-5.8.8-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/libperl/ChangeLog b/sys-devel/libperl/ChangeLog index 87b0c07798f3..f002a0542cef 100644 --- a/sys-devel/libperl/ChangeLog +++ b/sys-devel/libperl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/libperl # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.121 2006/10/23 19:34:34 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/ChangeLog,v 1.122 2006/11/18 16:29:10 mcummings Exp $ + + 18 Nov 2006; Michael Cummings <mcummings@gentoo.org> + -files/libperl-reorder-INC.patch, libperl-5.8.8-r1.ebuild: + Bug 150702; also cleaned up unused patches 23 Oct 2006; Michael Cummings <mcummings@gentoo.org> -libperl-5.8.7.ebuild: diff --git a/sys-devel/libperl/libperl-5.8.8-r1.ebuild b/sys-devel/libperl/libperl-5.8.8-r1.ebuild index 70cbf26ce540..349b54052a20 100644 --- a/sys-devel/libperl/libperl-5.8.8-r1.ebuild +++ b/sys-devel/libperl/libperl-5.8.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r1.ebuild,v 1.17 2006/10/17 08:16:42 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/libperl/libperl-5.8.8-r1.ebuild,v 1.18 2006/11/18 16:29:10 mcummings Exp $ # The basic theory based on comments from Daniel Robbins <drobbins@gentoo.org>. # @@ -67,7 +67,7 @@ SRC_URI="mirror://cpan/src/${MY_P}.tar.bz2" HOMEPAGE="http://www.perl.org" SLOT="${PERLSLOT}" LIBPERL="libperl$(get_libname ${PERLSLOT}.${SHORT_PV})" -LICENSE="Artistic GPL-2" +LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" # rac 2004.08.06 |