public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Util/
@ 2016-08-06 14:56 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2016-08-06 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     697bfba513955d09053b041fcc2c09c2cdaa9dc3
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 14:21:03 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 14:55:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697bfba5

dev-perl/Module-Util: 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"

 dev-perl/Module-Util/Module-Util-1.90.0.ebuild | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Module-Util/Module-Util-1.90.0.ebuild b/dev-perl/Module-Util/Module-Util-1.90.0.ebuild
index 6530b5f..7e869ba 100644
--- a/dev-perl/Module-Util/Module-Util-1.90.0.ebuild
+++ b/dev-perl/Module-Util/Module-Util-1.90.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$
 
@@ -17,10 +17,12 @@ IUSE="test"
 RDEPEND=""
 DEPEND="
 	>=dev-perl/Module-Build-0.400.0
-	test? (
-		dev-perl/Test-Pod
-		dev-perl/Test-Pod-Coverage
-	)
+	test? ( virtual/perl-Test-Simple )
 "
 
 SRC_TEST=do
+
+src_test() {
+	perl_rm_files "t/99..pod.t"
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Util/
@ 2017-03-14 14:28 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2017-03-14 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     c4c940e2a90219b0334f5a965d506b9dd49c835c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 14:26:59 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 14:26:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c940e2

dev-perl/Module-Util: amd64 stable wrt bug #612558

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Module-Util/Module-Util-1.90.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Module-Util/Module-Util-1.90.0.ebuild b/dev-perl/Module-Util/Module-Util-1.90.0.ebuild
index 16d87279e2e..53ade1558b6 100644
--- a/dev-perl/Module-Util/Module-Util-1.90.0.ebuild
+++ b/dev-perl/Module-Util/Module-Util-1.90.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Module name tools and transformations"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Util/
@ 2017-10-26 20:18 Thomas Deutschmann
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Deutschmann @ 2017-10-26 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     86e59371d149e3d774818570d7288b4209371f8a
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 20:09:40 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 20:17:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e59371

dev-perl/Module-Util: x86 stable (bug #632664)

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 dev-perl/Module-Util/Module-Util-1.90.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Util/Module-Util-1.90.0.ebuild b/dev-perl/Module-Util/Module-Util-1.90.0.ebuild
index 53ade1558b6..9b0dd106911 100644
--- a/dev-perl/Module-Util/Module-Util-1.90.0.ebuild
+++ b/dev-perl/Module-Util/Module-Util-1.90.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Module name tools and transformations"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Util/
@ 2021-07-07 22:42 Andreas K. Hüttel
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas K. Hüttel @ 2021-07-07 22:42 UTC (permalink / raw
  To: gentoo-commits

commit:     d5b3f38f690b55158ae55c97d204760b2ca84e46
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  7 22:32:23 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jul  7 22:42:11 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b3f38f

dev-perl/Module-Util: EAPI=8 bump

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

 ...til-1.90.0.ebuild => Module-Util-1.90.0-r1.ebuild} | 19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

diff --git a/dev-perl/Module-Util/Module-Util-1.90.0.ebuild b/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild
similarity index 54%
rename from dev-perl/Module-Util/Module-Util-1.90.0.ebuild
rename to dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild
index eeb5080cb5d..54d2a61ad1c 100644
--- a/dev-perl/Module-Util/Module-Util-1.90.0.ebuild
+++ b/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild
@@ -1,28 +1,21 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-MODULE_AUTHOR=MATTLAW
-MODULE_VERSION=1.09
+DIST_AUTHOR=MATTLAW
+DIST_VERSION=1.09
 inherit perl-module
 
 DESCRIPTION="Module name tools and transformations"
 
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND=""
-DEPEND="
+BDEPEND="
 	>=dev-perl/Module-Build-0.400.0
 	test? ( virtual/perl-Test-Simple )
 "
 
-SRC_TEST=do
-
-src_test() {
-	perl_rm_files "t/99..pod.t"
-	perl-module_src_test
-}
+PERL_RM_FILES=( t/99..pod.t )


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Util/
@ 2022-09-13 10:40 Jakov Smolić
  0 siblings, 0 replies; 8+ messages in thread
From: Jakov Smolić @ 2022-09-13 10:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4d7572aadb1db6bcea34cb07f0721f84ae7064bd
Author:     Yu Gu <guyu2876 <AT> gmail <DOT> com>
AuthorDate: Mon Sep 12 12:20:47 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 10:39:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7572aa

dev-perl/Module-Util: Keyword 1.90.0-r1 riscv, #869833

Signed-off-by: Yu Gu <guyu2876 <AT> gmail.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild b/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild
index 956dd67d058a..5fbddb49eacd 100644
--- a/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild
+++ b/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Module name tools and transformations"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND=""
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Util/
@ 2023-06-21 13:01 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2023-06-21 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     d58d41963acb157c0e86e3b2806a5065d77d1473
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 13:01:07 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 13:01:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58d4196

dev-perl/Module-Util: Keyword 1.90.0-r1 ia64, #908937

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild b/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild
index 5fbddb49eacd..9af6d08b2676 100644
--- a/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild
+++ b/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Module name tools and transformations"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~ia64 ~ppc64 ~riscv x86"
 
 RDEPEND=""
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Util/
@ 2023-06-21 13:01 Arthur Zamarin
  0 siblings, 0 replies; 8+ messages in thread
From: Arthur Zamarin @ 2023-06-21 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     9eaa0acd6c1a4eb665b85064f6314c329f2b93de
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 13:01:36 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 13:01:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eaa0acd

dev-perl/Module-Util: Keyword 1.90.0-r1 ppc, #908937

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild b/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild
index 9af6d08b2676..b312fb583cd5 100644
--- a/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild
+++ b/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Module name tools and transformations"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ia64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~riscv x86"
 
 RDEPEND=""
 BDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Util/
@ 2023-07-05 16:30 Viorel Munteanu
  0 siblings, 0 replies; 8+ messages in thread
From: Viorel Munteanu @ 2023-07-05 16:30 UTC (permalink / raw
  To: gentoo-commits

commit:     6a38d06b475af401ddbea7944dc1ba7a76b9122f
Author:     Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Wed Jul  5 15:37:40 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jul  5 16:29:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a38d06b

dev-perl/Module-Util: Keyword 1.90.0-r1 alpha, #909354

Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild b/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild
index 6702b13b1b5e..9db8d42e7744 100644
--- a/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild
+++ b/dev-perl/Module-Util/Module-Util-1.90.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Module name tools and transformations"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv x86"
 
 RDEPEND=""
 BDEPEND="


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

end of thread, other threads:[~2023-07-05 16:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-06 14:56 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Util/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2017-03-14 14:28 Agostino Sarubbo
2017-10-26 20:18 Thomas Deutschmann
2021-07-07 22:42 Andreas K. Hüttel
2022-09-13 10:40 Jakov Smolić
2023-06-21 13:01 Arthur Zamarin
2023-06-21 13:01 Arthur Zamarin
2023-07-05 16:30 Viorel Munteanu

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