commit: f51510c253667595c059732e4554e01eb03a0773
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 08:45:02 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 08:45:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51510c2
dev-perl/Devel-Refactor: -r bump for EAPI7
- EAPI7
- Add USE="examples"
- Parallel tests
- Improve deps
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Devel-Refactor/Devel-Refactor-0.50.0-r2.ebuild | 25 ++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/dev-perl/Devel-Refactor/Devel-Refactor-0.50.0-r2.ebuild
b/dev-perl/Devel-Refactor/Devel-Refactor-0.50.0-r2.ebuild
new file mode 100644
index 00000000000..68ff05e7fbf
--- /dev/null
+++ b/dev-perl/Devel-Refactor/Devel-Refactor-0.50.0-r2.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SSOTKA
+DIST_VERSION=0.05
+DIST_EXAMPLES=("examples/*")
+inherit perl-module
+
+DESCRIPTION="Perl extension for refactoring Perl code"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ test? (
+ >=virtual/perl-Test-Simple-0.470.0
+ )
+"
+PATCHES=(
+ "${FILESDIR}/${PN}-0.50.0-perl526.patch"
+)