commit: 2c0e12298f0fb4c54d6e72882f71b17178d40aed
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 20 19:00:07 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 20 19:00:07 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=2c0e1229
[bump] B-RecDeparse-0.100.0, remove old
Package-Manager: portage-2.2.17
dev-perl/B-RecDeparse/B-RecDeparse-0.100.0.ebuild | 22 ++++++++++
dev-perl/B-RecDeparse/B-RecDeparse-0.80.0.ebuild | 52 -----------------------
2 files changed, 22 insertions(+), 52 deletions(-)
diff --git a/dev-perl/B-RecDeparse/B-RecDeparse-0.100.0.ebuild
b/dev-perl/B-RecDeparse/B-RecDeparse-0.100.0.ebuild
new file mode 100644
index 0000000..c3915f8
--- /dev/null
+++ b/dev-perl/B-RecDeparse/B-RecDeparse-0.100.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=VPIT
+MODULE_VERSION=0.10
+inherit perl-module
+
+DESCRIPTION="Deparse recursively into subroutines."
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RDEPEND="
+ virtual/perl-Carp
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
diff --git a/dev-perl/B-RecDeparse/B-RecDeparse-0.80.0.ebuild
b/dev-perl/B-RecDeparse/B-RecDeparse-0.80.0.ebuild
deleted file mode 100644
index d333bfe..0000000
--- a/dev-perl/B-RecDeparse/B-RecDeparse-0.80.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=VPIT
-MODULE_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION='Deparse recursively into subroutines.'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # B::Deparse
- # echo dev-lang/perl
- # Carp
- # echo virtual/perl-Carp
- # Config
- #echo unresolved
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
- # Test::More
- echo virtual/perl-Test-Simple
- # base
- # echo virtual/perl-base
-}
-perl_meta_runtime() {
- # B::Deparse
- # echo dev-lang/perl
- # Carp
- # echo virtual/perl-Carp
- # Config
- # echo unresolved
- # base
- # echo virtual/perl-base
- # perl 5.008001 ( 5.8.1 )
- echo \>=dev-lang/perl-5.8.1
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do parallel"