diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-04-01 20:10:15 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-04-01 20:11:39 +1300 |
commit | 9fe35936cf2385579eaf7c2ef6a526714ac7931c (patch) | |
tree | e4a40c6f4faf96d54dfe52e46de4f5332a5983d9 /dev-perl/Class-Inspector | |
parent | sys-kernel/ck-sources: v.bump (4.9.20 & 4.10.8) (diff) | |
download | gentoo-9fe35936cf2385579eaf7c2ef6a526714ac7931c.tar.gz gentoo-9fe35936cf2385579eaf7c2ef6a526714ac7931c.tar.bz2 gentoo-9fe35936cf2385579eaf7c2ef6a526714ac7931c.zip |
dev-perl/Class-Inspector: Bump to version 1.310.0
- EAPI6
- Parallel Tests
Upstream:
- Avoid . in @INC bugs
- Switch to EUMM
- Fix for installed method when used with a PAR archive
Bug: https://bugs.gentoo.org/614394
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Class-Inspector')
-rw-r--r-- | dev-perl/Class-Inspector/Class-Inspector-1.310.0.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/Class-Inspector/Manifest | 1 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-perl/Class-Inspector/Class-Inspector-1.310.0.ebuild b/dev-perl/Class-Inspector/Class-Inspector-1.310.0.ebuild new file mode 100644 index 000000000000..e61b3b6a6f1d --- /dev/null +++ b/dev-perl/Class-Inspector/Class-Inspector-1.310.0.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=PLICEASE +DIST_VERSION=1.31 +inherit perl-module + +DESCRIPTION="Provides information about Classes" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND="virtual/perl-File-Spec" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=virtual/perl-Test-Simple-0.940.0 + ) +" diff --git a/dev-perl/Class-Inspector/Manifest b/dev-perl/Class-Inspector/Manifest index 4bdb2348864d..4a6141209cc2 100644 --- a/dev-perl/Class-Inspector/Manifest +++ b/dev-perl/Class-Inspector/Manifest @@ -1 +1,2 @@ DIST Class-Inspector-1.28.tar.gz 39816 SHA256 3ca4b7a3ed1f4cc846c9a3c08f9a6e9ec07a9cbfd92510dea9513db61a923112 SHA512 ef7447ffcc5c63b14708e8e32f9938d70ac9d587edd9b738b45a156608ed3080fce3275cdbe470e22d76873d3a27a182c6c7006f490174b1ea6bdadbad524ca0 WHIRLPOOL 5b9841c09a61999bda0c974152bffd19d56e32b28e8dae258cbf868d0a91f6d1c3784891a119adf297bc9019ad1edcccc7310082d9497d7ad8d817011cdf76e7 +DIST Class-Inspector-1.31.tar.gz 24422 SHA256 065f649f1f7a676f0496c37dc155cf4812edb77bdbb0e95d28c985deff930eeb SHA512 5ae8fa38d145d351b00b316853428f1ff7cf4dfb19952ccaa10e64fb84b41fc45d2510ef941347785b1c44ef2a1f5d4a361d321e2c0a6ee4b08232f6bc8e2d2a WHIRLPOOL fa32edf7f34f5824652b6e301962cae69a97e4fce61e850da0feb75e8fb6e812d66cc6082c6e9c6b112ddaf11c3cacbef98e300055c938d2c601c68f9a8ac2d6 |