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

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

[added] virtual/perl-constant

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

---
 virtual/perl-constant/ChangeLog                    |   10 ++++++++++
 virtual/perl-constant/metadata.xml                 |    5 +++++
 virtual/perl-constant/perl-constant-1.210.0.ebuild |   15 +++++++++++++++
 3 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/virtual/perl-constant/ChangeLog b/virtual/perl-constant/ChangeLog
new file mode 100644
index 0000000..a6e5771
--- /dev/null
+++ b/virtual/perl-constant/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for virtual/perl-constant
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*perl-constant-1.210.0 (20 Apr 2011)
+
+  20 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  +perl-constant-1.210.0.ebuild, +metadata.xml:
+  Added
+

diff --git a/virtual/perl-constant/metadata.xml b/virtual/perl-constant/metadata.xml
new file mode 100644
index 0000000..801e938
--- /dev/null
+++ b/virtual/perl-constant/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-constant/perl-constant-1.210.0.ebuild b/virtual/perl-constant/perl-constant-1.210.0.ebuild
new file mode 100644
index 0000000..1b419ba
--- /dev/null
+++ b/virtual/perl-constant/perl-constant-1.210.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 perl-core/constant"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/constant-${PV}"



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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-constant/
@ 2011-04-20 13:56 Kent Fredric
  0 siblings, 0 replies; 20+ messages in thread
From: Kent Fredric @ 2011-04-20 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     35769e29a257d1aae36c6f7c15aee1b75e4b6f57
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 13:52:55 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 20 13:52:55 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=35769e29

[newversions] perl-constant for perl-5.12 and perl-5.10

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

---
 virtual/perl-constant/ChangeLog                    |    7 ++++++
 virtual/perl-constant/perl-constant-1.170.0.ebuild |   18 +++++++++++++++++
 virtual/perl-constant/perl-constant-1.200.0.ebuild |   21 ++++++++++++++++++++
 3 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/virtual/perl-constant/ChangeLog b/virtual/perl-constant/ChangeLog
index a6e5771..0fa4873 100644
--- a/virtual/perl-constant/ChangeLog
+++ b/virtual/perl-constant/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-constant-1.200.0 (20 Apr 2011)
+*perl-constant-1.170.0 (20 Apr 2011)
+
+  20 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+  +perl-constant-1.170.0.ebuild, +perl-constant-1.200.0.ebuild:
+  Added virtuals for existing installed perl versions
+
 *perl-constant-1.210.0 (20 Apr 2011)
 
   20 Apr 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-constant/perl-constant-1.170.0.ebuild b/virtual/perl-constant/perl-constant-1.170.0.ebuild
new file mode 100644
index 0000000..788aae5
--- /dev/null
+++ b/virtual/perl-constant/perl-constant-1.170.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 perl-core/constant"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	~dev-lang/perl-5.10.1
+	!perl-core/constant
+"

diff --git a/virtual/perl-constant/perl-constant-1.200.0.ebuild b/virtual/perl-constant/perl-constant-1.200.0.ebuild
new file mode 100644
index 0000000..5bd40fa
--- /dev/null
+++ b/virtual/perl-constant/perl-constant-1.200.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 perl-core/constant"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	|| ( 
+		~dev-lang/perl-5.12.3
+		~dev-lang/perl-5.12.2
+	)
+	!perl-core/constant
+"



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

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

commit:     e7c60bcfed8135460f8793b2a4c757704fb994f7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 21:59:31 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 20 22:02:03 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e7c60bcf

[fix] perl-constant-1.210.0 += 5.14

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

---
 virtual/perl-constant/ChangeLog                    |    4 ++++
 virtual/perl-constant/perl-constant-1.200.0.ebuild |    2 +-
 virtual/perl-constant/perl-constant-1.210.0.ebuild |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-constant/ChangeLog b/virtual/perl-constant/ChangeLog
index 0fa4873..c1733a4 100644
--- a/virtual/perl-constant/ChangeLog
+++ b/virtual/perl-constant/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-constant-1.210.0.ebuild:
+  Added 5.14:
+
 *perl-constant-1.200.0 (20 Apr 2011)
 *perl-constant-1.170.0 (20 Apr 2011)
 

