* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Data-Dumper/
@ 2011-04-03 23:33 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-04-03 23:33 UTC (permalink / raw
To: gentoo-commits
commit: c395140eec424ee030219ce343c12150d488cff4
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 3 21:21:55 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Apr 3 21:21:55 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c395140e
[added] experimental virtual for Data::Dumper
(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 0A0CB301)
---
virtual/perl-Data-Dumper/ChangeLog | 13 ++++++++++++
virtual/perl-Data-Dumper/metadata.xml | 5 ++++
.../perl-Data-Dumper-2.124.0.ebuild | 18 +++++++++++++++++
.../perl-Data-Dumper-2.125.0.ebuild | 21 ++++++++++++++++++++
.../perl-Data-Dumper-2.128.0.ebuild | 15 ++++++++++++++
5 files changed, 72 insertions(+), 0 deletions(-)
diff --git a/virtual/perl-Data-Dumper/ChangeLog b/virtual/perl-Data-Dumper/ChangeLog
new file mode 100644
index 0000000..bdb3ee4
--- /dev/null
+++ b/virtual/perl-Data-Dumper/ChangeLog
@@ -0,0 +1,13 @@
+# ChangeLog for virtual/perl-Data-Dumper
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*perl-Data-Dumper-2.128.0 (03 Apr 2011)
+*perl-Data-Dumper-2.125.0 (03 Apr 2011)
+*perl-Data-Dumper-2.124.0 (03 Apr 2011)
+
+ 03 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ +perl-Data-Dumper-2.124.0.ebuild, +perl-Data-Dumper-2.125.0.ebuild,
+ +perl-Data-Dumper-2.128.0.ebuild, +metadata.xml:
+ Added for Data::Dumper
+
diff --git a/virtual/perl-Data-Dumper/metadata.xml b/virtual/perl-Data-Dumper/metadata.xml
new file mode 100644
index 0000000..801e938
--- /dev/null
+++ b/virtual/perl-Data-Dumper/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-Data-Dumper/perl-Data-Dumper-2.124.0.ebuild b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.124.0.ebuild
new file mode 100644
index 0000000..676e429
--- /dev/null
+++ b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.124.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 Data::Dumper"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ ~dev-lang/perl-5.10.1
+ !perl-core/Data-Dumper
+"
diff --git a/virtual/perl-Data-Dumper/perl-Data-Dumper-2.125.0.ebuild b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.125.0.ebuild
new file mode 100644
index 0000000..0dd57b1
--- /dev/null
+++ b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.125.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 Data::Dumper"
+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/Data-Dumper
+"
diff --git a/virtual/perl-Data-Dumper/perl-Data-Dumper-2.128.0.ebuild b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.128.0.ebuild
new file mode 100644
index 0000000..e89152f
--- /dev/null
+++ b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.128.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 Data::Dumper"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/Data-Dumper-${PV}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Data-Dumper/
@ 2011-04-20 22:02 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-04-20 22:02 UTC (permalink / raw
To: gentoo-commits
commit: 1c0279c9ae2adfc588ca8900acb95068cccd45bd
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 20 21:33:12 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=1c0279c9
[newversion] perl-Data-Dumper-2.130.20_rc ( 5.14 virtual )
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
virtual/perl-Data-Dumper/ChangeLog | 6 ++++++
.../perl-Data-Dumper-2.130.20_rc.ebuild | 18 ++++++++++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/virtual/perl-Data-Dumper/ChangeLog b/virtual/perl-Data-Dumper/ChangeLog
index bdb3ee4..430b28c 100644
--- a/virtual/perl-Data-Dumper/ChangeLog
+++ b/virtual/perl-Data-Dumper/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*perl-Data-Dumper-2.130.20_rc (20 Apr 2011)
+
+ 20 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ +perl-Data-Dumper-2.130.20_rc.ebuild:
+ Added 5.14 representative
+
*perl-Data-Dumper-2.128.0 (03 Apr 2011)
*perl-Data-Dumper-2.125.0 (03 Apr 2011)
*perl-Data-Dumper-2.124.0 (03 Apr 2011)
diff --git a/virtual/perl-Data-Dumper/perl-Data-Dumper-2.130.20_rc.ebuild b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.130.20_rc.ebuild
new file mode 100644
index 0000000..ab4574e
--- /dev/null
+++ b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.130.20_rc.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 Data::Dumper"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+ || ( ~dev-lang/perl-5.14.0 ~dev-lang/perl-5.14.0_rc1 )
+ !perl-core/Data-Dumper
+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Data-Dumper/
@ 2011-05-24 8:11 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-05-24 8:11 UTC (permalink / raw
To: gentoo-commits
commit: f35d218e1f4e75bf65228a3647a1916e1c9eef65
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue May 24 07:26:45 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue May 24 07:26:45 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f35d218e
[newversion] perl-Data-Dumper-2.130.30_rc
(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
virtual/perl-Data-Dumper/ChangeLog | 6 ++++++
.../perl-Data-Dumper-2.130.30_rc.ebuild | 15 +++++++++++++++
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/virtual/perl-Data-Dumper/ChangeLog b/virtual/perl-Data-Dumper/ChangeLog
index 430b28c..98298ea 100644
--- a/virtual/perl-Data-Dumper/ChangeLog
+++ b/virtual/perl-Data-Dumper/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*perl-Data-Dumper-2.130.30_rc (24 May 2011)
+
+ 24 May 2011; Kent Fredric <kentfredric@gmail.com>
+ +perl-Data-Dumper-2.130.30_rc.ebuild:
+ Bump
+
*perl-Data-Dumper-2.130.20_rc (20 Apr 2011)
20 Apr 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/virtual/perl-Data-Dumper/perl-Data-Dumper-2.130.30_rc.ebuild b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.130.30_rc.ebuild
new file mode 100644
index 0000000..e89152f
--- /dev/null
+++ b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.130.30_rc.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 Data::Dumper"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="~perl-core/Data-Dumper-${PV}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Data-Dumper/
@ 2011-05-29 18:20 Torsten Veller
0 siblings, 0 replies; 5+ messages in thread
From: Torsten Veller @ 2011-05-29 18:20 UTC (permalink / raw
To: gentoo-commits
commit: 83866f4435d92c2b8fa2d661249fc905ebb9bf73
Author: Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 18:19:30 2011 +0000
Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sun May 29 18:19:30 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=83866f44
[bump] virtual/perl-Data-Dumper-2.131.0
(Portage version: 2.2.0_alpha37/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
---
virtual/perl-Data-Dumper/ChangeLog | 7 +++++++
.../perl-Data-Dumper-2.130.20_rc.ebuild | 18 ------------------
...0_rc.ebuild => perl-Data-Dumper-2.131.0.ebuild} | 0
3 files changed, 7 insertions(+), 18 deletions(-)
diff --git a/virtual/perl-Data-Dumper/ChangeLog b/virtual/perl-Data-Dumper/ChangeLog
index 0f26270..1effaa2 100644
--- a/virtual/perl-Data-Dumper/ChangeLog
+++ b/virtual/perl-Data-Dumper/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*perl-Data-Dumper-2.131.0 (29 May 2011)
+
+ 29 May 2011; Torsten Veller <tove@gentoo.org>
+ -perl-Data-Dumper-2.130.20_rc.ebuild, -perl-Data-Dumper-2.130.30_rc.ebuild,
+ +perl-Data-Dumper-2.131.0.ebuild:
+ Version bump
+
24 May 2011; Kent Fredric <kentfredric@gmail.com>
perl-Data-Dumper-2.130.20_rc.ebuild:
Remove _rc1 references and fix to be 5.14.0 friendly
diff --git a/virtual/perl-Data-Dumper/perl-Data-Dumper-2.130.20_rc.ebuild b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.130.20_rc.ebuild
deleted file mode 100644
index b06bb1c..0000000
--- a/virtual/perl-Data-Dumper/perl-Data-Dumper-2.130.20_rc.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 Data::Dumper"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- ~dev-lang/perl-5.14.0
- !perl-core/Data-Dumper
-"
diff --git a/virtual/perl-Data-Dumper/perl-Data-Dumper-2.130.30_rc.ebuild b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.131.0.ebuild
similarity index 100%
rename from virtual/perl-Data-Dumper/perl-Data-Dumper-2.130.30_rc.ebuild
rename to virtual/perl-Data-Dumper/perl-Data-Dumper-2.131.0.ebuild
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Data-Dumper/
@ 2011-07-31 4:55 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-07-31 4:55 UTC (permalink / raw
To: gentoo-commits
commit: 873aaf5b2fea52b5107f0dba35475fc922fb63d1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jul 31 04:49:18 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jul 31 04:49:18 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=873aaf5b
[cpanclean] virtual/Data-Dumper-2.128.0
(Portage version: 2.2.0_alpha47/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
virtual/perl-Data-Dumper/ChangeLog | 4 ++++
.../perl-Data-Dumper-2.128.0.ebuild | 15 ---------------
2 files changed, 4 insertions(+), 15 deletions(-)
diff --git a/virtual/perl-Data-Dumper/ChangeLog b/virtual/perl-Data-Dumper/ChangeLog
index 1effaa2..159a9fd 100644
--- a/virtual/perl-Data-Dumper/ChangeLog
+++ b/virtual/perl-Data-Dumper/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 31 Jul 2011; Kent Fredric <kentfredric@gmail.com>
+ -perl-Data-Dumper-2.128.0.ebuild:
+ Not available in any stable perls or on CPAN
+
*perl-Data-Dumper-2.131.0 (29 May 2011)
29 May 2011; Torsten Veller <tove@gentoo.org>
diff --git a/virtual/perl-Data-Dumper/perl-Data-Dumper-2.128.0.ebuild b/virtual/perl-Data-Dumper/perl-Data-Dumper-2.128.0.ebuild
deleted file mode 100644
index e89152f..0000000
--- a/virtual/perl-Data-Dumper/perl-Data-Dumper-2.128.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 Data::Dumper"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="~perl-core/Data-Dumper-${PV}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-07-31 4:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-20 22:02 [gentoo-commits] proj/perl-overlay:master commit in: virtual/perl-Data-Dumper/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2011-07-31 4:55 Kent Fredric
2011-05-29 18:20 Torsten Veller
2011-05-24 8:11 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