public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-CPANPLUS-Dist-Build/
@ 2011-04-03 23:33 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-04-03 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     43b4f61c8d4d9f12e86883f38ed7c00b7245af6d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr  3 21:16:46 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr  3 21:16:46 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=43b4f61c

[added] Experimental virtual for CPANPLUS-Dist-Build

(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0A0CB301)

---
 virtual/perl-CPANPLUS-Dist-Build/ChangeLog         |   14 +++++++++++++
 virtual/perl-CPANPLUS-Dist-Build/metadata.xml      |    5 ++++
 .../perl-CPANPLUS-Dist-Build-0.360.0.ebuild        |   18 +++++++++++++++++
 .../perl-CPANPLUS-Dist-Build-0.460.0.ebuild        |   21 ++++++++++++++++++++
 .../perl-CPANPLUS-Dist-Build-0.540.0.ebuild        |   15 ++++++++++++++
 5 files changed, 73 insertions(+), 0 deletions(-)

diff --git a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
new file mode 100644
index 0000000..ed9b73b
--- /dev/null
+++ b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for virtual/perl-CPANPLUS-Dist-Build
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*perl-CPANPLUS-Dist-Build-0.540.0 (03 Apr 2011)
+*perl-CPANPLUS-Dist-Build-0.460.0 (03 Apr 2011)
+*perl-CPANPLUS-Dist-Build-0.360.0 (03 Apr 2011)
+
+  03 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  +perl-CPANPLUS-Dist-Build-0.360.0.ebuild,
+  +perl-CPANPLUS-Dist-Build-0.460.0.ebuild,
+  +perl-CPANPLUS-Dist-Build-0.540.0.ebuild, +metadata.xml:
+  Added for perl-core/CPANPLUS-Dist-Build
+

diff --git a/virtual/perl-CPANPLUS-Dist-Build/metadata.xml b/virtual/perl-CPANPLUS-Dist-Build/metadata.xml
new file mode 100644
index 0000000..801e938
--- /dev/null
+++ b/virtual/perl-CPANPLUS-Dist-Build/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>perl</herd>
+</pkgmetadata>

diff --git a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.360.0.ebuild b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.360.0.ebuild
new file mode 100644
index 0000000..6ab2252
--- /dev/null
+++ b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.360.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Virtual for CPANPLUS::Dist::Build"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	~dev-lang/perl-5.10.1
+	!perl-core/CPANPLUS-Dist-Build
+"

diff --git a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.460.0.ebuild b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.460.0.ebuild
new file mode 100644
index 0000000..94ca8d1
--- /dev/null
+++ b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.460.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Virtual for CPANPLUS::Dist::Build"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	|| (
+		~dev-lang/perl-5.12.2
+		~dev-lang/perl-5.12.3
+	)
+	!perl-core/CPANPLUS-Dist-Build
+"

diff --git a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.540.0.ebuild b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.540.0.ebuild
new file mode 100644
index 0000000..b30068a
--- /dev/null
+++ b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.540.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Virtual for CPANPLUS::Dist::Build"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/CPANPLUS-Dist-Build-${PV}"



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-CPANPLUS-Dist-Build/
@ 2011-04-20 14:54 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-04-20 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     f1377cf9227f035f5df13dd22cb1950a9837c33b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 14:50:25 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 20 14:50:25 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f1377cf9

[newversion] perl-CPANPLUS-Dist-Build-0.560.0

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 virtual/perl-CPANPLUS-Dist-Build/ChangeLog         |    6 ++++++
 .../perl-CPANPLUS-Dist-Build-0.560.0.ebuild        |   15 +++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
index ed9b73b..4930312 100644
--- a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
+++ b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-CPANPLUS-Dist-Build-0.560.0 (20 Apr 2011)
+
+  20 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  +perl-CPANPLUS-Dist-Build-0.560.0.ebuild:
+  New version
+
 *perl-CPANPLUS-Dist-Build-0.540.0 (03 Apr 2011)
 *perl-CPANPLUS-Dist-Build-0.460.0 (03 Apr 2011)
 *perl-CPANPLUS-Dist-Build-0.360.0 (03 Apr 2011)

diff --git a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.560.0.ebuild b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.560.0.ebuild
new file mode 100644
index 0000000..b30068a
--- /dev/null
+++ b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.560.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Virtual for CPANPLUS::Dist::Build"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/CPANPLUS-Dist-Build-${PV}"



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-CPANPLUS-Dist-Build/
@ 2011-04-20 22:02 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-04-20 22:02 UTC (permalink / raw
  To: gentoo-commits

commit:     8633dcc2964dd01f2c9970c2ecc40e742c55d17f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 21:23:43 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 20 22:01:59 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8633dcc2

[fix] perl-CPANPLUS-Dist-Build-0.540.0 += 5.14

(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 virtual/perl-CPANPLUS-Dist-Build/ChangeLog         |    4 ++++
 .../perl-CPANPLUS-Dist-Build-0.540.0.ebuild        |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
index 4930312..a8605b9 100644
--- a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
+++ b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  20 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  perl-CPANPLUS-Dist-Build-0.540.0.ebuild:
+  Add 5.14
+
 *perl-CPANPLUS-Dist-Build-0.560.0 (20 Apr 2011)
 
   20 Apr 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.540.0.ebuild b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.540.0.ebuild
index b30068a..26de81f 100644
--- a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.540.0.ebuild
+++ b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.540.0.ebuild
@@ -12,4 +12,4 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="~perl-core/CPANPLUS-Dist-Build-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~dev-lang/perl-5.14.0_rc1 ~perl-core/CPANPLUS-Dist-Build-${PV} )"



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-CPANPLUS-Dist-Build/
@ 2011-06-17  0:30 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2011-06-17  0:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8fc2bc9029def4c2894a48c26f9c1face3decf7e
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun 17 00:14:33 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun 17 00:28:55 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8fc2bc90

[updatevirtual] Update perl-CPANPLUS-Dist-Build for perl-5.14.1 by using =perl-5.14* rule

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 virtual/perl-CPANPLUS-Dist-Build/ChangeLog         |    7 +++++++
 ... => perl-CPANPLUS-Dist-Build-0.540.0-r1.ebuild} |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
index e09c72b..c2f06fa 100644
--- a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
+++ b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-CPANPLUS-Dist-Build-0.540.0-r1 (17 Jun 2011)
+
+  17 Jun 2011; Kent Fredric <kentfredric@gmail.com>
+  -perl-CPANPLUS-Dist-Build-0.540.0.ebuild,
+  +perl-CPANPLUS-Dist-Build-0.540.0-r1.ebuild:
+  Update for perl-5.14.1 with star-match
+
   24 May 2011; Kent Fredric <kentfredric@gmail.com>
   perl-CPANPLUS-Dist-Build-0.540.0.ebuild:
   Remove _rc1 references and fix to be 5.14.0 friendly

diff --git a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.540.0.ebuild b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.540.0-r1.ebuild
similarity index 77%
rename from virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.540.0.ebuild
rename to virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.540.0-r1.ebuild
index 5c819f6..b1a6c9c 100644
--- a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.540.0.ebuild
+++ b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.540.0-r1.ebuild
@@ -12,4 +12,4 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~perl-core/CPANPLUS-Dist-Build-${PV} )"
+RDEPEND="|| ( =dev-lang/perl-5.14* ~perl-core/CPANPLUS-Dist-Build-${PV} )"



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-CPANPLUS-Dist-Build/
@ 2012-02-24  7:13 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-02-24  7:13 UTC (permalink / raw
  To: gentoo-commits

commit:     ad21328294daab449519932f62119bf7753e7294
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Feb 24 07:00:20 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Feb 24 07:00:20 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ad213282

[newversion] virtual/perl-CPANPLUS-Dist-Build-0.620.0

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 virtual/perl-CPANPLUS-Dist-Build/ChangeLog         |    8 +++++++-
 .../perl-CPANPLUS-Dist-Build-0.620.0.ebuild        |   15 +++++++++++++++
 2 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
index c2f06fa..da165b4 100644
--- a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
+++ b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for virtual/perl-CPANPLUS-Dist-Build
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-CPANPLUS-Dist-Build-0.620.0 (24 Feb 2012)
+
+  24 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +perl-CPANPLUS-Dist-Build-0.620.0.ebuild:
+  Version Bump
+
 *perl-CPANPLUS-Dist-Build-0.540.0-r1 (17 Jun 2011)
 
   17 Jun 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.620.0.ebuild b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.620.0.ebuild
new file mode 100644
index 0000000..1a94597
--- /dev/null
+++ b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.620.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Virtual for CPANPLUS::Dist::Build"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/CPANPLUS-Dist-Build-${PV}"



^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-CPANPLUS-Dist-Build/
@ 2012-07-31 17:10 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-07-31 17:10 UTC (permalink / raw
  To: gentoo-commits

commit:     6be8748d0cc8c6b351ce5b3d6ce85037bd0fd735
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jul 31 05:37:18 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jul 31 05:37:18 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6be8748d

[fix] CPANPLUS-Dist-Build 0.620 = perl-5.16

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 virtual/perl-CPANPLUS-Dist-Build/ChangeLog         |    7 +++++++
 ... => perl-CPANPLUS-Dist-Build-0.620.0-r1.ebuild} |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
index da165b4..1112a18 100644
--- a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
+++ b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-CPANPLUS-Dist-Build-0.620.0-r1 (31 Jul 2012)
+
+  31 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  -perl-CPANPLUS-Dist-Build-0.620.0.ebuild,
+  +perl-CPANPLUS-Dist-Build-0.620.0-r1.ebuild:
+  Fix for 5.16
+
 *perl-CPANPLUS-Dist-Build-0.620.0 (24 Feb 2012)
 
   24 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.620.0.ebuild b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.620.0-r1.ebuild
similarity index 77%
rename from virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.620.0.ebuild
rename to virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.620.0-r1.ebuild
index 1a94597..179bfe8 100644
--- a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.620.0.ebuild
+++ b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.620.0-r1.ebuild
@@ -12,4 +12,4 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="~perl-core/CPANPLUS-Dist-Build-${PV}"
+RDEPEND="|| ( =dev-lang/perl-5.16* ~perl-core/CPANPLUS-Dist-Build-${PV} )"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-CPANPLUS-Dist-Build/
@ 2012-10-25 10:13 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-10-25 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     314351694ecaf0b97a064074807a3550e38124dd
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Oct 25 09:47:32 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=31435169

[newversion] virtual/CPANPLUS-Dist-Build-0.640.0

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 virtual/perl-CPANPLUS-Dist-Build/ChangeLog         |    6 ++++++
 .../perl-CPANPLUS-Dist-Build-0.640.0.ebuild        |   15 +++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
index 1112a18..373f869 100644
--- a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
+++ b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-CPANPLUS-Dist-Build-0.640.0 (25 Oct 2012)
+
+  25 Oct 2012; Kent Fredric <kentfredric@gmail.com>
+  +perl-CPANPLUS-Dist-Build-0.640.0.ebuild:
+  Version Bump
+
 *perl-CPANPLUS-Dist-Build-0.620.0-r1 (31 Jul 2012)
 
   31 Jul 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.640.0.ebuild b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.640.0.ebuild
new file mode 100644
index 0000000..1a94597
--- /dev/null
+++ b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.640.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Virtual for CPANPLUS::Dist::Build"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/CPANPLUS-Dist-Build-${PV}"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-CPANPLUS-Dist-Build/
@ 2014-07-03  2:49 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2014-07-03  2:49 UTC (permalink / raw
  To: gentoo-commits

commit:     362fcfa4ade9e3b83f35221971b8f0f9b3c13c6c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jul  2 19:00:03 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jul  2 19:00:03 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=362fcfa4

[clean] 5.10-exclusive virtuals for perl-CPANPLUS-Dist-Build

Package-Manager: portage-2.2.10
RepoMan-Options: --force
Manifest-Sign-Key: E854324B1366A820

---
 virtual/perl-CPANPLUS-Dist-Build/ChangeLog             |  6 +++++-
 .../perl-CPANPLUS-Dist-Build-0.360.0.ebuild            | 18 ------------------
 2 files changed, 5 insertions(+), 19 deletions(-)

diff --git a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
index dcfbc39..e0b63bc 100644
--- a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
+++ b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for virtual/perl-CPANPLUS-Dist-Build
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  02 Jul 2014; Kent Fredric <kentfredric@gmail.com>
+  -perl-CPANPLUS-Dist-Build-0.360.0.ebuild:
+  Remove old 5.10-only virtuals
+
 *perl-CPANPLUS-Dist-Build-0.700.0 (24 Feb 2013)
 
   24 Feb 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.360.0.ebuild b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.360.0.ebuild
deleted file mode 100644
index 6ab2252..0000000
--- a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.360.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Virtual for CPANPLUS::Dist::Build"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	~dev-lang/perl-5.10.1
-	!perl-core/CPANPLUS-Dist-Build
-"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-CPANPLUS-Dist-Build/
@ 2014-09-06  9:52 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2014-09-06  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0a5185046e4026432e010c880ce901ee0a83b19b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Sep  6 07:56:01 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Sep  6 07:56:01 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0a518504

[cleanup] virtual/perl-CPANPLUS-Dist-Build reduce to minimum useful set

Package-Manager: portage-2.2.10

---
 virtual/perl-CPANPLUS-Dist-Build/ChangeLog          |  7 +++++++
 .../perl-CPANPLUS-Dist-Build-0.460.0.ebuild         | 21 ---------------------
 .../perl-CPANPLUS-Dist-Build-0.540.0-r1.ebuild      | 15 ---------------
 .../perl-CPANPLUS-Dist-Build-0.560.0.ebuild         | 15 ---------------
 .../perl-CPANPLUS-Dist-Build-0.640.0.ebuild         | 15 ---------------
 5 files changed, 7 insertions(+), 66 deletions(-)

diff --git a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
index e0b63bc..cd21c71 100644
--- a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
+++ b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Sep 2014; Kent Fredric <kentfredric@gmail.com>
+  -perl-CPANPLUS-Dist-Build-0.460.0.ebuild,
+  -perl-CPANPLUS-Dist-Build-0.540.0-r1.ebuild,
+  -perl-CPANPLUS-Dist-Build-0.560.0.ebuild,
+  -perl-CPANPLUS-Dist-Build-0.640.0.ebuild:
+  reduce to minimum useful set
+
   02 Jul 2014; Kent Fredric <kentfredric@gmail.com>
   -perl-CPANPLUS-Dist-Build-0.360.0.ebuild:
   Remove old 5.10-only virtuals

diff --git a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.460.0.ebuild b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.460.0.ebuild
deleted file mode 100644
index 94ca8d1..0000000
--- a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.460.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Virtual for CPANPLUS::Dist::Build"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	|| (
-		~dev-lang/perl-5.12.2
-		~dev-lang/perl-5.12.3
-	)
-	!perl-core/CPANPLUS-Dist-Build
-"

diff --git a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.540.0-r1.ebuild b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.540.0-r1.ebuild
deleted file mode 100644
index b1a6c9c..0000000
--- a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.540.0-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Virtual for CPANPLUS::Dist::Build"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="|| ( =dev-lang/perl-5.14* ~perl-core/CPANPLUS-Dist-Build-${PV} )"

diff --git a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.560.0.ebuild b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.560.0.ebuild
deleted file mode 100644
index b30068a..0000000
--- a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.560.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Virtual for CPANPLUS::Dist::Build"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="~perl-core/CPANPLUS-Dist-Build-${PV}"

diff --git a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.640.0.ebuild b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.640.0.ebuild
deleted file mode 100644
index 1a94597..0000000
--- a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.640.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Virtual for CPANPLUS::Dist::Build"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="~perl-core/CPANPLUS-Dist-Build-${PV}"


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-CPANPLUS-Dist-Build/
@ 2014-09-06  9:52 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2014-09-06  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     ab92984afecd294c54f069c2f1af5ec4814c7fcc
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Sep  6 07:57:01 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Sep  6 07:57:01 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ab92984a

[fixup] virtual/perl-CPANPLUS-Dist-Build EAPI5

Package-Manager: portage-2.2.10

---
 virtual/perl-CPANPLUS-Dist-Build/ChangeLog                     | 10 ++++++++++
 ....0-r1.ebuild => perl-CPANPLUS-Dist-Build-0.620.0-r2.ebuild} |  4 ++--
 ...700.0.ebuild => perl-CPANPLUS-Dist-Build-0.700.0-r1.ebuild} |  4 ++--
 3 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
