* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Dumpvalue/
@ 2011-03-12 2:12 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-03-12 2:12 UTC (permalink / raw
To: gentoo-commits
commit: 0debb27abc864751792bf8d9b7ee6b4539b88523
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar 11 20:11:28 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Mar 11 20:11:28 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0debb27a
[added] perl-core/Dumpvalue
(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
perl-core/Dumpvalue/ChangeLog | 10 ++++++++++
perl-core/Dumpvalue/Dumpvalue-1.150.0.ebuild | 26 ++++++++++++++++++++++++++
perl-core/Dumpvalue/metadata.xml | 9 +++++++++
3 files changed, 45 insertions(+), 0 deletions(-)
diff --git a/perl-core/Dumpvalue/ChangeLog b/perl-core/Dumpvalue/ChangeLog
new file mode 100644
index 0000000..626a25a
--- /dev/null
+++ b/perl-core/Dumpvalue/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for perl-core/Dumpvalue
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Dumpvalue-1.150.0 (11 Mar 2011)
+
+ 11 Mar 2011; Kent Fredric <kentfredric@gmail.com> +Dumpvalue-1.150.0.ebuild,
+ +metadata.xml:
+ Added: reported outdated by cpan-outdated
+
diff --git a/perl-core/Dumpvalue/Dumpvalue-1.150.0.ebuild b/perl-core/Dumpvalue/Dumpvalue-1.150.0.ebuild
new file mode 100644
index 0000000..d198454
--- /dev/null
+++ b/perl-core/Dumpvalue/Dumpvalue-1.150.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="3"
+MODULE_AUTHOR=FLORA
+MODULE_VERSION="1.15"
+inherit perl-module
+
+DESCRIPTION="provides screen dump of Perl data."
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+comment() { echo ""; }
+
+COMMON_DEPEND="
+ $(comment Devel-Peek)
+"
+DEPEND="
+ >=virtual/perl-ExtUtils-MakeMaker-6.31
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
diff --git a/perl-core/Dumpvalue/metadata.xml b/perl-core/Dumpvalue/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/perl-core/Dumpvalue/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Dumpvalue/
@ 2011-07-16 22:59 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-07-16 22:59 UTC (permalink / raw
To: gentoo-commits
commit: 2b4521851d97368a78f90033e69190f605b6c135
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul 16 19:00:51 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul 16 19:00:51 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2b452185
[newversion] core/Dumpvalue-1.160.0
(Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
perl-core/Dumpvalue/ChangeLog | 5 +++++
perl-core/Dumpvalue/Dumpvalue-1.160.0.ebuild | 26 ++++++++++++++++++++++++++
2 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/perl-core/Dumpvalue/ChangeLog b/perl-core/Dumpvalue/ChangeLog
index 626a25a..536d432 100644
--- a/perl-core/Dumpvalue/ChangeLog
+++ b/perl-core/Dumpvalue/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Dumpvalue-1.160.0 (16 Jul 2011)
+
+ 16 Jul 2011; Kent Fredric <kentfredric@gmail.com> +Dumpvalue-1.160.0.ebuild:
+ Version Bump
+
*Dumpvalue-1.150.0 (11 Mar 2011)
11 Mar 2011; Kent Fredric <kentfredric@gmail.com> +Dumpvalue-1.150.0.ebuild,
diff --git a/perl-core/Dumpvalue/Dumpvalue-1.160.0.ebuild b/perl-core/Dumpvalue/Dumpvalue-1.160.0.ebuild
new file mode 100644
index 0000000..5a3d4be
--- /dev/null
+++ b/perl-core/Dumpvalue/Dumpvalue-1.160.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FLORA
+MODULE_VERSION="1.16"
+inherit perl-module
+
+DESCRIPTION="provides screen dump of Perl data."
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+comment() { echo ""; }
+
+COMMON_DEPEND="
+ $(comment Devel-Peek)
+"
+DEPEND="
+ >=virtual/perl-ExtUtils-MakeMaker-6.31
+"
+RDEPEND="
+ ${COMMON_DEPEND}
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Dumpvalue/
@ 2012-09-15 23:19 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-09-15 23:19 UTC (permalink / raw
To: gentoo-commits
commit: 7e1cc4fba628e4d2088bfb77962c90e97555994d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Sep 15 19:49:10 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Sep 15 23:17:20 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7e1cc4fb
[newversion] perl-core/Dumpvalue-1.170.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
perl-core/Dumpvalue/ChangeLog | 7 +++++-
perl-core/Dumpvalue/Dumpvalue-1.170.0.ebuild | 29 ++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 1 deletions(-)
diff --git a/perl-core/Dumpvalue/ChangeLog b/perl-core/Dumpvalue/ChangeLog
index 536d432..337e650 100644
--- a/perl-core/Dumpvalue/ChangeLog
+++ b/perl-core/Dumpvalue/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for perl-core/Dumpvalue
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Dumpvalue-1.170.0 (15 Sep 2012)
+
+ 15 Sep 2012; Kent Fredric <kentfredric@gmail.com> +Dumpvalue-1.170.0.ebuild:
+ Version Bump
+
*Dumpvalue-1.160.0 (16 Jul 2011)
16 Jul 2011; Kent Fredric <kentfredric@gmail.com> +Dumpvalue-1.160.0.ebuild:
diff --git a/perl-core/Dumpvalue/Dumpvalue-1.170.0.ebuild b/perl-core/Dumpvalue/Dumpvalue-1.170.0.ebuild
new file mode 100644
index 0000000..065b886
--- /dev/null
+++ b/perl-core/Dumpvalue/Dumpvalue-1.170.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=1.17
+inherit perl-module
+
+DESCRIPTION='provides screen dump of Perl data.'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+ # Devel::Peek
+ echo dev-lang/perl
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Dumpvalue/
@ 2014-09-06 9:52 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2014-09-06 9:52 UTC (permalink / raw
To: gentoo-commits
commit: 5c606f6dade77d06bdb5dda815495c8fd2a2d00c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Sep 6 08:04:16 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Sep 6 08:04:16 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5c606f6d
[cleanup] perl-core/Dumpvalue remove redundant versions
Package-Manager: portage-2.2.10
---
perl-core/Dumpvalue/ChangeLog | 6 +++++-
perl-core/Dumpvalue/Dumpvalue-1.150.0.ebuild | 26 --------------------------
perl-core/Dumpvalue/Dumpvalue-1.160.0.ebuild | 26 --------------------------
3 files changed, 5 insertions(+), 53 deletions(-)
diff --git a/perl-core/Dumpvalue/ChangeLog b/perl-core/Dumpvalue/ChangeLog
index 337e650..0fc9c4b 100644
--- a/perl-core/Dumpvalue/ChangeLog
+++ b/perl-core/Dumpvalue/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for perl-core/Dumpvalue
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 06 Sep 2014; Kent Fredric <kentfredric@gmail.com> -Dumpvalue-1.150.0.ebuild,
+ -Dumpvalue-1.160.0.ebuild:
+ remove redundant versions
+
*Dumpvalue-1.170.0 (15 Sep 2012)
15 Sep 2012; Kent Fredric <kentfredric@gmail.com> +Dumpvalue-1.170.0.ebuild:
diff --git a/perl-core/Dumpvalue/Dumpvalue-1.150.0.ebuild b/perl-core/Dumpvalue/Dumpvalue-1.150.0.ebuild
deleted file mode 100644
index d198454..0000000
--- a/perl-core/Dumpvalue/Dumpvalue-1.150.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI="3"
-MODULE_AUTHOR=FLORA
-MODULE_VERSION="1.15"
-inherit perl-module
-
-DESCRIPTION="provides screen dump of Perl data."
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-comment() { echo ""; }
-
-COMMON_DEPEND="
- $(comment Devel-Peek)
-"
-DEPEND="
- >=virtual/perl-ExtUtils-MakeMaker-6.31
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/perl-core/Dumpvalue/Dumpvalue-1.160.0.ebuild b/perl-core/Dumpvalue/Dumpvalue-1.160.0.ebuild
deleted file mode 100644
index 5a3d4be..0000000
--- a/perl-core/Dumpvalue/Dumpvalue-1.160.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FLORA
-MODULE_VERSION="1.16"
-inherit perl-module
-
-DESCRIPTION="provides screen dump of Perl data."
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-comment() { echo ""; }
-
-COMMON_DEPEND="
- $(comment Devel-Peek)
-"
-DEPEND="
- >=virtual/perl-ExtUtils-MakeMaker-6.31
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Dumpvalue/
@ 2014-10-05 9:41 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2014-10-05 9:41 UTC (permalink / raw
To: gentoo-commits
commit: 24069da841705d78f7bb5f66f20dae54176857e3
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Oct 5 09:12:59 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Oct 5 09:18:27 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=24069da8
[fixup] perl-core/Dumpvalue EAPI5, cleanup deps
Package-Manager: portage-2.2.10
---
perl-core/Dumpvalue/Dumpvalue-1.170.0-r1.ebuild | 18 +++++++++++++++
perl-core/Dumpvalue/Dumpvalue-1.170.0.ebuild | 29 -------------------------
2 files changed, 18 insertions(+), 29 deletions(-)
diff --git a/perl-core/Dumpvalue/Dumpvalue-1.170.0-r1.ebuild b/perl-core/Dumpvalue/Dumpvalue-1.170.0-r1.ebuild
new file mode 100644
index 0000000..5fb178f
--- /dev/null
+++ b/perl-core/Dumpvalue/Dumpvalue-1.170.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=1.17
+inherit perl-module
+
+DESCRIPTION='provides screen dump of Perl data.'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND=""
+DEPEND="
+ >=virtual/perl-ExtUtils-MakeMaker-6.30
+ ${RDEPEND}
+"
+SRC_TEST="do parallel"
diff --git a/perl-core/Dumpvalue/Dumpvalue-1.170.0.ebuild b/perl-core/Dumpvalue/Dumpvalue-1.170.0.ebuild
deleted file mode 100644
index 065b886..0000000
--- a/perl-core/Dumpvalue/Dumpvalue-1.170.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FLORA
-MODULE_VERSION=1.17
-inherit perl-module
-
-DESCRIPTION='provides screen dump of Perl data.'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # Devel::Peek
- echo dev-lang/perl
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Dumpvalue/
@ 2015-06-14 17:05 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2015-06-14 17:05 UTC (permalink / raw
To: gentoo-commits
commit: decc265916ae2fdfc29949c0bbc8d605e62667b2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 16:53:24 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 16:53:24 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=decc2659
[trim] perl-core/Dumpvalue: superceded by ::gentoo
perl-core/Dumpvalue/Dumpvalue-1.170.0-r1.ebuild | 18 ------------------
perl-core/Dumpvalue/metadata.xml | 13 -------------
2 files changed, 31 deletions(-)
diff --git a/perl-core/Dumpvalue/Dumpvalue-1.170.0-r1.ebuild b/perl-core/Dumpvalue/Dumpvalue-1.170.0-r1.ebuild
deleted file mode 100644
index 5fb178f..0000000
--- a/perl-core/Dumpvalue/Dumpvalue-1.170.0-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=FLORA
-MODULE_VERSION=1.17
-inherit perl-module
-
-DESCRIPTION='provides screen dump of Perl data.'
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND=""
-DEPEND="
- >=virtual/perl-ExtUtils-MakeMaker-6.30
- ${RDEPEND}
-"
-SRC_TEST="do parallel"
diff --git a/perl-core/Dumpvalue/metadata.xml b/perl-core/Dumpvalue/metadata.xml
deleted file mode 100644
index 8696622..0000000
--- a/perl-core/Dumpvalue/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>perl</herd>
- <maintainer>
- <email>kentfredric@gmail.com</email>
- <name>Kent Fredric</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Dumpvalue</remote-id>
- <remote-id type="cpan-module">Dumpvalue</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-06-14 17:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-15 23:19 [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Dumpvalue/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-06-14 17:05 Kent Fredric
2014-10-05 9:41 Kent Fredric
2014-09-06 9:52 Kent Fredric
2011-07-16 22:59 Kent Fredric
2011-03-12 2:12 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox