commit: 0a21fe527cf663361c7110cb5996ee9a9413ffe6
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 18 13:01:37 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jun 18 13:01:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a21fe52
dev-perl/Class-DBI-Plugin: -r bump for EAPI7
- EAPI7
- Parallel tests
- Qualify deps better
- Remove unused/empty variable assignments
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Class-DBI-Plugin/Class-DBI-Plugin-0.30.0-r1.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/dev-perl/Class-DBI-Plugin/Class-DBI-Plugin-0.30.0-r1.ebuild
b/dev-perl/Class-DBI-Plugin/Class-DBI-Plugin-0.30.0-r1.ebuild
new file mode 100644
index 00000000000..58a8cae32c4
--- /dev/null
+++ b/dev-perl/Class-DBI-Plugin/Class-DBI-Plugin-0.30.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=JCZEUS
+DIST_VERSION=0.03
+inherit perl-module
+
+DESCRIPTION="Abstract base class for Class::DBI plugins"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-solaris"
+
+RDEPEND="
+ >=dev-perl/Class-DBI-0.900.0
+"
+BDEPEND="${RDEPEND}"