diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-17 08:15:16 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-17 08:15:16 +0000 |
commit | 77dc1ee373dd041427dd0cb45adfaa2669482235 (patch) | |
tree | 97702343aec0b61f1269dfef57c9a3a73dbc180e /perl-core | |
parent | Cleanup (diff) | |
download | historical-77dc1ee373dd041427dd0cb45adfaa2669482235.tar.gz historical-77dc1ee373dd041427dd0cb45adfaa2669482235.tar.bz2 historical-77dc1ee373dd041427dd0cb45adfaa2669482235.zip |
Cleanup
Package-Manager: portage-2.2.0_alpha15/cvs/Linux x86_64
Diffstat (limited to 'perl-core')
111 files changed, 178 insertions, 1775 deletions
diff --git a/perl-core/Attribute-Handlers/Attribute-Handlers-0.87.ebuild b/perl-core/Attribute-Handlers/Attribute-Handlers-0.87.ebuild deleted file mode 100644 index 085f5bf13760..000000000000 --- a/perl-core/Attribute-Handlers/Attribute-Handlers-0.87.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Attribute-Handlers/Attribute-Handlers-0.87.ebuild,v 1.5 2010/01/07 23:36:51 josejx Exp $ - -EAPI=2 - -MODULE_AUTHOR=SMUELLER -inherit perl-module - -DESCRIPTION="Simpler definition of attribute handlers" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -SRC_TEST=do diff --git a/perl-core/Attribute-Handlers/ChangeLog b/perl-core/Attribute-Handlers/ChangeLog index b44db8c38a74..18f2227c14ee 100644 --- a/perl-core/Attribute-Handlers/ChangeLog +++ b/perl-core/Attribute-Handlers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Attribute-Handlers # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Attribute-Handlers/ChangeLog,v 1.14 2011/01/08 18:41:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Attribute-Handlers/ChangeLog,v 1.15 2011/01/17 08:15:16 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> + -Attribute-Handlers-0.87.ebuild: + Cleanup 08 Jan 2011; Jeroen Roovers <jer@gentoo.org> Attribute-Handlers-0.88.ebuild: Stable for HPPA (bug #350877). diff --git a/perl-core/AutoLoader/AutoLoader-5.70.ebuild b/perl-core/AutoLoader/AutoLoader-5.70.ebuild deleted file mode 100644 index fb137b39533f..000000000000 --- a/perl-core/AutoLoader/AutoLoader-5.70.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/AutoLoader/AutoLoader-5.70.ebuild,v 1.2 2009/10/27 17:25:23 volkmar Exp $ - -EAPI=2 - -MODULE_AUTHOR=SMUELLER -inherit perl-module - -DESCRIPTION="load subroutines only on demand" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -SRC_TEST=do diff --git a/perl-core/AutoLoader/ChangeLog b/perl-core/AutoLoader/ChangeLog index 657159077951..63b9f497f6b1 100644 --- a/perl-core/AutoLoader/ChangeLog +++ b/perl-core/AutoLoader/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/AutoLoader -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/AutoLoader/ChangeLog,v 1.7 2010/12/18 09:57:01 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/AutoLoader/ChangeLog,v 1.8 2011/01/17 08:14:30 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -AutoLoader-5.70.ebuild: + Cleanup 18 Dec 2010; Torsten Veller <tove@gentoo.org> AutoLoader-5.71.ebuild: Stable on x86 and amd64 (#348830) diff --git a/perl-core/Class-ISA/ChangeLog b/perl-core/Class-ISA/ChangeLog index d2b7cb7578e5..42ab1a0afa43 100644 --- a/perl-core/Class-ISA/ChangeLog +++ b/perl-core/Class-ISA/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Class-ISA -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/ChangeLog,v 1.14 2010/10/22 18:10:58 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/ChangeLog,v 1.15 2011/01/17 08:13:50 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Class-ISA-0.33.ebuild, + -Class-ISA-0.35.ebuild: + Cleanup 22 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> Class-ISA-0.36.ebuild: ppc64 stable wrt #333421 diff --git a/perl-core/Class-ISA/Class-ISA-0.33.ebuild b/perl-core/Class-ISA/Class-ISA-0.33.ebuild deleted file mode 100644 index 37d6ff73dd55..000000000000 --- a/perl-core/Class-ISA/Class-ISA-0.33.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/Class-ISA-0.33.ebuild,v 1.2 2009/09/24 06:38:06 tove Exp $ - -inherit perl-module - -DESCRIPTION="Report the search path thru an ISA tree" -SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~sburke" - -LICENSE="Artistic" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" - -SRC_TEST="do" -SLOT="0" -DEPEND="dev-lang/perl" diff --git a/perl-core/Class-ISA/Class-ISA-0.35.ebuild b/perl-core/Class-ISA/Class-ISA-0.35.ebuild deleted file mode 100644 index 7db3a353c005..000000000000 --- a/perl-core/Class-ISA/Class-ISA-0.35.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Class-ISA/Class-ISA-0.35.ebuild,v 1.6 2010/01/05 18:45:26 nixnut Exp $ - -EAPI=2 - -MODULE_AUTHOR=SMUELLER -inherit perl-module - -DESCRIPTION="Report the search path thru an ISA tree" - -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" - -SRC_TEST="do" diff --git a/perl-core/Compress-Raw-Bzip2/ChangeLog b/perl-core/Compress-Raw-Bzip2/ChangeLog index 0538becd54e0..7f2d3f8a33a3 100644 --- a/perl-core/Compress-Raw-Bzip2/ChangeLog +++ b/perl-core/Compress-Raw-Bzip2/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Compress-Raw-Bzip2 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/ChangeLog,v 1.35 2011/01/13 10:10:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/ChangeLog,v 1.36 2011/01/17 08:06:40 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> + -Compress-Raw-Bzip2-2.021.ebuild, -Compress-Raw-Bzip2-2.025.ebuild, + -Compress-Raw-Bzip2-2.026.ebuild, -Compress-Raw-Bzip2-2.027.ebuild, + -Compress-Raw-Bzip2-2.030.ebuild: + Cleanup *Compress-Raw-Bzip2-2.33 (13 Jan 2011) diff --git a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.021.ebuild b/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.021.ebuild deleted file mode 100644 index 800fc2e51bdb..000000000000 --- a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.021.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.021.ebuild,v 1.11 2010/01/25 10:24:12 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=PMQS -inherit perl-module - -DESCRIPTION="Low-Level Interface to bzip2 compression library" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="app-arch/bzip2" -DEPEND="${RDEPEND}" -# test? ( dev-perl/Test-Pod )" - -SRC_TEST=do - -src_configure(){ - BUILD_BZIP2=0 BZIP2_INCLUDE=. BZIP2_LIB= \ - perl-module_src_configure -} diff --git a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.025.ebuild b/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.025.ebuild deleted file mode 100644 index 346f87dec5a0..000000000000 --- a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.025.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.025.ebuild,v 1.1 2010/04/07 08:49:28 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=PMQS -inherit perl-module - -DESCRIPTION="Low-Level Interface to bzip2 compression library" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="app-arch/bzip2" -DEPEND="${RDEPEND}" -# test? ( dev-perl/Test-Pod )" - -SRC_TEST=do - -src_configure(){ - BUILD_BZIP2=0 BZIP2_INCLUDE=. BZIP2_LIB= \ - perl-module_src_configure -} diff --git a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.026.ebuild b/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.026.ebuild deleted file mode 100644 index 0ed153119852..000000000000 --- a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.026.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.026.ebuild,v 1.1 2010/04/08 07:21:09 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=PMQS -inherit perl-module - -DESCRIPTION="Low-Level Interface to bzip2 compression library" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="app-arch/bzip2" -DEPEND="${RDEPEND}" -# test? ( dev-perl/Test-Pod )" - -SRC_TEST=do - -src_configure(){ - BUILD_BZIP2=0 BZIP2_INCLUDE=. BZIP2_LIB= \ - perl-module_src_configure -} diff --git a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.027.ebuild b/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.027.ebuild deleted file mode 100644 index 030c327bb5bd..000000000000 --- a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.027.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.027.ebuild,v 1.1 2010/04/25 06:43:17 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=PMQS -inherit perl-module - -DESCRIPTION="Low-Level Interface to bzip2 compression library" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="app-arch/bzip2" -DEPEND="${RDEPEND}" -# test? ( dev-perl/Test-Pod )" - -SRC_TEST=do - -src_configure(){ - BUILD_BZIP2=0 BZIP2_INCLUDE=. BZIP2_LIB= \ - perl-module_src_configure -} diff --git a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.030.ebuild b/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.030.ebuild deleted file mode 100644 index b9c1d9090340..000000000000 --- a/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.030.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Bzip2/Compress-Raw-Bzip2-2.030.ebuild,v 1.1 2010/07/26 05:41:31 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=PMQS -inherit perl-module - -DESCRIPTION="Low-Level Interface to bzip2 compression library" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="app-arch/bzip2" -DEPEND="${RDEPEND}" -# test? ( dev-perl/Test-Pod )" - -SRC_TEST=do - -src_configure(){ - BUILD_BZIP2=0 BZIP2_INCLUDE=. BZIP2_LIB= \ - perl-module_src_configure -} diff --git a/perl-core/Compress-Raw-Zlib/ChangeLog b/perl-core/Compress-Raw-Zlib/ChangeLog index 282157e1e141..653c6c1ccd77 100644 --- a/perl-core/Compress-Raw-Zlib/ChangeLog +++ b/perl-core/Compress-Raw-Zlib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/Compress-Raw-Zlib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.36 2011/01/13 10:07:24 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/ChangeLog,v 1.37 2011/01/17 08:05:25 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> + -Compress-Raw-Zlib-2.021.ebuild, -Compress-Raw-Zlib-2.025.ebuild, + -Compress-Raw-Zlib-2.026.ebuild, -Compress-Raw-Zlib-2.027.ebuild, + -Compress-Raw-Zlib-2.030.ebuild: + Cleanup *Compress-Raw-Zlib-2.33 (13 Jan 2011) diff --git a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild deleted file mode 100644 index 2dc79379927b..000000000000 --- a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.021.ebuild,v 1.11 2010/01/25 10:22:36 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=PMQS -inherit multilib perl-module - -DESCRIPTION="Low-Level Interface to zlib compression library" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=">=sys-libs/zlib-1.2.2.1" -DEPEND="${RDEPEND}" -# test? ( dev-perl/Test-Pod )" - -SRC_TEST="do" - -src_prepare() { - use prefix || EPREFIX= - perl-module_src_prepare - - cat <<-EOF > "${S}/config.in" - BUILD_ZLIB = False - INCLUDE = ${EPREFIX}/usr/include - LIB = ${EPREFIX}/usr/$(get_libdir) - - OLD_ZLIB = False - GZIP_OS_CODE = AUTO_DETECT - EOF -} diff --git a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.025.ebuild b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.025.ebuild deleted file mode 100644 index b02f26387ed3..000000000000 --- a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.025.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.025.ebuild,v 1.1 2010/04/07 08:48:09 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=PMQS -inherit multilib perl-module - -DESCRIPTION="Low-Level Interface to zlib compression library" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=">=sys-libs/zlib-1.2.4" -DEPEND="${RDEPEND}" -# test? ( dev-perl/Test-Pod )" - -SRC_TEST="do" - -src_prepare() { - use prefix || EPREFIX= - perl-module_src_prepare - - cat <<-EOF > "${S}/config.in" - BUILD_ZLIB = False - INCLUDE = ${EPREFIX}/usr/include - LIB = ${EPREFIX}/usr/$(get_libdir) - - OLD_ZLIB = False - GZIP_OS_CODE = AUTO_DETECT - EOF -} diff --git a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.026.ebuild b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.026.ebuild deleted file mode 100644 index 138aac77d4ff..000000000000 --- a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.026.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.026.ebuild,v 1.1 2010/04/08 07:20:30 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=PMQS -inherit multilib perl-module - -DESCRIPTION="Low-Level Interface to zlib compression library" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=">=sys-libs/zlib-1.2.4" -DEPEND="${RDEPEND}" -# test? ( dev-perl/Test-Pod )" - -SRC_TEST="do" - -src_prepare() { - use prefix || EPREFIX= - perl-module_src_prepare - - cat <<-EOF > "${S}/config.in" - BUILD_ZLIB = False - INCLUDE = ${EPREFIX}/usr/include - LIB = ${EPREFIX}/usr/$(get_libdir) - - OLD_ZLIB = False - GZIP_OS_CODE = AUTO_DETECT - EOF -} diff --git a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.027.ebuild b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.027.ebuild deleted file mode 100644 index 36e01a27e6a8..000000000000 --- a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.027.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.027.ebuild,v 1.1 2010/04/25 06:44:06 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=PMQS -inherit multilib perl-module - -DESCRIPTION="Low-Level Interface to zlib compression library" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=">=sys-libs/zlib-1.2.5" -DEPEND="${RDEPEND}" -# test? ( dev-perl/Test-Pod )" - -SRC_TEST="do" - -src_prepare() { - use prefix || EPREFIX= - perl-module_src_prepare - - cat <<-EOF > "${S}/config.in" - BUILD_ZLIB = False - INCLUDE = ${EPREFIX}/usr/include - LIB = ${EPREFIX}/usr/$(get_libdir) - - OLD_ZLIB = False - GZIP_OS_CODE = AUTO_DETECT - EOF -} diff --git a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.030.ebuild b/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.030.ebuild deleted file mode 100644 index 9eb47ba3259a..000000000000 --- a/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.030.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.030.ebuild,v 1.1 2010/07/26 05:41:58 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=PMQS -inherit multilib perl-module - -DESCRIPTION="Low-Level Interface to zlib compression library" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND=">=sys-libs/zlib-1.2.5" -DEPEND="${RDEPEND}" -# test? ( dev-perl/Test-Pod )" - -SRC_TEST="do" - -src_prepare() { - use prefix || EPREFIX= - perl-module_src_prepare - - cat <<-EOF > "${S}/config.in" - BUILD_ZLIB = False - INCLUDE = ${EPREFIX}/usr/include - LIB = ${EPREFIX}/usr/$(get_libdir) - - OLD_ZLIB = False - GZIP_OS_CODE = AUTO_DETECT - EOF -} diff --git a/perl-core/Digest-MD5/ChangeLog b/perl-core/Digest-MD5/ChangeLog index 2af039af6755..95402204149e 100644 --- a/perl-core/Digest-MD5/ChangeLog +++ b/perl-core/Digest-MD5/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Digest-MD5 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.36 2010/10/05 17:25:24 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/ChangeLog,v 1.37 2011/01/17 08:13:07 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Digest-MD5-2.40.ebuild, + -Digest-MD5-2.50.ebuild: + Cleanup *Digest-MD5-2.51 (05 Oct 2010) diff --git a/perl-core/Digest-MD5/Digest-MD5-2.40.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.40.ebuild deleted file mode 100644 index 11931597e2ed..000000000000 --- a/perl-core/Digest-MD5/Digest-MD5-2.40.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.40.ebuild,v 1.2 2010/09/03 12:20:47 fauli Exp $ - -EAPI=2 - -MODULE_AUTHOR=GAAS -inherit perl-module - -DESCRIPTION="MD5 message digest algorithm" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="virtual/perl-digest-base" -DEPEND="${RDEPEND}" - -SRC_TEST=do -mydoc="rfc*.txt" diff --git a/perl-core/Digest-MD5/Digest-MD5-2.50.ebuild b/perl-core/Digest-MD5/Digest-MD5-2.50.ebuild deleted file mode 100644 index e0fa28c0ac79..000000000000 --- a/perl-core/Digest-MD5/Digest-MD5-2.50.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Digest-MD5/Digest-MD5-2.50.ebuild,v 1.1 2010/09/26 07:39:28 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=GAAS -inherit perl-module - -DESCRIPTION="MD5 message digest algorithm" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="virtual/perl-digest-base" -DEPEND="${RDEPEND}" - -SRC_TEST=do -mydoc="rfc*.txt" diff --git a/perl-core/ExtUtils-CBuilder/ChangeLog b/perl-core/ExtUtils-CBuilder/ChangeLog index 897839da5b89..9b63c7802201 100644 --- a/perl-core/ExtUtils-CBuilder/ChangeLog +++ b/perl-core/ExtUtils-CBuilder/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/ExtUtils-CBuilder # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-CBuilder/ChangeLog,v 1.29 2011/01/13 10:22:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-CBuilder/ChangeLog,v 1.30 2011/01/17 08:12:04 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -ExtUtils-CBuilder-0.27.ebuild, + -ExtUtils-CBuilder-0.27.01.ebuild, -ExtUtils-CBuilder-0.27.02.ebuild: + Cleanup *ExtUtils-CBuilder-0.280.200 (13 Jan 2011) diff --git a/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.27.01.ebuild b/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.27.01.ebuild deleted file mode 100644 index e108c539ab6b..000000000000 --- a/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.27.01.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.27.01.ebuild,v 1.1 2010/02/17 15:24:27 tove Exp $ - -EAPI=2 - -inherit versionator -MY_P=${PN}-$(delete_version_separator 2 ) -MODULE_AUTHOR=DAGOLDEN -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Compile and link C code for Perl modules" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -SRC_TEST="do" diff --git a/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.27.02.ebuild b/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.27.02.ebuild deleted file mode 100644 index df28594f870c..000000000000 --- a/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.27.02.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.27.02.ebuild,v 1.1 2010/02/23 15:30:25 tove Exp $ - -EAPI=2 - -inherit versionator -MY_P=${PN}-$(delete_version_separator 2 ) -MODULE_AUTHOR=DAGOLDEN -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Compile and link C code for Perl modules" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -SRC_TEST="do" diff --git a/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.27.ebuild b/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.27.ebuild deleted file mode 100644 index 6bbeea6acef2..000000000000 --- a/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.27.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-CBuilder/ExtUtils-CBuilder-0.27.ebuild,v 1.3 2009/12/16 21:48:03 abcd Exp $ - -EAPI=2 - -inherit versionator -MY_P=${PN}-$(delete_version_separator 2 ) -MODULE_AUTHOR=DAGOLDEN -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Compile and link C code for Perl modules" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -SRC_TEST="do" diff --git a/perl-core/ExtUtils-MakeMaker/ChangeLog b/perl-core/ExtUtils-MakeMaker/ChangeLog index f88514f3f3d9..b8fdc4700262 100644 --- a/perl-core/ExtUtils-MakeMaker/ChangeLog +++ b/perl-core/ExtUtils-MakeMaker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/ExtUtils-MakeMaker -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 1.21 2010/09/13 14:41:47 josejx Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ChangeLog,v 1.22 2011/01/17 08:11:00 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> + -ExtUtils-MakeMaker-6.56.ebuild: + Cleanup 13 Sep 2010; Joseph Jezak <josejx@gentoo.org> ExtUtils-MakeMaker-6.56-r1.ebuild: diff --git a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.56.ebuild b/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.56.ebuild deleted file mode 100644 index 3dc63d6b1648..000000000000 --- a/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.56.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.56.ebuild,v 1.5 2010/05/14 15:49:18 jer Exp $ - -EAPI=2 - -MODULE_AUTHOR=MSCHWERN -inherit perl-module - -DESCRIPTION="Create a module Makefile" -HOMEPAGE="http://makemaker.org ${HOMEPAGE}" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -PATCHES=( "${FILESDIR}/RUNPATH-6.54.patch" ) - -DEPEND=">=virtual/perl-ExtUtils-Manifest-1.56 - >=virtual/perl-ExtUtils-Command-1.16 - >=virtual/perl-ExtUtils-Install-1.52" -RDEPEND="${DEPEND} - !!<dev-lang/perl-5.8.8-r7" - -SRC_TEST=do diff --git a/perl-core/ExtUtils-ParseXS/ChangeLog b/perl-core/ExtUtils-ParseXS/ChangeLog index 4ed56b1ef4ac..ed1a29600bde 100644 --- a/perl-core/ExtUtils-ParseXS/ChangeLog +++ b/perl-core/ExtUtils-ParseXS/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for perl-core/ExtUtils-ParseXS -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog,v 1.31 2010/10/22 18:14:19 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ChangeLog,v 1.32 2011/01/17 08:09:51 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> + -ExtUtils-ParseXS-2.20.0401.ebuild, -ExtUtils-ParseXS-2.21.ebuild, + -ExtUtils-ParseXS-2.22.ebuild, -ExtUtils-ParseXS-2.22.01.ebuild, + -ExtUtils-ParseXS-2.22.02.ebuild, -ExtUtils-ParseXS-2.22.02-r1.ebuild: + Cleanup 22 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> ExtUtils-ParseXS-2.22.05.ebuild: diff --git a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.20.0401.ebuild b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.20.0401.ebuild deleted file mode 100644 index 5e8261d0d524..000000000000 --- a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.20.0401.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.20.0401.ebuild,v 1.9 2010/01/05 18:50:09 nixnut Exp $ - -EAPI=2 - -inherit versionator -MY_P=${PN}-$(delete_version_separator 2 ) -S=${WORKDIR}/${MY_P} -MODULE_AUTHOR=DAGOLDEN -inherit perl-module - -DESCRIPTION="Converts Perl XS code into C code" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-CBuilder - virtual/perl-Module-Build" - -SRC_TEST="do" diff --git a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.21.ebuild b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.21.ebuild deleted file mode 100644 index fd6b8655d2b6..000000000000 --- a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.21.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.21.ebuild,v 1.2 2009/12/16 21:48:27 abcd Exp $ - -EAPI=2 - -#inherit versionator -#MY_P=${PN}-$(delete_version_separator 2 ) -#S=${WORKDIR}/${MY_P} -MODULE_AUTHOR=DAGOLDEN -inherit perl-module - -DESCRIPTION="Converts Perl XS code into C code" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-CBuilder - virtual/perl-Module-Build" - -SRC_TEST="do" diff --git a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.01.ebuild b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.01.ebuild deleted file mode 100644 index b5552cd49d4f..000000000000 --- a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.01.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.01.ebuild,v 1.1 2010/01/26 21:40:37 tove Exp $ - -EAPI=2 - -inherit versionator -MY_P=${PN}-$(delete_version_separator 2 ) -S=${WORKDIR}/${MY_P} -MODULE_AUTHOR=DAGOLDEN -inherit perl-module - -DESCRIPTION="Converts Perl XS code into C code" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-CBuilder - virtual/perl-Module-Build" - -SRC_TEST="do" diff --git a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.02-r1.ebuild b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.02-r1.ebuild deleted file mode 100644 index 2ed8b43f2371..000000000000 --- a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.02-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.02-r1.ebuild,v 1.1 2010/02/11 17:04:27 tove Exp $ - -EAPI=2 - -inherit versionator -MY_P=${PN}-$(delete_version_separator 2 ) -S=${WORKDIR}/${MY_P} -MODULE_AUTHOR=DAGOLDEN -inherit perl-module - -DESCRIPTION="Converts Perl XS code into C code" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-CBuilder" - -SRC_TEST="do" -PREFER_BUILDPL=no diff --git a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.02.ebuild b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.02.ebuild deleted file mode 100644 index 2adc50e81281..000000000000 --- a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.02.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.02.ebuild,v 1.1 2010/01/29 14:34:15 tove Exp $ - -EAPI=2 - -inherit versionator -MY_P=${PN}-$(delete_version_separator 2 ) -S=${WORKDIR}/${MY_P} -MODULE_AUTHOR=DAGOLDEN -inherit perl-module - -DESCRIPTION="Converts Perl XS code into C code" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-CBuilder - virtual/perl-Module-Build" - -SRC_TEST="do" diff --git a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.ebuild b/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.ebuild deleted file mode 100644 index e0c00d7e38dd..000000000000 --- a/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/ExtUtils-ParseXS/ExtUtils-ParseXS-2.22.ebuild,v 1.1 2010/01/12 13:15:10 tove Exp $ - -EAPI=2 - -#inherit versionator -#MY_P=${PN}-$(delete_version_separator 2 ) -#S=${WORKDIR}/${MY_P} -MODULE_AUTHOR=DAGOLDEN -inherit perl-module - -DESCRIPTION="Converts Perl XS code into C code" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-CBuilder - virtual/perl-Module-Build" - -SRC_TEST="do" diff --git a/perl-core/File-Spec/ChangeLog b/perl-core/File-Spec/ChangeLog index 8f4d2fe31cc4..f241e4b4beb5 100644 --- a/perl-core/File-Spec/ChangeLog +++ b/perl-core/File-Spec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/File-Spec -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Spec/ChangeLog,v 1.78 2010/10/22 18:13:10 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Spec/ChangeLog,v 1.79 2011/01/17 08:08:16 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -File-Spec-3.30.ebuild: + Cleanup 22 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> File-Spec-3.31.ebuild: ppc64 stable wrt #333421 diff --git a/perl-core/File-Spec/File-Spec-3.30.ebuild b/perl-core/File-Spec/File-Spec-3.30.ebuild deleted file mode 100644 index c1828acb79db..000000000000 --- a/perl-core/File-Spec/File-Spec-3.30.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/File-Spec/File-Spec-3.30.ebuild,v 1.9 2010/01/05 18:51:21 nixnut Exp $ - -EAPI=2 - -MODULE_AUTHOR=SMUELLER -MY_PN=PathTools -MY_P=${MY_PN}-${PV} -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Handling files and directories portably" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-CBuilder - virtual/perl-Module-Build" - -SRC_TEST="do" -myconf='INSTALLDIRS=vendor' diff --git a/perl-core/IO-Compress/ChangeLog b/perl-core/IO-Compress/ChangeLog index 074c650c26e6..b00baa54895c 100644 --- a/perl-core/IO-Compress/ChangeLog +++ b/perl-core/IO-Compress/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/IO-Compress # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Compress/ChangeLog,v 1.36 2011/01/13 10:11:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Compress/ChangeLog,v 1.37 2011/01/17 08:04:06 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -IO-Compress-2.021.ebuild, + -IO-Compress-2.025.ebuild, -IO-Compress-2.026.ebuild, + -IO-Compress-2.027.ebuild, -IO-Compress-2.030.ebuild: + Cleanup *IO-Compress-2.33 (13 Jan 2011) diff --git a/perl-core/IO-Compress/IO-Compress-2.021.ebuild b/perl-core/IO-Compress/IO-Compress-2.021.ebuild deleted file mode 100644 index 74b92281b48f..000000000000 --- a/perl-core/IO-Compress/IO-Compress-2.021.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Compress/IO-Compress-2.021.ebuild,v 1.12 2010/08/23 20:01:12 vapier Exp $ - -EAPI=2 - -MODULE_AUTHOR=PMQS -inherit perl-module - -DESCRIPTION="allow reading and writing of compressed data" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="virtual/perl-Scalar-List-Utils - >=virtual/perl-Compress-Raw-Zlib-${PV} - >=virtual/perl-Compress-Raw-Bzip2-${PV} - !perl-core/Compress-Zlib - !perl-core/IO-Compress-Zlib - !perl-core/IO-Compress-Bzip2 - !perl-core/IO-Compress-Base" -DEPEND="${RDEPEND}" -# test? ( dev-perl/Test-Pod )" - -SRC_TEST=do diff --git a/perl-core/IO-Compress/IO-Compress-2.025.ebuild b/perl-core/IO-Compress/IO-Compress-2.025.ebuild deleted file mode 100644 index 61d63f118159..000000000000 --- a/perl-core/IO-Compress/IO-Compress-2.025.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Compress/IO-Compress-2.025.ebuild,v 1.2 2010/08/23 20:01:12 vapier Exp $ - -EAPI=2 - -MODULE_AUTHOR=PMQS -inherit perl-module - -DESCRIPTION="allow reading and writing of compressed data" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="virtual/perl-Scalar-List-Utils - >=virtual/perl-Compress-Raw-Zlib-${PV} - >=virtual/perl-Compress-Raw-Bzip2-${PV} - !perl-core/Compress-Zlib - !perl-core/IO-Compress-Zlib - !perl-core/IO-Compress-Bzip2 - !perl-core/IO-Compress-Base" -DEPEND="${RDEPEND}" -# test? ( dev-perl/Test-Pod )" - -SRC_TEST=do diff --git a/perl-core/IO-Compress/IO-Compress-2.026.ebuild b/perl-core/IO-Compress/IO-Compress-2.026.ebuild deleted file mode 100644 index bc8ae7a9dee5..000000000000 --- a/perl-core/IO-Compress/IO-Compress-2.026.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Compress/IO-Compress-2.026.ebuild,v 1.2 2010/08/23 20:01:12 vapier Exp $ - -EAPI=2 - -MODULE_AUTHOR=PMQS -inherit perl-module - -DESCRIPTION="allow reading and writing of compressed data" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="virtual/perl-Scalar-List-Utils - >=virtual/perl-Compress-Raw-Zlib-${PV} - >=virtual/perl-Compress-Raw-Bzip2-${PV} - !perl-core/Compress-Zlib - !perl-core/IO-Compress-Zlib - !perl-core/IO-Compress-Bzip2 - !perl-core/IO-Compress-Base" -DEPEND="${RDEPEND}" -# test? ( dev-perl/Test-Pod )" - -SRC_TEST=do diff --git a/perl-core/IO-Compress/IO-Compress-2.027.ebuild b/perl-core/IO-Compress/IO-Compress-2.027.ebuild deleted file mode 100644 index e90dde203ca1..000000000000 --- a/perl-core/IO-Compress/IO-Compress-2.027.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Compress/IO-Compress-2.027.ebuild,v 1.2 2010/08/23 20:01:12 vapier Exp $ - -EAPI=2 - -MODULE_AUTHOR=PMQS -inherit perl-module - -DESCRIPTION="allow reading and writing of compressed data" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="virtual/perl-Scalar-List-Utils - >=virtual/perl-Compress-Raw-Zlib-${PV} - >=virtual/perl-Compress-Raw-Bzip2-${PV} - !perl-core/Compress-Zlib - !perl-core/IO-Compress-Zlib - !perl-core/IO-Compress-Bzip2 - !perl-core/IO-Compress-Base" -DEPEND="${RDEPEND}" -# test? ( dev-perl/Test-Pod )" - -SRC_TEST=do diff --git a/perl-core/IO-Compress/IO-Compress-2.030.ebuild b/perl-core/IO-Compress/IO-Compress-2.030.ebuild deleted file mode 100644 index 6b22fa0a734e..000000000000 --- a/perl-core/IO-Compress/IO-Compress-2.030.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Compress/IO-Compress-2.030.ebuild,v 1.2 2010/08/23 20:01:12 vapier Exp $ - -EAPI=2 - -MODULE_AUTHOR=PMQS -inherit perl-module - -DESCRIPTION="allow reading and writing of compressed data" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="virtual/perl-Scalar-List-Utils - >=virtual/perl-Compress-Raw-Zlib-${PV} - >=virtual/perl-Compress-Raw-Bzip2-${PV} - !perl-core/Compress-Zlib - !perl-core/IO-Compress-Zlib - !perl-core/IO-Compress-Bzip2 - !perl-core/IO-Compress-Base" -DEPEND="${RDEPEND}" -# test? ( dev-perl/Test-Pod )" - -SRC_TEST=do diff --git a/perl-core/IO-Zlib/ChangeLog b/perl-core/IO-Zlib/ChangeLog index a3da818bb80c..8372fa327eaf 100644 --- a/perl-core/IO-Zlib/ChangeLog +++ b/perl-core/IO-Zlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/IO-Zlib -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Zlib/ChangeLog,v 1.16 2010/10/22 18:12:05 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Zlib/ChangeLog,v 1.17 2011/01/17 08:02:37 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -IO-Zlib-1.07.ebuild, + -IO-Zlib-1.09.ebuild: + Cleanup 22 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> IO-Zlib-1.10.ebuild: ppc64 stable wrt #333421 diff --git a/perl-core/IO-Zlib/IO-Zlib-1.07.ebuild b/perl-core/IO-Zlib/IO-Zlib-1.07.ebuild deleted file mode 100644 index 6d87a003c5af..000000000000 --- a/perl-core/IO-Zlib/IO-Zlib-1.07.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Zlib/IO-Zlib-1.07.ebuild,v 1.4 2009/08/10 13:14:30 tove Exp $ - -inherit perl-module - -DESCRIPTION="IO:: style interface to Compress::Zlib" -HOMEPAGE="http://search.cpan.org/~tomhughes/" -SRC_URI="mirror://cpan/authors/id/T/TO/TOMHUGHES/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="" - -SRC_TEST="do" - -DEPEND="virtual/perl-IO-Compress - dev-lang/perl" diff --git a/perl-core/IO-Zlib/IO-Zlib-1.09.ebuild b/perl-core/IO-Zlib/IO-Zlib-1.09.ebuild deleted file mode 100644 index 1553acbd9ae3..000000000000 --- a/perl-core/IO-Zlib/IO-Zlib-1.09.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IO-Zlib/IO-Zlib-1.09.ebuild,v 1.10 2010/01/19 17:42:49 nixnut Exp $ - -inherit perl-module - -DESCRIPTION="IO:: style interface to Compress::Zlib" -HOMEPAGE="http://search.cpan.org/~tomhughes/" -SRC_URI="mirror://cpan/authors/id/T/TO/TOMHUGHES/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -SRC_TEST="do" - -DEPEND="virtual/perl-IO-Compress - dev-lang/perl" diff --git a/perl-core/IO/ChangeLog b/perl-core/IO/ChangeLog index b7b8a21cc69b..9dd1750b0bbe 100644 --- a/perl-core/IO/ChangeLog +++ b/perl-core/IO/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/IO -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.18 2010/09/12 16:51:43 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/ChangeLog,v 1.19 2011/01/17 08:07:34 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -IO-1.23.01.ebuild: + Cleanup 12 Sep 2010; Raúl Porcel <armin76@gentoo.org> IO-1.25.ebuild: ia64/sparc stable wrt #333421 diff --git a/perl-core/IO/IO-1.23.01.ebuild b/perl-core/IO/IO-1.23.01.ebuild deleted file mode 100644 index a6468d8e1eff..000000000000 --- a/perl-core/IO/IO-1.23.01.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IO/IO-1.23.01.ebuild,v 1.13 2010/01/17 13:46:49 tove Exp $ - -inherit versionator perl-module - -MY_P="${PN}-$(delete_version_separator 2)" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="load various IO modules" -HOMEPAGE="http://search.cpan.org/~gbarr" -SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${MY_P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="amd64 ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="" - -DEPEND="dev-lang/perl" diff --git a/perl-core/IPC-Cmd/ChangeLog b/perl-core/IPC-Cmd/ChangeLog index 39541d7de27b..f5840c0fff28 100644 --- a/perl-core/IPC-Cmd/ChangeLog +++ b/perl-core/IPC-Cmd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/IPC-Cmd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/ChangeLog,v 1.14 2011/01/13 08:29:57 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/ChangeLog,v 1.15 2011/01/17 08:01:29 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -IPC-Cmd-0.54.ebuild, + -IPC-Cmd-0.56.ebuild, -IPC-Cmd-0.58.ebuild, -IPC-Cmd-0.60.ebuild, + -IPC-Cmd-0.64.ebuild, -IPC-Cmd-0.66.ebuild: + Cleanup *IPC-Cmd-0.680 (13 Jan 2011) diff --git a/perl-core/IPC-Cmd/IPC-Cmd-0.54.ebuild b/perl-core/IPC-Cmd/IPC-Cmd-0.54.ebuild deleted file mode 100644 index c4219a3d7dfc..000000000000 --- a/perl-core/IPC-Cmd/IPC-Cmd-0.54.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/IPC-Cmd-0.54.ebuild,v 1.1 2009/11/22 10:57:41 robbat2 Exp $ - -EAPI=2 - -MODULE_AUTHOR=BINGOS -inherit perl-module - -DESCRIPTION="finding and running system commands made easy" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="virtual/perl-Locale-Maketext-Simple - virtual/perl-Module-Load-Conditional - >=virtual/perl-Params-Check-0.26" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/perl-core/IPC-Cmd/IPC-Cmd-0.56.ebuild b/perl-core/IPC-Cmd/IPC-Cmd-0.56.ebuild deleted file mode 100644 index fcf0247b1fd2..000000000000 --- a/perl-core/IPC-Cmd/IPC-Cmd-0.56.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/IPC-Cmd-0.56.ebuild,v 1.1 2010/02/04 11:42:55 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=BINGOS -inherit perl-module - -DESCRIPTION="finding and running system commands made easy" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="virtual/perl-Locale-Maketext-Simple - virtual/perl-Module-Load-Conditional - >=virtual/perl-Params-Check-0.26" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/perl-core/IPC-Cmd/IPC-Cmd-0.58.ebuild b/perl-core/IPC-Cmd/IPC-Cmd-0.58.ebuild deleted file mode 100644 index e41f108ce8d6..000000000000 --- a/perl-core/IPC-Cmd/IPC-Cmd-0.58.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/IPC-Cmd-0.58.ebuild,v 1.1 2010/05/02 10:07:13 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=BINGOS -inherit perl-module - -DESCRIPTION="Finding and running system commands made easy" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="virtual/perl-Locale-Maketext-Simple - virtual/perl-Module-Load-Conditional - >=virtual/perl-Params-Check-0.26" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/perl-core/IPC-Cmd/IPC-Cmd-0.60.ebuild b/perl-core/IPC-Cmd/IPC-Cmd-0.60.ebuild deleted file mode 100644 index 2f3738986227..000000000000 --- a/perl-core/IPC-Cmd/IPC-Cmd-0.60.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/IPC-Cmd-0.60.ebuild,v 1.1 2010/07/15 10:49:04 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=BINGOS -inherit perl-module - -DESCRIPTION="Finding and running system commands made easy" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="virtual/perl-Locale-Maketext-Simple - virtual/perl-Module-Load-Conditional - >=virtual/perl-Params-Check-0.26" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/perl-core/IPC-Cmd/IPC-Cmd-0.64.ebuild b/perl-core/IPC-Cmd/IPC-Cmd-0.64.ebuild deleted file mode 100644 index 1a7454e50c95..000000000000 --- a/perl-core/IPC-Cmd/IPC-Cmd-0.64.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/IPC-Cmd-0.64.ebuild,v 1.1 2010/10/22 07:56:43 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=BINGOS -inherit perl-module - -DESCRIPTION="Finding and running system commands made easy" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="virtual/perl-Locale-Maketext-Simple - virtual/perl-Module-Load-Conditional - >=virtual/perl-Params-Check-0.26" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/perl-core/IPC-Cmd/IPC-Cmd-0.66.ebuild b/perl-core/IPC-Cmd/IPC-Cmd-0.66.ebuild deleted file mode 100644 index 94647d65f5ae..000000000000 --- a/perl-core/IPC-Cmd/IPC-Cmd-0.66.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/IPC-Cmd/IPC-Cmd-0.66.ebuild,v 1.1 2010/11/27 18:43:42 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=BINGOS -inherit perl-module - -DESCRIPTION="Finding and running system commands made easy" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="virtual/perl-Locale-Maketext-Simple - virtual/perl-Module-Load-Conditional - >=virtual/perl-Params-Check-0.26" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/perl-core/Locale-Maketext-Simple/Locale-Maketext-Simple-0.18.ebuild b/perl-core/Locale-Maketext-Simple/Locale-Maketext-Simple-0.18.ebuild deleted file mode 100644 index 87ae3be54a16..000000000000 --- a/perl-core/Locale-Maketext-Simple/Locale-Maketext-Simple-0.18.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Locale-Maketext-Simple/Locale-Maketext-Simple-0.18.ebuild,v 1.1 2008/11/02 07:25:54 tove Exp $ - -inherit perl-module - -DESCRIPTION="Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon" -SRC_URI="mirror://cpan/authors/id/A/AU/AUDREYT/${P}.tar.gz" -HOMEPAGE="http://www.cpan.org/modules/by-module/Locale/${P}.readme" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="amd64 ia64 ~ppc sparc x86" -IUSE="" -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/perl-core/Locale-Maketext-Simple/Locale-Maketext-Simple-0.20.ebuild b/perl-core/Locale-Maketext-Simple/Locale-Maketext-Simple-0.20.ebuild deleted file mode 100644 index bea3db9c25b3..000000000000 --- a/perl-core/Locale-Maketext-Simple/Locale-Maketext-Simple-0.20.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Locale-Maketext-Simple/Locale-Maketext-Simple-0.20.ebuild,v 1.1 2009/07/16 17:36:12 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=JESSE -inherit perl-module - -DESCRIPTION="Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon" - -SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="test" - -RDEPEND="" -DEPEND="test? ( dev-perl/locale-maketext-lexicon )" - -SRC_TEST="do" diff --git a/perl-core/MIME-Base64/ChangeLog b/perl-core/MIME-Base64/ChangeLog index 82357e2aa6a6..4a155bfc8131 100644 --- a/perl-core/MIME-Base64/ChangeLog +++ b/perl-core/MIME-Base64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/MIME-Base64 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/MIME-Base64/ChangeLog,v 1.30 2010/11/27 18:25:23 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/MIME-Base64/ChangeLog,v 1.31 2011/01/17 07:59:36 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -MIME-Base64-3.09.ebuild, + -MIME-Base64-3.10.ebuild: + Cleanup *MIME-Base64-3.13 (27 Nov 2010) diff --git a/perl-core/MIME-Base64/MIME-Base64-3.09.ebuild b/perl-core/MIME-Base64/MIME-Base64-3.09.ebuild deleted file mode 100644 index 56f66bdfa619..000000000000 --- a/perl-core/MIME-Base64/MIME-Base64-3.09.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/MIME-Base64/MIME-Base64-3.09.ebuild,v 1.2 2010/04/27 09:43:46 aballier Exp $ - -EAPI=2 - -MODULE_AUTHOR=GAAS -inherit perl-module - -DESCRIPTION="A base64/quoted-printable encoder/decoder Perl Modules" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -SRC_TEST="do" diff --git a/perl-core/MIME-Base64/MIME-Base64-3.10.ebuild b/perl-core/MIME-Base64/MIME-Base64-3.10.ebuild deleted file mode 100644 index 2b38045f31f3..000000000000 --- a/perl-core/MIME-Base64/MIME-Base64-3.10.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/MIME-Base64/MIME-Base64-3.10.ebuild,v 1.1 2010/11/15 09:01:45 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=GAAS -inherit perl-module - -DESCRIPTION="A base64/quoted-printable encoder/decoder Perl Modules" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -SRC_TEST="do" diff --git a/perl-core/Math-BigInt-FastCalc/ChangeLog b/perl-core/Math-BigInt-FastCalc/ChangeLog index 126c4db42c35..5b1b866e4f56 100644 --- a/perl-core/Math-BigInt-FastCalc/ChangeLog +++ b/perl-core/Math-BigInt-FastCalc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Math-BigInt-FastCalc -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.13 2010/12/07 05:04:52 mattst88 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/ChangeLog,v 1.14 2011/01/17 07:56:38 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> + -Math-BigInt-FastCalc-0.21.ebuild, -Math-BigInt-FastCalc-0.22.ebuild: + Cleanup 07 Dec 2010; Matt Turner <mattst88@gentoo.org> Math-BigInt-FastCalc-0.24.ebuild: diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.21.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.21.ebuild deleted file mode 100644 index f82987859ef1..000000000000 --- a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.21.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.21.ebuild,v 1.1 2010/09/04 07:26:04 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=FLORA -inherit perl-module - -DESCRIPTION="Math::BigInt::Calc with some XS for more speed" - -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" -IUSE="" - -RDEPEND=">=virtual/perl-Math-BigInt-1.90" -DEPEND="${RDEPEND}" - -SRC_TEST="do" diff --git a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.22.ebuild b/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.22.ebuild deleted file mode 100644 index 84bf94f4994e..000000000000 --- a/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.22.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt-FastCalc/Math-BigInt-FastCalc-0.22.ebuild,v 1.1 2010/09/15 09:04:40 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=FLORA -inherit perl-module - -DESCRIPTION="Math::BigInt::Calc with some XS for more speed" - -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~x86" -IUSE="" - -RDEPEND=">=virtual/perl-Math-BigInt-1.90" -DEPEND="${RDEPEND}" - -SRC_TEST="do" diff --git a/perl-core/Math-BigInt/ChangeLog b/perl-core/Math-BigInt/ChangeLog index 56c2dc9ccc57..716333f8b0da 100644 --- a/perl-core/Math-BigInt/ChangeLog +++ b/perl-core/Math-BigInt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Math-BigInt -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.64 2010/12/07 05:01:12 mattst88 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/ChangeLog,v 1.65 2011/01/17 07:57:47 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Math-BigInt-1.90.ebuild, + -Math-BigInt-1.92.ebuild, -Math-BigInt-1.95.ebuild, -Math-BigInt-1.96.ebuild: + Cleanup 07 Dec 2010; Matt Turner <mattst88@gentoo.org> Math-BigInt-1.99.ebuild: Added ~mips, bug 345605. diff --git a/perl-core/Math-BigInt/Math-BigInt-1.90.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.90.ebuild deleted file mode 100644 index 11432c4d0008..000000000000 --- a/perl-core/Math-BigInt/Math-BigInt-1.90.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.90.ebuild,v 1.1 2010/09/04 07:25:03 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=FLORA -inherit perl-module eutils - -DESCRIPTION="Arbitrary size floating point math package" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="" - -DEPEND=">=virtual/perl-Scalar-List-Utils-1.14" - -PDEPEND=">=perl-core/bignum-0.22 - >=perl-core/Math-BigRat-0.22" - -SRC_TEST="do" diff --git a/perl-core/Math-BigInt/Math-BigInt-1.92.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.92.ebuild deleted file mode 100644 index 535b8a4e6962..000000000000 --- a/perl-core/Math-BigInt/Math-BigInt-1.92.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.92.ebuild,v 1.1 2010/09/10 08:49:54 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=FLORA -inherit perl-module eutils - -DESCRIPTION="Arbitrary size floating point math package" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="" - -DEPEND=">=virtual/perl-Scalar-List-Utils-1.14" - -PDEPEND=">=perl-core/bignum-0.22 - >=perl-core/Math-BigRat-0.22" - -SRC_TEST="do" diff --git a/perl-core/Math-BigInt/Math-BigInt-1.95.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.95.ebuild deleted file mode 100644 index 24e9f507ac1c..000000000000 --- a/perl-core/Math-BigInt/Math-BigInt-1.95.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.95.ebuild,v 1.1 2010/09/15 09:07:28 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=FLORA -inherit perl-module eutils - -DESCRIPTION="Arbitrary size floating point math package" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="" - -DEPEND=">=virtual/perl-Scalar-List-Utils-1.14" - -PDEPEND=">=perl-core/bignum-0.22 - >=perl-core/Math-BigRat-0.22" - -SRC_TEST="do" diff --git a/perl-core/Math-BigInt/Math-BigInt-1.96.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.96.ebuild deleted file mode 100644 index 91f8e5ef5b23..000000000000 --- a/perl-core/Math-BigInt/Math-BigInt-1.96.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.96.ebuild,v 1.1 2010/09/28 12:44:37 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=FLORA -inherit perl-module eutils - -DESCRIPTION="Arbitrary size floating point math package" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="" - -DEPEND=">=virtual/perl-Scalar-List-Utils-1.14" - -PDEPEND=">=perl-core/bignum-0.22 - >=perl-core/Math-BigRat-0.22" - -SRC_TEST="do" diff --git a/perl-core/Math-BigRat/ChangeLog b/perl-core/Math-BigRat/ChangeLog index 74aff87ab267..f67da824da2d 100644 --- a/perl-core/Math-BigRat/ChangeLog +++ b/perl-core/Math-BigRat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Math-BigRat -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigRat/ChangeLog,v 1.28 2010/09/16 06:32:59 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigRat/ChangeLog,v 1.29 2011/01/17 07:55:31 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Math-BigRat-0.24.ebuild, + -Math-BigRat-0.25.ebuild: + Cleanup *Math-BigRat-0.26 (16 Sep 2010) diff --git a/perl-core/Math-BigRat/Math-BigRat-0.24.ebuild b/perl-core/Math-BigRat/Math-BigRat-0.24.ebuild deleted file mode 100644 index 8938a5c3cd44..000000000000 --- a/perl-core/Math-BigRat/Math-BigRat-0.24.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigRat/Math-BigRat-0.24.ebuild,v 1.1 2009/09/10 20:43:29 tove Exp $ - -EAPI=2 - -#MODULE_AUTHOR=TELS -#MODULE_SECTION=math -MODULE_AUTHOR=LETO -inherit perl-module - -DESCRIPTION="Arbitrary big rational numbers" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="" - -DEPEND=">=perl-core/Math-BigInt-1.88" -RDEPEND="${DEPEND}" - -SRC_TEST="do" -PREFER_BUILDPL="no" diff --git a/perl-core/Math-BigRat/Math-BigRat-0.25.ebuild b/perl-core/Math-BigRat/Math-BigRat-0.25.ebuild deleted file mode 100644 index dd682fe41f79..000000000000 --- a/perl-core/Math-BigRat/Math-BigRat-0.25.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigRat/Math-BigRat-0.25.ebuild,v 1.1 2010/09/15 09:09:33 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=FLORA -inherit perl-module - -DESCRIPTION="Arbitrary big rational numbers" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="" - -DEPEND=">=perl-core/Math-BigInt-1.88" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/perl-core/Module-Build/ChangeLog b/perl-core/Module-Build/ChangeLog index c8659444342e..6f746acfe09c 100644 --- a/perl-core/Module-Build/ChangeLog +++ b/perl-core/Module-Build/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Module-Build -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.39 2010/12/07 04:08:25 mattst88 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.40 2011/01/17 07:54:41 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Module-Build-0.35.ebuild, + -Module-Build-0.36.01.ebuild, -Module-Build-0.36.03.ebuild: + Cleanup 07 Dec 2010; Matt Turner <mattst88@gentoo.org> Module-Build-0.36.07.ebuild: diff --git a/perl-core/Module-Build/Module-Build-0.35.ebuild b/perl-core/Module-Build/Module-Build-0.35.ebuild deleted file mode 100644 index 9b9c1ac63cd4..000000000000 --- a/perl-core/Module-Build/Module-Build-0.35.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.35.ebuild,v 1.2 2009/12/16 21:53:48 abcd Exp $ - -EAPI=2 - -#inherit versionator -MODULE_AUTHOR=DAGOLDEN -#MY_P=${PN}-$(delete_version_separator 2) -#S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Build and install Perl modules" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -# Removing these as hard deps. They are listed as recommended in the Build.PL, -# but end up causing a dep loop since they require module-build to be built. -# ~mcummings 06.16.06 -PDEPEND=">=virtual/perl-ExtUtils-CBuilder-0.15 - >=virtual/perl-ExtUtils-ParseXS-1.02" - -DEPEND="dev-perl/yaml - >=virtual/perl-Archive-Tar-1.09 - >=virtual/perl-Test-Harness-3.16" - -SRC_TEST="do" diff --git a/perl-core/Module-Build/Module-Build-0.36.01.ebuild b/perl-core/Module-Build/Module-Build-0.36.01.ebuild deleted file mode 100644 index 2f28e046b74c..000000000000 --- a/perl-core/Module-Build/Module-Build-0.36.01.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.36.01.ebuild,v 1.9 2010/02/23 15:44:14 josejx Exp $ - -EAPI=2 - -inherit versionator -MODULE_AUTHOR=DAGOLDEN -MY_P=${PN}-$(delete_version_separator 2) -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Build and install Perl modules" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="dev-perl/YAML-Tiny - >=virtual/perl-ExtUtils-CBuilder-0.27 - >=virtual/perl-Archive-Tar-1.09 - >=virtual/perl-Test-Harness-3.16" -RDEPEND="${DEPEND}" -PDEPEND=">=virtual/perl-ExtUtils-ParseXS-2.21" - -SRC_TEST="do" diff --git a/perl-core/Module-Build/Module-Build-0.36.03.ebuild b/perl-core/Module-Build/Module-Build-0.36.03.ebuild deleted file mode 100644 index 366ab4ffae8f..000000000000 --- a/perl-core/Module-Build/Module-Build-0.36.03.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/Module-Build-0.36.03.ebuild,v 1.3 2010/02/23 15:44:14 josejx Exp $ - -EAPI=2 - -inherit versionator -MODULE_AUTHOR=DAGOLDEN -MY_P=${PN}-$(delete_version_separator 2) -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Build and install Perl modules" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="dev-perl/YAML-Tiny - >=virtual/perl-ExtUtils-CBuilder-0.27 - >=virtual/perl-Archive-Tar-1.09 - >=virtual/perl-Test-Harness-3.16" -RDEPEND="${DEPEND}" -PDEPEND=">=virtual/perl-ExtUtils-ParseXS-2.21" - -SRC_TEST="do" diff --git a/perl-core/Module-CoreList/ChangeLog b/perl-core/Module-CoreList/ChangeLog index aed3562aff9b..3419488a7a70 100644 --- a/perl-core/Module-CoreList/ChangeLog +++ b/perl-core/Module-CoreList/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Module-CoreList -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/ChangeLog,v 1.23 2010/11/22 15:11:05 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/ChangeLog,v 1.24 2011/01/17 07:53:04 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Module-CoreList-2.33.ebuild, + -Module-CoreList-2.37.ebuild, -Module-CoreList-2.39.ebuild, + -Module-CoreList-2.40.ebuild: + Cleanup *Module-CoreList-2.41 (22 Nov 2010) diff --git a/perl-core/Module-CoreList/Module-CoreList-2.33.ebuild b/perl-core/Module-CoreList/Module-CoreList-2.33.ebuild deleted file mode 100644 index d2746581b980..000000000000 --- a/perl-core/Module-CoreList/Module-CoreList-2.33.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/Module-CoreList-2.33.ebuild,v 1.1 2010/05/17 05:22:00 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=BINGOS -inherit perl-module - -DESCRIPTION="what modules shipped with versions of perl" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -#RDEPEND="" -#DEPEND="test? ( dev-perl/Test-Pod )" - -SRC_TEST=do diff --git a/perl-core/Module-CoreList/Module-CoreList-2.37.ebuild b/perl-core/Module-CoreList/Module-CoreList-2.37.ebuild deleted file mode 100644 index 0b4d1f49d604..000000000000 --- a/perl-core/Module-CoreList/Module-CoreList-2.37.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/Module-CoreList-2.37.ebuild,v 1.1 2010/08/26 16:34:16 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=BINGOS -inherit perl-module - -DESCRIPTION="what modules shipped with versions of perl" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -#RDEPEND="" -#DEPEND="test? ( dev-perl/Test-Pod )" - -SRC_TEST=do diff --git a/perl-core/Module-CoreList/Module-CoreList-2.39.ebuild b/perl-core/Module-CoreList/Module-CoreList-2.39.ebuild deleted file mode 100644 index 2664ece06016..000000000000 --- a/perl-core/Module-CoreList/Module-CoreList-2.39.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/Module-CoreList-2.39.ebuild,v 1.1 2010/09/26 07:32:36 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=BINGOS -inherit perl-module - -DESCRIPTION="what modules shipped with versions of perl" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -#RDEPEND="" -#DEPEND="test? ( dev-perl/Test-Pod )" - -SRC_TEST=do diff --git a/perl-core/Module-CoreList/Module-CoreList-2.40.ebuild b/perl-core/Module-CoreList/Module-CoreList-2.40.ebuild deleted file mode 100644 index 231c9c4a8f1e..000000000000 --- a/perl-core/Module-CoreList/Module-CoreList-2.40.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-CoreList/Module-CoreList-2.40.ebuild,v 1.1 2010/10/22 07:51:48 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=BINGOS -inherit perl-module - -DESCRIPTION="what modules shipped with versions of perl" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -#RDEPEND="" -#DEPEND="test? ( dev-perl/Test-Pod )" - -SRC_TEST=do diff --git a/perl-core/Module-Load-Conditional/ChangeLog b/perl-core/Module-Load-Conditional/ChangeLog index dc02d3d3b6bb..10b0906eaf0c 100644 --- a/perl-core/Module-Load-Conditional/ChangeLog +++ b/perl-core/Module-Load-Conditional/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for perl-core/Module-Load-Conditional # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load-Conditional/ChangeLog,v 1.9 2011/01/13 08:27:41 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load-Conditional/ChangeLog,v 1.10 2011/01/17 07:50:40 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> + -Module-Load-Conditional-0.34.ebuild, -Module-Load-Conditional-0.36.ebuild, + -Module-Load-Conditional-0.38.ebuild: + Cleanup *Module-Load-Conditional-0.400 (13 Jan 2011) diff --git a/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.34.ebuild b/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.34.ebuild deleted file mode 100644 index 34843f9ee542..000000000000 --- a/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.34.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.34.ebuild,v 1.1 2009/11/10 10:33:39 robbat2 Exp $ - -EAPI=2 - -MODULE_AUTHOR=BINGOS -inherit perl-module - -DESCRIPTION="Looking up module information / loading at runtime" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=">=virtual/perl-Module-Load-0.12 - >=virtual/perl-Module-CoreList-0.22 - virtual/perl-Locale-Maketext-Simple - virtual/perl-Params-Check - virtual/perl-version" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.36.ebuild b/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.36.ebuild deleted file mode 100644 index 939a6eeaa458..000000000000 --- a/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.36.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.36.ebuild,v 1.1 2010/02/11 11:58:37 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=BINGOS -inherit perl-module - -DESCRIPTION="Looking up module information / loading at runtime" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=">=virtual/perl-Module-Load-0.12 - >=virtual/perl-Module-CoreList-0.22 - virtual/perl-Locale-Maketext-Simple - virtual/perl-Params-Check - virtual/perl-version" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.38.ebuild b/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.38.ebuild deleted file mode 100644 index d484d988211e..000000000000 --- a/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.38.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load-Conditional/Module-Load-Conditional-0.38.ebuild,v 1.1 2010/04/23 18:27:16 robbat2 Exp $ - -EAPI=2 - -MODULE_AUTHOR=BINGOS -inherit perl-module - -DESCRIPTION="Looking up module information / loading at runtime" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=">=virtual/perl-Module-Load-0.12 - >=virtual/perl-Module-CoreList-0.22 - virtual/perl-Locale-Maketext-Simple - virtual/perl-Params-Check - virtual/perl-version" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/perl-core/Module-Load/ChangeLog b/perl-core/Module-Load/ChangeLog index 80c1aa3612b1..85f26a02a75d 100644 --- a/perl-core/Module-Load/ChangeLog +++ b/perl-core/Module-Load/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Module-Load -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load/ChangeLog,v 1.5 2010/03/05 07:15:58 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load/ChangeLog,v 1.6 2011/01/17 07:51:32 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Module-Load-0.16.ebuild: + Cleanup *Module-Load-0.18 (05 Mar 2010) diff --git a/perl-core/Module-Load/Module-Load-0.16.ebuild b/perl-core/Module-Load/Module-Load-0.16.ebuild deleted file mode 100644 index 01e672e21914..000000000000 --- a/perl-core/Module-Load/Module-Load-0.16.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Load/Module-Load-0.16.ebuild,v 1.2 2009/10/27 17:29:30 volkmar Exp $ - -MODULE_AUTHOR="KANE" -inherit perl-module - -DESCRIPTION="runtime require of both modules and files" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" - -SRC_TEST=do diff --git a/perl-core/Parse-CPAN-Meta/ChangeLog b/perl-core/Parse-CPAN-Meta/ChangeLog index bbe069c820f5..2879d0d092ac 100644 --- a/perl-core/Parse-CPAN-Meta/ChangeLog +++ b/perl-core/Parse-CPAN-Meta/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Parse-CPAN-Meta -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/ChangeLog,v 1.2 2009/10/27 17:51:22 volkmar Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/ChangeLog,v 1.3 2011/01/17 07:49:29 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Parse-CPAN-Meta-1.39.ebuild: + Cleanup 27 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> Parse-CPAN-Meta-1.40.ebuild: diff --git a/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.39.ebuild b/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.39.ebuild deleted file mode 100644 index b3d4804558e4..000000000000 --- a/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.39.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Parse-CPAN-Meta/Parse-CPAN-Meta-1.39.ebuild,v 1.1 2009/08/10 21:22:45 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR="ADAMK" -inherit perl-module - -DESCRIPTION="Parse META.yml and other similar CPAN metadata files" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -SRC_TEST=do diff --git a/perl-core/Pod-Simple/ChangeLog b/perl-core/Pod-Simple/ChangeLog index c611496a9ecb..73f46f978505 100644 --- a/perl-core/Pod-Simple/ChangeLog +++ b/perl-core/Pod-Simple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Pod-Simple -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.24 2010/11/15 10:19:31 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/ChangeLog,v 1.25 2011/01/17 07:48:45 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Pod-Simple-3.07.ebuild, + -Pod-Simple-3.13.ebuild: + Cleanup 15 Nov 2010; Fabian Groffen <grobian@gentoo.org> Pod-Simple-3.15.ebuild: Marked ~ppc-macos and ~x86-solaris, bug #345435 diff --git a/perl-core/Pod-Simple/Pod-Simple-3.07.ebuild b/perl-core/Pod-Simple/Pod-Simple-3.07.ebuild deleted file mode 100644 index faccf23aabf9..000000000000 --- a/perl-core/Pod-Simple/Pod-Simple-3.07.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/Pod-Simple-3.07.ebuild,v 1.9 2010/01/05 19:15:50 nixnut Exp $ - -MODULE_AUTHOR=ARANDAL -inherit perl-module - -DESCRIPTION="framework for parsing Pod" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" -IUSE="" - -DEPEND=">=virtual/perl-Pod-Escapes-1.04 - dev-lang/perl" - -SRC_TEST="do" diff --git a/perl-core/Pod-Simple/Pod-Simple-3.13.ebuild b/perl-core/Pod-Simple/Pod-Simple-3.13.ebuild deleted file mode 100644 index 3ab407d7c27b..000000000000 --- a/perl-core/Pod-Simple/Pod-Simple-3.13.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Pod-Simple/Pod-Simple-3.13.ebuild,v 1.1 2009/12/18 11:54:30 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=DWHEELER -inherit perl-module - -DESCRIPTION="Framework for parsing Pod" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos" -IUSE="" - -DEPEND=">=virtual/perl-Pod-Escapes-1.04" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/perl-core/Safe/Safe-2.28.ebuild b/perl-core/Safe/Safe-2.28.ebuild deleted file mode 100644 index 3718d91293c9..000000000000 --- a/perl-core/Safe/Safe-2.28.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Safe/Safe-2.28.ebuild,v 1.1 2010/09/16 16:51:32 tove Exp $ - -EAPI=3 - -MODULE_AUTHOR=RGARCIA -inherit perl-module - -DESCRIPTION="Compile and execute code in restricted compartments" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -SRC_TEST=do diff --git a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.21.ebuild b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.21.ebuild deleted file mode 100644 index 283aeaed1b8f..000000000000 --- a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.21.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.21.ebuild,v 1.9 2010/01/05 19:19:27 nixnut Exp $ - -EAPI=2 - -MODULE_AUTHOR=GBARR -inherit perl-module - -DESCRIPTION="Scalar-List-Utils module for perl" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -SRC_TEST=do diff --git a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.22.ebuild b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.22.ebuild deleted file mode 100644 index 90d8904c5ff9..000000000000 --- a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.22.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.22.ebuild,v 1.2 2009/12/16 21:56:18 abcd Exp $ - -EAPI=2 - -MODULE_AUTHOR=GBARR -inherit perl-module - -DESCRIPTION="Scalar-List-Utils module for perl" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -SRC_TEST=do diff --git a/perl-core/Storable/ChangeLog b/perl-core/Storable/ChangeLog index 2317edbe2cc3..c60cd63bf11f 100644 --- a/perl-core/Storable/ChangeLog +++ b/perl-core/Storable/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Storable # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.42 2011/01/13 08:18:44 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/ChangeLog,v 1.43 2011/01/17 07:43:54 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Storable-2.21.ebuild: + Cleanup *Storable-2.250 (13 Jan 2011) diff --git a/perl-core/Storable/Storable-2.21.ebuild b/perl-core/Storable/Storable-2.21.ebuild deleted file mode 100644 index dcc1b30e47ad..000000000000 --- a/perl-core/Storable/Storable-2.21.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Storable/Storable-2.21.ebuild,v 1.2 2009/12/16 21:56:41 abcd Exp $ - -EAPI=2 - -MODULE_AUTHOR=AMS -inherit perl-module - -DESCRIPTION="The Perl Storable Module" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -SRC_TEST="do" diff --git a/perl-core/Test-Simple/ChangeLog b/perl-core/Test-Simple/ChangeLog index db0931e78293..83bc3a8a4760 100644 --- a/perl-core/Test-Simple/ChangeLog +++ b/perl-core/Test-Simple/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Test-Simple -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/ChangeLog,v 1.76 2010/10/22 18:07:09 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/ChangeLog,v 1.77 2011/01/17 07:42:25 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Test-Simple-0.92.ebuild: + Cleanup 22 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> Test-Simple-0.94.ebuild: diff --git a/perl-core/Test-Simple/Test-Simple-0.92.ebuild b/perl-core/Test-Simple/Test-Simple-0.92.ebuild deleted file mode 100644 index 6aa81eae00f9..000000000000 --- a/perl-core/Test-Simple/Test-Simple-0.92.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/Test-Simple-0.92.ebuild,v 1.9 2010/01/05 19:23:10 nixnut Exp $ - -EAPI=2 - -MODULE_AUTHOR=MSCHWERN -inherit perl-module - -DESCRIPTION="Basic utilities for writing tests" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -SRC_TEST="do" -mydoc="rfc*.txt" diff --git a/perl-core/Text-Balanced/ChangeLog b/perl-core/Text-Balanced/ChangeLog index 9e4f893919c6..094d2ac58300 100644 --- a/perl-core/Text-Balanced/ChangeLog +++ b/perl-core/Text-Balanced/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Text-Balanced -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-Balanced/ChangeLog,v 1.37 2010/10/22 18:06:13 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-Balanced/ChangeLog,v 1.38 2011/01/17 07:40:52 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Text-Balanced-2.0.0.ebuild: + Cleanup 22 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> Text-Balanced-2.02.ebuild: diff --git a/perl-core/Text-Balanced/Text-Balanced-2.0.0.ebuild b/perl-core/Text-Balanced/Text-Balanced-2.0.0.ebuild deleted file mode 100644 index 3e98cad6427e..000000000000 --- a/perl-core/Text-Balanced/Text-Balanced-2.0.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Text-Balanced/Text-Balanced-2.0.0.ebuild,v 1.19 2010/01/21 09:30:58 tove Exp $ - -inherit perl-module - -MY_P="${PN}-v${PV}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="Extract balanced-delimiter substrings" -HOMEPAGE="http://search.cpan.org/~dconway" -SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris" -IUSE="" - -RDEPEND="dev-lang/perl - virtual/perl-version" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28" diff --git a/perl-core/Time-HiRes/ChangeLog b/perl-core/Time-HiRes/ChangeLog index f37a779050b2..605ac5a5f56d 100644 --- a/perl-core/Time-HiRes/ChangeLog +++ b/perl-core/Time-HiRes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/Time-HiRes -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-HiRes/ChangeLog,v 1.64 2010/03/18 08:05:53 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-HiRes/ChangeLog,v 1.65 2011/01/17 07:39:48 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Time-HiRes-1.97.20.ebuild: + Cleanup *Time-HiRes-1.97.21 (18 Mar 2010) diff --git a/perl-core/Time-HiRes/Time-HiRes-1.97.20.ebuild b/perl-core/Time-HiRes/Time-HiRes-1.97.20.ebuild deleted file mode 100644 index 58af020e9550..000000000000 --- a/perl-core/Time-HiRes/Time-HiRes-1.97.20.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-HiRes/Time-HiRes-1.97.20.ebuild,v 1.1 2010/02/14 08:31:01 tove Exp $ - -EAPI=2 - -inherit versionator -MODULE_AUTHOR=JHI -MY_P="${PN}-$(delete_version_separator 2)" -S=${WORKDIR}/${MY_P} -inherit perl-module - -DESCRIPTION="Perl Time::HiRes. High resolution alarm, sleep, gettimeofday, interval timers" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="" - -SRC_TEST="do" diff --git a/perl-core/Time-Piece/ChangeLog b/perl-core/Time-Piece/ChangeLog index 38736fb38a7a..5d860ba17076 100644 --- a/perl-core/Time-Piece/ChangeLog +++ b/perl-core/Time-Piece/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Time-Piece -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-Piece/ChangeLog,v 1.15 2010/03/18 08:02:32 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-Piece/ChangeLog,v 1.16 2011/01/17 07:38:18 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -Time-Piece-1.16.ebuild, + -Time-Piece-1.17.ebuild, -Time-Piece-1.19.ebuild: + Cleanup *Time-Piece-1.20 (18 Mar 2010) diff --git a/perl-core/Time-Piece/Time-Piece-1.16.ebuild b/perl-core/Time-Piece/Time-Piece-1.16.ebuild deleted file mode 100644 index 7752fe968076..000000000000 --- a/perl-core/Time-Piece/Time-Piece-1.16.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-Piece/Time-Piece-1.16.ebuild,v 1.1 2010/01/12 13:11:02 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=MSERGEANT -inherit perl-module - -DESCRIPTION="Object Oriented time objects" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -SRC_TEST="do" diff --git a/perl-core/Time-Piece/Time-Piece-1.17.ebuild b/perl-core/Time-Piece/Time-Piece-1.17.ebuild deleted file mode 100644 index c8fc4ed803f3..000000000000 --- a/perl-core/Time-Piece/Time-Piece-1.17.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-Piece/Time-Piece-1.17.ebuild,v 1.1 2010/02/02 17:35:48 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=MSERGEANT -inherit perl-module - -DESCRIPTION="Object Oriented time objects" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -SRC_TEST="do" diff --git a/perl-core/Time-Piece/Time-Piece-1.19.ebuild b/perl-core/Time-Piece/Time-Piece-1.19.ebuild deleted file mode 100644 index 53219a6a82dc..000000000000 --- a/perl-core/Time-Piece/Time-Piece-1.19.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-Piece/Time-Piece-1.19.ebuild,v 1.1 2010/02/11 12:02:34 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=MSERGEANT -inherit perl-module - -DESCRIPTION="Object Oriented time objects" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -SRC_TEST="do" diff --git a/perl-core/locale-maketext/ChangeLog b/perl-core/locale-maketext/ChangeLog index 150f8b7e49fb..90866a253def 100644 --- a/perl-core/locale-maketext/ChangeLog +++ b/perl-core/locale-maketext/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/locale-maketext -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/locale-maketext/ChangeLog,v 1.31 2010/11/13 14:34:34 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/locale-maketext/ChangeLog,v 1.32 2011/01/17 07:36:24 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -locale-maketext-1.13.ebuild, + -locale-maketext-1.16.ebuild: + Cleanup 13 Nov 2010; Raúl Porcel <armin76@gentoo.org> locale-maketext-1.13-r1.ebuild: diff --git a/perl-core/locale-maketext/locale-maketext-1.13.ebuild b/perl-core/locale-maketext/locale-maketext-1.13.ebuild deleted file mode 100644 index abe6eb94d63f..000000000000 --- a/perl-core/locale-maketext/locale-maketext-1.13.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/locale-maketext/locale-maketext-1.13.ebuild,v 1.8 2010/01/05 19:29:44 nixnut Exp $ - -inherit perl-module - -MY_P=Locale-Maketext-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="Localization framework for Perl programs" -HOMEPAGE="http://search.cpan.org/dist/Locale-Maketext/" -SRC_URI="mirror://cpan/authors/id/F/FE/FERREIRA/${MY_P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc s390 sh sparc x86" -IUSE="" - -DEPEND="dev-lang/perl - >=virtual/perl-i18n-langtags-0.30" - -SRC_TEST="do" diff --git a/perl-core/locale-maketext/locale-maketext-1.16.ebuild b/perl-core/locale-maketext/locale-maketext-1.16.ebuild deleted file mode 100644 index 67fc01c87ba1..000000000000 --- a/perl-core/locale-maketext/locale-maketext-1.16.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/locale-maketext/locale-maketext-1.16.ebuild,v 1.1 2010/10/14 08:27:49 tove Exp $ - -EAPI=3 - -MY_PN=Locale-Maketext -MY_P=${MY_PN}-${PV} -S=${WORKDIR}/${MY_P} -MODULE_AUTHOR=TODDR - -inherit perl-module - -DESCRIPTION="Localization framework for Perl programs" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="" - -RDEPEND=">=virtual/perl-i18n-langtags-0.31" -DEPEND="${RDEPEND}" - -SRC_TEST="do" diff --git a/perl-core/parent/ChangeLog b/perl-core/parent/ChangeLog index 4b28b7f4d275..529ecb8ca508 100644 --- a/perl-core/parent/ChangeLog +++ b/perl-core/parent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for perl-core/parent -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/parent/ChangeLog,v 1.6 2010/11/15 08:58:10 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/perl-core/parent/ChangeLog,v 1.7 2011/01/17 07:33:21 tove Exp $ + + 17 Jan 2011; Torsten Veller <tove@gentoo.org> -parent-0.223.ebuild: + Cleanup *parent-0.224 (15 Nov 2010) diff --git a/perl-core/parent/parent-0.223.ebuild b/perl-core/parent/parent-0.223.ebuild deleted file mode 100644 index 76b75fe084ea..000000000000 --- a/perl-core/parent/parent-0.223.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/parent/parent-0.223.ebuild,v 1.2 2009/10/27 17:54:07 volkmar Exp $ - -EAPI=2 - -MODULE_AUTHOR="CORION" -inherit perl-module - -DESCRIPTION="Establish an ISA relationship with base classes at compile time" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -SRC_TEST=do |