public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-require/
@ 2015-09-09 19:34 Andreas Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2015-09-09 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     caaf8c9d5a93f5be23920e13c8169e7c603d7c2a
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  9 19:34:22 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Sep  9 19:34:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caaf8c9d

dev-perl/UNIVERSAL-require: Version bump; remove old

Package-Manager: portage-2.2.20.1

 dev-perl/UNIVERSAL-require/Manifest                |  2 +-
 .../UNIVERSAL-require-0.150.0-r1.ebuild            | 17 ---------------
 .../UNIVERSAL-require-0.180.0.ebuild               | 25 ++++++++++++++++++++++
 3 files changed, 26 insertions(+), 18 deletions(-)

diff --git a/dev-perl/UNIVERSAL-require/Manifest b/dev-perl/UNIVERSAL-require/Manifest
index 2456f18..1d54c79 100644
--- a/dev-perl/UNIVERSAL-require/Manifest
+++ b/dev-perl/UNIVERSAL-require/Manifest
@@ -1,2 +1,2 @@
-DIST UNIVERSAL-require-0.15.tar.gz 5011 SHA256 dc1f11a3b88488639283e21c20d410c748b43dc4e544b48e2732908bea32792b SHA512 060bfbd80983bcfe785c89940e68c40a4621d0c6c4f8456939d27115e4fc7289730bbace76674e4d898d32788c1bc13027d417b28e3369721f1a5a985cb53ec4 WHIRLPOOL 1d4fb6bcb8118e3ed6a635dec2deb187e5ef214e3b06946a89c30775271ccee2c42d4407c68dbd78e4eb0605562467f4070f00a86d0b65de36a4044391572d18
 DIST UNIVERSAL-require-0.16.tar.gz 5412 SHA256 42fdf1b90c60cd07a078b34c59447faa39186a8992633d891d936d9a861b7d39 SHA512 d1d11edbe60fe02df659fc66a3237783400230cc133789293f6a7945ea498ea2d3ce42d7b3186d6349c624c801f237abc8e48c66c0a76c8d0a35742ed08a4e32 WHIRLPOOL 8ad3e9fd1ea9bfac93a07a9139f76ef66f0f4585555abc38f7c233e3542cb58ba9bf972af5a1dff6fd5b53288df603ce50c4f460024e08a45175b11764ce1f00
+DIST UNIVERSAL-require-0.18.tar.gz 5885 SHA256 b2a736a87967a143dab58c8a110501d5235bcdd2c8b2a3bfffcd3c0bd06b38ed SHA512 4e1dbb62f850a2f3da3301e37862d03ad89106e9fd55ac8161ae56eff936948f87b9215c734c103d8031e1b712847bff86de43329f65f00e7e34ee83bb66c22d WHIRLPOOL da655999921001f41a594d7a8ab73e5f5fc5d258bea7c58c9ba7a061d7b195a593dd9ddb9ce3ef0284989a4ed8ef28ce4ebe83df783e5d80906b990a773cab73

diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.150.0-r1.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.150.0-r1.ebuild
deleted file mode 100644
index fc771ca..0000000
--- a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.150.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=NEILB
-MODULE_VERSION=0.15
-inherit perl-module
-
-DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
-
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-SRC_TEST="do"

diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild
new file mode 100644
index 0000000..c0f0752
--- /dev/null
+++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=NEILB
+MODULE_VERSION=0.18
+inherit perl-module
+
+DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Carp
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( >=virtual/perl-Test-Simple-0.470.0 )
+"
+
+SRC_TEST="do parallel"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-require/
@ 2016-10-24 21:41 Andreas Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2016-10-24 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     95cc66b71fc10df0840a3e574519dbb051a6adcf
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 21:40:45 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 21:40:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95cc66b7

dev-perl/UNIVERSAL-require: Stable for remaining arches (ALLARCHES; bug 588524)

Package-Manager: portage-2.3.2

 dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild
index f931806..5ec7677 100644
--- a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild
+++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.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$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
 
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-require/
@ 2016-10-24 21:41 Andreas Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2016-10-24 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d48a5601a4761bc2cb2fb34dae6a9aafff67cbcb
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 21:41:10 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 21:41:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d48a5601

dev-perl/UNIVERSAL-require: Remove old

Package-Manager: portage-2.3.2

 dev-perl/UNIVERSAL-require/Manifest                     |  1 -
 .../UNIVERSAL-require/UNIVERSAL-require-0.160.0.ebuild  | 17 -----------------
 2 files changed, 18 deletions(-)

diff --git a/dev-perl/UNIVERSAL-require/Manifest b/dev-perl/UNIVERSAL-require/Manifest
index 1d54c79..aeab4bb 100644
--- a/dev-perl/UNIVERSAL-require/Manifest
+++ b/dev-perl/UNIVERSAL-require/Manifest
@@ -1,2 +1 @@
-DIST UNIVERSAL-require-0.16.tar.gz 5412 SHA256 42fdf1b90c60cd07a078b34c59447faa39186a8992633d891d936d9a861b7d39 SHA512 d1d11edbe60fe02df659fc66a3237783400230cc133789293f6a7945ea498ea2d3ce42d7b3186d6349c624c801f237abc8e48c66c0a76c8d0a35742ed08a4e32 WHIRLPOOL 8ad3e9fd1ea9bfac93a07a9139f76ef66f0f4585555abc38f7c233e3542cb58ba9bf972af5a1dff6fd5b53288df603ce50c4f460024e08a45175b11764ce1f00
 DIST UNIVERSAL-require-0.18.tar.gz 5885 SHA256 b2a736a87967a143dab58c8a110501d5235bcdd2c8b2a3bfffcd3c0bd06b38ed SHA512 4e1dbb62f850a2f3da3301e37862d03ad89106e9fd55ac8161ae56eff936948f87b9215c734c103d8031e1b712847bff86de43329f65f00e7e34ee83bb66c22d WHIRLPOOL da655999921001f41a594d7a8ab73e5f5fc5d258bea7c58c9ba7a061d7b195a593dd9ddb9ce3ef0284989a4ed8ef28ce4ebe83df783e5d80906b990a773cab73

diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.160.0.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.160.0.ebuild
deleted file mode 100644
index 4b918a8..00000000
--- a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.160.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=NEILB
-MODULE_VERSION=0.16
-inherit perl-module
-
-DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
-
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-SRC_TEST="do"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-require/
@ 2021-06-07  6:25 Sergei Trofimovich
  0 siblings, 0 replies; 13+ messages in thread
From: Sergei Trofimovich @ 2021-06-07  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     1da0a6315ebc7d411b92b208240a4e4cc957db9e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  7 06:22:28 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun  7 06:25:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da0a631

dev-perl/UNIVERSAL-require: stable 0.180.0 for ppc

stable wrt bug #793056

