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

commit:     ef3013d70cda23a8291ba3d50451972e66f11522
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr  3 21:01:53 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr  3 21:02:36 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ef3013d7

[added] experimental virtual for B-Debug

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

---
 virtual/perl-B-Debug/ChangeLog                   |   13 +++++++++++++
 virtual/perl-B-Debug/metadata.xml                |    5 +++++
 virtual/perl-B-Debug/perl-B-Debug-1.110.0.ebuild |   15 +++++++++++++++
 virtual/perl-B-Debug/perl-B-Debug-1.120.0.ebuild |   21 +++++++++++++++++++++
 virtual/perl-B-Debug/perl-B-Debug-1.160.0.ebuild |   15 +++++++++++++++
 5 files changed, 69 insertions(+), 0 deletions(-)

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

diff --git a/virtual/perl-B-Debug/metadata.xml b/virtual/perl-B-Debug/metadata.xml
new file mode 100644
index 0000000..801e938
--- /dev/null
+++ b/virtual/perl-B-Debug/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-B-Debug/perl-B-Debug-1.110.0.ebuild b/virtual/perl-B-Debug/perl-B-Debug-1.110.0.ebuild
new file mode 100644
index 0000000..9a924af
--- /dev/null
+++ b/virtual/perl-B-Debug/perl-B-Debug-1.110.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 B::Debug"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~dev-lang/perl-5.10.1 !perl-core/B-Debug"

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

diff --git a/virtual/perl-B-Debug/perl-B-Debug-1.160.0.ebuild b/virtual/perl-B-Debug/perl-B-Debug-1.160.0.ebuild
new file mode 100644
index 0000000..24e5f7a
--- /dev/null
+++ b/virtual/perl-B-Debug/perl-B-Debug-1.160.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 B::Debug"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/B-Debug-${PV}"



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

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

commit:     03408e7377d0933e39e3d53c794428921669613f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 21:17:23 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Apr 20 21:17:23 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=03408e73

[fix] perl-B-Debug-1.160.0 += perl 5.14 and 5.14-RC1

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

---
 virtual/perl-B-Debug/ChangeLog                   |    4 ++++
 virtual/perl-B-Debug/perl-B-Debug-1.160.0.ebuild |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/virtual/perl-B-Debug/ChangeLog b/virtual/perl-B-Debug/ChangeLog
index cd7796e..a3c74a7 100644
--- a/virtual/perl-B-Debug/ChangeLog
+++ b/virtual/perl-B-Debug/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-B-Debug-1.160.0.ebuild:
+  Add 5.14 and 5.14-rc1
+
 *perl-B-Debug-1.160.0 (03 Apr 2011)
 *perl-B-Debug-1.120.0 (03 Apr 2011)
 *perl-B-Debug-1.110.0 (03 Apr 2011)

diff --git a/virtual/perl-B-Debug/perl-B-Debug-1.160.0.ebuild b/virtual/perl-B-Debug/perl-B-Debug-1.160.0.ebuild
index 24e5f7a..6953f02 100644
--- a/virtual/perl-B-Debug/perl-B-Debug-1.160.0.ebuild
+++ b/virtual/perl-B-Debug/perl-B-Debug-1.160.0.ebuild
@@ -12,4 +12,4 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="~perl-core/B-Debug-${PV}"
+RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~dev-lang/perl-5.14.0_rc1 ~perl-core/B-Debug-${PV} )"



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

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

commit:     f4f8013584d5abec8181d45cf5c3d13a7dc1f31f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun 17 00:14:24 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=f4f80135

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

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

diff --git a/virtual/perl-B-Debug/perl-B-Debug-1.160.0.ebuild b/virtual/perl-B-Debug/perl-B-Debug-1.160.0-r1.ebuild
similarity index 78%
rename from virtual/perl-B-Debug/perl-B-Debug-1.160.0.ebuild
rename to virtual/perl-B-Debug/perl-B-Debug-1.160.0-r1.ebuild
index bafd736..9c8ce47 100644
--- a/virtual/perl-B-Debug/perl-B-Debug-1.160.0.ebuild
+++ b/virtual/perl-B-Debug/perl-B-Debug-1.160.0-r1.ebuild
@@ -12,4 +12,4 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND=""
-RDEPEND="|| ( ~dev-lang/perl-5.14.0 ~perl-core/B-Debug-${PV} )"
+RDEPEND="|| ( =dev-lang/perl-5.14.0-r1 ~perl-core/B-Debug-${PV} )"



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

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

commit:     1cbfcf8bbe3499345009798fa21ddce6dc3a1b95
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb 23 22:34:28 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb 23 22:34:28 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1cbfcf8b

[newversion] virtaul/perl-B-Debug-1.170.0

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

