commit: 8ee33b344cc699c19f6db0188ab82ef79db3dc0b
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 15 23:03:24 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 15 23:03:24 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=8ee33b34
[bump] Devel-Autoflush-0.60.0, remove old
Package-Manager: portage-2.2.17
.../Devel-Autoflush/Devel-Autoflush-0.50.0.ebuild | 25 -------------------
.../Devel-Autoflush/Devel-Autoflush-0.60.0.ebuild | 29 ++++++++++++++++++++++
2 files changed, 29 insertions(+), 25 deletions(-)
diff --git a/dev-perl/Devel-Autoflush/Devel-Autoflush-0.50.0.ebuild
b/dev-perl/Devel-Autoflush/Devel-Autoflush-0.50.0.ebuild
deleted file mode 100644
index ff3fcc3..0000000
--- a/dev-perl/Devel-Autoflush/Devel-Autoflush-0.50.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION="0.05"
-inherit perl-module
-
-DESCRIPTION="Set autoflush from the command line"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-RDEPEND="
- >=dev-perl/IO-CaptureOutput-1.80.0
- >=virtual/perl-Test-Simple-0.62
-"
-DEPEND="
- ${DEPEND}
- dev-perl/Module-Build
-"
-SRC_TEST="do"
diff --git a/dev-perl/Devel-Autoflush/Devel-Autoflush-0.60.0.ebuild
b/dev-perl/Devel-Autoflush/Devel-Autoflush-0.60.0.ebuild
new file mode 100644
index 0000000..f839ec3
--- /dev/null
+++ b/dev-perl/Devel-Autoflush/Devel-Autoflush-0.60.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="Set autoflush from the command line"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="test"
+RDEPEND=""
+DEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+ test? (
+ virtual/perl-CPAN-Meta
+ >=virtual/perl-CPAN-Meta-Requirements-2.120.900
+ virtual/perl-File-Spec
+ >=dev-perl/IO-CaptureOutput-1.80.0
+ virtual/perl-Scalar-List-Utils
+ virtual/perl-Test-Simple
+ virtual/perl-version
+ )
+"