commit: 55bae8ee2e5ce4525f8899d8d43ebd2a602b950d
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 05:00:34 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 09:46:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55bae8ee
dev-perl/Class-DBI-AbstractSearch: EAPI6+Test
- EAPI6
- Enabled tests
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../Class-DBI-AbstractSearch-0.70.0-r1.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git
a/dev-perl/Class-DBI-AbstractSearch/Class-DBI-AbstractSearch-0.70.0-r1.ebuild
b/dev-perl/Class-DBI-AbstractSearch/Class-DBI-AbstractSearch-0.70.0-r1.ebuild
new file mode 100644
index 00000000000..dd762f2d11f
--- /dev/null
+++
b/dev-perl/Class-DBI-AbstractSearch/Class-DBI-AbstractSearch-0.70.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MIYAGAWA
+DIST_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="Abstract Class::DBI's SQL with SQL::Abstract::Limit"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-perl/SQL-Abstract-Limit-0.12
+ dev-perl/Class-DBI"
+DEPEND="${RDEPEND}"