---
 virtual/perl-B-Debug/perl-B-Debug-1.170.0.ebuild |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/virtual/perl-B-Debug/perl-B-Debug-1.170.0.ebuild b/virtual/perl-B-Debug/perl-B-Debug-1.170.0.ebuild
new file mode 100644
index 0000000..022c8f0
--- /dev/null
+++ b/virtual/perl-B-Debug/perl-B-Debug-1.170.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 B::Debug"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="|| ( >=dev-lang/perl-5.15.6 ~perl-core/B-Debug-${PV} )"



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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-B-Debug/
@ 2012-08-23 15:15 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2012-08-23 15:15 UTC (permalink / raw
  To: gentoo-commits

commit:     0c9e726f4e5c89a6c3e39aa6274afcf898b130fc
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug 23 14:39:40 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug 23 14:39:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0c9e726f

[newversion] perl-B-Debug-1.180.0

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

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

diff --git a/virtual/perl-B-Debug/ChangeLog b/virtual/perl-B-Debug/ChangeLog
index 7189aed..b340165 100644
--- a/virtual/perl-B-Debug/ChangeLog
+++ b/virtual/perl-B-Debug/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for virtual/perl-B-Debug
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*perl-B-Debug-1.180.0 (23 Aug 2012)
+
+  23 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+  +perl-B-Debug-1.180.0.ebuild:
+  Version Bump
+
 *perl-B-Debug-1.160.0-r1 (17 Jun 2011)
 
   17 Jun 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-B-Debug/perl-B-Debug-1.180.0.ebuild b/virtual/perl-B-Debug/perl-B-Debug-1.180.0.ebuild
new file mode 100644
index 0000000..8dcba96
--- /dev/null
+++ b/virtual/perl-B-Debug/perl-B-Debug-1.180.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 B::Debug"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="|| ( >=dev-lang/perl-5.17.3 ~perl-core/B-Debug-${PV} )"


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

* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-B-Debug/
@ 2013-11-09  5:56 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2013-11-09  5:56 UTC (permalink / raw
  To: gentoo-commits

commit:     da99f6c6f8da88458ad5db5c05b7ca28bc2ff682
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov  8 15:34:00 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov  8 15:34:00 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=da99f6c6

[trim] virtual/perl-B-Debug-1.180.0 In gentoo

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

---
 virtual/perl-B-Debug/ChangeLog                   |  6 +++++-
 virtual/perl-B-Debug/perl-B-Debug-1.180.0.ebuild | 15 ---------------
 2 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/virtual/perl-B-Debug/ChangeLog b/virtual/perl-B-Debug/ChangeLog
index b340165..82b9dd3 100644
--- a/virtual/perl-B-Debug/ChangeLog
+++ b/virtual/perl-B-Debug/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for virtual/perl-B-Debug
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Nov 2013; Kent Fredric <kentfredric@gmail.com>
+  -perl-B-Debug-1.180.0.ebuild:
+  In gentoo
+
 *perl-B-Debug-1.180.0 (23 Aug 2012)
 
   23 Aug 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/virtual/perl-B-Debug/perl-B-Debug-1.180.0.ebuild b/virtual/perl-B-Debug/perl-B-Debug-1.180.0.ebuild
deleted file mode 100644
index 8dcba96..0000000
--- a/virtual/perl-B-Debug/perl-B-Debug-1.180.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 B::Debug"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="|| ( >=dev-lang/perl-5.17.3 ~perl-core/B-Debug-${PV} )"


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

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

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

[clean] 5.10-exclusive virtuals for perl-B-Debug

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

---
 virtual/perl-B-Debug/ChangeLog                   |  6 +++++-
 virtual/perl-B-Debug/perl-B-Debug-1.110.0.ebuild | 15 ---------------
 2 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/virtual/perl-B-Debug/ChangeLog b/virtual/perl-B-Debug/ChangeLog
index 82b9dd3..8e51b7b 100644
--- a/virtual/perl-B-Debug/ChangeLog
+++ b/virtual/perl-B-Debug/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for virtual/perl-B-Debug
-# 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-B-Debug-1.110.0.ebuild:
+  Remove old 5.10-only virtuals
+
   08 Nov 2013; Kent Fredric <kentfredric@gmail.com>
   -perl-B-Debug-1.180.0.ebuild:
   In gentoo

diff --git a/virtual/perl-B-Debug/perl-B-Debug-1.110.0.ebuild b/virtual/perl-B-Debug/perl-B-Debug-1.110.0.ebuild
deleted file mode 100644
index 9a924af..0000000
--- a/virtual/perl-B-Debug/perl-B-Debug-1.110.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 B::Debug"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="~dev-lang/perl-5.10.1 !perl-core/B-Debug"


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

end of thread, other threads:[~2014-07-03  2:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-09  5:56 [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-B-Debug/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2014-07-03  2:49 Kent Fredric
2012-08-23 15:15 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-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