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 <[email protected]> +Future-0.250.0.ebuild: + Version Bump + 14 Oct 2013; Kent Fredric <[email protected]> -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"
