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/User-Identity/
Date: Sat,  6 Aug 2016 15:53:34 +0000 (UTC)	[thread overview]
Message-ID: <1470498782.5fc3d7f488dd257ef21ca3c5ad1c33290eaef92c.kentnl@gentoo> (raw)

commit:     5fc3d7f488dd257ef21ca3c5ad1c33290eaef92c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 15:36:29 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 15:53:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc3d7f4

dev-perl/User-Identity: Remove POD Author Tests

Not useful on 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"

 dev-perl/User-Identity/User-Identity-0.930.0-r1.ebuild | 11 +++++++----
 dev-perl/User-Identity/User-Identity-0.940.0.ebuild    | 11 +++++++----
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/dev-perl/User-Identity/User-Identity-0.930.0-r1.ebuild b/dev-perl/User-Identity/User-Identity-0.930.0-r1.ebuild
index b81b7a3..b7f3960 100644
--- a/dev-perl/User-Identity/User-Identity-0.930.0-r1.ebuild
+++ b/dev-perl/User-Identity/User-Identity-0.930.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,9 +19,12 @@ RDEPEND="
 #	dev-perl/TimeDate
 #	dev-perl/Geography-Countries
 DEPEND="${RDEPEND}
-	test? (
-		>=dev-perl/Test-Pod-1.0.0
-	)
+	test? ( virtual/perl-Test-Simple )
 "
 
 SRC_TEST=do
+
+src_test() {
+	perl_rm_files t/99pod.t
+	perl-module_src_test
+}

diff --git a/dev-perl/User-Identity/User-Identity-0.940.0.ebuild b/dev-perl/User-Identity/User-Identity-0.940.0.ebuild
index 476d06c..c468353 100644
--- a/dev-perl/User-Identity/User-Identity-0.940.0.ebuild
+++ b/dev-perl/User-Identity/User-Identity-0.940.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$
 
@@ -19,9 +19,12 @@ RDEPEND="
 #	dev-perl/TimeDate
 #	dev-perl/Geography-Countries
 DEPEND="${RDEPEND}
-	test? (
-		>=dev-perl/Test-Pod-1.0.0
-	)
+	test? ( virtual/perl-Test-Simple )
 "
 
 SRC_TEST=do
+
+src_test() {
+	perl_rm_files t/99pod.t
+	perl-module_src_test
+}


             reply	other threads:[~2016-08-06 15:53 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-06 15:53 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-19  6:58 [gentoo-commits] repo/gentoo:master commit in: dev-perl/User-Identity/ Arthur Zamarin
2023-08-19  6:07 Sam James
2023-08-19  6:01 Sam James
2023-07-05 16:30 Viorel Munteanu
2023-06-20 12:02 Jakov Smolić
2023-06-19  3:23 Yixun Lan
2023-06-18 22:47 Sam James
2023-06-18 22:47 Sam James
2023-06-18 22:47 Sam James
2023-06-18  0:49 Sam James
2023-06-01  6:22 Sam James
2023-06-01  5:22 Sam James
2023-06-01  5:22 Sam James
2023-06-01  5:22 Sam James
2023-03-22  5:22 Sam James
2023-03-22  5:22 Sam James
2022-06-29 11:09 Sam James
2022-03-03 15:14 Yixun Lan
2021-12-13 16:13 Arthur Zamarin
2021-09-07  0:09 Sam James
2021-08-03 11:03 Sam James
2021-08-02 12:17 Sam James
2021-07-31 13:04 Agostino Sarubbo
2021-06-27 19:13 Andreas K. Hüttel
2020-10-27 23:31 Sam James
2020-10-12 11:49 Agostino Sarubbo
2020-10-11 17:48 Sam James
2020-08-25  1:51 Sam James
2020-05-20  5:51 Georgy Yakovlev
2019-07-25  6:48 Kent Fredric
2018-08-20  2:45 Mikle Kolyada
2018-08-18 22:15 Thomas Deutschmann
2018-03-19  6:39 Kent Fredric
2017-03-18 11:21 Kent Fredric
2016-09-16 21:43 Andreas Hüttel
2016-07-04 17:02 Tobias Klausmann

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=1470498782.5fc3d7f488dd257ef21ca3c5ad1c33290eaef92c.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