commit:     eb7c766d558da864d316415925275ff8c44f00bd
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 26 08:08:47 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jul 26 08:12:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb7c766d

dev-perl/DateTime-Format-SQLite: -r bump for EAPI7

- EAPI7
- Parallel tests
- Remove bad tests unconditionally
- Ensure DBD-SQLite installed for testing

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../DateTime-Format-SQLite-0.110.0-r1.ebuild       | 30 ++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git 
a/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.110.0-r1.ebuild 
b/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.110.0-r1.ebuild
new file mode 100644
index 00000000000..08bad08589e
--- /dev/null
+++ b/dev-perl/DateTime-Format-SQLite/DateTime-Format-SQLite-0.110.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=CFAERBER
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Parse and format SQLite dates and times"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+       >=dev-perl/DateTime-0.51
+       >=dev-perl/DateTime-Format-Builder-0.79.01
+"
+BDEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+       test? (
+               dev-perl/DBD-SQLite
+       )
+"
+PERL_RM_FILES=(
+       t/10pod.t
+       t/11pod_cover.t
+)

Reply via email to