* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/List-Pairwise/
@ 2014-10-01 9:44 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2014-10-01 9:44 UTC (permalink / raw
To: gentoo-commits
commit: 5332b86b01476c2ace926138303950b3cd6b6be5
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Oct 1 06:50:21 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Oct 1 06:50:21 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5332b86b
[bump] dev-perl/List-Pairwise to 1.30.0, cleanup deps
Package-Manager: portage-2.2.10
---
dev-perl/List-Pairwise/ChangeLog | 8 ++++-
dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild | 36 ----------------------
dev-perl/List-Pairwise/List-Pairwise-1.30.0.ebuild | 22 +++++++++++++
3 files changed, 29 insertions(+), 37 deletions(-)
diff --git a/dev-perl/List-Pairwise/ChangeLog b/dev-perl/List-Pairwise/ChangeLog
index 154265f..4ae4cd5 100644
--- a/dev-perl/List-Pairwise/ChangeLog
+++ b/dev-perl/List-Pairwise/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/List-Pairwise
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*List-Pairwise-1.30.0 (01 Oct 2014)
+
+ 01 Oct 2014; Kent Fredric <kentfredric@gmail.com>
+ -List-Pairwise-1.0.0.ebuild, +List-Pairwise-1.30.0.ebuild:
+ to 1.30.0, cleanup deps
+
*List-Pairwise-1.0.0 (09 Feb 2013)
09 Feb 2013; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild b/dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild
deleted file mode 100644
index 84708a2..0000000
--- a/dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=TDRUGEON
-MODULE_VERSION=1.00
-inherit perl-module
-
-DESCRIPTION='map/grep arrays and hashes pairwise'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
- # Test::More 0.42 ( 0.420.0 )
- echo \>=virtual/perl-Test-Simple-0.42
-}
-perl_meta_runtime() {
- # perl v5.6.0 ( 5.6.0 )
- echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/List-Pairwise/List-Pairwise-1.30.0.ebuild b/dev-perl/List-Pairwise/List-Pairwise-1.30.0.ebuild
new file mode 100644
index 0000000..7629e81
--- /dev/null
+++ b/dev-perl/List-Pairwise/List-Pairwise-1.30.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=TDRUGEON
+MODULE_VERSION=1.03
+inherit perl-module
+
+DESCRIPTION='map/grep arrays and hashes pairwise'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="
+ >=dev-lang/perl-5.6.0
+"
+DEPEND="
+ >=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ $RDEPEND
+ >=virtual/perl-Test-Simple-0.420.0
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/List-Pairwise/
@ 2013-02-09 19:31 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2013-02-09 19:31 UTC (permalink / raw
To: gentoo-commits
commit: 0cda039ac1b4f42ec088e3539f46c8334fa8357f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 9 17:12:44 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb 9 17:12:44 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0cda039a
[added] List-Pairwise-1.0.0 for Git-CPAN-Patch
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/List-Pairwise/ChangeLog | 10 ++++++
dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild | 36 +++++++++++++++++++++
dev-perl/List-Pairwise/metadata.xml | 13 +++++++
3 files changed, 59 insertions(+), 0 deletions(-)
diff --git a/dev-perl/List-Pairwise/ChangeLog b/dev-perl/List-Pairwise/ChangeLog
new file mode 100644
index 0000000..154265f
--- /dev/null
+++ b/dev-perl/List-Pairwise/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/List-Pairwise
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*List-Pairwise-1.0.0 (09 Feb 2013)
+
+ 09 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+ +List-Pairwise-1.0.0.ebuild, +metadata.xml:
+ Added for Git-CPAN-Patch
+
diff --git a/dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild b/dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild
new file mode 100644
index 0000000..84708a2
--- /dev/null
+++ b/dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=TDRUGEON
+MODULE_VERSION=1.00
+inherit perl-module
+
+DESCRIPTION='map/grep arrays and hashes pairwise'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker 6.59 ( 6.590.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+ # Test::More 0.42 ( 0.420.0 )
+ echo \>=virtual/perl-Test-Simple-0.42
+}
+perl_meta_runtime() {
+ # perl v5.6.0 ( 5.6.0 )
+ echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/List-Pairwise/metadata.xml b/dev-perl/List-Pairwise/metadata.xml
new file mode 100644
index 0000000..73ad29b
--- /dev/null
+++ b/dev-perl/List-Pairwise/metadata.xml
@@ -0,0 +1,13 @@
+<?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">List-Pairwise</remote-id>
+ <remote-id type="cpan-module">List::Pairwise</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-01 9:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-01 9:44 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/List-Pairwise/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2013-02-09 19:31 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox