dev-perl/Class-DBI-AbstractSearch: EAPI6+Test
authorKent Fredric <kentnl@gentoo.org>
Wed, 18 Oct 2017 05:00:34 +0000 (18:00 +1300)
committerKent Fredric <kentnl@gentoo.org>
Wed, 18 Oct 2017 09:46:14 +0000 (22:46 +1300)
- EAPI6
- Enabled tests

Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-perl/Class-DBI-AbstractSearch/Class-DBI-AbstractSearch-0.70.0-r1.ebuild [new file with mode: 0644]

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 (file)
index 0000000..dd762f2
--- /dev/null
@@ -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}"