summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-03-13 21:17:59 +0000
committerTorsten Veller <tove@gentoo.org>2009-03-13 21:17:59 +0000
commit03b73226e48a5b21e3d370929ba7d45033562004 (patch)
treed2a49316a30dd4bceb6c5c9d9baeaebea4f64ed7 /perl-core
parentCleanup (diff)
downloadgentoo-2-03b73226e48a5b21e3d370929ba7d45033562004.tar.gz
gentoo-2-03b73226e48a5b21e3d370929ba7d45033562004.tar.bz2
gentoo-2-03b73226e48a5b21e3d370929ba7d45033562004.zip
Cleanup
(Portage version: 2.2_rc24/cvs/Linux i686)
Diffstat (limited to 'perl-core')
-rw-r--r--perl-core/Module-Build/ChangeLog7
-rw-r--r--perl-core/Module-Build/Module-Build-0.28-r1.ebuild29
-rw-r--r--perl-core/Module-Build/Module-Build-0.30.ebuild33
-rw-r--r--perl-core/Module-Build/Module-Build-0.31.012.ebuild28
-rw-r--r--perl-core/Module-Build/Module-Build-0.31.ebuild33
5 files changed, 6 insertions, 124 deletions
diff --git a/perl-core/Module-Build/ChangeLog b/perl-core/Module-Build/ChangeLog
index 0e42551595b4..87d46f8b61f6 100644
--- a/perl-core/Module-Build/ChangeLog
+++ b/perl-core/Module-Build/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for perl-core/Module-Build
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.7 2009/02/26 11:34:58 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Module-Build/ChangeLog,v 1.8 2009/03/13 21:17:59 tove Exp $
+
+ 13 Mar 2009; Torsten Veller <tove@gentoo.org>
+ -Module-Build-0.28-r1.ebuild, -Module-Build-0.30.ebuild,
+ -Module-Build-0.31.ebuild, -Module-Build-0.31.012.ebuild:
+ Cleanup
*Module-Build-0.32 (26 Feb 2009)
diff --git a/perl-core/Module-Build/Module-Build-0.28-r1.ebuild b/perl-core/Module-Build/Module-Build-0.28-r1.ebuild
deleted file mode 100644
index 8ae9ebdcd395..000000000000
--- a/perl-core/Module-Build/Module-Build-0.28-r1.ebuild
+++ /dev/null
@@ -1,29 +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/Module-Build/Module-Build-0.28-r1.ebuild,v 1.1 2008/11/02 07:27:45 tove Exp $
-
-inherit perl-module
-
-MY_PV=${PV/26.11/2611}
-MY_P="Module-Build-${MY_PV}"
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Build and install Perl modules"
-HOMEPAGE="http://search.cpan.org/~kwilliams/"
-SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${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"
-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-lang/perl
- dev-perl/yaml
- >=virtual/perl-Archive-Tar-1.09"
-
-SRC_TEST="do"
diff --git a/perl-core/Module-Build/Module-Build-0.30.ebuild b/perl-core/Module-Build/Module-Build-0.30.ebuild
deleted file mode 100644
index 82fae2c90762..000000000000
--- a/perl-core/Module-Build/Module-Build-0.30.ebuild
+++ /dev/null
@@ -1,33 +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/Module-Build/Module-Build-0.30.ebuild,v 1.2 2008/11/04 10:00:44 vapier Exp $
-
-inherit versionator
-MODULE_AUTHOR=KWILLIAMS
-MY_PN=Module-Build
-MY_P=${MY_PN}-$(delete_version_separator 2)
-S=${WORKDIR}/${MY_P}
-inherit perl-module
-
-DESCRIPTION="Build and install Perl modules"
-
-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=""
-
-# 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-lang/perl
- dev-perl/yaml
- >=virtual/perl-Archive-Tar-1.09"
-
-SRC_TEST="do"
-
-src_test(){
- HOME= perl-module_src_test
-}
diff --git a/perl-core/Module-Build/Module-Build-0.31.012.ebuild b/perl-core/Module-Build/Module-Build-0.31.012.ebuild
deleted file mode 100644
index 43a7a9ddd73b..000000000000
--- a/perl-core/Module-Build/Module-Build-0.31.012.ebuild
+++ /dev/null
@@ -1,28 +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.31.012.ebuild,v 1.1 2009/01/14 14:31:44 tove Exp $
-
-inherit versionator
-MODULE_AUTHOR=EWILHELM
-MY_P=${PN}-$(delete_version_separator 2)
-S=${WORKDIR}/${MY_P}
-inherit perl-module
-
-DESCRIPTION="Build and install Perl modules"
-
-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=""
-
-# 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-lang/perl
- dev-perl/yaml
- >=virtual/perl-Archive-Tar-1.09"
-
-SRC_TEST="do"
diff --git a/perl-core/Module-Build/Module-Build-0.31.ebuild b/perl-core/Module-Build/Module-Build-0.31.ebuild
deleted file mode 100644
index e06e6ece03ce..000000000000
--- a/perl-core/Module-Build/Module-Build-0.31.ebuild
+++ /dev/null
@@ -1,33 +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/Module-Build/Module-Build-0.31.ebuild,v 1.1 2008/12/23 08:59:18 robbat2 Exp $
-
-inherit versionator
-MODULE_AUTHOR=KWILLIAMS
-MY_PN=Module-Build
-MY_P=${MY_PN}-$(delete_version_separator 2)
-S=${WORKDIR}/${MY_P}
-inherit perl-module
-
-DESCRIPTION="Build and install Perl modules"
-
-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=""
-
-# 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-lang/perl
- dev-perl/yaml
- >=virtual/perl-Archive-Tar-1.09"
-
-SRC_TEST="do"
-
-src_test(){
- HOME= perl-module_src_test
-}