public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/DBIx-Safe/
Date: Fri, 20 Oct 2017 07:40:02 +0000 (UTC)	[thread overview]
Message-ID: <1508485182.f521fd432f191f7179c71a6df874893803e123bf.kentnl@gentoo> (raw)

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>


             reply	other threads:[~2017-10-20  7:40 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1508485182.f521fd432f191f7179c71a6df874893803e123bf.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox