diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-19 10:15:38 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-19 10:39:06 +1300 |
commit | 355f061eefe51795d9a47c66352fe9ab8c62e992 (patch) | |
tree | 4437620b2caa9ad2780061c9357e34ae47648ca6 /dev-perl/Class-Factory-Util | |
parent | dev-perl/Class-Data-Inheritable: EAPI6 + Fix Tests (diff) | |
download | gentoo-355f061eefe51795d9a47c66352fe9ab8c62e992.tar.gz gentoo-355f061eefe51795d9a47c66352fe9ab8c62e992.tar.bz2 gentoo-355f061eefe51795d9a47c66352fe9ab8c62e992.zip |
dev-perl/Class-Factory-Util: EAPI6 + Tests
- EAPI6
- Enable tests
- Cleanup author tests
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/Class-Factory-Util')
-rw-r--r-- | dev-perl/Class-Factory-Util/Class-Factory-Util-1.700.0-r2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Class-Factory-Util/Class-Factory-Util-1.700.0-r2.ebuild b/dev-perl/Class-Factory-Util/Class-Factory-Util-1.700.0-r2.ebuild new file mode 100644 index 000000000000..4b2ae30e3d71 --- /dev/null +++ b/dev-perl/Class-Factory-Util/Class-Factory-Util-1.700.0-r2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=DROLSKY +DIST_VERSION=1.7 +inherit perl-module + +DESCRIPTION="Provide utility methods for factory classes" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.28" + +src_test() { + perl_rm_files t/pod{,-coverage}.t + perl-module_src_test +} |