index cd21c71..a9e4154 100644
--- a/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
+++ b/virtual/perl-CPANPLUS-Dist-Build/ChangeLog
@@ -2,6 +2,16 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-CPANPLUS-Dist-Build-0.700.0-r1 (06 Sep 2014)
+*perl-CPANPLUS-Dist-Build-0.620.0-r2 (06 Sep 2014)
+
+  06 Sep 2014; Kent Fredric <kentfredric@gmail.com>
+  -perl-CPANPLUS-Dist-Build-0.620.0-r1.ebuild,
+  +perl-CPANPLUS-Dist-Build-0.620.0-r2.ebuild,
+  -perl-CPANPLUS-Dist-Build-0.700.0.ebuild,
+  +perl-CPANPLUS-Dist-Build-0.700.0-r1.ebuild:
+  EAPI5
+
   06 Sep 2014; Kent Fredric <kentfredric@gmail.com>
   -perl-CPANPLUS-Dist-Build-0.460.0.ebuild,
   -perl-CPANPLUS-Dist-Build-0.540.0-r1.ebuild,

diff --git a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.620.0-r1.ebuild b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.620.0-r2.ebuild
similarity index 86%
rename from virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.620.0-r1.ebuild
rename to virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.620.0-r2.ebuild
index 179bfe8..4ebd4fb 100644
--- a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.620.0-r1.ebuild
+++ b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.620.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-
+EAPI=5
 DESCRIPTION="Virtual for CPANPLUS::Dist::Build"
 HOMEPAGE=""
 SRC_URI=""

diff --git a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.700.0.ebuild b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.700.0-r1.ebuild
similarity index 84%
rename from virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.700.0.ebuild
rename to virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.700.0-r1.ebuild
index 3c5e67d..b7f669c 100644
--- a/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.700.0.ebuild
+++ b/virtual/perl-CPANPLUS-Dist-Build/perl-CPANPLUS-Dist-Build-0.700.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
-
+EAPI=5
 DESCRIPTION="Virtual for CPANPLUS::Dist::Build"
 HOMEPAGE=""
 SRC_URI=""


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-09-06  9:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-06  9:52 [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-CPANPLUS-Dist-Build/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-09-06  9:52 Kent Fredric
2014-07-03  2:49 Kent Fredric
2012-10-25 10:13 Kent Fredric
2012-07-31 17:10 Kent Fredric
2012-02-24  7:13 Kent Fredric
2011-06-17  0:30 Kent Fredric
2011-04-20 22:02 Kent Fredric
2011-04-20 14:54 Kent Fredric
2011-04-03 23:33 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox