diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-30 20:45:02 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-30 20:45:40 +1200 |
commit | f51510c253667595c059732e4554e01eb03a0773 (patch) | |
tree | 94117d665b5cec7a2188df055fce8bc7f29a67ca /dev-perl/Devel-Refactor | |
parent | media-gfx/graphicsmagick: Rename modules use flag to dynamic-loading. (diff) | |
download | gentoo-f51510c253667595c059732e4554e01eb03a0773.tar.gz gentoo-f51510c253667595c059732e4554e01eb03a0773.tar.bz2 gentoo-f51510c253667595c059732e4554e01eb03a0773.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/Devel-Refactor')
-rw-r--r-- | dev-perl/Devel-Refactor/Devel-Refactor-0.50.0-r2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
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 000000000000..68ff05e7fbf1 --- /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" +) |