commit: cd51753fee01d7893a495c58fc5da167c3e693fa
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 27 05:58:28 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 05:59:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd51753f
dev-perl/Config-Auto: -r bump for EAPI7
- EAPI7
- Parallel tests
- Remove unused/useless variables assignments
- Unconditionally patch bad tests
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Config-Auto/Config-Auto-0.440.0-r1.ebuild | 31 ++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/dev-perl/Config-Auto/Config-Auto-0.440.0-r1.ebuild
b/dev-perl/Config-Auto/Config-Auto-0.440.0-r1.ebuild
new file mode 100644
index 00000000000..ced43262e82
--- /dev/null
+++ b/dev-perl/Config-Auto/Config-Auto-0.440.0-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=BINGOS
+DIST_VERSION=0.44
+inherit perl-module
+
+DESCRIPTION="Magical config file parser"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-perl/Config-IniFiles
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ dev-perl/IO-String
+ virtual/perl-Text-ParseWords
+ >=dev-perl/YAML-0.670.0
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
+PERL_RM_FILES=(
+ t/99_pod.t
+)