public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-Migration/
@ 2016-11-10 15:15 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2016-11-10 15:15 UTC (permalink / raw
  To: gentoo-commits

commit:     772f2d3a57bb4bc21d71628a272c106f598e6749
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  9 16:05:20 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Nov 10 15:14:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772f2d3a

dev-perl/DBIx-Migration: Prune POD Author tests

Package-Manager: portage-2.3.2

 dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild b/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild
index efb2523..35c7db0 100644
--- a/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild
+++ b/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -25,3 +25,8 @@ DEPEND="${RDEPEND}
 	)"
 
 SRC_TEST=do
+
+src_prepare() {
+	use test && perl_rm_files t/02pod.t t/03podcoverage.t
+	perl-module_src_prepare
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-Migration/
@ 2020-07-13 21:01 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-07-13 21:01 UTC (permalink / raw
  To: gentoo-commits

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
+)


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-Migration/
@ 2020-08-14  9:02 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-08-14  9:02 UTC (permalink / raw
  To: gentoo-commits

commit:     69d500bb944940d33dc0b45498116530254f4924
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 09:00:21 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 09:01:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d500bb

dev-perl/DBIx-Migration: Cleanup old 0.70.0

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

 .../DBIx-Migration/DBIx-Migration-0.70.0.ebuild    | 32 ----------------------
 1 file changed, 32 deletions(-)

diff --git a/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild b/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild
deleted file mode 100644
index 9f075a2c396..00000000000
--- a/dev-perl/DBIx-Migration/DBIx-Migration-0.70.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DANIEL
-MODULE_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="${RDEPEND}
-	dev-perl/Module-Build
-	test? (
-		dev-perl/DBD-SQLite
-	)"
-
-SRC_TEST=do
-
-src_prepare() {
-	use test && perl_rm_files t/02pod.t t/03podcoverage.t
-	perl-module_src_prepare
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-14  9:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-13 21:01 [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-Migration/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2020-08-14  9:02 Kent Fredric
2016-11-10 15:15 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox