commit: a0de10afe03dd1147acadfd6651cb23ba7ee19ca
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 18 13:13:53 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jun 18 13:14:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0de10af
dev-perl/Class-DBI-Plugin-DeepAbstractSearch: -r bump for EAPI7
- EAPI7
- Clarify dependencies
- Parallel tests
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
...-DBI-Plugin-DeepAbstractSearch-0.80.0-r1.ebuild | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git
a/dev-perl/Class-DBI-Plugin-DeepAbstractSearch/Class-DBI-Plugin-DeepAbstractSearch-0.80.0-r1.ebuild
b/dev-perl/Class-DBI-Plugin-DeepAbstractSearch/Class-DBI-Plugin-DeepAbstractSearch-0.80.0-r1.ebuild
new file mode 100644
index 00000000000..6e503f9ed2f
--- /dev/null
+++
b/dev-perl/Class-DBI-Plugin-DeepAbstractSearch/Class-DBI-Plugin-DeepAbstractSearch-0.80.0-r1.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=SRIHA
+DIST_VERSION=0.08
+inherit perl-module
+
+DESCRIPTION="deep_search_where() method for Class::DBI"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-perl/Class-DBI-0.960.0
+ >=dev-perl/Class-DBI-Plugin-0.20.0
+ >=dev-perl/SQL-Abstract-1.180.0
+ dev-perl/Class-DBI
+"
+BDEPEND="${RDEPEND}
+ test? (
+ >=virtual/perl-Test-Simple-0.320.0
+ )
+"