summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-01-17 15:22:39 +0000
committerTorsten Veller <tove@gentoo.org>2010-01-17 15:22:39 +0000
commita849d4fd6e58d73e3fff31dd4d9bf2ee2a9f939a (patch)
tree480396cf440193affad7fc7cc28fc5424a4f4ad6 /perl-core
parentCleanup (diff)
downloadhistorical-a849d4fd6e58d73e3fff31dd4d9bf2ee2a9f939a.tar.gz
historical-a849d4fd6e58d73e3fff31dd4d9bf2ee2a9f939a.tar.bz2
historical-a849d4fd6e58d73e3fff31dd4d9bf2ee2a9f939a.zip
Cleanup
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Time-HiRes/ChangeLog6
-rw-r--r--perl-core/Time-HiRes/Time-HiRes-1.97.07.ebuild23
-rw-r--r--perl-core/Time-HiRes/Time-HiRes-1.97.15.ebuild23
-rw-r--r--perl-core/Time-Local/ChangeLog6
-rw-r--r--perl-core/Time-Local/Time-Local-1.17.ebuild18
-rw-r--r--perl-core/Time-Local/Time-Local-1.18.ebuild18
-rw-r--r--perl-core/Time-Piece/ChangeLog6
-rw-r--r--perl-core/Time-Piece/Time-Piece-1.11.ebuild18
-rw-r--r--perl-core/Time-Piece/Time-Piece-1.13.ebuild17
-rw-r--r--perl-core/Time-Piece/Time-Piece-1.14.ebuild16
-rw-r--r--perl-core/bignum/ChangeLog5
-rw-r--r--perl-core/bignum/bignum-0.21.ebuild22
-rw-r--r--perl-core/digest-base/ChangeLog5
-rw-r--r--perl-core/digest-base/digest-base-1.15.ebuild23
-rw-r--r--perl-core/libnet/ChangeLog7
-rw-r--r--perl-core/libnet/libnet-1.21.ebuild24
-rw-r--r--perl-core/locale-maketext/ChangeLog6
-rw-r--r--perl-core/locale-maketext/locale-maketext-1.09.ebuild21
-rw-r--r--perl-core/locale-maketext/locale-maketext-1.10.ebuild21
-rw-r--r--perl-core/net-ping/ChangeLog6
-rw-r--r--perl-core/net-ping/net-ping-2.31.ebuild18
-rw-r--r--perl-core/net-ping/net-ping-2.35.ebuild18
-rw-r--r--perl-core/parent/ChangeLog8
-rw-r--r--perl-core/parent/parent-0.221.ebuild14
-rw-r--r--perl-core/parent/parent-0.222.ebuild16
-rw-r--r--perl-core/version/ChangeLog6
-rw-r--r--perl-core/version/version-0.76.ebuild19
-rw-r--r--perl-core/version/version-0.77.01.ebuild23
-rw-r--r--perl-core/version/version-0.78.ebuild23
29 files changed, 49 insertions, 387 deletions
diff --git a/perl-core/Time-HiRes/ChangeLog b/perl-core/Time-HiRes/ChangeLog
index d26a57d6489b..5c4dd7dcf26d 100644
--- a/perl-core/Time-HiRes/ChangeLog
+++ b/perl-core/Time-HiRes/ChangeLog
@@ -1,6 +1,10 @@
# 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.61 2010/01/05 19:25:22 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-HiRes/ChangeLog,v 1.62 2010/01/17 15:09:47 tove Exp $
+
+ 17 Jan 2010; Torsten Veller <tove@gentoo.org> -Time-HiRes-1.97.07.ebuild,
+ -Time-HiRes-1.97.15.ebuild:
+ Cleanup
05 Jan 2010; nixnut <nixnut@gentoo.org> Time-HiRes-1.97.19.ebuild:
ppc stable #288026
diff --git a/perl-core/Time-HiRes/Time-HiRes-1.97.07.ebuild b/perl-core/Time-HiRes/Time-HiRes-1.97.07.ebuild
deleted file mode 100644
index fb751ca5df12..000000000000
--- a/perl-core/Time-HiRes/Time-HiRes-1.97.07.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/Time-HiRes/Time-HiRes-1.97.07.ebuild,v 1.12 2009/12/16 21:59:47 abcd Exp $
-
-inherit perl-module versionator
-
-MY_P="${PN}-$(delete_version_separator 2)"
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Perl Time::HiRes. High resolution alarm, sleep, gettimeofday, interval timers"
-HOMEPAGE="http://search.cpan.org/~jhi"
-SRC_URI="mirror://cpan/authors/id/J/JH/JHI/${MY_P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-
-mydoc="TODO"
-
-SRC_TEST="do"
diff --git a/perl-core/Time-HiRes/Time-HiRes-1.97.15.ebuild b/perl-core/Time-HiRes/Time-HiRes-1.97.15.ebuild
deleted file mode 100644
index f4aed0725a9a..000000000000
--- a/perl-core/Time-HiRes/Time-HiRes-1.97.15.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/Time-HiRes/Time-HiRes-1.97.15.ebuild,v 1.5 2009/12/16 21:59:47 abcd Exp $
-
-inherit perl-module versionator
-
-MY_P="${PN}-$(delete_version_separator 2)"
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Perl Time::HiRes. High resolution alarm, sleep, gettimeofday, interval timers"
-HOMEPAGE="http://search.cpan.org/~jhi"
-SRC_URI="mirror://cpan/authors/id/J/JH/JHI/${MY_P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-
-mydoc="TODO"
-
-SRC_TEST="do"
diff --git a/perl-core/Time-Local/ChangeLog b/perl-core/Time-Local/ChangeLog
index b057752b6acf..4a760f51888d 100644
--- a/perl-core/Time-Local/ChangeLog
+++ b/perl-core/Time-Local/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for perl-core/Time-Local
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-Local/ChangeLog,v 1.48 2010/01/05 19:26:28 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-Local/ChangeLog,v 1.49 2010/01/17 15:11:03 tove Exp $
+
+ 17 Jan 2010; Torsten Veller <tove@gentoo.org> -Time-Local-1.17.ebuild,
+ -Time-Local-1.18.ebuild:
+ Cleanup
05 Jan 2010; nixnut <nixnut@gentoo.org> Time-Local-1.19.01.ebuild:
ppc stable #288026
diff --git a/perl-core/Time-Local/Time-Local-1.17.ebuild b/perl-core/Time-Local/Time-Local-1.17.ebuild
deleted file mode 100644
index 68627a9a69e4..000000000000
--- a/perl-core/Time-Local/Time-Local-1.17.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/Time-Local/Time-Local-1.17.ebuild,v 1.12 2009/12/16 22:00:10 abcd Exp $
-
-inherit perl-module
-
-DESCRIPTION="Implements timelocal() and timegm()"
-HOMEPAGE="http://search.cpan.org/~drolsky/"
-SRC_URI="mirror://cpan/authors/id/D/DR/DROLSKY/${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 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-
-SRC_TEST="do"
diff --git a/perl-core/Time-Local/Time-Local-1.18.ebuild b/perl-core/Time-Local/Time-Local-1.18.ebuild
deleted file mode 100644
index 64bc41fba465..000000000000
--- a/perl-core/Time-Local/Time-Local-1.18.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/Time-Local/Time-Local-1.18.ebuild,v 1.5 2009/12/16 22:00:10 abcd Exp $
-
-MODULE_AUTHOR=DROLSKY
-
-inherit perl-module
-
-DESCRIPTION="Implements timelocal() and timegm()"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha ~amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos ~x86-solaris"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-
-SRC_TEST="do"
diff --git a/perl-core/Time-Piece/ChangeLog b/perl-core/Time-Piece/ChangeLog
index 06ab01f1b9dd..fd4b23b10dd8 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.11 2010/01/12 13:11:02 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Time-Piece/ChangeLog,v 1.12 2010/01/17 15:13:24 tove Exp $
+
+ 17 Jan 2010; Torsten Veller <tove@gentoo.org> -Time-Piece-1.11.ebuild,
+ -Time-Piece-1.13.ebuild, -Time-Piece-1.14.ebuild:
+ Cleanup
*Time-Piece-1.16 (12 Jan 2010)
diff --git a/perl-core/Time-Piece/Time-Piece-1.11.ebuild b/perl-core/Time-Piece/Time-Piece-1.11.ebuild
deleted file mode 100644
index a77ea7087d49..000000000000
--- a/perl-core/Time-Piece/Time-Piece-1.11.ebuild
+++ /dev/null
@@ -1,18 +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/Time-Piece/Time-Piece-1.11.ebuild,v 1.1 2008/11/02 07:32:11 tove Exp $
-
-inherit perl-module
-
-DESCRIPTION="Object Oriented time objects"
-HOMEPAGE="http://search.cpan.org/~msergeant/"
-SRC_URI="mirror://cpan/authors/id/M/MS/MSERGEANT/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-SRC_TEST="do"
-
-DEPEND="dev-lang/perl"
diff --git a/perl-core/Time-Piece/Time-Piece-1.13.ebuild b/perl-core/Time-Piece/Time-Piece-1.13.ebuild
deleted file mode 100644
index 3edfe5ee6e7a..000000000000
--- a/perl-core/Time-Piece/Time-Piece-1.13.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/Time-Piece/Time-Piece-1.13.ebuild,v 1.3 2009/12/16 22:00:31 abcd Exp $
-
-MODULE_AUTHOR=MSERGEANT
-inherit perl-module
-
-DESCRIPTION="Object Oriented time objects"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="alpha ~amd64 ia64 ~ppc ~ppc64 sparc x86 ~sparc-fbsd ~amd64-linux ~x86-linux"
-IUSE=""
-
-SRC_TEST="do"
-
-DEPEND="dev-lang/perl"
diff --git a/perl-core/Time-Piece/Time-Piece-1.14.ebuild b/perl-core/Time-Piece/Time-Piece-1.14.ebuild
deleted file mode 100644
index e48c7a12d776..000000000000
--- a/perl-core/Time-Piece/Time-Piece-1.14.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/Time-Piece/Time-Piece-1.14.ebuild,v 1.2 2009/12/16 22:00:31 abcd 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"
-IUSE=""
-
-SRC_TEST="do"
diff --git a/perl-core/bignum/ChangeLog b/perl-core/bignum/ChangeLog
index 3b23bda04651..700f3b7f7c06 100644
--- a/perl-core/bignum/ChangeLog
+++ b/perl-core/bignum/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for perl-core/bignum
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.24 2010/01/05 19:03:03 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/bignum/ChangeLog,v 1.25 2010/01/17 15:14:24 tove Exp $
+
+ 17 Jan 2010; Torsten Veller <tove@gentoo.org> -bignum-0.21.ebuild:
+ Cleanup
05 Jan 2010; nixnut <nixnut@gentoo.org> bignum-0.23.ebuild:
ppc stable #288026
diff --git a/perl-core/bignum/bignum-0.21.ebuild b/perl-core/bignum/bignum-0.21.ebuild
deleted file mode 100644
index 4b0281d628af..000000000000
--- a/perl-core/bignum/bignum-0.21.ebuild
+++ /dev/null
@@ -1,22 +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/bignum/bignum-0.21.ebuild,v 1.10 2008/03/28 06:51:20 jer Exp $
-
-inherit perl-module
-
-DESCRIPTION="Transparent BigNumber/BigRational support for Perl"
-HOMEPAGE="http://search.cpan.org/~tels"
-SRC_URI="mirror://cpan/authors/id/T/TE/TELS/math/${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc s390 sh sparc x86"
-IUSE="test"
-
-SRC_TEST="do"
-PREFER_BUILDPL="no"
-
-DEPEND=">=perl-core/Math-BigInt-1.83
- >=perl-core/Math-BigRat-0.18
- test? ( >=dev-perl/Test-Pod-Coverage-1.08 )
- dev-lang/perl"
diff --git a/perl-core/digest-base/ChangeLog b/perl-core/digest-base/ChangeLog
index f481ff5f5230..d6ff393ee60a 100644
--- a/perl-core/digest-base/ChangeLog
+++ b/perl-core/digest-base/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for perl-core/digest-base
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.44 2010/01/05 19:28:37 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/digest-base/ChangeLog,v 1.45 2010/01/17 15:16:14 tove Exp $
+
+ 17 Jan 2010; Torsten Veller <tove@gentoo.org> -digest-base-1.15.ebuild:
+ Cleanup
05 Jan 2010; nixnut <nixnut@gentoo.org> digest-base-1.16.ebuild:
ppc stable #288026
diff --git a/perl-core/digest-base/digest-base-1.15.ebuild b/perl-core/digest-base/digest-base-1.15.ebuild
deleted file mode 100644
index f60a4b58aaa6..000000000000
--- a/perl-core/digest-base/digest-base-1.15.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/digest-base/digest-base-1.15.ebuild,v 1.16 2009/12/16 21:46:44 abcd Exp $
-
-inherit perl-module
-
-MY_P=Digest-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Modules that calculate message digests"
-HOMEPAGE="http://search.cpan.org/~gaas/"
-SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${MY_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-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND="dev-lang/perl
- virtual/perl-MIME-Base64"
-
-SRC_TEST="do"
-mydoc="rfc*.txt"
diff --git a/perl-core/libnet/ChangeLog b/perl-core/libnet/ChangeLog
index daa69908c6ff..97796f45e5f0 100644
--- a/perl-core/libnet/ChangeLog
+++ b/perl-core/libnet/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for perl-core/libnet
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/ChangeLog,v 1.29 2009/12/16 21:52:17 abcd Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/libnet/ChangeLog,v 1.30 2010/01/17 15:17:37 tove Exp $
+
+ 17 Jan 2010; Torsten Veller <tove@gentoo.org> -libnet-1.21.ebuild:
+ Cleanup
16 Dec 2009; Jonathan Callen <abcd@gentoo.org> libnet-1.21.ebuild,
libnet-1.22.ebuild:
diff --git a/perl-core/libnet/libnet-1.21.ebuild b/perl-core/libnet/libnet-1.21.ebuild
deleted file mode 100644
index fbe5f27058a5..000000000000
--- a/perl-core/libnet/libnet-1.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/libnet/libnet-1.21.ebuild,v 1.14 2009/12/16 21:52:17 abcd Exp $
-
-inherit perl-module
-
-DESCRIPTION="A URI Perl Module"
-HOMEPAGE="http://search.cpan.org/~gbarr/"
-SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
-IUSE="sasl"
-
-SRC_TEST="do"
-
-DEPEND="dev-lang/perl
- sasl? ( dev-perl/Authen-SASL )"
-
-src_unpack() {
- perl-module_src_unpack
- cp "${FILESDIR}"/libnet.cfg "${S}"
-}
diff --git a/perl-core/locale-maketext/ChangeLog b/perl-core/locale-maketext/ChangeLog
index c5e8e7f1ba51..534d2f97b5ff 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.20 2010/01/05 19:29:44 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/locale-maketext/ChangeLog,v 1.21 2010/01/17 15:18:45 tove Exp $
+
+ 17 Jan 2010; Torsten Veller <tove@gentoo.org>
+ -locale-maketext-1.09.ebuild, -locale-maketext-1.10.ebuild:
+ Cleanup
05 Jan 2010; nixnut <nixnut@gentoo.org> locale-maketext-1.13.ebuild:
ppc stable #288026
diff --git a/perl-core/locale-maketext/locale-maketext-1.09.ebuild b/perl-core/locale-maketext/locale-maketext-1.09.ebuild
deleted file mode 100644
index 7c4537ac636f..000000000000
--- a/perl-core/locale-maketext/locale-maketext-1.09.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/locale-maketext/locale-maketext-1.09.ebuild,v 1.5 2009/08/10 19:28:53 tove Exp $
-
-inherit perl-module
-
-MY_P=Locale-Maketext-${PV}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Localization framework for Perl programs"
-HOMEPAGE="http://search.cpan.org/~sburke/"
-SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${MY_P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc s390 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.10.ebuild b/perl-core/locale-maketext/locale-maketext-1.10.ebuild
deleted file mode 100644
index 95280b38cbae..000000000000
--- a/perl-core/locale-maketext/locale-maketext-1.10.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/locale-maketext/locale-maketext-1.10.ebuild,v 1.12 2009/08/10 19:28:53 tove Exp $
-
-inherit perl-module
-
-MY_P=Locale-Maketext-${PV}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Localization framework for Perl programs"
-HOMEPAGE="http://search.cpan.org/~petdance/"
-SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${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/net-ping/ChangeLog b/perl-core/net-ping/ChangeLog
index bd0fb23db21f..4326d11d121d 100644
--- a/perl-core/net-ping/ChangeLog
+++ b/perl-core/net-ping/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for perl-core/net-ping
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/net-ping/ChangeLog,v 1.19 2010/01/05 19:31:01 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/net-ping/ChangeLog,v 1.20 2010/01/17 15:19:51 tove Exp $
+
+ 17 Jan 2010; Torsten Veller <tove@gentoo.org> -net-ping-2.31.ebuild,
+ -net-ping-2.35.ebuild:
+ Cleanup
05 Jan 2010; nixnut <nixnut@gentoo.org> net-ping-2.36.ebuild:
ppc stable #288026
diff --git a/perl-core/net-ping/net-ping-2.31.ebuild b/perl-core/net-ping/net-ping-2.31.ebuild
deleted file mode 100644
index 1b5fa25f5620..000000000000
--- a/perl-core/net-ping/net-ping-2.31.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/net-ping/net-ping-2.31.ebuild,v 1.10 2009/12/16 21:54:32 abcd Exp $
-
-inherit perl-module
-
-MY_P=Net-Ping-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="check a remote host for reachability"
-SRC_URI="mirror://cpan/authors/id/B/BB/BBB/${MY_P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~bbb/"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-DEPEND="dev-lang/perl"
diff --git a/perl-core/net-ping/net-ping-2.35.ebuild b/perl-core/net-ping/net-ping-2.35.ebuild
deleted file mode 100644
index e9a659a03f5f..000000000000
--- a/perl-core/net-ping/net-ping-2.35.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/net-ping/net-ping-2.35.ebuild,v 1.2 2009/12/16 21:54:32 abcd Exp $
-
-MODULE_AUTHOR=SMPETERS
-MY_PN=Net-Ping
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
-inherit perl-module
-
-DESCRIPTION="check a remote host for reachability"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-DEPEND="dev-lang/perl"
diff --git a/perl-core/parent/ChangeLog b/perl-core/parent/ChangeLog
index 4dba4041756e..d70e626e7a8d 100644
--- a/perl-core/parent/ChangeLog
+++ b/perl-core/parent/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for perl-core/parent
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/parent/ChangeLog,v 1.4 2009/10/27 17:54:07 volkmar Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/perl-core/parent/ChangeLog,v 1.5 2010/01/17 15:20:43 tove Exp $
+
+ 17 Jan 2010; Torsten Veller <tove@gentoo.org> -parent-0.221.ebuild,
+ -parent-0.222.ebuild:
+ Cleanup
27 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> parent-0.223.ebuild:
Keywording for ppc.
diff --git a/perl-core/parent/parent-0.221.ebuild b/perl-core/parent/parent-0.221.ebuild
deleted file mode 100644
index 58ae6fd135f0..000000000000
--- a/perl-core/parent/parent-0.221.ebuild
+++ /dev/null
@@ -1,14 +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.221.ebuild,v 1.1 2009/08/10 21:17:40 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR="CORION"
-inherit perl-module
-
-DESCRIPTION="Establish an ISA relationship with base classes at compile time"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
diff --git a/perl-core/parent/parent-0.222.ebuild b/perl-core/parent/parent-0.222.ebuild
deleted file mode 100644
index 56087dd9604a..000000000000
--- a/perl-core/parent/parent-0.222.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.222.ebuild,v 1.1 2009/08/30 13:26:37 tove Exp $
-
-EAPI=2
-
-MODULE_AUTHOR="CORION"
-inherit perl-module
-
-DESCRIPTION="Establish an ISA relationship with base classes at compile time"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-SRC_TEST=do
diff --git a/perl-core/version/ChangeLog b/perl-core/version/ChangeLog
index 7748ad449f97..5b198d23c0e7 100644
--- a/perl-core/version/ChangeLog
+++ b/perl-core/version/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for perl-core/version
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/version/ChangeLog,v 1.18 2010/01/15 15:05:22 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/version/ChangeLog,v 1.19 2010/01/17 15:22:39 tove Exp $
+
+ 17 Jan 2010; Torsten Veller <tove@gentoo.org> -version-0.76.ebuild,
+ -version-0.77.01.ebuild, -version-0.78.ebuild:
+ Cleanup
*version-0.79-r1 (15 Jan 2010)
diff --git a/perl-core/version/version-0.76.ebuild b/perl-core/version/version-0.76.ebuild
deleted file mode 100644
index e51f36356a2b..000000000000
--- a/perl-core/version/version-0.76.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/version/version-0.76.ebuild,v 1.3 2009/12/16 22:00:55 abcd Exp $
-
-MODULE_AUTHOR=JPEACOCK
-inherit perl-module
-
-DESCRIPTION="Perl extension for Version Objects"
-
-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 ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="dev-lang/perl"
-DEPEND="${RDEPEND}
- >=virtual/perl-Module-Build-0.28"
-
-SRC_TEST="do"
diff --git a/perl-core/version/version-0.77.01.ebuild b/perl-core/version/version-0.77.01.ebuild
deleted file mode 100644
index ef0e565bcb78..000000000000
--- a/perl-core/version/version-0.77.01.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/version/version-0.77.01.ebuild,v 1.3 2009/12/16 22:00:55 abcd Exp $
-
-EAPI=2
-
-inherit versionator
-MY_P=${PN}-$(delete_version_separator 2 )
-S=${WORKDIR}/${MY_P}
-MODULE_AUTHOR=JPEACOCK
-inherit perl-module
-
-DESCRIPTION="Perl extension for Version Objects"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=virtual/perl-Module-Build-0.33.05"
-
-SRC_TEST="do"
diff --git a/perl-core/version/version-0.78.ebuild b/perl-core/version/version-0.78.ebuild
deleted file mode 100644
index 62bfbcd3fc30..000000000000
--- a/perl-core/version/version-0.78.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/version/version-0.78.ebuild,v 1.3 2009/12/18 20:01:23 grobian Exp $
-
-EAPI=2
-
-#inherit versionator
-#MY_P=${PN}-$(delete_version_separator 2 )
-#S=${WORKDIR}/${MY_P}
-MODULE_AUTHOR=JPEACOCK
-inherit perl-module
-
-DESCRIPTION="Perl extension for Version Objects"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=virtual/perl-Module-Build-0.33.05"
-
-SRC_TEST="do"