* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Future/
@ 2012-11-22 2:19 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2012-11-22 2:19 UTC (permalink / raw
To: gentoo-commits
commit: a624f560662ac38ccb71f780c52696861b7f65ad
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Nov 21 22:09:29 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Nov 21 22:09:29 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a624f560
[added] Future
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Future/ChangeLog | 10 ++++++++++
dev-perl/Future/Future-0.40.0.ebuild | 31 +++++++++++++++++++++++++++++++
dev-perl/Future/metadata.xml | 13 +++++++++++++
3 files changed, 54 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Future/ChangeLog b/dev-perl/Future/ChangeLog
new file mode 100644
index 0000000..29e2a3f
--- /dev/null
+++ b/dev-perl/Future/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Future
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Future-0.40.0 (21 Nov 2012)
+
+ 21 Nov 2012; Kent Fredric <kentfredric@gmail.com> +Future-0.40.0.ebuild,
+ +metadata.xml:
+ Added for CPS
+
diff --git a/dev-perl/Future/Future-0.40.0.ebuild b/dev-perl/Future/Future-0.40.0.ebuild
new file mode 100644
index 0000000..557e08a
--- /dev/null
+++ b/dev-perl/Future/Future-0.40.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=PEVANS
+MODULE_VERSION=0.04
+inherit perl-module
+
+DESCRIPTION='represent an operation awaiting completion'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_build() {
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::Identity
+ echo dev-perl/Test-Identity
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+ # Test::Refcount
+ echo dev-perl/Test-Refcount
+}
+DEPEND="
+ virtual/perl-Module-Build
+ $(perl_meta_build)
+"
+RDEPEND="
+
+"
+SRC_TEST="do"
diff --git a/dev-perl/Future/metadata.xml b/dev-perl/Future/metadata.xml
new file mode 100644
index 0000000..c391449
--- /dev/null
+++ b/dev-perl/Future/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">Future</remote-id>
+ <remote-id type="cpan-module">Future</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Future/
@ 2013-02-09 13:27 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2013-02-09 13:27 UTC (permalink / raw
To: gentoo-commits
commit: 8334538dafc22df3e2ebd259288ccfa96c2d7faf
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Feb 8 19:47:00 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Feb 8 19:47:00 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8334538d
[newversion] Future-0.70.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Future/ChangeLog | 7 ++++++-
dev-perl/Future/Future-0.70.0.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Future/ChangeLog b/dev-perl/Future/ChangeLog
index 29e2a3f..d432dcb 100644
--- a/dev-perl/Future/ChangeLog
+++ b/dev-perl/Future/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for dev-perl/Future
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Future-0.70.0 (08 Feb 2013)
+
+ 08 Feb 2013; Kent Fredric <kentfredric@gmail.com> +Future-0.70.0.ebuild:
+ Version Bump
+
*Future-0.40.0 (21 Nov 2012)
21 Nov 2012; Kent Fredric <kentfredric@gmail.com> +Future-0.40.0.ebuild,
diff --git a/dev-perl/Future/Future-0.70.0.ebuild b/dev-perl/Future/Future-0.70.0.ebuild
new file mode 100644
index 0000000..a363142
--- /dev/null
+++ b/dev-perl/Future/Future-0.70.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=PEVANS
+MODULE_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION='represent an operation awaiting completion'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_build() {
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::Identity
+ echo dev-perl/Test-Identity
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+ # Test::Refcount
+ echo dev-perl/Test-Refcount
+}
+DEPEND="
+ virtual/perl-Module-Build
+ $(perl_meta_build)
+"
+RDEPEND="
+
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Future/
@ 2013-04-26 19:59 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2013-04-26 19:59 UTC (permalink / raw
To: gentoo-commits
commit: 1afd811e309bdc05d6de79359578e1ad7cac8287
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 26 19:44:27 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 26 19:44:27 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1afd811e
[newversion] Future-0.120.0
Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Future/ChangeLog | 6 ++++++
dev-perl/Future/Future-0.120.0.ebuild | 33 +++++++++++++++++++++++++++++++++
dev-perl/Future/metadata.xml | 1 +
3 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Future/ChangeLog b/dev-perl/Future/ChangeLog
index d432dcb..61318f1 100644
--- a/dev-perl/Future/ChangeLog
+++ b/dev-perl/Future/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Future-0.120.0 (26 Apr 2013)
+
+ 26 Apr 2013; Kent Fredric <kentfredric@gmail.com> +Future-0.120.0.ebuild,
+ metadata.xml:
+ Version Bump
+
*Future-0.70.0 (08 Feb 2013)
08 Feb 2013; Kent Fredric <kentfredric@gmail.com> +Future-0.70.0.ebuild:
diff --git a/dev-perl/Future/Future-0.120.0.ebuild b/dev-perl/Future/Future-0.120.0.ebuild
new file mode 100644
index 0000000..33c3087
--- /dev/null
+++ b/dev-perl/Future/Future-0.120.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=PEVANS
+MODULE_VERSION=0.12
+inherit perl-module
+
+DESCRIPTION='represent an operation awaiting completion'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_build() {
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::Identity
+ echo dev-perl/Test-Identity
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+ # Test::Refcount
+ echo dev-perl/Test-Refcount
+ # Test::Warn
+ echo dev-perl/Test-Warn
+}
+DEPEND="
+ virtual/perl-Module-Build
+ $(perl_meta_build)
+"
+RDEPEND="
+
+"
+SRC_TEST="do"
diff --git a/dev-perl/Future/metadata.xml b/dev-perl/Future/metadata.xml
index c391449..7a5e424 100644
--- a/dev-perl/Future/metadata.xml
+++ b/dev-perl/Future/metadata.xml
@@ -9,5 +9,6 @@
<upstream>
<remote-id type="cpan">Future</remote-id>
<remote-id type="cpan-module">Future</remote-id>
+ <remote-id type="cpan-module">Future::Utils</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Future/
@ 2013-04-26 20:31 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2013-04-26 20:31 UTC (permalink / raw
To: gentoo-commits
commit: 8ddef4c055a00dc6d4cbd6e5bc9220bfde3cf644
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 26 20:04:15 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 26 20:04:15 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8ddef4c0
[cpanclean] Future-0.40.0
Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Future/ChangeLog | 3 +++
dev-perl/Future/Future-0.40.0.ebuild | 31 -------------------------------
2 files changed, 3 insertions(+), 31 deletions(-)
diff --git a/dev-perl/Future/ChangeLog b/dev-perl/Future/ChangeLog
index 61318f1..b7efa0d 100644
--- a/dev-perl/Future/ChangeLog
+++ b/dev-perl/Future/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 26 Apr 2013; Kent Fredric <kentfredric@gmail.com> -Future-0.40.0.ebuild:
+ Gone on CPAN
+
*Future-0.120.0 (26 Apr 2013)
26 Apr 2013; Kent Fredric <kentfredric@gmail.com> +Future-0.120.0.ebuild,
diff --git a/dev-perl/Future/Future-0.40.0.ebuild b/dev-perl/Future/Future-0.40.0.ebuild
deleted file mode 100644
index 557e08a..0000000
--- a/dev-perl/Future/Future-0.40.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=PEVANS
-MODULE_VERSION=0.04
-inherit perl-module
-
-DESCRIPTION='represent an operation awaiting completion'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_build() {
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::Identity
- echo dev-perl/Test-Identity
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
- # Test::Refcount
- echo dev-perl/Test-Refcount
-}
-DEPEND="
- virtual/perl-Module-Build
- $(perl_meta_build)
-"
-RDEPEND="
-
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Future/
@ 2013-04-28 9:25 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2013-04-28 9:25 UTC (permalink / raw
To: gentoo-commits
commit: 6ebe23a603784cd09a1623bd1775fcbc24f97a01
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 26 20:34:16 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Apr 26 20:34:16 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6ebe23a6
[cpanclean] Future-0.70.0
Package-Manager: portage-2.2.0_alpha166
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Future/ChangeLog | 3 +++
dev-perl/Future/Future-0.70.0.ebuild | 31 -------------------------------
2 files changed, 3 insertions(+), 31 deletions(-)
diff --git a/dev-perl/Future/ChangeLog b/dev-perl/Future/ChangeLog
index b7efa0d..de9282e 100644
--- a/dev-perl/Future/ChangeLog
+++ b/dev-perl/Future/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 26 Apr 2013; Kent Fredric <kentfredric@gmail.com> -Future-0.70.0.ebuild:
+ Gone on CPAN
+
26 Apr 2013; Kent Fredric <kentfredric@gmail.com> -Future-0.40.0.ebuild:
Gone on CPAN
diff --git a/dev-perl/Future/Future-0.70.0.ebuild b/dev-perl/Future/Future-0.70.0.ebuild
deleted file mode 100644
index a363142..0000000
--- a/dev-perl/Future/Future-0.70.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=PEVANS
-MODULE_VERSION=0.07
-inherit perl-module
-
-DESCRIPTION='represent an operation awaiting completion'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_build() {
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::Identity
- echo dev-perl/Test-Identity
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
- # Test::Refcount
- echo dev-perl/Test-Refcount
-}
-DEPEND="
- virtual/perl-Module-Build
- $(perl_meta_build)
-"
-RDEPEND="
-
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Future/
@ 2013-05-15 22:23 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2013-05-15 22:23 UTC (permalink / raw
To: gentoo-commits
commit: 750b058355aed2b1e687f971e71189a40194c058
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed May 15 19:21:14 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed May 15 19:21:14 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=750b0583
[newversion] dev-perl/Future-0.130.0
Package-Manager: portage-2.2.0_alpha174
Manifest-Sign-Key: ECD2C675C102CDA4
---
dev-perl/Future/ChangeLog | 8 ++++++++
dev-perl/Future/Future-0.130.0.ebuild | 33 +++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Future/ChangeLog b/dev-perl/Future/ChangeLog
index de9282e..e905ac5 100644
--- a/dev-perl/Future/ChangeLog
+++ b/dev-perl/Future/ChangeLog
@@ -2,6 +2,14 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 15 May 2013; Kent Fredric <kentfredric@gmail.com> +Future-0.130.0.ebuild:
+ Version Bump
+
+*Future-0.130.0 (15 May 2013)
+
+ 15 May 2013; Kent Fredric <kentfredric@gmail.com> +Future-0.130.0.ebuild:
+ Version Bump
+
26 Apr 2013; Kent Fredric <kentfredric@gmail.com> -Future-0.70.0.ebuild:
Gone on CPAN
diff --git a/dev-perl/Future/Future-0.130.0.ebuild b/dev-perl/Future/Future-0.130.0.ebuild
new file mode 100644
index 0000000..7f5beee
--- /dev/null
+++ b/dev-perl/Future/Future-0.130.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=PEVANS
+MODULE_VERSION=0.13
+inherit perl-module
+
+DESCRIPTION='represent an operation awaiting completion'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_build() {
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::Identity
+ echo dev-perl/Test-Identity
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+ # Test::Refcount
+ echo dev-perl/Test-Refcount
+ # Test::Warn
+ echo dev-perl/Test-Warn
+}
+DEPEND="
+ virtual/perl-Module-Build
+ $(perl_meta_build)
+"
+RDEPEND="
+
+"
+SRC_TEST="do parallel"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Future/
@ 2013-10-14 14:32 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2013-10-14 14:32 UTC (permalink / raw
To: gentoo-commits
commit: fb9029fec6a1aefff988ef9c56c243de729669cc
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Oct 14 05:00:55 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Oct 14 05:00:55 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=fb9029fe
[cpanclean] dev-perl/Future-0.1{2,3}0.0
Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Future/ChangeLog | 4 ++++
dev-perl/Future/Future-0.120.0.ebuild | 33 ---------------------------------
dev-perl/Future/Future-0.130.0.ebuild | 33 ---------------------------------
3 files changed, 4 insertions(+), 66 deletions(-)
diff --git a/dev-perl/Future/ChangeLog b/dev-perl/Future/ChangeLog
index b5e55e2..ab6c946 100644
--- a/dev-perl/Future/ChangeLog
+++ b/dev-perl/Future/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 Oct 2013; Kent Fredric <kentfredric@gmail.com> -Future-0.120.0.ebuild,
+ -Future-0.130.0.ebuild:
+ Gone on CPAN
+
*Future-0.190.0 (14 Oct 2013)
14 Oct 2013; Kent Fredric <kentfredric@gmail.com> +Future-0.190.0.ebuild:
diff --git a/dev-perl/Future/Future-0.120.0.ebuild b/dev-perl/Future/Future-0.120.0.ebuild
deleted file mode 100644
index 33c3087..0000000
--- a/dev-perl/Future/Future-0.120.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=PEVANS
-MODULE_VERSION=0.12
-inherit perl-module
-
-DESCRIPTION='represent an operation awaiting completion'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_build() {
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::Identity
- echo dev-perl/Test-Identity
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
- # Test::Refcount
- echo dev-perl/Test-Refcount
- # Test::Warn
- echo dev-perl/Test-Warn
-}
-DEPEND="
- virtual/perl-Module-Build
- $(perl_meta_build)
-"
-RDEPEND="
-
-"
-SRC_TEST="do"
diff --git a/dev-perl/Future/Future-0.130.0.ebuild b/dev-perl/Future/Future-0.130.0.ebuild
deleted file mode 100644
index 7f5beee..0000000
--- a/dev-perl/Future/Future-0.130.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=PEVANS
-MODULE_VERSION=0.13
-inherit perl-module
-
-DESCRIPTION='represent an operation awaiting completion'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_build() {
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::Identity
- echo dev-perl/Test-Identity
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
- # Test::Refcount
- echo dev-perl/Test-Refcount
- # Test::Warn
- echo dev-perl/Test-Warn
-}
-DEPEND="
- virtual/perl-Module-Build
- $(perl_meta_build)
-"
-RDEPEND="
-
-"
-SRC_TEST="do parallel"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Future/
@ 2013-10-14 14:32 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2013-10-14 14:32 UTC (permalink / raw
To: gentoo-commits
commit: 163ca2c52fb9e15668e4d74bd46b5b25a367e132
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Oct 14 05:00:14 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Oct 14 05:00:14 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=163ca2c5
[newversion] dev-perl/Future-0.190.0
Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Future/ChangeLog | 5 +++++
dev-perl/Future/Future-0.190.0.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-perl/Future/ChangeLog b/dev-perl/Future/ChangeLog
index e905ac5..b5e55e2 100644
--- a/dev-perl/Future/ChangeLog
+++ b/dev-perl/Future/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Future-0.190.0 (14 Oct 2013)
+
+ 14 Oct 2013; Kent Fredric <kentfredric@gmail.com> +Future-0.190.0.ebuild:
+ Version Bump
+
15 May 2013; Kent Fredric <kentfredric@gmail.com> +Future-0.130.0.ebuild:
Version Bump
diff --git a/dev-perl/Future/Future-0.190.0.ebuild b/dev-perl/Future/Future-0.190.0.ebuild
new file mode 100644
index 0000000..2774c0a
--- /dev/null
+++ b/dev-perl/Future/Future-0.190.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=PEVANS
+MODULE_VERSION=0.19
+inherit perl-module
+
+DESCRIPTION='represent an operation awaiting completion'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_build() {
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::Identity
+ echo dev-perl/Test-Identity
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+ # Test::Refcount
+ echo dev-perl/Test-Refcount
+}
+DEPEND="
+ virtual/perl-Module-Build
+ $(perl_meta_build)
+"
+RDEPEND="
+
+"
+SRC_TEST="do parallel"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Future/
@ 2014-04-05 23:06 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2014-04-05 23:06 UTC (permalink / raw
To: gentoo-commits
commit: 1a7b60fba9fd614689ad1833584d369520d75dd3
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 5 22:34:43 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 5 22:34:43 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1a7b60fb
[cpanclean] dev-perl/Future-0.190.0
Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Future/ChangeLog | 3 +++
dev-perl/Future/Future-0.190.0.ebuild | 31 -------------------------------
2 files changed, 3 insertions(+), 31 deletions(-)
diff --git a/dev-perl/Future/ChangeLog b/dev-perl/Future/ChangeLog
index 7ffe901..3ac1306 100644
--- a/dev-perl/Future/ChangeLog
+++ b/dev-perl/Future/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 05 Apr 2014; Kent Fredric <kentfredric@gmail.com> -Future-0.190.0.ebuild:
+ Gone on CPAN
+
*Future-0.250.0 (05 Apr 2014)
05 Apr 2014; Kent Fredric <kentfredric@gmail.com> +Future-0.250.0.ebuild:
diff --git a/dev-perl/Future/Future-0.190.0.ebuild b/dev-perl/Future/Future-0.190.0.ebuild
deleted file mode 100644
index 2774c0a..0000000
--- a/dev-perl/Future/Future-0.190.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=PEVANS
-MODULE_VERSION=0.19
-inherit perl-module
-
-DESCRIPTION='represent an operation awaiting completion'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_build() {
- # Test::Fatal
- echo dev-perl/Test-Fatal
- # Test::Identity
- echo dev-perl/Test-Identity
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
- # Test::Refcount
- echo dev-perl/Test-Refcount
-}
-DEPEND="
- virtual/perl-Module-Build
- $(perl_meta_build)
-"
-RDEPEND="
-
-"
-SRC_TEST="do parallel"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Future/
@ 2014-04-05 23:06 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2014-04-05 23:06 UTC (permalink / raw
To: gentoo-commits
commit: d143d4bfbb531dfed1ad65bda1bf833a0f3ce96f
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 5 22:34:19 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 5 22:34:19 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d143d4bf
[newversion] dev-perl/Future-0.250.0
Package-Manager: portage-2.2.7
Manifest-Sign-Key: E854324B1366A820
---
dev-perl/Future/ChangeLog | 7 ++++++-
dev-perl/Future/Future-0.250.0.ebuild | 36 +++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+), 1 deletion(-)
diff --git a/dev-perl/Future/ChangeLog b/dev-perl/Future/ChangeLog
index ab6c946..7ffe901 100644
--- a/dev-perl/Future/ChangeLog
+++ b/dev-perl/Future/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for dev-perl/Future
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Future-0.250.0 (05 Apr 2014)
+
+ 05 Apr 2014; Kent Fredric <kentfredric@gmail.com> +Future-0.250.0.ebuild:
+ Version Bump
+
14 Oct 2013; Kent Fredric <kentfredric@gmail.com> -Future-0.120.0.ebuild,
-Future-0.130.0.ebuild:
Gone on CPAN
diff --git a/dev-perl/Future/Future-0.250.0.ebuild b/dev-perl/Future/Future-0.250.0.ebuild
new file mode 100644
index 0000000..4edf247
--- /dev/null
+++ b/dev-perl/Future/Future-0.250.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=PEVANS
+MODULE_VERSION=0.25
+inherit perl-module
+
+DESCRIPTION='represent an operation awaiting completion'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_build() {
+ # Test::Fatal
+ echo dev-perl/Test-Fatal
+ # Test::Identity
+ echo dev-perl/Test-Identity
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+ # Test::Refcount
+ echo dev-perl/Test-Refcount
+}
+perl_meta_runtime() {
+ # perl 5.008 ( 5.8.0 )
+ echo \>=dev-lang/perl-5.8.0
+}
+DEPEND="
+ virtual/perl-Module-Build
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do parallel"
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2014-04-05 23:06 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22 2:19 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Future/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2013-02-09 13:27 Kent Fredric
2013-04-26 19:59 Kent Fredric
2013-04-26 20:31 Kent Fredric
2013-04-28 9:25 Kent Fredric
2013-05-15 22:23 Kent Fredric
2013-10-14 14:32 Kent Fredric
2013-10-14 14:32 Kent Fredric
2014-04-05 23:06 Kent Fredric
2014-04-05 23:06 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox