diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-06-19 01:01:37 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-06-19 01:01:37 +1200 |
commit | 0a21fe527cf663361c7110cb5996ee9a9413ffe6 (patch) | |
tree | 5a7b571c0f78668e0dcfa66fa0410adfd74de518 /dev-perl/Class-DBI-Plugin | |
parent | dev-perl/Class-DBI-AbstractSearch: -r bump for EAPI7 + Test enhancement (diff) | |
download | gentoo-0a21fe527cf663361c7110cb5996ee9a9413ffe6.tar.gz gentoo-0a21fe527cf663361c7110cb5996ee9a9413ffe6.tar.bz2 gentoo-0a21fe527cf663361c7110cb5996ee9a9413ffe6.zip |
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@gentoo.org>
Diffstat (limited to 'dev-perl/Class-DBI-Plugin')
-rw-r--r-- | dev-perl/Class-DBI-Plugin/Class-DBI-Plugin-0.30.0-r1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
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 000000000000..58a8cae32c49 --- /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}" |