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

commit:     dd136372dee7b75495a050b7d4e07bdecb39659f
Author:     Anthony Ryan <anthonyryan1 <AT> gmail <DOT> com>
AuthorDate: Sun Jan 15 21:15:14 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 19:40:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd136372

dev-perl/Test-Regexp: New ebuild

This package contains the testing harness used by
dev-perl/Regexp-Common, without this package many of it's
tests are skipped even when building with FEATURES="test"

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3495

 dev-perl/Test-Regexp/Manifest                      |  1 +
 .../Test-Regexp/Test-Regexp-2016060501.0.0.ebuild  | 35 ++++++++++++++++++++++
 dev-perl/Test-Regexp/metadata.xml                  | 13 ++++++++
 3 files changed, 49 insertions(+)

diff --git a/dev-perl/Test-Regexp/Manifest b/dev-perl/Test-Regexp/Manifest
new file mode 100644
index 00000000..c71b3f7
--- /dev/null
+++ b/dev-perl/Test-Regexp/Manifest
@@ -0,0 +1 @@
+DIST Test-Regexp-2016060501.tar.gz 18898 SHA256 d59ff798b47b5a8be99f840a9bcf2762d49d2e0c96f51a38c03fe1a41eb4737d SHA512 639d74565fe93950950ed9dda30de5f83b1941d9f06b71dc40e33bd7b5355bba2d0f91afd9355262dc4ec167f39427e06f807e594b97ec74ff11762dea12f411 WHIRLPOOL a9fddf16049269c8c5a72d36d34427fa34b22b8c7a80ad26df467f8dcc2c3f3e728609ebdc7dc677a2add518fcf65ec798ad281f36c81baf5432aaf18386b884

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2016060501.0.0.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2016060501.0.0.ebuild
new file mode 100644
index 00000000..b2b68e2
--- /dev/null
+++ b/dev-perl/Test-Regexp/Test-Regexp-2016060501.0.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit versionator
+
+DIST_AUTHOR=ABIGAIL
+DIST_VERSION=$(get_major_version)
+
+inherit perl-module
+
+DESCRIPTION="Provide commonly requested regular expressions"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+DEPEND="
+	test? ( >=virtual/perl-Test-Simple-1.1.14 )
+	virtual/perl-ExtUtils-MakeMaker
+"
+RDEPEND="
+	virtual/perl-Test-Simple
+	virtual/perl-Exporter
+"
+
+src_test() {
+	# Omit code coverage / documentation tests
+	perl_rm_files t/{950,960,980,981,982}*.t
+
+	perl-module_src_test
+}

diff --git a/dev-perl/Test-Regexp/metadata.xml b/dev-perl/Test-Regexp/metadata.xml
new file mode 100644
index 00000000..99f79ad
--- /dev/null
+++ b/dev-perl/Test-Regexp/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Test-Regexp</remote-id>
+    <remote-id type="cpan-module">Test::Regexp</remote-id>
+    <remote-id type="github">Abigail/Test-Regexp</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2017-01-26 15:18 Tobias Klausmann
  0 siblings, 0 replies; 20+ messages in thread
