public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2016-01-24 12:37 Andreas Hüttel
  0 siblings, 0 replies; 36+ messages in thread
From: Andreas Hüttel @ 2016-01-24 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     d094d3bcd8526732a20b7ea2eb853cc4845f3888
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 12:33:12 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 12:37:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d094d3bc

dev-perl/Net-IDN-Encode: Unicode::Normalize is in perl-core

Package-Manager: portage-2.2.27

 ...Net-IDN-Encode-2.201.0.ebuild => Net-IDN-Encode-2.201.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.201.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.201.0-r1.ebuild
similarity index 85%
rename from dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.201.0.ebuild
rename to dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.201.0-r1.ebuild
index ba3162f..c18da86 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.201.0.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.201.0-r1.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$
 
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="
-	dev-perl/Unicode-Normalize
+	virtual/perl-Unicode-Normalize
 "
 DEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-CBuilder


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2016-03-01 14:39 Andreas Hüttel
  0 siblings, 0 replies; 36+ messages in thread
From: Andreas Hüttel @ 2016-03-01 14:39 UTC (permalink / raw
  To: gentoo-commits

commit:     0fe2f5d977ef0022eef3d57013abce4cc02b1786
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Mar  1 09:25:36 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Mar  1 10:58:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe2f5d9

dev-perl/Net-IDN-Encode: Bump to version 2.300.0

- EAPI6
- Test Cleanup

Upstream:
- Unicode 7.0 and 8.0 updates.

Package-Manager: portage-2.2.27

 dev-perl/Net-IDN-Encode/Manifest                   |  1 +
 .../Net-IDN-Encode/Net-IDN-Encode-2.300.0.ebuild   | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/Net-IDN-Encode/Manifest b/dev-perl/Net-IDN-Encode/Manifest
index 29b07c1..455ca5c 100644
--- a/dev-perl/Net-IDN-Encode/Manifest
+++ b/dev-perl/Net-IDN-Encode/Manifest
@@ -1 +1,2 @@
 DIST Net-IDN-Encode-2.201.tar.gz 448866 SHA256 1045df339283008974890d6f3db35b9a140b8d09e5182828c2b1cd8ca92ae22f SHA512 e1379a1431ba134c66939e6b14741d2d76e0f32365fce634650747d29069e4af0fd61541bce9d7fb57a5ac6b429ea9eb04983d729d547db6095b1906e1a6242b WHIRLPOOL d72d0845f1ffd8f3684347f52c491feac98a907a328a7bb3b78de6a9c94ad8d04f68de953292158e453251b66fa2b821af1f20b0f111de578becbd24f24c79fb
+DIST Net-IDN-Encode-2.300.tar.gz 433068 SHA256 46b18a0a933af6709079eb5090cab2f4b382b07000672708bce0aec9135e56fc SHA512 a9079e510afa83f5c57c07817a6772e85993d1deeb11a3a77faf6c6cef8c1883fd0b15bdee54009384d49a0c5eec80366a77bfda80ae03ee65155f0ff6635997 WHIRLPOOL 5d737f110e7dc17e8b822fbc0152ab8123b4366f50491f227dd9579bb1e55e423f0b75f94bf53bde0d8853bbee315c40a13976a43b2bbd0f1f9f86b02e3d078e

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.300.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.300.0.ebuild
new file mode 100644
index 0000000..fead6bd
--- /dev/null
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.300.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=CFAERBER
+DIST_VERSION=2.300
+inherit perl-module
+
+DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+PERL_RM_FILES=(
+	"t/10pod.t"
+	"t/11pod_cover.t"
+)
+RDEPEND="
+	virtual/perl-Unicode-Normalize
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-CBuilder
+	>=dev-perl/Module-Build-0.420.0
+	test? (
+		virtual/perl-Test-Simple
+		dev-perl/Test-NoWarnings
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2016-03-31 21:44 Andreas Hüttel
  0 siblings, 0 replies; 36+ messages in thread
From: Andreas Hüttel @ 2016-03-31 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     8d10fbb774c7b1b067ee88c9faccb7d8a5d96666
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 21:25:01 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 21:25:01 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d10fbb7

dev-perl/Net-IDN-Encode: Remove old

Package-Manager: portage-2.2.28

 dev-perl/Net-IDN-Encode/Manifest                   |  1 -
 .../Net-IDN-Encode-2.201.0-r1.ebuild               | 29 ----------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-perl/Net-IDN-Encode/Manifest b/dev-perl/Net-IDN-Encode/Manifest
index 455ca5c..765d13c 100644
--- a/dev-perl/Net-IDN-Encode/Manifest
+++ b/dev-perl/Net-IDN-Encode/Manifest
@@ -1,2 +1 @@
-DIST Net-IDN-Encode-2.201.tar.gz 448866 SHA256 1045df339283008974890d6f3db35b9a140b8d09e5182828c2b1cd8ca92ae22f SHA512 e1379a1431ba134c66939e6b14741d2d76e0f32365fce634650747d29069e4af0fd61541bce9d7fb57a5ac6b429ea9eb04983d729d547db6095b1906e1a6242b WHIRLPOOL d72d0845f1ffd8f3684347f52c491feac98a907a328a7bb3b78de6a9c94ad8d04f68de953292158e453251b66fa2b821af1f20b0f111de578becbd24f24c79fb
 DIST Net-IDN-Encode-2.300.tar.gz 433068 SHA256 46b18a0a933af6709079eb5090cab2f4b382b07000672708bce0aec9135e56fc SHA512 a9079e510afa83f5c57c07817a6772e85993d1deeb11a3a77faf6c6cef8c1883fd0b15bdee54009384d49a0c5eec80366a77bfda80ae03ee65155f0ff6635997 WHIRLPOOL 5d737f110e7dc17e8b822fbc0152ab8123b4366f50491f227dd9579bb1e55e423f0b75f94bf53bde0d8853bbee315c40a13976a43b2bbd0f1f9f86b02e3d078e

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.201.0-r1.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.201.0-r1.ebuild
deleted file mode 100644
index c18da86..0000000
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.201.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=CFAERBER
-MODULE_VERSION=2.201
-inherit perl-module
-
-DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	virtual/perl-Unicode-Normalize
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-CBuilder
-	>=dev-perl/Module-Build-0.420.0
-	test? (
-		virtual/perl-Test-Simple
-		dev-perl/Test-NoWarnings
-	)
-"
-
-SRC_TEST=do


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2016-12-05 19:35 Kent Fredric
  0 siblings, 0 replies; 36+ messages in thread
From: Kent Fredric @ 2016-12-05 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     811e767d0576e78606f9fce9e1366d3f6b6c97b6
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 17:38:25 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 19:35:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=811e767d

dev-perl/Net-IDN-Encode: Bump to version 2.301.0

- Add USE=examples

Upstream:
- Fix encode_punycode heap overflow

Package-Manager: portage-2.3.2

 dev-perl/Net-IDN-Encode/Manifest                   |  1 +
 .../Net-IDN-Encode/Net-IDN-Encode-2.301.0.ebuild   | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Net-IDN-Encode/Manifest b/dev-perl/Net-IDN-Encode/Manifest
index 765d13c..e552d9e 100644
--- a/dev-perl/Net-IDN-Encode/Manifest
+++ b/dev-perl/Net-IDN-Encode/Manifest
@@ -1 +1,2 @@
 DIST Net-IDN-Encode-2.300.tar.gz 433068 SHA256 46b18a0a933af6709079eb5090cab2f4b382b07000672708bce0aec9135e56fc SHA512 a9079e510afa83f5c57c07817a6772e85993d1deeb11a3a77faf6c6cef8c1883fd0b15bdee54009384d49a0c5eec80366a77bfda80ae03ee65155f0ff6635997 WHIRLPOOL 5d737f110e7dc17e8b822fbc0152ab8123b4366f50491f227dd9579bb1e55e423f0b75f94bf53bde0d8853bbee315c40a13976a43b2bbd0f1f9f86b02e3d078e
+DIST Net-IDN-Encode-2.301.tar.gz 433213 SHA256 681dc68318d237d6722eb035e40578744accd2c2e3b5a700735feb89fce27ae4 SHA512 7f0e2ffa7493c2ee28aa911240f23dd9a55633bd56c7655a7d00cdcf7ca7c747fc144bf6f06e6a76ceeee2a0fed20f85993765a25bee1999bd0ed0fd8b02ec90 WHIRLPOOL b611a029d06b5d5bea3065b0795e387921c8856342d5febfd8a9ef48629d18ffd0a2867f036792d945adf1af7cb92f67827406490c86fc6f03dccfe3cddccdbf

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.301.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.301.0.ebuild
new file mode 100644
index 00000000..388e7bd
--- /dev/null
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.301.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=CFAERBER
+DIST_VERSION=2.301
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Unicode-Normalize
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-CBuilder
+	>=dev-perl/Module-Build-0.420.0
+	test? (
+		virtual/perl-Test-Simple
+		dev-perl/Test-NoWarnings
+	)
+"
+
+src_test() {
+	perl_rm_files t/10pod.t t/11pod_cover.t
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2016-12-08 19:09 Kent Fredric
  0 siblings, 0 replies; 36+ messages in thread
From: Kent Fredric @ 2016-12-08 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0c65680bdb8ae7de8c1565c83863044af109c612
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  8 08:58:28 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Dec  8 18:58:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c65680b

dev-perl/Net-IDN-Encode: Bump to version 2.302.0

Upstream:
- Fix memory leak

Package-Manager: portage-2.3.3

 dev-perl/Net-IDN-Encode/Manifest                   |  1 +
 .../Net-IDN-Encode/Net-IDN-Encode-2.302.0.ebuild   | 33 ++++++++++++++++++++++
 dev-perl/Net-IDN-Encode/metadata.xml               |  7 +++++
 3 files changed, 41 insertions(+)

diff --git a/dev-perl/Net-IDN-Encode/Manifest b/dev-perl/Net-IDN-Encode/Manifest
index e552d9e..1529337 100644
--- a/dev-perl/Net-IDN-Encode/Manifest
+++ b/dev-perl/Net-IDN-Encode/Manifest
@@ -1,2 +1,3 @@
 DIST Net-IDN-Encode-2.300.tar.gz 433068 SHA256 46b18a0a933af6709079eb5090cab2f4b382b07000672708bce0aec9135e56fc SHA512 a9079e510afa83f5c57c07817a6772e85993d1deeb11a3a77faf6c6cef8c1883fd0b15bdee54009384d49a0c5eec80366a77bfda80ae03ee65155f0ff6635997 WHIRLPOOL 5d737f110e7dc17e8b822fbc0152ab8123b4366f50491f227dd9579bb1e55e423f0b75f94bf53bde0d8853bbee315c40a13976a43b2bbd0f1f9f86b02e3d078e
 DIST Net-IDN-Encode-2.301.tar.gz 433213 SHA256 681dc68318d237d6722eb035e40578744accd2c2e3b5a700735feb89fce27ae4 SHA512 7f0e2ffa7493c2ee28aa911240f23dd9a55633bd56c7655a7d00cdcf7ca7c747fc144bf6f06e6a76ceeee2a0fed20f85993765a25bee1999bd0ed0fd8b02ec90 WHIRLPOOL b611a029d06b5d5bea3065b0795e387921c8856342d5febfd8a9ef48629d18ffd0a2867f036792d945adf1af7cb92f67827406490c86fc6f03dccfe3cddccdbf
+DIST Net-IDN-Encode-2.302.tar.gz 433145 SHA256 f88e0036f2f4e3998bbf9a99f16b641c4f1782b528fbc6edcc067f25f17c9c31 SHA512 e213025fea99e8084bb856eeee30f188231be4a460742686571fbef522f8b0fdd5deea7c89ab12aa77bd2fb3117281e3ef1172c2285a63700f86f9683751793f WHIRLPOOL d26d26d311436510a86a9e6b20da26351561f43953b024a9083b9b2689744e5f08e6feaba936d277c32ef20303da9d9d862974ad1e8be0680dd1b2b83121e1d8

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.302.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.302.0.ebuild
new file mode 100644
index 00000000..653ceeb
--- /dev/null
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.302.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=CFAERBER
+DIST_VERSION=2.302
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Unicode-Normalize
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-CBuilder
+	>=dev-perl/Module-Build-0.420.0
+	test? (
+		virtual/perl-Test-Simple
+		dev-perl/Test-NoWarnings
+	)
+"
+
+src_test() {
+	perl_rm_files t/10pod.t t/11pod_cover.t
+	perl-module_src_test
+}

diff --git a/dev-perl/Net-IDN-Encode/metadata.xml b/dev-perl/Net-IDN-Encode/metadata.xml
index 2b9a936..7faf5e0 100644
--- a/dev-perl/Net-IDN-Encode/metadata.xml
+++ b/dev-perl/Net-IDN-Encode/metadata.xml
@@ -5,4 +5,11 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">Net-IDN-Encode</remote-id>
+    <remote-id type="cpan-module">Net::IDN::Encode</remote-id>
+    <remote-id type="cpan-module">Net::IDN::Punycode</remote-id>
+    <remote-id type="cpan-module">Net::IDN::Punycode::PP</remote-id>
+    <remote-id type="cpan-module">Net::IDN::UTS46</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2016-12-11 15:51 Kent Fredric
  0 siblings, 0 replies; 36+ messages in thread
From: Kent Fredric @ 2016-12-11 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     3de0fbea5e549dc31b3f2734f0f2c691bf512c6f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 11 14:54:11 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 15:51:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de0fbea

dev-perl/Net-IDN-Encode: Bump to version 2.303.0

Upstream:
- Fix compiler warning
- Update to UNICODE 9.0

Package-Manager: portage-2.3.3

 dev-perl/Net-IDN-Encode/Manifest                   |  1 +
 .../Net-IDN-Encode/Net-IDN-Encode-2.303.0.ebuild   | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Net-IDN-Encode/Manifest b/dev-perl/Net-IDN-Encode/Manifest
index 1529337..691b46c 100644
--- a/dev-perl/Net-IDN-Encode/Manifest
+++ b/dev-perl/Net-IDN-Encode/Manifest
@@ -1,3 +1,4 @@
 DIST Net-IDN-Encode-2.300.tar.gz 433068 SHA256 46b18a0a933af6709079eb5090cab2f4b382b07000672708bce0aec9135e56fc SHA512 a9079e510afa83f5c57c07817a6772e85993d1deeb11a3a77faf6c6cef8c1883fd0b15bdee54009384d49a0c5eec80366a77bfda80ae03ee65155f0ff6635997 WHIRLPOOL 5d737f110e7dc17e8b822fbc0152ab8123b4366f50491f227dd9579bb1e55e423f0b75f94bf53bde0d8853bbee315c40a13976a43b2bbd0f1f9f86b02e3d078e
 DIST Net-IDN-Encode-2.301.tar.gz 433213 SHA256 681dc68318d237d6722eb035e40578744accd2c2e3b5a700735feb89fce27ae4 SHA512 7f0e2ffa7493c2ee28aa911240f23dd9a55633bd56c7655a7d00cdcf7ca7c747fc144bf6f06e6a76ceeee2a0fed20f85993765a25bee1999bd0ed0fd8b02ec90 WHIRLPOOL b611a029d06b5d5bea3065b0795e387921c8856342d5febfd8a9ef48629d18ffd0a2867f036792d945adf1af7cb92f67827406490c86fc6f03dccfe3cddccdbf
 DIST Net-IDN-Encode-2.302.tar.gz 433145 SHA256 f88e0036f2f4e3998bbf9a99f16b641c4f1782b528fbc6edcc067f25f17c9c31 SHA512 e213025fea99e8084bb856eeee30f188231be4a460742686571fbef522f8b0fdd5deea7c89ab12aa77bd2fb3117281e3ef1172c2285a63700f86f9683751793f WHIRLPOOL d26d26d311436510a86a9e6b20da26351561f43953b024a9083b9b2689744e5f08e6feaba936d277c32ef20303da9d9d862974ad1e8be0680dd1b2b83121e1d8
+DIST Net-IDN-Encode-2.303.tar.gz 432454 SHA256 cbabac0f731e7c79312675b0b87b6e4f80c1b0cd2e27e3b30b7f056bcf0c47d4 SHA512 3053792fdba9dfa5239b20f21f8b9922d438a5e247cc3066d5097df588ec3fe2800b013c72dcebaff847468fefeb709fc2f2dbb8c2e984a384a2d66aa318d379 WHIRLPOOL 5e536b5f627e622ed974a1d9c42be6dd237e67247b1e250d7b977dd93b86eb3fa52d4476b9dcae5ef59f9431672599ab302c938b69a6a9eaf3d783f88803273c

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.303.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.303.0.ebuild
new file mode 100644
index 00000000..0792327
--- /dev/null
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.303.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=CFAERBER
+DIST_VERSION=2.303
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Unicode-Normalize
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-CBuilder
+	>=dev-perl/Module-Build-0.420.0
+	test? (
+		virtual/perl-Test-Simple
+		dev-perl/Test-NoWarnings
+	)
+"
+
+src_test() {
+	perl_rm_files t/10pod.t t/11pod_cover.t
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2016-12-19 14:14 Tobias Klausmann
  0 siblings, 0 replies; 36+ messages in thread
From: Tobias Klausmann @ 2016-12-19 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     b807fc8b52038d252aa3cf2e15f268afc486f993
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 14:13:25 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 14:14:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b807fc8b

dev-perl/Net-IDN-Encode-2.303.0-r0: stable on amd64

Gentoo-Bug: 568882

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.303.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.303.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.303.0.ebuild
index 0792327..e988408 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.303.0.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.303.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2017-01-08  3:52 Kent Fredric
  0 siblings, 0 replies; 36+ messages in thread
From: Kent Fredric @ 2017-01-08  3:52 UTC (permalink / raw
  To: gentoo-commits

commit:     aca95f198ebd4bc3534991c520e61d4360018caa
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  8 03:37:19 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 03:37:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca95f19

dev-perl/Net-IDN-Encode: Bump to version 2.400.0

Upstream:
- Unicode 9.0 Support
- Tests and documentation cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Net-IDN-Encode/Manifest                   |  1 +
 .../Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild   | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Net-IDN-Encode/Manifest b/dev-perl/Net-IDN-Encode/Manifest
index 691b46c..feec532 100644
--- a/dev-perl/Net-IDN-Encode/Manifest
+++ b/dev-perl/Net-IDN-Encode/Manifest
@@ -2,3 +2,4 @@ DIST Net-IDN-Encode-2.300.tar.gz 433068 SHA256 46b18a0a933af6709079eb5090cab2f4b
 DIST Net-IDN-Encode-2.301.tar.gz 433213 SHA256 681dc68318d237d6722eb035e40578744accd2c2e3b5a700735feb89fce27ae4 SHA512 7f0e2ffa7493c2ee28aa911240f23dd9a55633bd56c7655a7d00cdcf7ca7c747fc144bf6f06e6a76ceeee2a0fed20f85993765a25bee1999bd0ed0fd8b02ec90 WHIRLPOOL b611a029d06b5d5bea3065b0795e387921c8856342d5febfd8a9ef48629d18ffd0a2867f036792d945adf1af7cb92f67827406490c86fc6f03dccfe3cddccdbf
 DIST Net-IDN-Encode-2.302.tar.gz 433145 SHA256 f88e0036f2f4e3998bbf9a99f16b641c4f1782b528fbc6edcc067f25f17c9c31 SHA512 e213025fea99e8084bb856eeee30f188231be4a460742686571fbef522f8b0fdd5deea7c89ab12aa77bd2fb3117281e3ef1172c2285a63700f86f9683751793f WHIRLPOOL d26d26d311436510a86a9e6b20da26351561f43953b024a9083b9b2689744e5f08e6feaba936d277c32ef20303da9d9d862974ad1e8be0680dd1b2b83121e1d8
 DIST Net-IDN-Encode-2.303.tar.gz 432454 SHA256 cbabac0f731e7c79312675b0b87b6e4f80c1b0cd2e27e3b30b7f056bcf0c47d4 SHA512 3053792fdba9dfa5239b20f21f8b9922d438a5e247cc3066d5097df588ec3fe2800b013c72dcebaff847468fefeb709fc2f2dbb8c2e984a384a2d66aa318d379 WHIRLPOOL 5e536b5f627e622ed974a1d9c42be6dd237e67247b1e250d7b977dd93b86eb3fa52d4476b9dcae5ef59f9431672599ab302c938b69a6a9eaf3d783f88803273c
+DIST Net-IDN-Encode-2.400.tar.gz 432177 SHA256 98b6f0b57ab0c56ea17f58a158e71fe28eb6e32133f43e73a3722657b6b23329 SHA512 ea58d8825a9552851a0cac898744cdeb0e99e48f76809b58e7586d6992919339cc670506584df2d81c4e98cf7e6cfd1e96330e00f0e216f33033a743cb872d94 WHIRLPOOL c1acd3894367469aa43d038c2594e46d0342005f792820b8867da2b069459f22bf8b477bdc565dc5cd807c9bb6e433d1fc4e36dff241d5edb1f67bd90e1a604c

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
new file mode 100644
index 00000000..8bc66fa
--- /dev/null
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=CFAERBER
+DIST_VERSION=2.400
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Unicode-Normalize
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-CBuilder
+	>=dev-perl/Module-Build-0.420.0
+	test? (
+		virtual/perl-Test-Simple
+		dev-perl/Test-NoWarnings
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2018-07-15  3:40 Kent Fredric
  0 siblings, 0 replies; 36+ messages in thread
From: Kent Fredric @ 2018-07-15  3:40 UTC (permalink / raw
  To: gentoo-commits

commit:     eade345b430326e62fe8965221e7302f193978ec
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 03:15:30 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 03:40:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eade345b

dev-perl/Net-IDN-Encode: Cleanup old versions 0.30{0..2}.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Net-IDN-Encode/Manifest                   |  3 --
 .../Net-IDN-Encode/Net-IDN-Encode-2.300.0.ebuild   | 30 --------------------
 .../Net-IDN-Encode/Net-IDN-Encode-2.301.0.ebuild   | 32 ----------------------
 .../Net-IDN-Encode/Net-IDN-Encode-2.302.0.ebuild   | 32 ----------------------
 4 files changed, 97 deletions(-)

diff --git a/dev-perl/Net-IDN-Encode/Manifest b/dev-perl/Net-IDN-Encode/Manifest
index 02703772277..8e97e5a002e 100644
--- a/dev-perl/Net-IDN-Encode/Manifest
+++ b/dev-perl/Net-IDN-Encode/Manifest
@@ -1,5 +1,2 @@
-DIST Net-IDN-Encode-2.300.tar.gz 433068 BLAKE2B b34287637d38500dd5477f289b04255345bb81c76de5a1974d6f48812ea6235f78384e32e7df65cbefe244913f87f5e7a3ca4bd7a252449297686bb6de5cf9f2 SHA512 a9079e510afa83f5c57c07817a6772e85993d1deeb11a3a77faf6c6cef8c1883fd0b15bdee54009384d49a0c5eec80366a77bfda80ae03ee65155f0ff6635997
-DIST Net-IDN-Encode-2.301.tar.gz 433213 BLAKE2B 9e8737722b3597b587e3e5faf2b405bce720251596fa42c45d536ae364be008e12162cafd38b556d5a5261dfd6fe271274b7f7a1abb001a711fe9c7a1a1695d0 SHA512 7f0e2ffa7493c2ee28aa911240f23dd9a55633bd56c7655a7d00cdcf7ca7c747fc144bf6f06e6a76ceeee2a0fed20f85993765a25bee1999bd0ed0fd8b02ec90
-DIST Net-IDN-Encode-2.302.tar.gz 433145 BLAKE2B c619da0698528e5c00fcb7fb4c0a23802493ed39ad96fe336eec071e02b8f2c4929e7ddd10ec018cfaf3df19f13af5ba94c40b0f12281be7fa7c4b88bedfdcb9 SHA512 e213025fea99e8084bb856eeee30f188231be4a460742686571fbef522f8b0fdd5deea7c89ab12aa77bd2fb3117281e3ef1172c2285a63700f86f9683751793f
 DIST Net-IDN-Encode-2.303.tar.gz 432454 BLAKE2B 9a5994a17ce5d81b1866db4cce3801698be97436413a28b291796ff68dfb608eaa95415f8e435f4e635da45318746c644ac85f80d1875ab21877c119dace2a6e SHA512 3053792fdba9dfa5239b20f21f8b9922d438a5e247cc3066d5097df588ec3fe2800b013c72dcebaff847468fefeb709fc2f2dbb8c2e984a384a2d66aa318d379
 DIST Net-IDN-Encode-2.400.tar.gz 432177 BLAKE2B 1377340423c72775414fd27d2c140d3eaf231d782f44570998add049f18a7904b0f24514bd1d79b88d0c828fbdc7974e702e33af3a05a5d1c22c00193e5890d1 SHA512 ea58d8825a9552851a0cac898744cdeb0e99e48f76809b58e7586d6992919339cc670506584df2d81c4e98cf7e6cfd1e96330e00f0e216f33033a743cb872d94

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.300.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.300.0.ebuild
deleted file mode 100644
index 39a361ff90e..00000000000
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.300.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=CFAERBER
-DIST_VERSION=2.300
-inherit perl-module
-
-DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-PERL_RM_FILES=(
-	"t/10pod.t"
-	"t/11pod_cover.t"
-)
-RDEPEND="
-	virtual/perl-Unicode-Normalize
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-CBuilder
-	>=dev-perl/Module-Build-0.420.0
-	test? (
-		virtual/perl-Test-Simple
-		dev-perl/Test-NoWarnings
-	)
-"

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.301.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.301.0.ebuild
deleted file mode 100644
index 05a71a1b84c..00000000000
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.301.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=CFAERBER
-DIST_VERSION=2.301
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	virtual/perl-Unicode-Normalize
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-CBuilder
-	>=dev-perl/Module-Build-0.420.0
-	test? (
-		virtual/perl-Test-Simple
-		dev-perl/Test-NoWarnings
-	)
-"
-
-src_test() {
-	perl_rm_files t/10pod.t t/11pod_cover.t
-	perl-module_src_test
-}

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.302.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.302.0.ebuild
deleted file mode 100644
index 4d4d828383f..00000000000
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.302.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=CFAERBER
-DIST_VERSION=2.302
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
-	virtual/perl-Unicode-Normalize
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-CBuilder
-	>=dev-perl/Module-Build-0.420.0
-	test? (
-		virtual/perl-Test-Simple
-		dev-perl/Test-NoWarnings
-	)
-"
-
-src_test() {
-	perl_rm_files t/10pod.t t/11pod_cover.t
-	perl-module_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2018-07-22 14:51 Thomas Deutschmann
  0 siblings, 0 replies; 36+ messages in thread
From: Thomas Deutschmann @ 2018-07-22 14:51 UTC (permalink / raw
  To: gentoo-commits

commit:     0e79de5c23463da0017ea95db0ba9734d6fd87a1
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 22 14:38:47 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 22 14:50:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e79de5c

dev-perl/Net-IDN-Encode: x86 stable (bug #661724)

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
index e62b1a5a7ad..0b93cc55f07 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2018-09-02 11:48 Sergei Trofimovich
  0 siblings, 0 replies; 36+ messages in thread
From: Sergei Trofimovich @ 2018-09-02 11:48 UTC (permalink / raw
  To: gentoo-commits

commit:     f3731516c34f605036ad0e5fc3b41395e0795324
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Sep  2 11:23:48 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep  2 11:48:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3731516

dev-perl/Net-IDN-Encode: keyworded 2.400.0 for sparc, bug #665088

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
index b888947ccd4..9a852277e4a 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="~amd64 ppc ~sparc x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2018-09-07 22:37 Sergei Trofimovich
  0 siblings, 0 replies; 36+ messages in thread
From: Sergei Trofimovich @ 2018-09-07 22:37 UTC (permalink / raw
  To: gentoo-commits

commit:     f1682050ad934b7e69f3eee3e5d2bb0e00e84a0d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  7 22:36:42 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep  7 22:37:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1682050

dev-perl/Net-IDN-Encode: keyworded 2.400.0 for ia64, bug #665088

Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="ia64"

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
index 9a852277e4a..26468a66a03 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc x86"
+KEYWORDS="~amd64 ~ia64 ppc ~sparc x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2018-09-07 23:03 Sergei Trofimovich
  0 siblings, 0 replies; 36+ messages in thread
From: Sergei Trofimovich @ 2018-09-07 23:03 UTC (permalink / raw
  To: gentoo-commits

commit:     280cf66d9fd3afed852d44b3b09fc3b35a9daf34
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  7 22:59:12 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep  7 23:03:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=280cf66d

dev-perl/Net-IDN-Encode: keyworded 2.400.0 for ppc64, bug #665088

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

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
index 26468a66a03..132c59264d6 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ppc ~sparc x86"
+KEYWORDS="~amd64 ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2018-09-08  5:30 Mikle Kolyada
  0 siblings, 0 replies; 36+ messages in thread
From: Mikle Kolyada @ 2018-09-08  5:30 UTC (permalink / raw
  To: gentoo-commits

commit:     d570f52c708732cb6a875c9616b935e73a25d441
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  8 05:19:46 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Sep  8 05:19:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d570f52c

dev-perl/Net-IDN-Encode: amd64 stable wrt bug #661724

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
index 132c59264d6..d66e33812d8 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2018-10-18  7:52 Tobias Klausmann
  0 siblings, 0 replies; 36+ messages in thread
From: Tobias Klausmann @ 2018-10-18  7:52 UTC (permalink / raw
  To: gentoo-commits

commit:     223b21184a623b6c61f48867c09557092eed001a
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 18 07:52:08 2018 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Oct 18 07:52:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223b2118

dev-perl/Net-IDN-Encode-2.400.0-r0: add ~alpha keyword

Bug: http://bugs.gentoo.org/665088
Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
index d66e33812d8..cc04572c3fe 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2018-10-27 12:31 Fabian Groffen
  0 siblings, 0 replies; 36+ messages in thread
From: Fabian Groffen @ 2018-10-27 12:31 UTC (permalink / raw
  To: gentoo-commits

commit:     ea6128a40a46558e15b28e56a942bb31fc69bd93
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 12:23:13 2018 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 12:31:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6128a4

dev-perl/Net-IDN-Encode: added Prefix keywords, bug #665088

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

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
index cc04572c3fe..dc91e7596bc 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2018-10-29  4:06 Matt Turner
  0 siblings, 0 replies; 36+ messages in thread
From: Matt Turner @ 2018-10-29  4:06 UTC (permalink / raw
  To: gentoo-commits

commit:     429abc9e7dce3f314017bfadcc4689e2e4d01b0c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 29 04:05:36 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Oct 29 04:05:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429abc9e

dev-perl/Net-IDN-Encode-2.400.0: added ~mips, bug 665088

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

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
index dc91e7596bc..d66b098a95c 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2019-01-12  1:59 Kent Fredric
  0 siblings, 0 replies; 36+ messages in thread
From: Kent Fredric @ 2019-01-12  1:59 UTC (permalink / raw
  To: gentoo-commits

commit:     df6cf1da9f9ef58b867ae767bdf9402e925852b3
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 12 01:47:37 2019 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jan 12 01:47:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6cf1da

dev-perl/Net-IDN-Encode: Keyword ~arm64 re bug #665088

Bug: https://bugs.gentoo.org/665088
Package-Manager: Portage-2.3.55, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
index d66b098a95c..f473fadc8b3 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2019-01-17 20:39 Mikle Kolyada
  0 siblings, 0 replies; 36+ messages in thread
From: Mikle Kolyada @ 2019-01-17 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     e6425a387c331f77f0d751f14643c465f67ce782
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 20:37:47 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 20:37:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6425a38

dev-perl/Net-IDN-Encode: Add ~arm keyword wrt bug #665088

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
index 493a2a3cc9e..eddfb4d7807 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2019-03-14  7:36 Sergei Trofimovich
  0 siblings, 0 replies; 36+ messages in thread
From: Sergei Trofimovich @ 2019-03-14  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b4e235fc2041609c406ba66f3575055392dbf0a7
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Mar 14 06:17:43 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 07:36:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e235fc

dev-perl/Net-IDN-Encode: keyworded 2.400.0 for hppa, bug #665088

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
index eddfb4d7807..fa41520c700 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2019-07-17  5:54 Kent Fredric
  0 siblings, 0 replies; 36+ messages in thread
From: Kent Fredric @ 2019-07-17  5:54 UTC (permalink / raw
  To: gentoo-commits

commit:     157ee4398010c9d61967367393fc3d70551ba58e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 17 05:53:29 2019 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 05:53:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157ee439

dev-perl/Net-IDN-Encode: Bump to version 0.500.0 re bug #677652

Upstream:
- Fix domain_to_ascii AllowUnassigned param
- Fix domain_to_unicode AllowUnassigned param
- Fix warnings with perl <5.8.7
- Workaround bidi validation in ::UTS46 on perl 5.8.x/5.10.x
- Fix validation in ::UTS46 for some non-valid characters
- Remove workarounds for pre-9.0.0 test vectors in ::UTS46
- Update to Unicode 10.0.0

Closes: https://bugs.gentoo.org/677652
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Net-IDN-Encode/Manifest                   |  1 +
 .../Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild   | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/Net-IDN-Encode/Manifest b/dev-perl/Net-IDN-Encode/Manifest
index 8e97e5a002e..a9837be3380 100644
--- a/dev-perl/Net-IDN-Encode/Manifest
+++ b/dev-perl/Net-IDN-Encode/Manifest
@@ -1,2 +1,3 @@
 DIST Net-IDN-Encode-2.303.tar.gz 432454 BLAKE2B 9a5994a17ce5d81b1866db4cce3801698be97436413a28b291796ff68dfb608eaa95415f8e435f4e635da45318746c644ac85f80d1875ab21877c119dace2a6e SHA512 3053792fdba9dfa5239b20f21f8b9922d438a5e247cc3066d5097df588ec3fe2800b013c72dcebaff847468fefeb709fc2f2dbb8c2e984a384a2d66aa318d379
 DIST Net-IDN-Encode-2.400.tar.gz 432177 BLAKE2B 1377340423c72775414fd27d2c140d3eaf231d782f44570998add049f18a7904b0f24514bd1d79b88d0c828fbdc7974e702e33af3a05a5d1c22c00193e5890d1 SHA512 ea58d8825a9552851a0cac898744cdeb0e99e48f76809b58e7586d6992919339cc670506584df2d81c4e98cf7e6cfd1e96330e00f0e216f33033a743cb872d94
+DIST Net-IDN-Encode-2.500.tar.gz 648108 BLAKE2B 04ad7d093d4e296d12e7f1c6effe3d39bd96e4b748e28bbf54f73832470dfa1fc49e1c6bec089196f9543e7e129c8d02870ce01695503d473258d3e0a934506b SHA512 3537309ea391e4f762eb8ce43929bfa024d63ee59c94f8d2ea16179aa6ad66ecef29188551749593302f14dc5b3182dbce18ebaf5176a34b40d6fa5b7e5763fb

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild
new file mode 100644
index 00000000000..a487c9d22f1
--- /dev/null
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=CFAERBER
+DIST_VERSION=2.500
+DIST_EXAMPLES=("eg/*")
+inherit perl-module
+
+DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Unicode-Normalize
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-CBuilder
+	>=dev-perl/Module-Build-0.420.0
+	test? (
+		virtual/perl-Test-Simple
+		dev-perl/Test-NoWarnings
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2020-04-14 12:59 Agostino Sarubbo
  0 siblings, 0 replies; 36+ messages in thread
From: Agostino Sarubbo @ 2020-04-14 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     77c60e9fab27cabd609ac611fa54d21094606a77
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 12:57:01 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 12:59:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c60e9f

dev-perl/Net-IDN-Encode: amd64 stable wrt bug #717060

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

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild
index fbec12dfbff..f7ce882cd23 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2020-04-14 14:03 Agostino Sarubbo
  0 siblings, 0 replies; 36+ messages in thread
From: Agostino Sarubbo @ 2020-04-14 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     4aace8061bbf9bd0cecab6c4e8296c935a66d4c8
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 14:02:28 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 14:02:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aace806

dev-perl/Net-IDN-Encode: x86 stable wrt bug #717060

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

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild
index f7ce882cd23..1c28f1603d9 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2020-07-06  2:51 Matt Turner
  0 siblings, 0 replies; 36+ messages in thread
From: Matt Turner @ 2020-07-06  2:51 UTC (permalink / raw
  To: gentoo-commits

commit:     1f9500827355237db5d6ffe8b31a11e34e706384
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  6 02:48:06 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jul  6 02:48:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f950082

dev-perl/Net-IDN-Encode: Stabilize 2.500.0 ppc, #717060

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

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild
index 1c28f1603d9..92f9c1d4252 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2021-07-12 20:49 Andreas K. Hüttel
  0 siblings, 0 replies; 36+ messages in thread
From: Andreas K. Hüttel @ 2021-07-12 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     491ab22f7695a0e75d7689893aa5b60d2832b6f8
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 20:42:12 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 20:49:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491ab22f

dev-perl/Net-IDN-Encode: Remove old

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

 dev-perl/Net-IDN-Encode/Manifest                   |  1 -
 .../Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild   | 28 ----------------------
 2 files changed, 29 deletions(-)

diff --git a/dev-perl/Net-IDN-Encode/Manifest b/dev-perl/Net-IDN-Encode/Manifest
index 493956a8adb..cd56e0ad855 100644
--- a/dev-perl/Net-IDN-Encode/Manifest
+++ b/dev-perl/Net-IDN-Encode/Manifest
@@ -1,2 +1 @@
-DIST Net-IDN-Encode-2.400.tar.gz 432177 BLAKE2B 1377340423c72775414fd27d2c140d3eaf231d782f44570998add049f18a7904b0f24514bd1d79b88d0c828fbdc7974e702e33af3a05a5d1c22c00193e5890d1 SHA512 ea58d8825a9552851a0cac898744cdeb0e99e48f76809b58e7586d6992919339cc670506584df2d81c4e98cf7e6cfd1e96330e00f0e216f33033a743cb872d94
 DIST Net-IDN-Encode-2.500.tar.gz 648108 BLAKE2B 04ad7d093d4e296d12e7f1c6effe3d39bd96e4b748e28bbf54f73832470dfa1fc49e1c6bec089196f9543e7e129c8d02870ce01695503d473258d3e0a934506b SHA512 3537309ea391e4f762eb8ce43929bfa024d63ee59c94f8d2ea16179aa6ad66ecef29188551749593302f14dc5b3182dbce18ebaf5176a34b40d6fa5b7e5763fb

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
deleted file mode 100644
index 0a6e8a036ab..00000000000
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.400.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=CFAERBER
-DIST_VERSION=2.400
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	virtual/perl-Unicode-Normalize
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-CBuilder
-	>=dev-perl/Module-Build-0.420.0
-	test? (
-		virtual/perl-Test-Simple
-		dev-perl/Test-NoWarnings
-	)
-"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2021-07-12 20:49 Andreas K. Hüttel
  0 siblings, 0 replies; 36+ messages in thread
From: Andreas K. Hüttel @ 2021-07-12 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a6106cc335e0075d351494338bcde6cce9a8d97e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 20:43:07 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 20:49:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6106cc3

dev-perl/Net-IDN-Encode: EAPI=8 bump

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

 ...t-IDN-Encode-2.500.0.ebuild => Net-IDN-Encode-2.500.0-r1.ebuild} | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r1.ebuild
similarity index 90%
rename from dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild
rename to dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r1.ebuild
index aa0fdc7fb3a..36000975886 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=CFAERBER
 DIST_VERSION=2.500
@@ -12,13 +12,11 @@ DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	virtual/perl-Unicode-Normalize
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-CBuilder
 	>=dev-perl/Module-Build-0.420.0
 	test? (


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2023-03-17 20:44 Arthur Zamarin
  0 siblings, 0 replies; 36+ messages in thread
From: Arthur Zamarin @ 2023-03-17 20:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ee87c3982a54d08138a6db821848d753028f7c26
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 17 20:43:59 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 17 20:43:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee87c398

dev-perl/Net-IDN-Encode: Stabilize 2.500.0-r1 ppc64, #901801

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

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r1.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r1.ebuild
index 36000975886b..122c7260421a 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r1.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
 	virtual/perl-Unicode-Normalize


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

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

commit:     0525f4de1d986a4a9fa87d9d3aecd1126d05ba62
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=0525f4de

dev-perl/Net-IDN-Encode: Stabilize 2.500.0-r1 arm64, #901801

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

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r1.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r1.ebuild
index 122c7260421a..9397f278109c 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r1.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
 	virtual/perl-Unicode-Normalize


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2023-04-03 19:10 Arthur Zamarin
  0 siblings, 0 replies; 36+ messages in thread
From: Arthur Zamarin @ 2023-04-03 19:10 UTC (permalink / raw
  To: gentoo-commits

commit:     06cc468d1652c43fc0c06204247bed8533324b58
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  3 19:10:15 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  3 19:10:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06cc468d

dev-perl/Net-IDN-Encode: Stabilize 2.500.0-r1 sparc, #901801

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

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r1.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r1.ebuild
index a616e83e7762..b6c4216bc5c4 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r1.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
 	virtual/perl-Unicode-Normalize


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2023-09-06 15:03 Sam James
  0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-09-06 15:03 UTC (permalink / raw
  To: gentoo-commits

commit:     cd770c9cffd504afa6d1dbe2b6a10b742c5b05d4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  6 15:03:44 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 15:03:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd770c9c

dev-perl/Net-IDN-Encode: Stabilize 2.500.0-r2 ppc64, #913716

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

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
index f9ad532233a1..41da3339c3af 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="
 	virtual/perl-Unicode-Normalize


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2023-09-06 15:03 Sam James
  0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-09-06 15:03 UTC (permalink / raw
  To: gentoo-commits

commit:     5d4d942c110cd0437a07ed3aa6d9a05b3a021aa3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  6 15:03:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 15:03:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4d942c

dev-perl/Net-IDN-Encode: Stabilize 2.500.0-r2 x86, #913716

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

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
index 87b6a44db313..f9ad532233a1 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="
 	virtual/perl-Unicode-Normalize


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2023-09-06 15:03 Sam James
  0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-09-06 15:03 UTC (permalink / raw
  To: gentoo-commits

commit:     6d3b2d1a2959c6d2b29267c7095bfa501e1dc1a2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  6 15:03:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 15:03:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d3b2d1a

dev-perl/Net-IDN-Encode: Stabilize 2.500.0-r2 amd64, #913716

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

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
index 6f1434ed764f..87b6a44db313 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="
 	virtual/perl-Unicode-Normalize


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2023-09-06 15:03 Sam James
  0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-09-06 15:03 UTC (permalink / raw
  To: gentoo-commits

commit:     c4920cbf20f05e4e71d6b8e6300088359c2817f9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  6 15:03:45 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 15:03:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4920cbf

dev-perl/Net-IDN-Encode: Stabilize 2.500.0-r2 sparc, #913716

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

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
index 41da3339c3af..67211c5a230a 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="
 	virtual/perl-Unicode-Normalize


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2023-09-06 15:03 Sam James
  0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-09-06 15:03 UTC (permalink / raw
  To: gentoo-commits

commit:     1da2c3be22ccb25ea1354bc48bbf35b2c084fae1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  6 15:03:41 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 15:03:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da2c3be

dev-perl/Net-IDN-Encode: Stabilize 2.500.0-r2 arm, #913716

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

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
index e05859eb73eb..6f1434ed764f 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="
 	virtual/perl-Unicode-Normalize


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2023-09-06 15:05 Sam James
  0 siblings, 0 replies; 36+ messages in thread
From: Sam James @ 2023-09-06 15:05 UTC (permalink / raw
  To: gentoo-commits

commit:     f4d275e8837b60e856f3f6fc25f5b320665a061d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  6 15:05:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep  6 15:05:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d275e8

dev-perl/Net-IDN-Encode: Stabilize 2.500.0-r2 arm64, #913716

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

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
index 67211c5a230a..083e07b208f6 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="
 	virtual/perl-Unicode-Normalize


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/
@ 2023-12-02 14:58 Arthur Zamarin
  0 siblings, 0 replies; 36+ messages in thread
From: Arthur Zamarin @ 2023-12-02 14:58 UTC (permalink / raw
  To: gentoo-commits

commit:     02a36bf43a36ed2d8a627b7b834db67b3306af80
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 14:58:24 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 14:58:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a36bf4

dev-perl/Net-IDN-Encode: Stabilize 2.500.0-r2 ppc, #913716

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

 dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
index 083e07b208f6..460ea361d403 100644
--- a/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
+++ b/dev-perl/Net-IDN-Encode/Net-IDN-Encode-2.500.0-r2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Internationalizing Domain Names in Applications (IDNA)"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 
 RDEPEND="
 	virtual/perl-Unicode-Normalize


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

end of thread, other threads:[~2023-12-02 14:58 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-14 12:59 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-IDN-Encode/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2023-12-02 14:58 Arthur Zamarin
2023-09-06 15:05 Sam James
2023-09-06 15:03 Sam James
2023-09-06 15:03 Sam James
2023-09-06 15:03 Sam James
2023-09-06 15:03 Sam James
2023-09-06 15:03 Sam James
2023-04-03 19:10 Arthur Zamarin
2023-04-01 18:14 Arthur Zamarin
2023-03-17 20:44 Arthur Zamarin
2021-07-12 20:49 Andreas K. Hüttel
2021-07-12 20:49 Andreas K. Hüttel
2020-07-06  2:51 Matt Turner
2020-04-14 14:03 Agostino Sarubbo
2019-07-17  5:54 Kent Fredric
2019-03-14  7:36 Sergei Trofimovich
2019-01-17 20:39 Mikle Kolyada
2019-01-12  1:59 Kent Fredric
2018-10-29  4:06 Matt Turner
2018-10-27 12:31 Fabian Groffen
2018-10-18  7:52 Tobias Klausmann
2018-09-08  5:30 Mikle Kolyada
2018-09-07 23:03 Sergei Trofimovich
2018-09-07 22:37 Sergei Trofimovich
2018-09-02 11:48 Sergei Trofimovich
2018-07-22 14:51 Thomas Deutschmann
2018-07-15  3:40 Kent Fredric
2017-01-08  3:52 Kent Fredric
2016-12-19 14:14 Tobias Klausmann
2016-12-11 15:51 Kent Fredric
2016-12-08 19:09 Kent Fredric
2016-12-05 19:35 Kent Fredric
2016-03-31 21:44 Andreas Hüttel
2016-03-01 14:39 Andreas Hüttel
2016-01-24 12:37 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