* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/CPANPLUS-Dist-Build/
@ 2011-03-10 23:59 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-03-10 23:59 UTC (permalink / raw
To: gentoo-commits
commit: 4804e0d10f89788322c8e66d137800a126b4669b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 22:58:01 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 10 22:58:54 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4804e0d1
[added] perl-core/CPANPLUS-Dist-Build
(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
.../CPANPLUS-Dist-Build-0.540.0.ebuild | 36 ++++++++++++++++++++
perl-core/CPANPLUS-Dist-Build/ChangeLog | 10 +++++
perl-core/CPANPLUS-Dist-Build/metadata.xml | 9 +++++
3 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.540.0.ebuild b/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.540.0.ebuild
new file mode 100644
index 0000000..e7d99b0
--- /dev/null
+++ b/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.540.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="3"
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION="0.54"
+inherit perl-module
+
+DESCRIPTION="CPANPLUS plugin to install packages that use Build.PL"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+COMMON_DEPEND="
+ >=virtual/perl-Test-Harness-3.16
+ >=virtual/perl-CPANPLUS-0.840.0
+ virtual/perl-Locale-Maketext-Simple
+ >=virtual/perl-Params-Check-0.26
+ >=virtual/perl-IPC-Cmd-0.42
+ >=virtual/perl-Module-Load-0.16
+ >=virtual/perl-Module-Load-Conditional-0.300
+ >=virtual/perl-Module-Pluggable-3.8
+ >=virtual/perl-Module-Build-0.32
+ virtual/perl-File-Spec
+ >=virtual/perl-ExtUtils-Install-1.42
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ test? (
+ >=virtual/perl-Test-Simple-0.47
+ )
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/perl-core/CPANPLUS-Dist-Build/ChangeLog b/perl-core/CPANPLUS-Dist-Build/ChangeLog
new file mode 100644
index 0000000..1a3ce74
--- /dev/null
+++ b/perl-core/CPANPLUS-Dist-Build/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for perl-core/CPANPLUS-Dist-Build
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*CPANPLUS-Dist-Build-0.540.0 (10 Mar 2011)
+
+ 10 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+ +CPANPLUS-Dist-Build-0.540.0.ebuild, +metadata.xml:
+ Added: Reported outdated by app-cpanoutdated
+
diff --git a/perl-core/CPANPLUS-Dist-Build/metadata.xml b/perl-core/CPANPLUS-Dist-Build/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/perl-core/CPANPLUS-Dist-Build/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/CPANPLUS-Dist-Build/
@ 2011-04-20 14:54 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-04-20 14:54 UTC (permalink / raw
To: gentoo-commits
commit: 57570b4e07e60212dddb137f164cf49caddad448
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 14:49:19 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 20 14:49:19 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=57570b4e
[newversion] CPANPLUS-Dist-Build-0.560.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
.../CPANPLUS-Dist-Build-0.560.0.ebuild | 38 ++++++++++++++++++++
perl-core/CPANPLUS-Dist-Build/ChangeLog | 6 +++
2 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.560.0.ebuild b/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.560.0.ebuild
new file mode 100644
index 0000000..de38f3b
--- /dev/null
+++ b/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.560.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION="0.56"
+inherit perl-module
+
+DESCRIPTION="CPANPLUS plugin to install packages that use Build.PL"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+
+COMMON_DEPEND="
+ >=virtual/perl-Test-Harness-3.16 $(comment 3.160.0)
+ >=virtual/perl-CPANPLUS-0.840.0
+ virtual/perl-Locale-Maketext-Simple
+ >=virtual/perl-Params-Check-0.26 $(comment 0.260.0)
+ >=virtual/perl-IPC-Cmd-0.42 $(comment 0.420.0)
+ >=virtual/perl-Module-Load-0.16 $(comment 0.160.0)
+ >=virtual/perl-Module-Load-Conditional-0.300 $(comment 0.300.0)
+ >=virtual/perl-Module-Pluggable-3.8 $(comment 3.800.0)
+ >=virtual/perl-Module-Build-0.32 $(comment 0.320.0)
+ virtual/perl-File-Spec
+ >=virtual/perl-ExtUtils-Install-1.42 $(comment 1.420.0)
+"
+DEPEND="
+ ${COMMON_DEPEND}
+ test? (
+ >=virtual/perl-Test-Simple-0.47 $(comment Test::More 0.470.0)
+ )
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/perl-core/CPANPLUS-Dist-Build/ChangeLog b/perl-core/CPANPLUS-Dist-Build/ChangeLog
index 1a3ce74..70f74d2 100644
--- a/perl-core/CPANPLUS-Dist-Build/ChangeLog
+++ b/perl-core/CPANPLUS-Dist-Build/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*CPANPLUS-Dist-Build-0.560.0 (20 Apr 2011)
+
+ 20 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ +CPANPLUS-Dist-Build-0.560.0.ebuild:
+ Bump
+
*CPANPLUS-Dist-Build-0.540.0 (10 Mar 2011)
10 Mar 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/CPANPLUS-Dist-Build/
@ 2012-02-24 7:13 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-02-24 7:13 UTC (permalink / raw
To: gentoo-commits
commit: 4a191c65a1f46f1850520f419cb9c45e1716dbbb
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Feb 24 06:41:16 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Feb 24 06:41:16 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4a191c65
[newversion] perl-core/CPANPLUS-Dist-Build-0.620.0
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
.../CPANPLUS-Dist-Build-0.620.0.ebuild | 58 ++++++++++++++++++++
perl-core/CPANPLUS-Dist-Build/ChangeLog | 8 +++-
2 files changed, 65 insertions(+), 1 deletions(-)
diff --git a/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.620.0.ebuild b/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.620.0.ebuild
new file mode 100644
index 0000000..2b6f92f
--- /dev/null
+++ b/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.620.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=0.62
+inherit perl-module
+
+DESCRIPTION='CPANPLUS plugin to install packages that use Build.PL'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.62 ( 6.620.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.620.0
+ # Test::More 0.47 ( 0.470.0 )
+ echo \>=virtual/perl-Test-Simple-0.47
+}
+perl_meta_runtime() {
+ # CPANPLUS 0.84 ( 0.840.0 )
+ echo \>=virtual/perl-CPANPLUS-0.840.0
+ # ExtUtils::Install 1.42 ( 1.420.0 )
+ echo \>=virtual/perl-ExtUtils-Install-1.42
+ # File::Spec
+ echo virtual/perl-File-Spec
+ # IPC::Cmd 0.42 ( 0.420.0 )
+ echo \>=virtual/perl-IPC-Cmd-0.420
+ # Locale::Maketext::Simple
+ echo virtual/perl-Locale-Maketext-Simple
+ # Module::Build 0.32 ( 0.320.0 )
+ echo \>=virtual/perl-Module-Build-0.32
+ # Module::Load 0.16 ( 0.160.0 )
+ echo \>=virtual/perl-Module-Load-0.160.0
+ # Module::Load::Conditional 0.30 ( 0.300.0 )
+ echo \>=virtual/perl-Module-Load-Conditional-0.300
+ # Module::Pluggable 3.8 ( 3.800.0 )
+ echo \>=virtual/perl-Module-Pluggable-3.800.0
+ # Params::Check 0.26 ( 0.260.0 )
+ echo \>=virtual/perl-Params-Check-0.26
+ # Test::Harness 3.16 ( 3.160.0 )
+ echo \>=virtual/perl-Test-Harness-3.16
+ # perl v5.6.0 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/perl-core/CPANPLUS-Dist-Build/ChangeLog b/perl-core/CPANPLUS-Dist-Build/ChangeLog
index 70f74d2..a17bfcf 100644
--- a/perl-core/CPANPLUS-Dist-Build/ChangeLog
+++ b/perl-core/CPANPLUS-Dist-Build/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for perl-core/CPANPLUS-Dist-Build
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*CPANPLUS-Dist-Build-0.620.0 (24 Feb 2012)
+
+ 24 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ +CPANPLUS-Dist-Build-0.620.0.ebuild:
+ Version Bump
+
*CPANPLUS-Dist-Build-0.560.0 (20 Apr 2011)
20 Apr 2011; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/CPANPLUS-Dist-Build/
@ 2012-10-25 10:13 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-10-25 10:13 UTC (permalink / raw
To: gentoo-commits
commit: 6663dc02325afddf38737285ac2ace7b9249678f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Oct 25 09:46:49 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Oct 25 09:50:23 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6663dc02
[newversion] core/CPANPLUS-Dist-Build-0.640.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
.../CPANPLUS-Dist-Build-0.640.0.ebuild | 58 ++++++++++++++++++++
perl-core/CPANPLUS-Dist-Build/ChangeLog | 6 ++
2 files changed, 64 insertions(+), 0 deletions(-)
diff --git a/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.640.0.ebuild b/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.640.0.ebuild
new file mode 100644
index 0000000..aca9027
--- /dev/null
+++ b/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.640.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=0.64
+inherit perl-module
+
+DESCRIPTION='CPANPLUS plugin to install packages that use Build.PL'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ # Test::More 0.47 ( 0.470.0 )
+ echo \>=virtual/perl-Test-Simple-0.47
+}
+perl_meta_runtime() {
+ # CPANPLUS 0.84 ( 0.840.0 )
+ echo \>=virtual/perl-CPANPLUS-0.840.0
+ # ExtUtils::Install 1.42 ( 1.420.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-1.42
+ # File::Spec
+ echo virtual/perl-File-Spec
+ # IPC::Cmd 0.42 ( 0.420.0 )
+ echo \>=virtual/perl-IPC-Cmd-0.420
+ # Locale::Maketext::Simple
+ echo virtual/perl-Locale-Maketext-Simple
+ # Module::Build 0.32 ( 0.320.0 )
+ echo \>=virtual/perl-Module-Build-0.32
+ # Module::Load 0.16 ( 0.160.0 )
+ echo \>=virtual/perl-Module-Load-0.160.0
+ # Module::Load::Conditional 0.30 ( 0.300.0 )
+ echo \>=virtual/perl-Module-Load-Conditional-0.300
+ # Module::Pluggable 3.8 ( 3.800.0 )
+ echo \>=virtual/perl-Module-Pluggable-3.800.0
+ # Params::Check 0.26 ( 0.260.0 )
+ echo \>=virtual/perl-Params-Check-0.26
+ # Test::Harness 3.16 ( 3.160.0 )
+ echo \>=virtual/perl-Test-Harness-3.16
+ # perl v5.6.0 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/perl-core/CPANPLUS-Dist-Build/ChangeLog b/perl-core/CPANPLUS-Dist-Build/ChangeLog
index a17bfcf..4863a8e 100644
--- a/perl-core/CPANPLUS-Dist-Build/ChangeLog
+++ b/perl-core/CPANPLUS-Dist-Build/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*CPANPLUS-Dist-Build-0.640.0 (25 Oct 2012)
+
+ 25 Oct 2012; Kent Fredric <kentfredric@gmail.com>
+ +CPANPLUS-Dist-Build-0.640.0.ebuild:
+ Version Bump
+
*CPANPLUS-Dist-Build-0.620.0 (24 Feb 2012)
24 Feb 2012; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/CPANPLUS-Dist-Build/
@ 2014-09-06 9:52 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2014-09-06 9:52 UTC (permalink / raw
To: gentoo-commits
commit: 7cb94a351731b31cd08fc17677acbf2b1b7ed388
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Sep 6 07:57:42 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Sep 6 07:57:42 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7cb94a35
[cleanup] perl-core/CPANPLUS-Dist-Build Remove redundant entries
Package-Manager: portage-2.2.10
---
.../CPANPLUS-Dist-Build-0.540.0.ebuild | 36 --------------
.../CPANPLUS-Dist-Build-0.560.0.ebuild | 38 --------------
.../CPANPLUS-Dist-Build-0.640.0.ebuild | 58 ----------------------
perl-core/CPANPLUS-Dist-Build/ChangeLog | 7 ++-
4 files changed, 6 insertions(+), 133 deletions(-)
diff --git a/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.540.0.ebuild b/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.540.0.ebuild
deleted file mode 100644
index e7d99b0..0000000
--- a/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.540.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="3"
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION="0.54"
-inherit perl-module
-
-DESCRIPTION="CPANPLUS plugin to install packages that use Build.PL"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
- >=virtual/perl-Test-Harness-3.16
- >=virtual/perl-CPANPLUS-0.840.0
- virtual/perl-Locale-Maketext-Simple
- >=virtual/perl-Params-Check-0.26
- >=virtual/perl-IPC-Cmd-0.42
- >=virtual/perl-Module-Load-0.16
- >=virtual/perl-Module-Load-Conditional-0.300
- >=virtual/perl-Module-Pluggable-3.8
- >=virtual/perl-Module-Build-0.32
- virtual/perl-File-Spec
- >=virtual/perl-ExtUtils-Install-1.42
-"
-DEPEND="
- ${COMMON_DEPEND}
- test? (
- >=virtual/perl-Test-Simple-0.47
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.560.0.ebuild b/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.560.0.ebuild
deleted file mode 100644
index de38f3b..0000000
--- a/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.560.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION="0.56"
-inherit perl-module
-
-DESCRIPTION="CPANPLUS plugin to install packages that use Build.PL"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { echo ''; }
-
-COMMON_DEPEND="
- >=virtual/perl-Test-Harness-3.16 $(comment 3.160.0)
- >=virtual/perl-CPANPLUS-0.840.0
- virtual/perl-Locale-Maketext-Simple
- >=virtual/perl-Params-Check-0.26 $(comment 0.260.0)
- >=virtual/perl-IPC-Cmd-0.42 $(comment 0.420.0)
- >=virtual/perl-Module-Load-0.16 $(comment 0.160.0)
- >=virtual/perl-Module-Load-Conditional-0.300 $(comment 0.300.0)
- >=virtual/perl-Module-Pluggable-3.8 $(comment 3.800.0)
- >=virtual/perl-Module-Build-0.32 $(comment 0.320.0)
- virtual/perl-File-Spec
- >=virtual/perl-ExtUtils-Install-1.42 $(comment 1.420.0)
-"
-DEPEND="
- ${COMMON_DEPEND}
- test? (
- >=virtual/perl-Test-Simple-0.47 $(comment Test::More 0.470.0)
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.640.0.ebuild b/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.640.0.ebuild
deleted file mode 100644
index aca9027..0000000
--- a/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.640.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=0.64
-inherit perl-module
-
-DESCRIPTION='CPANPLUS plugin to install packages that use Build.PL'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
- # Test::More 0.47 ( 0.470.0 )
- echo \>=virtual/perl-Test-Simple-0.47
-}
-perl_meta_runtime() {
- # CPANPLUS 0.84 ( 0.840.0 )
- echo \>=virtual/perl-CPANPLUS-0.840.0
- # ExtUtils::Install 1.42 ( 1.420.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-1.42
- # File::Spec
- echo virtual/perl-File-Spec
- # IPC::Cmd 0.42 ( 0.420.0 )
- echo \>=virtual/perl-IPC-Cmd-0.420
- # Locale::Maketext::Simple
- echo virtual/perl-Locale-Maketext-Simple
- # Module::Build 0.32 ( 0.320.0 )
- echo \>=virtual/perl-Module-Build-0.32
- # Module::Load 0.16 ( 0.160.0 )
- echo \>=virtual/perl-Module-Load-0.160.0
- # Module::Load::Conditional 0.30 ( 0.300.0 )
- echo \>=virtual/perl-Module-Load-Conditional-0.300
- # Module::Pluggable 3.8 ( 3.800.0 )
- echo \>=virtual/perl-Module-Pluggable-3.800.0
- # Params::Check 0.26 ( 0.260.0 )
- echo \>=virtual/perl-Params-Check-0.26
- # Test::Harness 3.16 ( 3.160.0 )
- echo \>=virtual/perl-Test-Harness-3.16
- # perl v5.6.0 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/perl-core/CPANPLUS-Dist-Build/ChangeLog b/perl-core/CPANPLUS-Dist-Build/ChangeLog
index 4afcdeb..46baaa9 100644
--- a/perl-core/CPANPLUS-Dist-Build/ChangeLog
+++ b/perl-core/CPANPLUS-Dist-Build/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for perl-core/CPANPLUS-Dist-Build
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Sep 2014; Kent Fredric <kentfredric@gmail.com>
+ -CPANPLUS-Dist-Build-0.540.0.ebuild, -CPANPLUS-Dist-Build-0.560.0.ebuild,
+ -CPANPLUS-Dist-Build-0.640.0.ebuild:
+ Remove redundant entries
+
*CPANPLUS-Dist-Build-0.700.0 (24 Feb 2013)
24 Feb 2013; Kent Fredric <kentfredric@gmail.com>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/CPANPLUS-Dist-Build/
@ 2014-10-01 9:44 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2014-10-01 9:44 UTC (permalink / raw
To: gentoo-commits
commit: bb8621fa7ce28aa6c0491ce0bd55de587c4ceffa
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Sep 30 17:31:26 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Sep 30 17:31:26 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bb8621fa
[fixup] perl-core/CPANPLUS-Dist-Build fix dep on CPANPLUS
Package-Manager: portage-2.2.10
---
...Build-0.620.0.ebuild => CPANPLUS-Dist-Build-0.620.0-r1.ebuild} | 4 ++--
...Build-0.700.0.ebuild => CPANPLUS-Dist-Build-0.700.0-r1.ebuild} | 4 ++--
perl-core/CPANPLUS-Dist-Build/ChangeLog | 8 ++++++++
3 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.620.0.ebuild b/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.620.0-r1.ebuild
similarity index 95%
rename from perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.620.0.ebuild
rename to perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.620.0-r1.ebuild
index 2b6f92f..3f7ae82 100644
--- a/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.620.0.ebuild
+++ b/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.620.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
@@ -23,7 +23,7 @@ perl_meta_build() {
}
perl_meta_runtime() {
# CPANPLUS 0.84 ( 0.840.0 )
- echo \>=virtual/perl-CPANPLUS-0.840.0
+ echo \>=dev-perl/CPANPLUS-0.840.0
# ExtUtils::Install 1.42 ( 1.420.0 )
echo \>=virtual/perl-ExtUtils-Install-1.42
# File::Spec
diff --git a/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.700.0.ebuild b/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.700.0-r1.ebuild
similarity index 95%
rename from perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.700.0.ebuild
rename to perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.700.0-r1.ebuild
index 8f11c6e..07784f0 100644
--- a/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.700.0.ebuild
+++ b/perl-core/CPANPLUS-Dist-Build/CPANPLUS-Dist-Build-0.700.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
@@ -23,7 +23,7 @@ perl_meta_build() {
}
perl_meta_runtime() {
# CPANPLUS 0.84 ( 0.840.0 )
- echo \>=virtual/perl-CPANPLUS-0.840.0
+ echo \>=dev-perl/CPANPLUS-0.840.0
# ExtUtils::Install 1.42 ( 1.420.0 )
echo \>=virtual/perl-ExtUtils-MakeMaker-1.42
# File::Spec
diff --git a/perl-core/CPANPLUS-Dist-Build/ChangeLog b/perl-core/CPANPLUS-Dist-Build/ChangeLog
index 46baaa9..7570eec 100644
--- a/perl-core/CPANPLUS-Dist-Build/ChangeLog
+++ b/perl-core/CPANPLUS-Dist-Build/ChangeLog
@@ -2,6 +2,14 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*CPANPLUS-Dist-Build-0.700.0-r1 (30 Sep 2014)
+*CPANPLUS-Dist-Build-0.620.0-r1 (30 Sep 2014)
+
+ 30 Sep 2014; Kent Fredric <kentfredric@gmail.com>
+ -CPANPLUS-Dist-Build-0.620.0.ebuild, +CPANPLUS-Dist-Build-0.620.0-r1.ebuild,
+ -CPANPLUS-Dist-Build-0.700.0.ebuild, +CPANPLUS-Dist-Build-0.700.0-r1.ebuild:
+ fix dep on CPANPLUS
+
06 Sep 2014; Kent Fredric <kentfredric@gmail.com>
-CPANPLUS-Dist-Build-0.540.0.ebuild, -CPANPLUS-Dist-Build-0.560.0.ebuild,
-CPANPLUS-Dist-Build-0.640.0.ebuild:
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-10-01 9:45 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10 23:59 [gentoo-commits] proj/perl-overlay:master commit in: perl-core/CPANPLUS-Dist-Build/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2011-04-20 14:54 Kent Fredric
2012-02-24 7:13 Kent Fredric
2012-10-25 10:13 Kent Fredric
2014-09-06 9:52 Kent Fredric
2014-10-01 9:44 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox