commit: 53085ffd016f0faa86801b841adfd65b1c1b4a1e
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 15 23:08:07 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 15 23:08:07 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=53085ffd
[bump] Dir-Self-0.110.0, remove old
Package-Manager: portage-2.2.17
dev-perl/Dir-Self/Dir-Self-0.10.ebuild | 16 ----------------
dev-perl/Dir-Self/Dir-Self-0.110.0.ebuild | 25 +++++++++++++++++++++++++
2 files changed, 25 insertions(+), 16 deletions(-)
diff --git a/dev-perl/Dir-Self/Dir-Self-0.10.ebuild
b/dev-perl/Dir-Self/Dir-Self-0.10.ebuild
deleted file mode 100644
index 9221619..0000000
--- a/dev-perl/Dir-Self/Dir-Self-0.10.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR="MAUKE"
-inherit perl-module
-
-DESCRIPTION="A __DIR__ constant for the directory your source file is in"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-SRC_TEST="do"
diff --git a/dev-perl/Dir-Self/Dir-Self-0.110.0.ebuild
b/dev-perl/Dir-Self/Dir-Self-0.110.0.ebuild
new file mode 100644
index 0000000..d1e07c4
--- /dev/null
+++ b/dev-perl/Dir-Self/Dir-Self-0.110.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+MODULE_AUTHOR=MAUKE
+MODULE_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="A __DIR__ constant for the directory your source file is in"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-File-Spec
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"