Package-Manager: Portage-3.0.19, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild
index 931da363d3d..c467808e793 100644
--- a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild
+++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
 
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-require/
@ 2021-10-02  0:13 Andreas K. Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas K. Hüttel @ 2021-10-02  0:13 UTC (permalink / raw
  To: gentoo-commits

commit:     43d445dc374e884a1fab0a0280713bbf0850eb8a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  2 00:12:44 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct  2 00:13:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d445dc

dev-perl/UNIVERSAL-require: Version bump 0.19

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

 dev-perl/UNIVERSAL-require/Manifest                 |  1 +
 .../UNIVERSAL-require-0.190.0.ebuild                | 21 +++++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/dev-perl/UNIVERSAL-require/Manifest b/dev-perl/UNIVERSAL-require/Manifest
index db19c295feb..9d443786e93 100644
--- a/dev-perl/UNIVERSAL-require/Manifest
+++ b/dev-perl/UNIVERSAL-require/Manifest
@@ -1 +1,2 @@
 DIST UNIVERSAL-require-0.18.tar.gz 5885 BLAKE2B aef7f3e50978ddd4fac08eae9f41b2b7c49297a2175a19b40a813296980cdd2a699c678b13eb4f37b60e21db81097d3726bbb025cd1eac6452fb21a33e6ae7f6 SHA512 4e1dbb62f850a2f3da3301e37862d03ad89106e9fd55ac8161ae56eff936948f87b9215c734c103d8031e1b712847bff86de43329f65f00e7e34ee83bb66c22d
+DIST UNIVERSAL-require-0.19.tar.gz 6283 BLAKE2B 3055a8571829839a20338bc2d656aef6805515fee94bc617cf9b3125525005f0581ed072d9199e90d214791237fa832c8224d6b06e8de9cfa6db5885db4b2cab SHA512 065a361a7605aa2827ad14eeecea23a2238df2cc477c73ea2facd475953000d0c6f8773db886333295501e6d2602dd08e2f9a81d77b4f3a4c3926dcc57358cb2

diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
new file mode 100644
index 00000000000..14ef23c34e1
--- /dev/null
+++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=NEILB
+DIST_VERSION=0.19
+inherit perl-module
+
+DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="
+	virtual/perl-Carp
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( >=virtual/perl-Test-Simple-0.470.0 )
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-require/
@ 2021-11-04 17:13 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-11-04 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     acc2ab479835dfc76fdc03a0aec732d73a181df7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  4 17:13:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov  4 17:13:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc2ab47

dev-perl/UNIVERSAL-require: Keyword 0.190.0 arm64, #820764

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
index 14ef23c34e1..5742bcf50e1 100644
--- a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
+++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-require/
@ 2021-11-20 10:23 Arthur Zamarin
  0 siblings, 0 replies; 13+ messages in thread
From: Arthur Zamarin @ 2021-11-20 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     bd5272e9665b760d9f53749703efc3ff6ef3da90
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 20 10:22:26 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 20 10:22:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd5272e9

dev-perl/UNIVERSAL-require: Keyword 0.190.0 ppc64, #820764

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

 dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
index 5742bcf50e13..485411865b2f 100644
--- a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
+++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-require/
@ 2021-12-05  4:17 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-12-05  4:17 UTC (permalink / raw
  To: gentoo-commits

commit:     65b95f60ed101a7bbbe028d8c7331ffcaae2c140
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 04:17:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 04:17:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b95f60

dev-perl/UNIVERSAL-require: Stabilize 0.190.0 x86, #828222

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
index abf2eab285c2..82c5b8296c73 100644
--- a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
+++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-require/
@ 2021-12-05  4:37 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-12-05  4:37 UTC (permalink / raw
  To: gentoo-commits

commit:     6a67e0b868e07c4a226319d6ec9ced5633b7c7ec
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 04:36:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 04:36:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a67e0b8

dev-perl/UNIVERSAL-require: Stabilize 0.190.0 ppc, #828222

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
index 82c5b8296c73..a8fc32cb9101 100644
--- a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
+++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-require/
@ 2021-12-06  0:10 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2021-12-06  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     335f2e072220481017a421e84f5201eaffa23bdd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  6 00:08:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec  6 00:08:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335f2e07

dev-perl/UNIVERSAL-require: Stabilize 0.190.0 sparc, #828222

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
index a8fc32cb9101..9e3252aa165e 100644
--- a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
+++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~arm64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-require/
@ 2021-12-11  6:20 Andreas K. Hüttel
  0 siblings, 0 replies; 13+ messages in thread
From: Andreas K. Hüttel @ 2021-12-11  6:20 UTC (permalink / raw
  To: gentoo-commits

commit:     4b2e044fefb9ada88a60ec834618677122dc5df6
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 06:03:30 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 06:20:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2e044f

dev-perl/UNIVERSAL-require: Remove old

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

 dev-perl/UNIVERSAL-require/Manifest                |  1 -
 .../UNIVERSAL-require-0.180.0.ebuild               | 25 ----------------------
 2 files changed, 26 deletions(-)

diff --git a/dev-perl/UNIVERSAL-require/Manifest b/dev-perl/UNIVERSAL-require/Manifest
index 9d443786e932..4c1a0dae673c 100644
--- a/dev-perl/UNIVERSAL-require/Manifest
+++ b/dev-perl/UNIVERSAL-require/Manifest
@@ -1,2 +1 @@
-DIST UNIVERSAL-require-0.18.tar.gz 5885 BLAKE2B aef7f3e50978ddd4fac08eae9f41b2b7c49297a2175a19b40a813296980cdd2a699c678b13eb4f37b60e21db81097d3726bbb025cd1eac6452fb21a33e6ae7f6 SHA512 4e1dbb62f850a2f3da3301e37862d03ad89106e9fd55ac8161ae56eff936948f87b9215c734c103d8031e1b712847bff86de43329f65f00e7e34ee83bb66c22d
 DIST UNIVERSAL-require-0.19.tar.gz 6283 BLAKE2B 3055a8571829839a20338bc2d656aef6805515fee94bc617cf9b3125525005f0581ed072d9199e90d214791237fa832c8224d6b06e8de9cfa6db5885db4b2cab SHA512 065a361a7605aa2827ad14eeecea23a2238df2cc477c73ea2facd475953000d0c6f8773db886333295501e6d2602dd08e2f9a81d77b4f3a4c3926dcc57358cb2

diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild
deleted file mode 100644
index c467808e7937..000000000000
--- a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=NEILB
-MODULE_VERSION=0.18
-inherit perl-module
-
-DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
-
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	virtual/perl-Carp
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? ( >=virtual/perl-Test-Simple-0.470.0 )
-"
-
-SRC_TEST="do parallel"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-require/
@ 2021-12-31  6:13 Matt Turner
  0 siblings, 0 replies; 13+ messages in thread
From: Matt Turner @ 2021-12-31  6:13 UTC (permalink / raw
  To: gentoo-commits

commit:     94c734be583e89f2d4d0addcc5786ac73468c2d4
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 31 06:12:42 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Dec 31 06:13:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c734be

dev-perl/UNIVERSAL-require: Keyword 0.190.0 alpha, #820764

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
index 9e3252aa165e..7efb113ab128 100644
--- a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
+++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="
 	virtual/perl-Carp


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-require/
@ 2022-03-09 13:00 Yixun Lan
  0 siblings, 0 replies; 13+ messages in thread
From: Yixun Lan @ 2022-03-09 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     b46b6482704933c8e9b034e587b8e4bb304ad00e
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 04:02:34 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 12:59:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b46b6482

dev-perl/UNIVERSAL-require: keyword ~riscv

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
index 7efb113ab128..a7deef5d691e 100644
--- a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
+++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.190.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="UNIVERSAL::require - require() modules from a variable"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm64 ~ia64 ppc ~ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="
 	virtual/perl-Carp


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

end of thread, other threads:[~2022-03-09 13:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-20 10:23 [gentoo-commits] repo/gentoo:master commit in: dev-perl/UNIVERSAL-require/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2022-03-09 13:00 Yixun Lan
2021-12-31  6:13 Matt Turner
2021-12-11  6:20 Andreas K. Hüttel
2021-12-06  0:10 Sam James
2021-12-05  4:37 Sam James
2021-12-05  4:17 Sam James
2021-11-04 17:13 Sam James
2021-10-02  0:13 Andreas K. Hüttel
2021-06-07  6:25 Sergei Trofimovich
2016-10-24 21:41 Andreas Hüttel
2016-10-24 21:41 Andreas Hüttel
2015-09-09 19:34 Andreas Hüttel

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