* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-ContextualFetch/
@ 2016-08-06 17:03 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2016-08-06 17:03 UTC (permalink / raw
To: gentoo-commits
commit: 3665c613e90f656284ea6b05cf17b3a939cd7046
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 17:02:15 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 17:02:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3665c613
dev-perl/DBIx-ContextualFetch: Remove POD author tests
Not useful for gentoo.
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
.../DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r1.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r1.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r1.ebuild
index 9554e1e..421f73d 100644
--- a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r1.ebuild
+++ b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -19,8 +19,11 @@ DEPEND="${RDEPEND}
test? (
virtual/perl-Test-Simple
dev-perl/DBD-SQLite
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
)"
SRC_TEST="do"
+
+src_test() {
+ perl_rm_files t/pod.t t/pod-coverage.t
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-ContextualFetch/
@ 2020-07-13 20:25 Kent Fredric
0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2020-07-13 20:25 UTC (permalink / raw
To: gentoo-commits
commit: f05b1103375469bf074849103c6e3dc76122f84c
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 13 20:24:48 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jul 13 20:24:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f05b1103
dev-perl/DBIx-ContextualFetch: -r bump for EAPI7
- EAPI7
- Unconditionally patch out bad tests
- Parallel testing
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../DBIx-ContextualFetch-1.30.0-r2.ebuild | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r2.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r2.ebuild
new file mode 100644
index 00000000000..7a381f66bcd
--- /dev/null
+++ b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TMTM
+DIST_VERSION=1.03
+inherit perl-module
+
+DESCRIPTION="Add contextual fetches to DBI"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-perl/DBI-1.37"
+BDEPEND="${RDEPEND}
+ test? (
+ virtual/perl-Test-Simple
+ dev-perl/DBD-SQLite
+ )
+"
+PERL_RM_FILES=(
+ t/pod.t
+ t/pod-coverage.t
+)
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-ContextualFetch/
@ 2021-05-23 13:25 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-05-23 13:25 UTC (permalink / raw
To: gentoo-commits
commit: 502bebb90d07a405573b69bcd6f804a0080d7a4d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 12:58:02 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 23 13:25:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=502bebb9
dev-perl/DBIx-ContextualFetch: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../DBIx-ContextualFetch-1.30.0-r1.ebuild | 29 ----------------------
1 file changed, 29 deletions(-)
diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r1.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r1.ebuild
deleted file mode 100644
index b6477dc9332..00000000000
--- a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=TMTM
-MODULE_VERSION=1.03
-inherit perl-module
-
-DESCRIPTION="Add contextual fetches to DBI"
-
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc x86 ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-perl/DBI-1.37"
-DEPEND="${RDEPEND}
- test? (
- virtual/perl-Test-Simple
- dev-perl/DBD-SQLite
- )"
-
-SRC_TEST="do"
-
-src_test() {
- perl_rm_files t/pod.t t/pod-coverage.t
- perl-module_src_test
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-ContextualFetch/
@ 2021-05-23 13:25 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-05-23 13:25 UTC (permalink / raw
To: gentoo-commits
commit: 01ca83edc9272ee5cb0fbdbca4a45226b8c62db9
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 12:57:27 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 23 13:25:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01ca83ed
dev-perl/DBIx-ContextualFetch: Stable for all
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r2.ebuild b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r2.ebuild
index 7a381f66bcd..c5f69354f62 100644
--- a/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r2.ebuild
+++ b/dev-perl/DBIx-ContextualFetch/DBIx-ContextualFetch-1.30.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Add contextual fetches to DBI"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris"
+KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc x86 ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-05-23 13:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-06 17:03 [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-ContextualFetch/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2020-07-13 20:25 Kent Fredric
2021-05-23 13:25 Andreas K. Hüttel
2021-05-23 13:25 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox