summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-17 07:25:24 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-17 07:25:24 +0000
commit70c4eeb46b3c00c2f68d170827d164e92b3053bb (patch)
tree2c361a4e98cdd7a4610213766f4fdd360f9a0193 /perl-core
parentCleanup (diff)
downloadgentoo-2-70c4eeb46b3c00c2f68d170827d164e92b3053bb.tar.gz
gentoo-2-70c4eeb46b3c00c2f68d170827d164e92b3053bb.tar.bz2
gentoo-2-70c4eeb46b3c00c2f68d170827d164e92b3053bb.zip
Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/version/ChangeLog7
-rw-r--r--perl-core/version/files/0.79-assert.patch11
-rw-r--r--perl-core/version/version-0.77.02.ebuild23
-rw-r--r--perl-core/version/version-0.79-r1.ebuild24
-rw-r--r--perl-core/version/version-0.80.ebuild23
-rw-r--r--perl-core/version/version-0.83.ebuild23
-rw-r--r--perl-core/version/version-0.85.ebuild23
-rw-r--r--perl-core/version/version-0.86.ebuild23
8 files changed, 6 insertions, 151 deletions
diff --git a/perl-core/version/ChangeLog b/perl-core/version/ChangeLog
index 583393c63977..578df5fde30f 100644
--- a/perl-core/version/ChangeLog
+++ b/perl-core/version/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for perl-core/version
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/version/ChangeLog,v 1.31 2011/01/13 07:55:26 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/version/ChangeLog,v 1.32 2011/01/17 07:25:23 tove Exp $
+
+ 17 Jan 2011; Torsten Veller <tove@gentoo.org> -files/0.79-assert.patch,
+ -version-0.77.02.ebuild, -version-0.79-r1.ebuild, -version-0.80.ebuild,
+ -version-0.83.ebuild, -version-0.85.ebuild, -version-0.86.ebuild:
+ Cleanup
*version-0.880 (13 Jan 2011)
diff --git a/perl-core/version/files/0.79-assert.patch b/perl-core/version/files/0.79-assert.patch
deleted file mode 100644
index 7917c398f193..000000000000
--- a/perl-core/version/files/0.79-assert.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- version-0.79/vutil/vutil.h 2010-01-10 14:08:42.000000000 +0000
-+++ version-0.79/vutil/vutil.h 2010-01-11 14:00:25.700941525 +0000
-@@ -41,7 +41,7 @@
- (a != Perl_prescan_version(aTHX_ a, b, NULL, NULL, NULL, NULL))
-
- #define PERL_ARGS_ASSERT_PRESCAN_VERSION \
-- assert(s); assert(strict); assert(sqv); assert(ssaw_period);\
-+ assert(s); assert(sqv); assert(ssaw_decimal);\
- assert(swidth); assert(salpha);
- #define PERL_ARGS_ASSERT_SCAN_VERSION \
- assert(s); assert(rv)
diff --git a/perl-core/version/version-0.77.02.ebuild b/perl-core/version/version-0.77.02.ebuild
deleted file mode 100644
index 0ca29023eb26..000000000000
--- a/perl-core/version/version-0.77.02.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/version/version-0.77.02.ebuild,v 1.9 2010/01/05 19:32:27 nixnut 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.79-r1.ebuild b/perl-core/version/version-0.79-r1.ebuild
deleted file mode 100644
index 16dc5569352c..000000000000
--- a/perl-core/version/version-0.79-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/version/version-0.79-r1.ebuild,v 1.1 2010/01/15 15:05:22 tove 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"
-PATCHES=( "${FILESDIR}/0.79-assert.patch" )
diff --git a/perl-core/version/version-0.80.ebuild b/perl-core/version/version-0.80.ebuild
deleted file mode 100644
index 6e9a0feb0339..000000000000
--- a/perl-core/version/version-0.80.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/version/version-0.80.ebuild,v 1.1 2010/02/02 17:45:21 tove 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"
diff --git a/perl-core/version/version-0.83.ebuild b/perl-core/version/version-0.83.ebuild
deleted file mode 100644
index b031b5062861..000000000000
--- a/perl-core/version/version-0.83.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/version/version-0.83.ebuild,v 1.1 2010/10/18 08:31:49 tove Exp $
-
-EAPI=3
-
-#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"
diff --git a/perl-core/version/version-0.85.ebuild b/perl-core/version/version-0.85.ebuild
deleted file mode 100644
index 7717e0c5c2be..000000000000
--- a/perl-core/version/version-0.85.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/version/version-0.85.ebuild,v 1.1 2010/10/27 20:54:11 tove Exp $
-
-EAPI=3
-
-#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"
diff --git a/perl-core/version/version-0.86.ebuild b/perl-core/version/version-0.86.ebuild
deleted file mode 100644
index 30fbd02df5dd..000000000000
--- a/perl-core/version/version-0.86.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/version/version-0.86.ebuild,v 1.1 2010/11/27 18:19:06 tove Exp $
-
-EAPI=3
-
-#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"