From: Tobias Klausmann @ 2017-01-26 15:18 UTC (permalink / raw
  To: gentoo-commits

commit:     83c55ee017cf12b8abf13916dee15ea34e70a253
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 15:17:11 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 15:17:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c55ee0

dev-perl/Test-Regexp-2016060501.0.0-r0: keyworded for ~alpha

Gentoo-Bug: 606156

 dev-perl/Test-Regexp/Test-Regexp-2016060501.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2016060501.0.0.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2016060501.0.0.ebuild
index b2b68e2..9ea5df3 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2016060501.0.0.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2016060501.0.0.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Provide commonly requested regular expressions"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~x86"
 IUSE="test"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2017-02-04 10:48 Jeroen Roovers
  0 siblings, 0 replies; 20+ messages in thread
From: Jeroen Roovers @ 2017-02-04 10:48 UTC (permalink / raw
  To: gentoo-commits

commit:     1d9629d8b6847938ac150a999300ed5a2f20c41c
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  4 10:47:12 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Feb  4 10:47:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9629d8

dev-perl/Test-Regexp: Mark ~hppa (bug #606156).

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches

 dev-perl/Test-Regexp/Test-Regexp-2016060501.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2016060501.0.0.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2016060501.0.0.ebuild
index 9ea5df3..a88dbd0 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2016060501.0.0.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2016060501.0.0.ebuild
@@ -15,7 +15,7 @@ DESCRIPTION="Provide commonly requested regular expressions"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86"
 IUSE="test"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2017-04-04 11:49 Kent Fredric
  0 siblings, 0 replies; 20+ messages in thread
From: Kent Fredric @ 2017-04-04 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     918202f7ca65e3a1239df02bc76549b1f64d3b05
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  4 11:48:52 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr  4 11:49:08 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=918202f7

dev-perl/Test-Regexp: Bump to version 2017040101.0.0

Upstream:
- Fix '.' in @INC test failures

Bug: https://bugs.gentoo.org/614620
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Test-Regexp/Manifest                      |  1 +
 .../Test-Regexp/Test-Regexp-2017040101.0.0.ebuild  | 34 ++++++++++++++++++++++
 dev-perl/Test-Regexp/metadata.xml                  |  1 +
 3 files changed, 36 insertions(+)

diff --git a/dev-perl/Test-Regexp/Manifest b/dev-perl/Test-Regexp/Manifest
index c71b3f70785..f2d6fc61fdc 100644
--- a/dev-perl/Test-Regexp/Manifest
+++ b/dev-perl/Test-Regexp/Manifest
@@ -1 +1,2 @@
 DIST Test-Regexp-2016060501.tar.gz 18898 SHA256 d59ff798b47b5a8be99f840a9bcf2762d49d2e0c96f51a38c03fe1a41eb4737d SHA512 639d74565fe93950950ed9dda30de5f83b1941d9f06b71dc40e33bd7b5355bba2d0f91afd9355262dc4ec167f39427e06f807e594b97ec74ff11762dea12f411 WHIRLPOOL a9fddf16049269c8c5a72d36d34427fa34b22b8c7a80ad26df467f8dcc2c3f3e728609ebdc7dc677a2add518fcf65ec798ad281f36c81baf5432aaf18386b884
+DIST Test-Regexp-2017040101.tar.gz 18904 SHA256 35cb41df5c5017835b89b853d5a44e25e6da973b450e1edca51bba70e7041e54 SHA512 70595642f8f5cadd4cec73587af8b4e9ce793c37fdf02773d357b84ee8181750f5ae7fbfbc9a35ca3392f5af074ef5b5a1626547cc7a0c3f48439d4a24bdc0b8 WHIRLPOOL 842e09bf6f4422474f73a833c90a4df28441fc4a474ce9ac3dd7fcbcd90ff97ed883d15c00ebedf3f9c0c970bfde6f2ebe4bde783ad025a306b68fa17f88f3f7

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
new file mode 100644
index 00000000000..309b73a5628
--- /dev/null
+++ b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit versionator
+
+DIST_AUTHOR=ABIGAIL
+DIST_VERSION=$(get_major_version)
+
+inherit perl-module
+
+DESCRIPTION="Provide commonly requested regular expressions"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+DEPEND="
+	test? ( >=virtual/perl-Test-Simple-1.1.14 )
+	virtual/perl-ExtUtils-MakeMaker
+"
+RDEPEND="
+	virtual/perl-Test-Simple
+	virtual/perl-Exporter
+"
+
+src_test() {
+	# Omit code coverage / documentation tests
+	perl_rm_files t/{950,960,980,981,982}*.t
+
+	perl-module_src_test
+}

diff --git a/dev-perl/Test-Regexp/metadata.xml b/dev-perl/Test-Regexp/metadata.xml
index 99f79ad0570..e83f710a85f 100644
--- a/dev-perl/Test-Regexp/metadata.xml
+++ b/dev-perl/Test-Regexp/metadata.xml
@@ -8,6 +8,7 @@
   <upstream>
     <remote-id type="cpan">Test-Regexp</remote-id>
     <remote-id type="cpan-module">Test::Regexp</remote-id>
+    <remote-id type="cpan-module">Test::Regexp::Object</remote-id>
     <remote-id type="github">Abigail/Test-Regexp</remote-id>
   </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2017-04-11  1:27 Kent Fredric
  0 siblings, 0 replies; 20+ messages in thread
From: Kent Fredric @ 2017-04-11  1:27 UTC (permalink / raw
  To: gentoo-commits

commit:     36bc6db66bc804d2b653fda9b67ccaea5537258f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 01:26:51 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 01:26:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36bc6db6

dev-perl/Test-Regexp: Remove old re bug #614620

This purges the last version broken by '.' in @INC changes
for this package.

Bug: https://bugs.gentoo.org/614620
Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/Test-Regexp/Manifest                      |  1 -
 .../Test-Regexp/Test-Regexp-2016060501.0.0.ebuild  | 34 ----------------------
 2 files changed, 35 deletions(-)

diff --git a/dev-perl/Test-Regexp/Manifest b/dev-perl/Test-Regexp/Manifest
index f2d6fc61fdc..20220a8b11a 100644
--- a/dev-perl/Test-Regexp/Manifest
+++ b/dev-perl/Test-Regexp/Manifest
@@ -1,2 +1 @@
-DIST Test-Regexp-2016060501.tar.gz 18898 SHA256 d59ff798b47b5a8be99f840a9bcf2762d49d2e0c96f51a38c03fe1a41eb4737d SHA512 639d74565fe93950950ed9dda30de5f83b1941d9f06b71dc40e33bd7b5355bba2d0f91afd9355262dc4ec167f39427e06f807e594b97ec74ff11762dea12f411 WHIRLPOOL a9fddf16049269c8c5a72d36d34427fa34b22b8c7a80ad26df467f8dcc2c3f3e728609ebdc7dc677a2add518fcf65ec798ad281f36c81baf5432aaf18386b884
 DIST Test-Regexp-2017040101.tar.gz 18904 SHA256 35cb41df5c5017835b89b853d5a44e25e6da973b450e1edca51bba70e7041e54 SHA512 70595642f8f5cadd4cec73587af8b4e9ce793c37fdf02773d357b84ee8181750f5ae7fbfbc9a35ca3392f5af074ef5b5a1626547cc7a0c3f48439d4a24bdc0b8 WHIRLPOOL 842e09bf6f4422474f73a833c90a4df28441fc4a474ce9ac3dd7fcbcd90ff97ed883d15c00ebedf3f9c0c970bfde6f2ebe4bde783ad025a306b68fa17f88f3f7

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2016060501.0.0.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2016060501.0.0.ebuild
deleted file mode 100644
index 309b73a5628..00000000000
--- a/dev-perl/Test-Regexp/Test-Regexp-2016060501.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit versionator
-
-DIST_AUTHOR=ABIGAIL
-DIST_VERSION=$(get_major_version)
-
-inherit perl-module
-
-DESCRIPTION="Provide commonly requested regular expressions"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-
-DEPEND="
-	test? ( >=virtual/perl-Test-Simple-1.1.14 )
-	virtual/perl-ExtUtils-MakeMaker
-"
-RDEPEND="
-	virtual/perl-Test-Simple
-	virtual/perl-Exporter
-"
-
-src_test() {
-	# Omit code coverage / documentation tests
-	perl_rm_files t/{950,960,980,981,982}*.t
-
-	perl-module_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2017-07-15 11:29 Sergei Trofimovich
  0 siblings, 0 replies; 20+ messages in thread
From: Sergei Trofimovich @ 2017-07-15 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     c55d1de690eeaa860068a3040af426d23f210e24
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 11:24:58 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 11:29:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55d1de6

dev-perl/Test-Regexp: ia64 stable, bug #624824

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
index 309b73a5628..b471c216861 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Provide commonly requested regular expressions"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2017-07-15 17:04 Tobias Klausmann
  0 siblings, 0 replies; 20+ messages in thread
From: Tobias Klausmann @ 2017-07-15 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     8f82b3662655328417237ecee8bfd80d0fd98ddc
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 17:04:06 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 17:04:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f82b366

dev-perl/Test-Regexp-2017040101.0.0-r0: add amd64 keyword

Gentoo-Bug: 624824

 dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
index b471c216861..7148c30c594 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Provide commonly requested regular expressions"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2017-07-16 11:08 Tobias Klausmann
  0 siblings, 0 replies; 20+ messages in thread
From: Tobias Klausmann @ 2017-07-16 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     62e9a52010951a3f7abb17ab65ae9b1db0990e88
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 16 11:07:20 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sun Jul 16 11:07:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e9a520

dev-perl/Test-Regexp-2017040101.0.0-r0: alpha stable

Gentoo-Bug: 624824

 dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
index 7148c30c594..0ab706aa1ad 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Provide commonly requested regular expressions"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2017-08-19  0:56 Thomas Deutschmann
  0 siblings, 0 replies; 20+ messages in thread
From: Thomas Deutschmann @ 2017-08-19  0:56 UTC (permalink / raw
  To: gentoo-commits

commit:     d2860ad8983f055743c45934050584fc3203b5e9
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 00:55:51 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 00:55:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2860ad8

dev-perl/Test-Regexp: x86 stable (bug #624824)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
index 0ab706aa1ad..c7be6deff24 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Provide commonly requested regular expressions"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2017-10-14 19:43 Sergei Trofimovich
  0 siblings, 0 replies; 20+ messages in thread
From: Sergei Trofimovich @ 2017-10-14 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     92c09df6c8144984696ff680fa44e305a9d7e408
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 14 18:51:30 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 14 19:42:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c09df6

dev-perl/Test-Regexp: stable 2017040101.0.0 for ppc64, bug #624824

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"

 dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
index c7be6deff24..049f901cb18 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Provide commonly requested regular expressions"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ppc64 ~sparc x86"
 IUSE="test"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2017-10-15 19:08 Sergei Trofimovich
  0 siblings, 0 replies; 20+ messages in thread
From: Sergei Trofimovich @ 2017-10-15 19:08 UTC (permalink / raw
  To: gentoo-commits

commit:     d3bb23e06358937233614f4282cdb7a5b99e34ff
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 18:56:59 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Oct 15 19:07:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3bb23e0

dev-perl/Test-Regexp: stable 2017040101.0.0 for ppc, bug #624824

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
index 049f901cb18..35dd52938da 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Provide commonly requested regular expressions"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sparc x86"
 IUSE="test"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2017-11-02 22:31 Sergei Trofimovich
  0 siblings, 0 replies; 20+ messages in thread
From: Sergei Trofimovich @ 2017-11-02 22:31 UTC (permalink / raw
  To: gentoo-commits

commit:     2daf236a83ea7593e7a22e26a479bc8f59001cfc
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  2 22:31:28 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Nov  2 22:31:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2daf236a

dev-perl/Test-Regexp: stable 2017040101.0.0 for sparc, bug #624824

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="sparc"

 dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
index 35dd52938da..6141673886c 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Provide commonly requested regular expressions"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2017-11-08 20:14 Sergei Trofimovich
  0 siblings, 0 replies; 20+ messages in thread
From: Sergei Trofimovich @ 2017-11-08 20:14 UTC (permalink / raw
  To: gentoo-commits

commit:     3e08d435c8f37a9281df73a3ea90df5c876142df
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  8 20:13:42 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Nov  8 20:13:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e08d435

dev-perl/Test-Regexp: stable 2017040101.0.0 for hppa, bug #624824 (thanks to Rolf Eike Beer)

Package-Manager: Portage-2.3.13, Repoman-2.3.4
RepoMan-Options: --include-arches="hppa"

 dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
index 6141673886c..406e72bc464 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Provide commonly requested regular expressions"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86"
 IUSE="test"
 
 DEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2020-08-17  8:41 Fabian Groffen
  0 siblings, 0 replies; 20+ messages in thread
From: Fabian Groffen @ 2020-08-17  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     f0c0d10859fd2604878c027c9bf60b86695c5b8a
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 17 08:40:24 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Aug 17 08:40:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c0d108

dev-perl/Test-Regexp-2017040101.0.0: marked ~{x86,amd64}-linux, bug #690140

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
index 7e3b998d8e8..d9227964b42 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
@@ -14,7 +14,7 @@ DESCRIPTION="Provide commonly requested regular expressions"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2021-08-29  0:58 Andreas K. Hüttel
  0 siblings, 0 replies; 20+ messages in thread
From: Andreas K. Hüttel @ 2021-08-29  0:58 UTC (permalink / raw
  To: gentoo-commits

commit:     670aedab6f86c8296c58df63570a71c9f37f31f2
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 29 00:43:44 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Aug 29 00:58:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=670aedab

dev-perl/Test-Regexp: EAPI=8 bump

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

 ....0.ebuild => Test-Regexp-2017040101.0.0-r1.ebuild} | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild
similarity index 78%
rename from dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
rename to dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild
index 68bb2a8f145..4e755f481fe 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild
@@ -1,13 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-
-inherit versionator
+EAPI=8
 
 DIST_AUTHOR=ABIGAIL
-DIST_VERSION=$(get_major_version)
-
+DIST_VERSION=2017040101
 inherit perl-module
 
 DESCRIPTION="Provide commonly requested regular expressions"
@@ -15,17 +12,15 @@ DESCRIPTION="Provide commonly requested regular expressions"
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-DEPEND="
-	test? ( >=virtual/perl-Test-Simple-1.1.14 )
-	virtual/perl-ExtUtils-MakeMaker
-"
 RDEPEND="
 	virtual/perl-Test-Simple
 	virtual/perl-Exporter
 "
+BDEPEND="${RDEPEND}
+	test? ( >=virtual/perl-Test-Simple-1.1.14 )
+	virtual/perl-ExtUtils-MakeMaker
+"
 
 src_test() {
 	# Omit code coverage / documentation tests


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2021-10-26  1:21 Yixun Lan
  0 siblings, 0 replies; 20+ messages in thread
From: Yixun Lan @ 2021-10-26  1:21 UTC (permalink / raw
  To: gentoo-commits

commit:     7119b5a268b124f20bf59493f6aaf50cb8862803
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Sat Oct 23 17:35:43 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 01:15:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7119b5a2

dev-perl/Test-Regexp: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild
index 4e755f481fe..5abb44e698c 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Provide commonly requested regular expressions"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
 	virtual/perl-Test-Simple


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2022-12-31 15:53 Arthur Zamarin
  0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2022-12-31 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     18edc5fca485abc431b2a36d2afa7cb6d70e450a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 31 15:52:58 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 31 15:52:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18edc5fc

dev-perl/Test-Regexp: Keyword 2017040101.0.0-r1 s390, #888119

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

 dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild
index 5abb44e698cd..649be47c5453 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.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
@@ -11,7 +11,7 @@ DESCRIPTION="Provide commonly requested regular expressions"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
 	virtual/perl-Test-Simple


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2023-04-01 18:14 Arthur Zamarin
  0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2023-04-01 18:14 UTC (permalink / raw
  To: gentoo-commits

commit:     5feb6f45b6a83e0b04c376950e5fb6206af7356c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  1 18:13:03 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  1 18:13:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5feb6f45

dev-perl/Test-Regexp: Stabilize 2017040101.0.0-r1 arm64, #901801

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

 dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild
index 649be47c5453..8aff4ad09170 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.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
@@ -11,7 +11,7 @@ DESCRIPTION="Provide commonly requested regular expressions"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
 	virtual/perl-Test-Simple


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2024-06-20 15:07 Ionen Wolkens
  0 siblings, 0 replies; 20+ messages in thread
From: Ionen Wolkens @ 2024-06-20 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     91a6ae06e76d9f9b176401816c27d93e6d215055
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Thu Jun 20 13:51:26 2024 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jun 20 15:03:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a6ae06

dev-perl/Test-Regexp: Stabilize 2017040101.0.0-r1 hppa, #934402

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild
index 0ed85eaf1941..bf3c837e695a 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ DESCRIPTION="Provide commonly requested regular expressions"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
 	virtual/perl-Test-Simple


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/
@ 2024-08-26 15:10 Arthur Zamarin
  0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2024-08-26 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     34c64dcb2c17ff49f7d766a6630b337981d77502
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 26 15:08:43 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 26 15:10:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c64dcb

dev-perl/Test-Regexp: keyword 2017040101.0.0-r1 for ~mips

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

 dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild
index bf3c837e695a..c2f4f24c6022 100644
--- a/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild
+++ b/dev-perl/Test-Regexp/Test-Regexp-2017040101.0.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Provide commonly requested regular expressions"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
 	virtual/perl-Test-Simple


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

end of thread, other threads:[~2024-08-26 15:10 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-02 22:31 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Regexp/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2024-08-26 15:10 Arthur Zamarin
2024-06-20 15:07 Ionen Wolkens
2023-04-01 18:14 Arthur Zamarin
2022-12-31 15:53 Arthur Zamarin
2021-10-26  1:21 Yixun Lan
2021-08-29  0:58 Andreas K. Hüttel
2020-08-17  8:41 Fabian Groffen
2017-11-08 20:14 Sergei Trofimovich
2017-10-15 19:08 Sergei Trofimovich
2017-10-14 19:43 Sergei Trofimovich
2017-08-19  0:56 Thomas Deutschmann
2017-07-16 11:08 Tobias Klausmann
2017-07-15 17:04 Tobias Klausmann
2017-07-15 11:29 Sergei Trofimovich
2017-04-11  1:27 Kent Fredric
2017-04-04 11:49 Kent Fredric
2017-02-04 10:48 Jeroen Roovers
2017-01-26 15:18 Tobias Klausmann
2017-01-16 19: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