* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-DBI/
@ 2017-10-17 21:58 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2017-10-17 21:58 UTC (permalink / raw
To: gentoo-commits
commit: 7cdc1745e533dae71d60e806f3a77eec2ed45a57
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 17 21:58:01 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 17 21:58:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cdc1745
dev-perl/Class-DBI: EAPI6 + Tests
- EAPI6
- Enable tests
- Document testing tips
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild | 35 +++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild b/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild
new file mode 100644
index 00000000000..7edd9cee9b4
--- /dev/null
+++ b/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TMTM
+DIST_VERSION=v${PV}
+inherit perl-module
+
+DESCRIPTION="Simple Database Abstraction"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-solaris"
+IUSE="test"
+
+RDEPEND=">=dev-perl/Class-Data-Inheritable-0.20.0
+ >=dev-perl/Class-Accessor-0.18.0
+ >=dev-perl/Class-Trigger-0.70.0
+ >=virtual/perl-File-Temp-0.120.0
+ virtual/perl-Storable
+ >=virtual/perl-Scalar-List-Utils-1.80.0
+ dev-perl/Clone
+ >=dev-perl/Ima-DBI-0.330.0
+ virtual/perl-version
+ >=dev-perl/UNIVERSAL-moniker-0.60.0"
+DEPEND="${RDEPEND}
+ test? ( >=virtual/perl-Test-Simple-0.470.0 )
+"
+src_test() {
+ perl_rm_files t/97-pod.t
+ ewarn "Testing this package comprehensively needs some manual interaction."
+ ewarn "For details, see:"
+ ewarn "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/Class-DBI"
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-DBI/
@ 2018-04-05 14:11 Aaron Bauman
0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-04-05 14:11 UTC (permalink / raw
To: gentoo-commits
commit: b6a0d3caaee8eeb00973d62404b57d96b8fb78d2
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 5 13:59:20 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Apr 5 14:09:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a0d3ca
dev-perl/Class-DBI: amd64 stable
Bug: https://bugs.gentoo.org/652526
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild b/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild
index 7edd9cee9b4..473e6f84487 100644
--- a/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild
+++ b/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Simple Database Abstraction"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-solaris"
IUSE="test"
RDEPEND=">=dev-perl/Class-Data-Inheritable-0.20.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-DBI/
@ 2018-04-05 18:29 Thomas Deutschmann
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-04-05 18:29 UTC (permalink / raw
To: gentoo-commits
commit: f7cb36af15cdea3a493f5eddf3f6a01326875c51
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 5 18:06:58 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 5 18:28:25 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7cb36af
dev-perl/Class-DBI: x86 stable (bug #652526)
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild b/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild
index 473e6f84487..b5921e585c8 100644
--- a/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild
+++ b/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Simple Database Abstraction"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~x86-solaris"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-solaris"
IUSE="test"
RDEPEND=">=dev-perl/Class-Data-Inheritable-0.20.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-DBI/
@ 2018-04-07 4:36 Matt Turner
0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2018-04-07 4:36 UTC (permalink / raw
To: gentoo-commits
commit: 3203808655f49e55f327f83747f2f12f6947dff4
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 7 04:36:01 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 7 04:36:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32038086
dev-perl/Class-DBI-3.0.17-r2: ppc64 stable, bug 652526
dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild b/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild
index b5921e585c8..d3329cbf844 100644
--- a/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild
+++ b/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Simple Database Abstraction"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-solaris"
+KEYWORDS="amd64 ~ppc ppc64 x86 ~x86-solaris"
IUSE="test"
RDEPEND=">=dev-perl/Class-Data-Inheritable-0.20.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-DBI/
@ 2018-04-17 0:06 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2018-04-17 0:06 UTC (permalink / raw
To: gentoo-commits
commit: 318f49b58d598a751c60e71c6bf72e45045b8e15
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 19:19:58 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 00:05:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=318f49b5
dev-perl/Class-DBI: Cleanup old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-perl/Class-DBI/Class-DBI-3.0.17-r1.ebuild | 32 ---------------------------
1 file changed, 32 deletions(-)
diff --git a/dev-perl/Class-DBI/Class-DBI-3.0.17-r1.ebuild b/dev-perl/Class-DBI/Class-DBI-3.0.17-r1.ebuild
deleted file mode 100644
index c51d2d5e2d9..00000000000
--- a/dev-perl/Class-DBI/Class-DBI-3.0.17-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=TMTM
-MY_P=${PN}-v${PV}
-S=${WORKDIR}/${MY_P}
-
-inherit perl-module
-
-DESCRIPTION="Simple Database Abstraction"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ppc64 x86 ~x86-solaris"
-IUSE=""
-
-# Tests aren't possible since they require interaction with the DB's
-
-RDEPEND=">=dev-perl/Class-Data-Inheritable-0.02
- >=dev-perl/Class-Accessor-0.18
- >=dev-perl/Class-Trigger-0.07
- virtual/perl-File-Temp
- virtual/perl-Storable
- virtual/perl-Test-Simple
- virtual/perl-Scalar-List-Utils
- dev-perl/Clone
- >=dev-perl/Ima-DBI-0.33
- virtual/perl-version
- >=dev-perl/UNIVERSAL-moniker-0.06"
-DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-DBI/
@ 2021-10-10 17:44 Andreas K. Hüttel
0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-10-10 17:44 UTC (permalink / raw
To: gentoo-commits
commit: 5760da673d537efe23f68322ed116722efb8ad22
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 10 17:37:40 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 10 17:44:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5760da67
dev-perl/Class-DBI: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...BI-3.0.17-r2.ebuild => Class-DBI-3.0.17-r3.ebuild} | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild b/dev-perl/Class-DBI/Class-DBI-3.0.17-r3.ebuild
similarity index 60%
rename from dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild
rename to dev-perl/Class-DBI/Class-DBI-3.0.17-r3.ebuild
index 26172007153..86061c2015d 100644
--- a/dev-perl/Class-DBI/Class-DBI-3.0.17-r2.ebuild
+++ b/dev-perl/Class-DBI/Class-DBI-3.0.17-r3.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=TMTM
DIST_VERSION=v${PV}
+DIST_WIKI="tests"
inherit perl-module
DESCRIPTION="Simple Database Abstraction"
SLOT="0"
KEYWORDS="amd64 ~ppc ppc64 x86 ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND=">=dev-perl/Class-Data-Inheritable-0.20.0
+RDEPEND="
+ >=dev-perl/Class-Data-Inheritable-0.20.0
>=dev-perl/Class-Accessor-0.18.0
>=dev-perl/Class-Trigger-0.70.0
>=virtual/perl-File-Temp-0.120.0
@@ -23,14 +23,13 @@ RDEPEND=">=dev-perl/Class-Data-Inheritable-0.20.0
dev-perl/Clone
>=dev-perl/Ima-DBI-0.330.0
virtual/perl-version
- >=dev-perl/UNIVERSAL-moniker-0.60.0"
-DEPEND="${RDEPEND}
+ >=dev-perl/UNIVERSAL-moniker-0.60.0
+"
+BDEPEND="${RDEPEND}
test? ( >=virtual/perl-Test-Simple-0.470.0 )
"
+
src_test() {
perl_rm_files t/97-pod.t
- ewarn "Testing this package comprehensively needs some manual interaction."
- ewarn "For details, see:"
- ewarn "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/Class-DBI"
perl-module_src_test
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-10-10 17:44 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-05 14:11 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-DBI/ Aaron Bauman
-- strict thread matches above, loose matches on Subject: below --
2021-10-10 17:44 Andreas K. Hüttel
2018-04-17 0:06 Kent Fredric
2018-04-07 4:36 Matt Turner
2018-04-05 18:29 Thomas Deutschmann
2017-10-17 21:58 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox