commit:     51ddb1fc1cc2bfc81c30b31462d4a623a1ed473d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 13 21:01:22 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jul 13 21:01:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ddb1fc

dev-perl/DBIx-Migration: -r bump for EAPI7

- EAPI7
- Unconditionally patch bad tests
- Parallel tests

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

 .../DBIx-Migration/DBIx-Migration-0.70.0-r1.ebuild | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0-r1.ebuild 
b/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0-r1.ebuild
new file mode 100644
index 00000000000..e4eaaba7ee0
--- /dev/null
+++ b/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DANIEL
+DIST_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="Seamless DB schema up- and downgrades"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+       dev-perl/File-Slurp
+       virtual/perl-File-Spec
+       dev-perl/DBI
+       dev-perl/Class-Accessor
+"
+DEPEND="
+       dev-perl/Module-Build
+"
+BDEPEND="${RDEPEND}
+       >=dev-perl/Module-Build-0.340.201
+       test? (
+               dev-perl/DBD-SQLite
+       )
+"
+PERL_RM_FILES=(
+       t/02pod.t
+       t/03podcoverage.t
+)

Reply via email to