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

commit:     f521fd432f191f7179c71a6df874893803e123bf
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 01:29:04 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 07:39:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f521fd43

dev-perl/DBIx-Safe: EAPI6 + Tests

- EAPI6
- Enable tests
- Cleanup tests
- Document manual stuff
- Udpate remote-id's.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild | 29 ++++++++++++++++++++++++++++
 dev-perl/DBIx-Safe/metadata.xml              |  4 ++++
 2 files changed, 33 insertions(+)

diff --git a/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild b/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild
new file mode 100644
index 00000000000..dd738e566fe
--- /dev/null
+++ b/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TURNSTEP
+DIST_VERSION=1.2.5
+inherit perl-module eutils
+
+DESCRIPTION="Safer access to your database through a DBI database handle"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+LICENSE="BSD-2"
+
+RDEPEND="dev-perl/DBI
+	dev-perl/DBD-Pg"
+DEPEND="${RDEPEND}"
+
+src_test() {
+	perl_rm_files t/02perlcritic.t
+	if [[ -z "${DBI_DSN}" ]]; then
+		ewarn "Comprehensive testing of this package requires some manual configuration."
+		ewarn "For details, see:"
+		ewarn "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/DBIx-Safe"
+	fi
+	perl-module_src_test
+}

diff --git a/dev-perl/DBIx-Safe/metadata.xml b/dev-perl/DBIx-Safe/metadata.xml
index 2b9a936fc0a..924a4f01a12 100644
--- a/dev-perl/DBIx-Safe/metadata.xml
+++ b/dev-perl/DBIx-Safe/metadata.xml
@@ -5,4 +5,8 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">DBIx-Safe</remote-id>
+    <remote-id type="cpan-module">DBIx::Safe</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-Safe/
@ 2018-01-03 17:37 Mikle Kolyada
  0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2018-01-03 17:37 UTC (permalink / raw
  To: gentoo-commits

commit:     b09129841eae4d45ae9aa0b4aece5f5a4fabd281
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  3 17:37:20 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Jan  3 17:37:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0912984

dev-perl/DBIx-Safe: amd64 stable wrt bug #641158

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild b/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild
index 47847f331af..97eeb2d142a 100644
--- a/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild
+++ b/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.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 eutils
 DESCRIPTION="Safer access to your database through a DBI database handle"
 
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 LICENSE="BSD-2"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-Safe/
@ 2018-04-15  8:36 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2018-04-15  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     4cc3f8f540c7102ccba9d11a6d9074b374acd807
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 12 08:17:05 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 08:36:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cc3f8f5

dev-perl/DBIx-Safe: Cleanup old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-perl/DBIx-Safe/DBIx-Safe-1.2.5.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5.ebuild b/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5.ebuild
deleted file mode 100644
index 0d54ead7feb..00000000000
--- a/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=TURNSTEP
-MODULE_VERSION=1.2.5
-inherit perl-module eutils
-
-DESCRIPTION="Safer access to your database through a DBI database handle"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-LICENSE="BSD-2"
-
-RDEPEND="dev-perl/DBI
-	dev-perl/DBD-Pg"
-DEPEND="${RDEPEND}"


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

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

commit:     5985fbcf68b441b9ac02113bd46b90ecbaf2f63d
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 13 21:21:52 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jul 13 21:21:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5985fbcf

dev-perl/DBIx-Safe: -r bump for EAPI7 + fixes

- EAPI7
- Add license note
- Unconditionally patch out bad tests
- Improve testing ewarn message slightly for readability

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

 dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r2.ebuild | 34 ++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r2.ebuild b/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r2.ebuild
new file mode 100644
index 00000000000..e55917b9818
--- /dev/null
+++ b/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TURNSTEP
+DIST_VERSION=1.2.5
+inherit perl-module eutils
+
+DESCRIPTION="Safer access to your database through a DBI database handle"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+# Note, may be incorrect:
+#  https://bugs.gentoo.org/433601
+LICENSE="BSD-2"
+
+RDEPEND="
+	>=dev-perl/DBI-1.490.0
+	>=dev-perl/DBD-Pg-1.490.0
+"
+BDEPEND="${RDEPEND}"
+
+PERL_RM_FILES=(
+	t/02perlcritic.t
+)
+src_test() {
+	if [[ -z "${DBI_DSN}" ]]; then
+		ewarn "Comprehensive testing of this package requires some manual configuration."
+		ewarn "For details, see:"
+		ewarn " https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/${CATEGORY}/${PN}"
+	fi
+	perl-module_src_test
+}


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

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

commit:     4395f36060dc1c90f3c2c301cc800e20a5a7fc22
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 13 21:30:18 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jul 13 21:30:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4395f360

dev-perl/DBIx-Safe: Remove unused eutils inherit

I was meaning to do this in the first place, but like, pkgcheck doesn't
warn about this at all, I only noticed this in the levelnine qa reports

-_-

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

 dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r2.ebuild b/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r2.ebuild
index e55917b9818..2968577f6b2 100644
--- a/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r2.ebuild
+++ b/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 
 DIST_AUTHOR=TURNSTEP
 DIST_VERSION=1.2.5
-inherit perl-module eutils
+inherit perl-module
 
 DESCRIPTION="Safer access to your database through a DBI database handle"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-Safe/
@ 2021-05-23 13:25 Andreas K. Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-05-23 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     5521739ffe56968f8a8a6f7e3c1b1352c42ef051
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 13:06:37 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 23 13:25:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5521739f

dev-perl/DBIx-Safe: Remove old

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild | 29 ----------------------------
 1 file changed, 29 deletions(-)

diff --git a/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild b/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild
deleted file mode 100644
index 76381a06bcd..00000000000
--- a/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=TURNSTEP
-DIST_VERSION=1.2.5
-inherit perl-module
-
-DESCRIPTION="Safer access to your database through a DBI database handle"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-LICENSE="BSD-2"
-
-RDEPEND="dev-perl/DBI
-	dev-perl/DBD-Pg"
-DEPEND="${RDEPEND}"
-
-src_test() {
-	perl_rm_files t/02perlcritic.t
-	if [[ -z "${DBI_DSN}" ]]; then
-		ewarn "Comprehensive testing of this package requires some manual configuration."
-		ewarn "For details, see:"
-		ewarn "https://wiki.gentoo.org/wiki/Project:Perl/maint-notes/dev-perl/DBIx-Safe"
-	fi
-	perl-module_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-Safe/
@ 2021-05-23 13:25 Andreas K. Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-05-23 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f782ff9a1e6919f9c09059943541b2ef9417fce6
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 23 13:06:21 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 23 13:25:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f782ff9a

dev-perl/DBIx-Safe: 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-Safe/DBIx-Safe-1.2.5-r2.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r2.ebuild b/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r2.ebuild
index 2968577f6b2..89e5c5e9ccf 100644
--- a/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-r2.ebuild
+++ b/dev-perl/DBIx-Safe/DBIx-Safe-1.2.5-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,8 @@ inherit perl-module
 DESCRIPTION="Safer access to your database through a DBI database handle"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
+
 # Note, may be incorrect:
 #  https://bugs.gentoo.org/433601
 LICENSE="BSD-2"
@@ -24,6 +25,7 @@ BDEPEND="${RDEPEND}"
 PERL_RM_FILES=(
 	t/02perlcritic.t
 )
+
 src_test() {
 	if [[ -z "${DBI_DSN}" ]]; then
 		ewarn "Comprehensive testing of this package requires some manual configuration."


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

end of thread, other threads:[~2021-05-23 13:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-13 21:30 [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-Safe/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2021-05-23 13:25 Andreas K. Hüttel
2021-05-23 13:25 Andreas K. Hüttel
2020-07-13 21:22 Kent Fredric
2018-04-15  8:36 Kent Fredric
2018-01-03 17:37 Mikle Kolyada
2017-10-20  7:40 Kent Fredric

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