commit: f05b1103375469bf074849103c6e3dc76122f84c
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 13 20:24:48 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jul 13 20:24:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05b1103
dev-perl/DBIx-ContextualFetch: -r bump for EAPI7
- EAPI7
- Unconditionally patch out bad tests
- Parallel testing
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../DBIx-ContextualFetch-1.30.0-r2.ebuild | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git
a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r2.ebuild
b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r2.ebuild
new file mode 100644
index 00000000000..7a381f66bcd
--- /dev/null
+++ b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TMTM
+DIST_VERSION=1.03
+inherit perl-module
+
+DESCRIPTION="Add contextual fetches to DBI"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-perl/DBI-1.37"
+BDEPEND="${RDEPEND}
+ test? (
+ virtual/perl-Test-Simple
+ dev-perl/DBD-SQLite
+ )
+"
+PERL_RM_FILES=(
+ t/pod.t
+ t/pod-coverage.t
+)