diff --git a/virtual/perl-constant/perl-constant-1.200.0.ebuild b/virtual/perl-constant/perl-constant-1.200.0.ebuild
index 5bd40fa..352a246 100644
--- a/virtual/perl-constant/perl-constant-1.200.0.ebuild
+++ b/virtual/perl-constant/perl-constant-1.200.0.ebuild
@@ -13,7 +13,7 @@ IUSE=""
 
 DEPEND=""
 RDEPEND="
-	|| ( 
+	|| (
 		~dev-lang/perl-5.12.3
 		~dev-lang/perl-5.12.2
 	)

diff --git a/virtual/perl-constant/perl-constant-1.210.0.ebuild b/virtual/perl-constant/perl-constant-1.210.0.ebuild
index 1b419ba..efcc843 100644
--- a/virtual/perl-constant/perl-constant-1.210.0.ebuild
+++ b/virtual/perl-constant/perl-constant-1.210.0.ebuild
@@ -12,4 +12,4 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="~perl-core/constant-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~dev-lang/perl-5.14.0_rc1 ~perl-core/constant-${PV} )"



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

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

commit:     64d12e71bbb9c56d6aa28d3332d4de523536286b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun 17 00:15:43 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun 17 00:28:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=64d12e71

[updatevirtual] Update perl-constant 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-constant/ChangeLog                    |    6 ++++++
 ...10.0.ebuild => perl-constant-1.210.0-r1.ebuild} |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

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

diff --git a/virtual/perl-constant/perl-constant-1.210.0.ebuild b/virtual/perl-constant/perl-constant-1.210.0-r1.ebuild
similarity index 79%
rename from virtual/perl-constant/perl-constant-1.210.0.ebuild
rename to virtual/perl-constant/perl-constant-1.210.0-r1.ebuild
index c044ea6..5d57d84 100644
--- a/virtual/perl-constant/perl-constant-1.210.0.ebuild
+++ b/virtual/perl-constant/perl-constant-1.210.0-r1.ebuild
@@ -12,4 +12,4 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~perl-core/constant-${PV} )"
+RDEPEND="|| ( =dev-lang/perl-5.14* ~perl-core/constant-${PV} )"



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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-constant/
@ 2012-03-02  0:21 Kent Fredric
  0 siblings, 0 replies; 20+ messages in thread
From: Kent Fredric @ 2012-03-02  0:21 UTC (permalink / raw
  To: gentoo-commits

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

virtual/perl-constant-1.200.0 : extend perl version list to 5.12.4 as a provider

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

---
 virtual/perl-constant/ChangeLog                    |    8 +++++++-
 ...00.0.ebuild => perl-constant-1.200.0-r1.ebuild} |    4 +++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-constant/ChangeLog b/virtual/perl-constant/ChangeLog
index c3db1b4..4da65f9 100644
--- a/virtual/perl-constant/ChangeLog
+++ b/virtual/perl-constant/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for virtual/perl-constant
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-constant-1.200.0-r1 (02 Mar 2012)
+
+  02 Mar 2012; Kent Fredric <kentfredric@gmail.com>
+  -perl-constant-1.200.0.ebuild, +perl-constant-1.200.0-r1.ebuild:
+  Change perl version deps to include 5.12.4
+
 *perl-constant-1.210.0-r1 (17 Jun 2011)
 
   17 Jun 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-constant/perl-constant-1.200.0.ebuild b/virtual/perl-constant/perl-constant-1.200.0-r1.ebuild
similarity index 77%
rename from virtual/perl-constant/perl-constant-1.200.0.ebuild
rename to virtual/perl-constant/perl-constant-1.200.0-r1.ebuild
index 352a246..5221e6f 100644
--- a/virtual/perl-constant/perl-constant-1.200.0.ebuild
+++ b/virtual/perl-constant/perl-constant-1.200.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -14,8 +14,10 @@ IUSE=""
 DEPEND=""
 RDEPEND="
 	|| (
+		~dev-lang/perl-5.12.4
 		~dev-lang/perl-5.12.3
 		~dev-lang/perl-5.12.2
+		~dev-lang/perl-5.12.1
 	)
 	!perl-core/constant
 "



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

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

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

