diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-07-24 09:50:58 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-07-24 10:10:54 +1200 |
commit | 951b580974c4b6e6d2420a85d4d5f875ccaa4d6e (patch) | |
tree | f4dd92be01c6f2c07983b0040745b415b0233cc2 /dev-perl/Config-Any | |
parent | net-fs/openafs-kernel: fix bug 589490 (diff) | |
download | gentoo-951b580974c4b6e6d2420a85d4d5f875ccaa4d6e.tar.gz gentoo-951b580974c4b6e6d2420a85d4d5f875ccaa4d6e.tar.bz2 gentoo-951b580974c4b6e6d2420a85d4d5f875ccaa4d6e.zip |
dev-perl/Config-Any: Bump to version 0.270.0
- EAPI6
- Stipulate optional dependency Config::General via USE="-minimal" mechansim
- Remove annoying POD Tests and related dependencies
Upstream:
- Dependency upgrades and Packaging changes.
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl/Config-Any')
-rw-r--r-- | dev-perl/Config-Any/Config-Any-0.270.0.ebuild | 37 | ||||
-rw-r--r-- | dev-perl/Config-Any/Manifest | 1 |
2 files changed, 38 insertions, 0 deletions
diff --git a/dev-perl/Config-Any/Config-Any-0.270.0.ebuild b/dev-perl/Config-Any/Config-Any-0.270.0.ebuild new file mode 100644 index 000000000000..689c5fe3156a --- /dev/null +++ b/dev-perl/Config-Any/Config-Any-0.270.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=BRICAS +DIST_VERSION=0.27 +inherit perl-module + +DESCRIPTION="Load configuration from different file formats, transparently" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~ppc-aix" +IUSE="test minimal" + +RDEPEND=" + >=dev-perl/Module-Pluggable-3.600.0 + !minimal? ( + >=dev-perl/Config-General-2.470.0 + ) + minimal? ( + !<dev-perl/config-general-2.470.0 + !<dev-perl/Config-General-2.470.0 + ) +" +DEPEND="${RDEPEND} + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 + test? ( + virtual/perl-Test-Simple + ) +" + +src_test() { + perl_rm_files t/pod.t t/pod-coverage.t + perl-module_src_test +} diff --git a/dev-perl/Config-Any/Manifest b/dev-perl/Config-Any/Manifest index 631ff716ea11..b1b410f5b740 100644 --- a/dev-perl/Config-Any/Manifest +++ b/dev-perl/Config-Any/Manifest @@ -1 +1,2 @@ DIST Config-Any-0.26.tar.gz 35193 SHA256 f9ae12d5c1f084385dd9d55dd25c09a6f69f1a76c938d4d06ea3c6d85710a594 SHA512 15bac8e71340b181dd195ae211add730d8be01fcd7bbf4a7d3ed10b7fd2d7f207501a88a6ed03999d7207672249c4045defc931b7e9eb56e00166fdf7daccfda WHIRLPOOL 1534dfea6d6774be38d61ef683482081cac84c94c51bf8c31a0260d12d2829bc8194fa5edd2ced61c6665e1661ef77e4aa9700c8d980128992722060ba538e53 +DIST Config-Any-0.27.tar.gz 34862 SHA256 836f6dfff4a7ca2b05cf72e81848f9904ef2b61690f382a76819dc4853289cde SHA512 3987ab9521e5dc00f12b20f2cf3fb3ddb2fe1275903009064c6d5a29b1e5acfedde1238b9a60f0266a38c70a010fe26b4d29e4e8bccd11a01a19f28fa63625d2 WHIRLPOOL b7e9cbfe24eee5e921cfeb51114fb747b3c869fb19f955861a62338908839c05a2ef9cdd6aa961628790bd9799772331c288ad38dfb1984f960f631f709a5092 |