From 951b580974c4b6e6d2420a85d4d5f875ccaa4d6e Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sun, 24 Jul 2016 09:50:58 +1200 Subject: 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" --- dev-perl/Config-Any/Config-Any-0.270.0.ebuild | 37 +++++++++++++++++++++++++++ dev-perl/Config-Any/Manifest | 1 + 2 files changed, 38 insertions(+) create mode 100644 dev-perl/Config-Any/Config-Any-0.270.0.ebuild 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? ( + !