[fix] perl-constant 1.230.0 for 5.16

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

---
 virtual/perl-constant/ChangeLog                    |    6 ++++++
 virtual/perl-constant/perl-constant-1.230.0.ebuild |   15 +++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/virtual/perl-constant/ChangeLog b/virtual/perl-constant/ChangeLog
index 4da65f9..5a31571 100644
--- a/virtual/perl-constant/ChangeLog
+++ b/virtual/perl-constant/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-constant-1.230.0 (31 Jul 2012)
+
+  31 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+  +perl-constant-1.230.0.ebuild:
+  Fix for 5.16
+
 *perl-constant-1.200.0-r1 (02 Mar 2012)
 
   02 Mar 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-constant/perl-constant-1.230.0.ebuild b/virtual/perl-constant/perl-constant-1.230.0.ebuild
new file mode 100644
index 0000000..30f369f
--- /dev/null
+++ b/virtual/perl-constant/perl-constant-1.230.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 perl-core/constant"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="|| ( =dev-lang/perl-5.16* ~perl-core/constant-${PV} )"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-constant/
@ 2013-02-24  6:00 Kent Fredric
  0 siblings, 0 replies; 20+ messages in thread
From: Kent Fredric @ 2013-02-24  6:00 UTC (permalink / raw
  To: gentoo-commits

commit:     6430efe76fb1bdb7ce8eaa26a8eac96bcd3a7e2a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Feb 24 04:47:04 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Feb 24 04:47:04 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6430efe7

[newversion] virtual/perl-constant-1.250.0

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

---
 virtual/perl-constant/ChangeLog                    |    8 +++++++-
 virtual/perl-constant/perl-constant-1.250.0.ebuild |   15 +++++++++++++++
 2 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/virtual/perl-constant/ChangeLog b/virtual/perl-constant/ChangeLog
index 5a31571..ea3ae35 100644
--- a/virtual/perl-constant/ChangeLog
+++ b/virtual/perl-constant/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for virtual/perl-constant
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-constant-1.250.0 (24 Feb 2013)
+
+  24 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  +perl-constant-1.250.0.ebuild:
+  Version Bump
+
 *perl-constant-1.230.0 (31 Jul 2012)
 
   31 Jul 2012; Kent Fredric <kentfredric@gmail.com>

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


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-constant/
@ 2013-05-03  4:11 Kent Fredric
  0 siblings, 0 replies; 20+ messages in thread
From: Kent Fredric @ 2013-05-03  4:11 UTC (permalink / raw
  To: gentoo-commits

commit:     ef21779f2a10caf2f2d9a823d00c11df9930851a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  3 02:54:14 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  3 02:54:14 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ef21779f

[newversion] virtual/perl-constant-1.270.0

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

---
 virtual/perl-constant/ChangeLog                    |    6 ++++++
 virtual/perl-constant/perl-constant-1.270.0.ebuild |   15 +++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/virtual/perl-constant/ChangeLog b/virtual/perl-constant/ChangeLog
index ea3ae35..4a04979 100644
--- a/virtual/perl-constant/ChangeLog
+++ b/virtual/perl-constant/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-constant-1.270.0 (03 May 2013)
+
+  03 May 2013; Kent Fredric <kentfredric@gmail.com>
+  +perl-constant-1.270.0.ebuild:
+  Version Bump
+
 *perl-constant-1.250.0 (24 Feb 2013)
 
   24 Feb 2013; Kent Fredric <kentfredric@gmail.com>

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


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

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

commit:     e9d3bc764c20d5e913384b0886b604e6a2d57ddd
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Jul  2 18:58:49 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Jul  2 18:58:49 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e9d3bc76

[clean] 5.10-exclusive virtuals for perl-constant

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

---
 virtual/perl-constant/perl-constant-1.170.0.ebuild | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/virtual/perl-constant/perl-constant-1.170.0.ebuild b/virtual/perl-constant/perl-constant-1.170.0.ebuild
deleted file mode 100644
index 788aae5..0000000
--- a/virtual/perl-constant/perl-constant-1.170.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 perl-core/constant"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	~dev-lang/perl-5.10.1
-	!perl-core/constant
-"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-constant/
@ 2014-08-20 13:24 Kent Fredric
  0 siblings, 0 replies; 20+ messages in thread
From: Kent Fredric @ 2014-08-20 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     6e825d06886cfb655da4c842a8133579bcf24fdf
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 20 11:29:18 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 20 11:52:21 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6e825d06

[virtualfix] virtual/perl-constant Use new eclass for 1.270

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

---
 virtual/perl-constant/ChangeLog                       | 8 +++++++-
 virtual/perl-constant/perl-constant-1.270.0-r1.ebuild | 8 ++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/virtual/perl-constant/ChangeLog b/virtual/perl-constant/ChangeLog
index 4a04979..9957575 100644
--- a/virtual/perl-constant/ChangeLog
+++ b/virtual/perl-constant/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for virtual/perl-constant
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-constant-1.270.0-r1 (20 Aug 2014)
+
+  20 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  +perl-constant-1.270.0-r1.ebuild:
+  Use new eclass for 1.270
+
 *perl-constant-1.270.0 (03 May 2013)
 
   03 May 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-constant/perl-constant-1.270.0-r1.ebuild b/virtual/perl-constant/perl-constant-1.270.0-r1.ebuild
new file mode 100644
index 0000000..9b0f6d6
--- /dev/null
+++ b/virtual/perl-constant/perl-constant-1.270.0-r1.ebuild
@@ -0,0 +1,8 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+ON_CPAN=1
+inherit perl-virtual-2;
+SLOT="0"
+KEYWORDS="~amd64 ~x86"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-constant/
@ 2014-08-20 13:24 Kent Fredric
  0 siblings, 0 replies; 20+ messages in thread
From: Kent Fredric @ 2014-08-20 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e39fb46c6cd46101232e9b6f46e3ae0e6552dd23
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 20 11:50:49 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 20 11:52:21 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=e39fb46c

[virtualfix] virtual/perl-constant Implement 1.210.0 in terms of perl-virtual-2

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 virtual/perl-constant/ChangeLog                       | 6 ++++++
 virtual/perl-constant/perl-constant-1.210.0-r2.ebuild | 8 ++++++++
 2 files changed, 14 insertions(+)

diff --git a/virtual/perl-constant/ChangeLog b/virtual/perl-constant/ChangeLog
index 651518a..b47d1c5 100644
--- a/virtual/perl-constant/ChangeLog
+++ b/virtual/perl-constant/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-constant-1.210.0-r2 (20 Aug 2014)
+
+  20 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  +perl-constant-1.210.0-r2.ebuild:
+  Implement 1.210.0 in terms of perl-virtual-2
+
 *perl-constant-1.230.0-r1 (20 Aug 2014)
 
   20 Aug 2014; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-constant/perl-constant-1.210.0-r2.ebuild b/virtual/perl-constant/perl-constant-1.210.0-r2.ebuild
new file mode 100644
index 0000000..9121d02
--- /dev/null
+++ b/virtual/perl-constant/perl-constant-1.210.0-r2.ebuild
@@ -0,0 +1,8 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+ON_CPAN=1
+inherit perl-virtual-2
+SLOT="0"
+KEYWORDS="~amd64 ~x86"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-constant/
@ 2014-08-20 13:24 Kent Fredric
  0 siblings, 0 replies; 20+ messages in thread
From: Kent Fredric @ 2014-08-20 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     eeca11a22bec0ec4f995e6fce8067a30ce9b20c9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 20 11:48:15 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 20 11:52:21 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=eeca11a2

[virtualfix] virtual/perl-constant Implement 1.230.0 in terms of perl-virtual-2

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 virtual/perl-constant/ChangeLog                       | 6 ++++++
 virtual/perl-constant/perl-constant-1.230.0-r1.ebuild | 8 ++++++++
 2 files changed, 14 insertions(+)

diff --git a/virtual/perl-constant/ChangeLog b/virtual/perl-constant/ChangeLog
index d8e9edc..651518a 100644
--- a/virtual/perl-constant/ChangeLog
+++ b/virtual/perl-constant/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-constant-1.230.0-r1 (20 Aug 2014)
+
+  20 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  +perl-constant-1.230.0-r1.ebuild:
+  Implement 1.230.0 in terms of perl-virtual-2
+
 *perl-constant-1.250.0-r1 (20 Aug 2014)
 
   20 Aug 2014; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-constant/perl-constant-1.230.0-r1.ebuild b/virtual/perl-constant/perl-constant-1.230.0-r1.ebuild
new file mode 100644
index 0000000..a09552b
--- /dev/null
+++ b/virtual/perl-constant/perl-constant-1.230.0-r1.ebuild
@@ -0,0 +1,8 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+PERL_VERSIONS="5.16"
+inherit perl-virtual-2;
+SLOT="0"
+KEYWORDS="~amd64 ~x86"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-constant/
@ 2014-08-20 13:24 Kent Fredric
  0 siblings, 0 replies; 20+ messages in thread
From: Kent Fredric @ 2014-08-20 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c300b18e6c474926c876b2c2e1d8803f7bc9e21d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 20 11:30:16 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 20 11:52:21 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c300b18e

[clean] virtual/perl-constant Nuke 5.12 only versions

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 virtual/perl-constant/ChangeLog                    |  4 ++++
 .../perl-constant/perl-constant-1.200.0-r1.ebuild  | 23 ----------------------
 2 files changed, 4 insertions(+), 23 deletions(-)

diff --git a/virtual/perl-constant/ChangeLog b/virtual/perl-constant/ChangeLog
index 9957575..a89edb0 100644
--- a/virtual/perl-constant/ChangeLog
+++ b/virtual/perl-constant/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  20 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  -perl-constant-1.200.0-r1.ebuild:
+  Nuke 5.12 only
+
 *perl-constant-1.270.0-r1 (20 Aug 2014)
 
   20 Aug 2014; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-constant/perl-constant-1.200.0-r1.ebuild b/virtual/perl-constant/perl-constant-1.200.0-r1.ebuild
deleted file mode 100644
index 5221e6f..0000000
--- a/virtual/perl-constant/perl-constant-1.200.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Virtual for perl-core/constant"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	|| (
-		~dev-lang/perl-5.12.4
-		~dev-lang/perl-5.12.3
-		~dev-lang/perl-5.12.2
-		~dev-lang/perl-5.12.1
-	)
-	!perl-core/constant
-"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-constant/
@ 2014-08-20 13:24 Kent Fredric
  0 siblings, 0 replies; 20+ messages in thread
From: Kent Fredric @ 2014-08-20 13:24 UTC (permalink / raw
  To: gentoo-commits

commit:     4e98cf76faea813db33847547f98eae7d340541b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 20 11:45:20 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 20 11:52:21 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4e98cf76

[virtualfix] virtual/perl-constant Implement 1.250.0 in terms of perl-virtual-2

Package-Manager: portage-2.2.10
Manifest-Sign-Key: E854324B1366A820

---
 virtual/perl-constant/ChangeLog                       | 6 ++++++
 virtual/perl-constant/perl-constant-1.250.0-r1.ebuild | 8 ++++++++
 2 files changed, 14 insertions(+)

diff --git a/virtual/perl-constant/ChangeLog b/virtual/perl-constant/ChangeLog
index a89edb0..d8e9edc 100644
--- a/virtual/perl-constant/ChangeLog
+++ b/virtual/perl-constant/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-constant-1.250.0-r1 (20 Aug 2014)
+
+  20 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  +perl-constant-1.250.0-r1.ebuild:
+  Implement 1.250.0 in terms of perl-virtual-2
+
   20 Aug 2014; Kent Fredric <kentfredric@gmail.com>
   -perl-constant-1.200.0-r1.ebuild:
   Nuke 5.12 only

diff --git a/virtual/perl-constant/perl-constant-1.250.0-r1.ebuild b/virtual/perl-constant/perl-constant-1.250.0-r1.ebuild
new file mode 100644
index 0000000..9b0f6d6
--- /dev/null
+++ b/virtual/perl-constant/perl-constant-1.250.0-r1.ebuild
@@ -0,0 +1,8 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+ON_CPAN=1
+inherit perl-virtual-2;
+SLOT="0"
+KEYWORDS="~amd64 ~x86"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-constant/
@ 2014-10-04 23:43 Kent Fredric
  0 siblings, 0 replies; 20+ messages in thread
From: Kent Fredric @ 2014-10-04 23:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ba447aa9430b024f362d027204f75fc1370c0c77
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct  4 22:52:22 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct  4 22:52:22 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ba447aa9

[fixup] virtual/perl-constant  1.270.0 = 5.18

Package-Manager: portage-2.2.10

---
 virtual/perl-constant/perl-constant-1.270.0-r1.ebuild |  8 --------
 virtual/perl-constant/perl-constant-1.270.0-r2.ebuild | 19 +++++++++++++++++++
 2 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/virtual/perl-constant/perl-constant-1.270.0-r1.ebuild b/virtual/perl-constant/perl-constant-1.270.0-r1.ebuild
deleted file mode 100644
index 9b0f6d6..0000000
--- a/virtual/perl-constant/perl-constant-1.270.0-r1.ebuild
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-ON_CPAN=1
-inherit perl-virtual-2;
-SLOT="0"
-KEYWORDS="~amd64 ~x86"

diff --git a/virtual/perl-constant/perl-constant-1.270.0-r2.ebuild b/virtual/perl-constant/perl-constant-1.270.0-r2.ebuild
new file mode 100644
index 0000000..3ea204e
--- /dev/null
+++ b/virtual/perl-constant/perl-constant-1.270.0-r2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	|| ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )
+	!<perl-core/${PN#perl-}-${PV}
+	!>perl-core/${PN#perl-}-${PV}
+"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-constant/
@ 2014-10-04 23:43 Kent Fredric
  0 siblings, 0 replies; 20+ messages in thread
From: Kent Fredric @ 2014-10-04 23:43 UTC (permalink / raw
  To: gentoo-commits

commit:     bd72b94c2975d795deeb5b248fc317e28069b2ec
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct  4 22:53:24 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct  4 22:53:24 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bd72b94c

[bump] virtual/perl-constant  1.310.0 = 5.20-only

Package-Manager: portage-2.2.10

---
 virtual/perl-constant/perl-constant-1.310.0.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/virtual/perl-constant/perl-constant-1.310.0.ebuild b/virtual/perl-constant/perl-constant-1.310.0.ebuild
new file mode 100644
index 0000000..c7cbabd
--- /dev/null
+++ b/virtual/perl-constant/perl-constant-1.310.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+
+DESCRIPTION="Virtual for ${PN#perl-}"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	|| ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
+	!<perl-core/${PN#perl-}-${PV}
+	!>perl-core/${PN#perl-}-${PV}
+"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-constant/
@ 2015-03-29 19:20 Kent Fredric
  0 siblings, 0 replies; 20+ messages in thread
From: Kent Fredric @ 2015-03-29 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     a185663df141bda978f2abedb11e437c80940a4a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Mar 29 18:35:05 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Mar 29 18:35:05 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a185663d

[fixup] virtual/perl-constant-1.270.0-r3: Drop perl 5.18 as a provider

Package-Manager: portage-2.2.17

 ...constant-1.270.0-r2.ebuild => perl-constant-1.270.0-r3.ebuild} | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/virtual/perl-constant/perl-constant-1.270.0-r2.ebuild b/virtual/perl-constant/perl-constant-1.270.0-r3.ebuild
similarity index 54%
rename from virtual/perl-constant/perl-constant-1.270.0-r2.ebuild
rename to virtual/perl-constant/perl-constant-1.270.0-r3.ebuild
index 3ea204e..fcbb558 100644
--- a/virtual/perl-constant/perl-constant-1.270.0-r2.ebuild
+++ b/virtual/perl-constant/perl-constant-1.270.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=5
@@ -12,8 +12,4 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="
-	|| ( =dev-lang/perl-5.18* ~perl-core/${PN#perl-}-${PV} )
-	!<perl-core/${PN#perl-}-${PV}
-	!>perl-core/${PN#perl-}-${PV}
-"
+RDEPEND="~perl-core/${PN#perl-}-${PV}"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-constant/
@ 2015-06-14 17:05 Kent Fredric
  0 siblings, 0 replies; 20+ messages in thread
From: Kent Fredric @ 2015-06-14 17:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0615277b3b30df50f7e106e6797cb531a2a84509
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 16:40:44 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 16:40:44 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=0615277b

[cleanup] virtual/perl-constant: remove redundant versions

Package-Manager: portage-2.2.17

 virtual/perl-constant/perl-constant-1.270.0-r3.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

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


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-constant/
@ 2017-09-17  3:43 Kent Fredric
  0 siblings, 0 replies; 20+ messages in thread
From: Kent Fredric @ 2017-09-17  3:43 UTC (permalink / raw
  To: gentoo-commits

commit:     b35888a543c21add3071e274e1056d7fa49a4402
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 03:23:53 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 03:23:53 2017 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b35888a5

virtual/perl-constant: cleanup old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 virtual/perl-constant/perl-constant-1.310.0.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/virtual/perl-constant/perl-constant-1.310.0.ebuild b/virtual/perl-constant/perl-constant-1.310.0.ebuild
deleted file mode 100644
index 3bbfa48a0..000000000
--- a/virtual/perl-constant/perl-constant-1.310.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Virtual for ${PN#perl-}"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-	|| ( =dev-lang/perl-5.20* ~perl-core/${PN#perl-}-${PV} )
-	!<perl-core/${PN#perl-}-${PV}
-	!>perl-core/${PN#perl-}-${PV}
-"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-constant/
@ 2017-09-17  3:43 Kent Fredric
  0 siblings, 0 replies; 20+ messages in thread
From: Kent Fredric @ 2017-09-17  3:43 UTC (permalink / raw
  To: gentoo-commits

commit:     54dca359dd9b7a541f8453ad9ead4509af0e7e75
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 03:22:52 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 03:23:31 2017 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=54dca359

virtual/perl-constant: Fix for 5.24/5.26

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../{perl-constant-1.330.0.ebuild => perl-constant-1.330.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/perl-constant/perl-constant-1.330.0.ebuild b/virtual/perl-constant/perl-constant-1.330.0-r1.ebuild
similarity index 68%
rename from virtual/perl-constant/perl-constant-1.330.0.ebuild
rename to virtual/perl-constant/perl-constant-1.330.0-r1.ebuild
index bea2ea76d..c662010ce 100644
--- a/virtual/perl-constant/perl-constant-1.330.0.ebuild
+++ b/virtual/perl-constant/perl-constant-1.330.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="
-	|| ( =dev-lang/perl-5.22* ~perl-core/${PN#perl-}-${PV} )
+	|| ( =dev-lang/perl-5.26* =dev-lang/perl-5.24* ~perl-core/${PN#perl-}-${PV} )
 	!<perl-core/${PN#perl-}-${PV}
 	!>perl-core/${PN#perl-}-${PV}
 "


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

end of thread, other threads:[~2017-09-17  3:43 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-20 13:24 [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-constant/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2017-09-17  3:43 Kent Fredric
2017-09-17  3:43 Kent Fredric
2015-06-14 17:05 Kent Fredric
2015-03-29 19:20 Kent Fredric
2014-10-04 23:43 Kent Fredric
2014-10-04 23:43 Kent Fredric
2014-08-20 13:24 Kent Fredric
2014-08-20 13:24 Kent Fredric
2014-08-20 13:24 Kent Fredric
2014-08-20 13:24 Kent Fredric
2014-07-03  2:49 Kent Fredric
2013-05-03  4:11 Kent Fredric
2013-02-24  6:00 Kent Fredric
2012-07-31 17:10 Kent Fredric
2012-03-02  0:21 Kent Fredric
2011-06-17  0:30 Kent Fredric
2011-04-20 22:02 Kent Fredric
2011-04-20 13:56 Kent Fredric
2011-04-20 13:56 Kent Fredric

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