* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
@ 2015-12-26 0:35 Andreas Hüttel
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Hüttel @ 2015-12-26 0:35 UTC (permalink / raw
To: gentoo-commits
commit: c8c0f5b484f4085bbc2d80e6bec680c418c7ce25
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 00:10:51 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 00:10:51 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c0f5b4
dev-perl/IO-Interactive: New package, needed for dev-perl/Net-Amazon-S3
Package-Manager: portage-2.2.26
.../IO-Interactive/IO-Interactive-0.0.6.ebuild | 22 ++++++++++++++++++++++
dev-perl/IO-Interactive/Manifest | 1 +
dev-perl/IO-Interactive/metadata.xml | 5 +++++
3 files changed, 28 insertions(+)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-0.0.6.ebuild b/dev-perl/IO-Interactive/IO-Interactive-0.0.6.ebuild
new file mode 100644
index 0000000..40586ba
--- /dev/null
+++ b/dev-perl/IO-Interactive/IO-Interactive-0.0.6.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=BDFOY
+inherit perl-module
+
+DESCRIPTION="Utilities for interactive I/O"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-version
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? ( virtual/perl-Test-Simple )
+"
diff --git a/dev-perl/IO-Interactive/Manifest b/dev-perl/IO-Interactive/Manifest
new file mode 100644
index 0000000..b799dec
--- /dev/null
+++ b/dev-perl/IO-Interactive/Manifest
@@ -0,0 +1 @@
+DIST IO-Interactive-0.0.6.tar.gz 6487 SHA256 9cc016cbd94b500027e137cb5070d19487e4431bf822f0cb534c38b6b2c1038c SHA512 beee3f3c9c6ad9c9ca34e313a36312a62520c98914c9c405beacee1c2b3bf05ad2b2fe5a53b43abff8dec1dcbccada4718dd8b7b31a98755d96a6ef0f9863863 WHIRLPOOL 6ff16ee09485007d022c5d1a5a9c28ac72bd4540535f37d5093d9dfdde30bc15aa26f50832e1a2ea11a9014c6d553b7ad0322172bb2205f9492bd590ac6c60c7
diff --git a/dev-perl/IO-Interactive/metadata.xml b/dev-perl/IO-Interactive/metadata.xml
new file mode 100644
index 0000000..708bcbd
--- /dev/null
+++ b/dev-perl/IO-Interactive/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>perl</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
@ 2016-02-20 22:45 Patrice Clement
0 siblings, 0 replies; 18+ messages in thread
From: Patrice Clement @ 2016-02-20 22:45 UTC (permalink / raw
To: gentoo-commits
commit: db0c3bef872a6ccbab4979a5f87df00cecb3f775
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 20 04:49:39 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 07:48:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db0c3bef
dev-perl/IO-Interactive: Bump to version 1.21.0
- Fixup dependencies
- Nuke potentially fragile Pod tests.
Package-Manager: portage-2.2.27
.../IO-Interactive/IO-Interactive-1.21.0.ebuild | 28 ++++++++++++++++++++++
dev-perl/IO-Interactive/Manifest | 1 +
2 files changed, 29 insertions(+)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.21.0.ebuild b/dev-perl/IO-Interactive/IO-Interactive-1.21.0.ebuild
new file mode 100644
index 0000000..d9eeb11
--- /dev/null
+++ b/dev-perl/IO-Interactive/IO-Interactive-1.21.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=BDFOY
+DIST_VERSION=1.021
+inherit perl-module
+
+DESCRIPTION="Utilities for interactive I/O"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-version-0.780.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+ virtual/perl-File-Spec
+ test? ( >=virtual/perl-Test-Simple-0.940.0 )
+"
+src_test() {
+ perl_rm_files "t/pod.t" "t/pod-coverage.t"
+ perl-module_src_test
+}
diff --git a/dev-perl/IO-Interactive/Manifest b/dev-perl/IO-Interactive/Manifest
index b799dec..d8631da 100644
--- a/dev-perl/IO-Interactive/Manifest
+++ b/dev-perl/IO-Interactive/Manifest
@@ -1 +1,2 @@
DIST IO-Interactive-0.0.6.tar.gz 6487 SHA256 9cc016cbd94b500027e137cb5070d19487e4431bf822f0cb534c38b6b2c1038c SHA512 beee3f3c9c6ad9c9ca34e313a36312a62520c98914c9c405beacee1c2b3bf05ad2b2fe5a53b43abff8dec1dcbccada4718dd8b7b31a98755d96a6ef0f9863863 WHIRLPOOL 6ff16ee09485007d022c5d1a5a9c28ac72bd4540535f37d5093d9dfdde30bc15aa26f50832e1a2ea11a9014c6d553b7ad0322172bb2205f9492bd590ac6c60c7
+DIST IO-Interactive-1.021.tar.gz 11751 SHA256 915bd642142649e23f0078341b2c095061c8b6dfa43050ff90f92d3d916234c0 SHA512 16307148e762b6c382dcecef653eab581563fefabd5289d7f3f66a439d17fb496982e24f7e74494f5710749eb11654d366001e016bf50b2e43b1dca7564c24ae WHIRLPOOL d1817af8e69f770cac743eacf7faafc10a94a5b38b687cbb11db0071f305f907a9874230043213259138b79b2cadc1af5545145785c92c7c89fb888d04d1cb08
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
@ 2016-03-01 15:29 Andreas Hüttel
0 siblings, 0 replies; 18+ messages in thread
From: Andreas Hüttel @ 2016-03-01 15:29 UTC (permalink / raw
To: gentoo-commits
commit: ebe7ce5c221e08205ad6011d6e9ff1040b2b31a4
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 1 15:11:48 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Mar 1 15:11:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe7ce5c
dev-perl/IO-Interactive: Remove old
Package-Manager: portage-2.2.27
.../IO-Interactive/IO-Interactive-0.0.6.ebuild | 22 ----------------------
dev-perl/IO-Interactive/Manifest | 1 -
2 files changed, 23 deletions(-)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-0.0.6.ebuild b/dev-perl/IO-Interactive/IO-Interactive-0.0.6.ebuild
deleted file mode 100644
index 40586ba..0000000
--- a/dev-perl/IO-Interactive/IO-Interactive-0.0.6.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DIST_AUTHOR=BDFOY
-inherit perl-module
-
-DESCRIPTION="Utilities for interactive I/O"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- virtual/perl-version
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Simple )
-"
diff --git a/dev-perl/IO-Interactive/Manifest b/dev-perl/IO-Interactive/Manifest
index d8631da..e3457a2 100644
--- a/dev-perl/IO-Interactive/Manifest
+++ b/dev-perl/IO-Interactive/Manifest
@@ -1,2 +1 @@
-DIST IO-Interactive-0.0.6.tar.gz 6487 SHA256 9cc016cbd94b500027e137cb5070d19487e4431bf822f0cb534c38b6b2c1038c SHA512 beee3f3c9c6ad9c9ca34e313a36312a62520c98914c9c405beacee1c2b3bf05ad2b2fe5a53b43abff8dec1dcbccada4718dd8b7b31a98755d96a6ef0f9863863 WHIRLPOOL 6ff16ee09485007d022c5d1a5a9c28ac72bd4540535f37d5093d9dfdde30bc15aa26f50832e1a2ea11a9014c6d553b7ad0322172bb2205f9492bd590ac6c60c7
DIST IO-Interactive-1.021.tar.gz 11751 SHA256 915bd642142649e23f0078341b2c095061c8b6dfa43050ff90f92d3d916234c0 SHA512 16307148e762b6c382dcecef653eab581563fefabd5289d7f3f66a439d17fb496982e24f7e74494f5710749eb11654d366001e016bf50b2e43b1dca7564c24ae WHIRLPOOL d1817af8e69f770cac743eacf7faafc10a94a5b38b687cbb11db0071f305f907a9874230043213259138b79b2cadc1af5545145785c92c7c89fb888d04d1cb08
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
@ 2017-03-02 10:30 Agostino Sarubbo
0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2017-03-02 10:30 UTC (permalink / raw
To: gentoo-commits
commit: 0d051b943eb8f49aa6f2eb3b08d0d8373f0a3f77
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 2 10:26:05 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar 2 10:26:05 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d051b94
dev-perl/IO-Interactive: amd64 stable wrt bug #607014
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/IO-Interactive/IO-Interactive-1.21.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.21.0.ebuild b/dev-perl/IO-Interactive/IO-Interactive-1.21.0.ebuild
index 244f7601e1b..89348230191 100644
--- a/dev-perl/IO-Interactive/IO-Interactive-1.21.0.ebuild
+++ b/dev-perl/IO-Interactive/IO-Interactive-1.21.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Utilities for interactive I/O"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
@ 2017-10-26 2:07 Kent Fredric
0 siblings, 0 replies; 18+ messages in thread
From: Kent Fredric @ 2017-10-26 2:07 UTC (permalink / raw
To: gentoo-commits
commit: 7b98533741a5f3773bf0c9209e2f8bd937bcd9ef
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 26 02:07:16 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Oct 26 02:07:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b985337
dev-perl/IO-Interactive: Bump to version 1.22.0
Upstream:
- Lazy-load Carp
Package-Manager: Portage-2.3.8, Repoman-2.3.3
.../IO-Interactive/IO-Interactive-1.22.0.ebuild | 27 ++++++++++++++++++++++
dev-perl/IO-Interactive/Manifest | 1 +
dev-perl/IO-Interactive/metadata.xml | 12 ++++++----
3 files changed, 36 insertions(+), 4 deletions(-)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild b/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
new file mode 100644
index 00000000000..1e58b67a744
--- /dev/null
+++ b/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BDFOY
+DIST_VERSION=1.022
+inherit perl-module
+
+DESCRIPTION="Utilities for interactive I/O"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-version-0.780.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+ virtual/perl-File-Spec
+ test? ( >=virtual/perl-Test-Simple-0.940.0 )
+"
+src_test() {
+ perl_rm_files "t/pod.t" "t/pod-coverage.t"
+ perl-module_src_test
+}
diff --git a/dev-perl/IO-Interactive/Manifest b/dev-perl/IO-Interactive/Manifest
index e3457a2ca9a..c00bdfaba53 100644
--- a/dev-perl/IO-Interactive/Manifest
+++ b/dev-perl/IO-Interactive/Manifest
@@ -1 +1,2 @@
DIST IO-Interactive-1.021.tar.gz 11751 SHA256 915bd642142649e23f0078341b2c095061c8b6dfa43050ff90f92d3d916234c0 SHA512 16307148e762b6c382dcecef653eab581563fefabd5289d7f3f66a439d17fb496982e24f7e74494f5710749eb11654d366001e016bf50b2e43b1dca7564c24ae WHIRLPOOL d1817af8e69f770cac743eacf7faafc10a94a5b38b687cbb11db0071f305f907a9874230043213259138b79b2cadc1af5545145785c92c7c89fb888d04d1cb08
+DIST IO-Interactive-1.022.tar.gz 11791 SHA256 0ed53b8ae93ae877e98e0d89b7b429e29ccd1ee4c28e952c4ea9aa73d01febdc SHA512 159bd97912a848e20df3ac9f3f7b3063788c7bbe2eafd35c6cc9b798027c6e7c12d2488385936c87669877928707603729bc34b2d7b8c108534fa8fd42082074 WHIRLPOOL 6102c6cadfb027369d80f82ccf0f21a8ced2cbb1857c6113873268a8db8c3da8a201b6ba79da11b980cf30c3a831b155267632a307ad300a161325eb6da86c80
diff --git a/dev-perl/IO-Interactive/metadata.xml b/dev-perl/IO-Interactive/metadata.xml
index 7faa8dfe9af..da3c8782e71 100644
--- a/dev-perl/IO-Interactive/metadata.xml
+++ b/dev-perl/IO-Interactive/metadata.xml
@@ -1,8 +1,12 @@
<?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>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">IO-Interactive</remote-id>
+ <remote-id type="cpan-module">IO::Interactive</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
@ 2018-06-10 15:56 Thomas Deutschmann
0 siblings, 0 replies; 18+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 15:56 UTC (permalink / raw
To: gentoo-commits
commit: a2e596e1be5f35014c98fe51983a8482543c4769
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 15:50:54 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 15:56:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2e596e1
dev-perl/IO-Interactive: x86 stable (bug #657684)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild b/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
index 1e58b67a744..b07917ea07a 100644
--- a/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
+++ b/dev-perl/IO-Interactive/IO-Interactive-1.22.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
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Utilities for interactive I/O"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
@ 2018-06-10 19:33 Aaron Bauman
0 siblings, 0 replies; 18+ messages in thread
From: Aaron Bauman @ 2018-06-10 19:33 UTC (permalink / raw
To: gentoo-commits
commit: a17094fe7f354b553d2dc98560ef27407f200540
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 19:13:59 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 19:32:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17094fe
dev-perl/IO-Interactive: amd64 stable wrt bug #657684
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild b/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
index b07917ea07a..00bb945c304 100644
--- a/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
+++ b/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Utilities for interactive I/O"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
@ 2018-08-17 4:29 Kent Fredric
0 siblings, 0 replies; 18+ messages in thread
From: Kent Fredric @ 2018-08-17 4:29 UTC (permalink / raw
To: gentoo-commits
commit: 1a51e15fa7eff7b9475a777893669da5ffabf2a3
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 17 04:10:39 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 17 04:29:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a51e15f
dev-perl/IO-Interactive: Cleanup old version 1.21.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
.../IO-Interactive/IO-Interactive-1.21.0.ebuild | 27 ----------------------
dev-perl/IO-Interactive/Manifest | 1 -
2 files changed, 28 deletions(-)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.21.0.ebuild b/dev-perl/IO-Interactive/IO-Interactive-1.21.0.ebuild
deleted file mode 100644
index 8b9ff056937..00000000000
--- a/dev-perl/IO-Interactive/IO-Interactive-1.21.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=BDFOY
-DIST_VERSION=1.021
-inherit perl-module
-
-DESCRIPTION="Utilities for interactive I/O"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-
-RDEPEND="
- >=virtual/perl-version-0.780.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.640.0
- virtual/perl-File-Spec
- test? ( >=virtual/perl-Test-Simple-0.940.0 )
-"
-src_test() {
- perl_rm_files "t/pod.t" "t/pod-coverage.t"
- perl-module_src_test
-}
diff --git a/dev-perl/IO-Interactive/Manifest b/dev-perl/IO-Interactive/Manifest
index 7800fc226a0..420e7d04e61 100644
--- a/dev-perl/IO-Interactive/Manifest
+++ b/dev-perl/IO-Interactive/Manifest
@@ -1,2 +1 @@
-DIST IO-Interactive-1.021.tar.gz 11751 BLAKE2B 5161b93da3ef2d5680e6f61ac53111117f95f0c320a5050b679b8ab9d5548bb16a24906e687b52f58f74d16b4f07342de113630a010cfc4c888cbed7d5d42002 SHA512 16307148e762b6c382dcecef653eab581563fefabd5289d7f3f66a439d17fb496982e24f7e74494f5710749eb11654d366001e016bf50b2e43b1dca7564c24ae
DIST IO-Interactive-1.022.tar.gz 11791 BLAKE2B c001a709531a48d4f4756712caab14ec8b9f2f21478f545fd4f858b3619fc625d75ff9bf744e4c3223a4b9ba39f2b97bb0e38b9eab8297d7d76e5aa0d88b7647 SHA512 159bd97912a848e20df3ac9f3f7b3063788c7bbe2eafd35c6cc9b798027c6e7c12d2488385936c87669877928707603729bc34b2d7b8c108534fa8fd42082074
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
@ 2020-09-04 7:06 Yixun Lan
0 siblings, 0 replies; 18+ messages in thread
From: Yixun Lan @ 2020-09-04 7:06 UTC (permalink / raw
To: gentoo-commits
commit: 5d0440bc57d868c4424b0da9fd33c21d73b45ba9
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 4 06:45:33 2020 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Sep 4 07:06:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d0440bc
dev-perl/IO-Interactive: keyword riscv
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild b/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
index f3479298819..bcf22d78536 100644
--- a/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
+++ b/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Utilities for interactive I/O"
SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
@ 2020-09-07 7:31 Sergei Trofimovich
0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2020-09-07 7:31 UTC (permalink / raw
To: gentoo-commits
commit: 10f32b056d575b0fc5f151ed091fbff797b54882
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 7 07:28:49 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Sep 7 07:31:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f32b05
dev-perl/IO-Interactive: keyworded 1.22.0 for ppc
keyworded wrt bug #737594
Package-Manager: Portage-3.0.5, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild b/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
index bcf22d78536..3acb6f7352a 100644
--- a/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
+++ b/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Utilities for interactive I/O"
SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
+KEYWORDS="amd64 ~ppc ~riscv x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
@ 2021-06-07 6:25 Sergei Trofimovich
0 siblings, 0 replies; 18+ messages in thread
From: Sergei Trofimovich @ 2021-06-07 6:25 UTC (permalink / raw
To: gentoo-commits
commit: 3ce561a5c2cd2408e67d9471d0535a39d6fedae0
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 7 06:22:37 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun 7 06:25:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce561a5
dev-perl/IO-Interactive: stable 1.22.0 for ppc
stable wrt bug #791562
Package-Manager: Portage-3.0.19, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild b/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
index 3acb6f7352a..30537a8f237 100644
--- a/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
+++ b/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Utilities for interactive I/O"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~riscv x86"
+KEYWORDS="amd64 ppc ~riscv x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
@ 2021-06-21 12:05 Andreas K. Hüttel
0 siblings, 0 replies; 18+ messages in thread
From: Andreas K. Hüttel @ 2021-06-21 12:05 UTC (permalink / raw
To: gentoo-commits
commit: f492c70fcfd33e5ce34f5f834bb0e1e09952050e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 11:59:24 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 12:05:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f492c70f
dev-perl/IO-Interactive: Version bump 1.023
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../IO-Interactive/IO-Interactive-1.23.0.ebuild | 24 ++++++++++++++++++++++
dev-perl/IO-Interactive/Manifest | 1 +
2 files changed, 25 insertions(+)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.23.0.ebuild b/dev-perl/IO-Interactive/IO-Interactive-1.23.0.ebuild
new file mode 100644
index 00000000000..2d09540615d
--- /dev/null
+++ b/dev-perl/IO-Interactive/IO-Interactive-1.23.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BDFOY
+DIST_VERSION=1.023
+inherit perl-module
+
+DESCRIPTION="Utilities for interactive I/O"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+
+RDEPEND="
+ >=virtual/perl-version-0.780.0
+"
+BDEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+ virtual/perl-File-Spec
+ test? ( >=virtual/perl-Test-Simple-1.0.0 )
+"
+
+PERL_RM_FILES=( "t/pod.t" "t/pod-coverage.t" )
diff --git a/dev-perl/IO-Interactive/Manifest b/dev-perl/IO-Interactive/Manifest
index 420e7d04e61..84b0030b572 100644
--- a/dev-perl/IO-Interactive/Manifest
+++ b/dev-perl/IO-Interactive/Manifest
@@ -1 +1,2 @@
DIST IO-Interactive-1.022.tar.gz 11791 BLAKE2B c001a709531a48d4f4756712caab14ec8b9f2f21478f545fd4f858b3619fc625d75ff9bf744e4c3223a4b9ba39f2b97bb0e38b9eab8297d7d76e5aa0d88b7647 SHA512 159bd97912a848e20df3ac9f3f7b3063788c7bbe2eafd35c6cc9b798027c6e7c12d2488385936c87669877928707603729bc34b2d7b8c108534fa8fd42082074
+DIST IO-Interactive-1.023.tar.gz 12352 BLAKE2B ea0e460dab313c8d203f3e9409cbcdaecbfa23bb6bcf4145905fde5b0540fe326f7d2dbc2123217840c141446e77bc73ee6db871ac06d809f589e5736bbbb6aa SHA512 82899c09adaf3699d5640b78bfbd5201972cf4c47ae90f7c6d6da9fc1f4470abc1bc5898b904c501d567537dc19f781febd7f05d0c06e60f1c193cf33abfb47f
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
@ 2021-08-03 15:36 Agostino Sarubbo
0 siblings, 0 replies; 18+ messages in thread
From: Agostino Sarubbo @ 2021-08-03 15:36 UTC (permalink / raw
To: gentoo-commits
commit: e7667499dbc80c16a07c7bb4ebe90dfe7b1b4670
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 3 15:34:13 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Aug 3 15:34:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7667499
dev-perl/IO-Interactive: x86 stable wrt bug #805602
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/IO-Interactive/IO-Interactive-1.23.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.23.0.ebuild b/dev-perl/IO-Interactive/IO-Interactive-1.23.0.ebuild
index 16e8ed9351f..2d7825fcb8a 100644
--- a/dev-perl/IO-Interactive/IO-Interactive-1.23.0.ebuild
+++ b/dev-perl/IO-Interactive/IO-Interactive-1.23.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Utilities for interactive I/O"
SLOT="0"
-KEYWORDS="amd64 ppc ~riscv ~x86"
+KEYWORDS="amd64 ppc ~riscv x86"
RDEPEND="
>=virtual/perl-version-0.780.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
@ 2021-11-04 17:36 Andreas K. Hüttel
0 siblings, 0 replies; 18+ messages in thread
From: Andreas K. Hüttel @ 2021-11-04 17:36 UTC (permalink / raw
To: gentoo-commits
commit: a78b24663050d9091f0e6dd8c135d5f706aaff62
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 4 17:29:59 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 4 17:35:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78b2466
dev-perl/IO-Interactive: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../IO-Interactive/IO-Interactive-1.22.0.ebuild | 28 ----------------------
dev-perl/IO-Interactive/Manifest | 1 -
2 files changed, 29 deletions(-)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild b/dev-perl/IO-Interactive/IO-Interactive-1.22.0.ebuild
deleted file mode 100644
index 30537a8f237..00000000000
--- a/dev-perl/IO-Interactive/IO-Interactive-1.22.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=BDFOY
-DIST_VERSION=1.022
-inherit perl-module
-
-DESCRIPTION="Utilities for interactive I/O"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=virtual/perl-version-0.780.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.640.0
- virtual/perl-File-Spec
- test? ( >=virtual/perl-Test-Simple-0.940.0 )
-"
-src_test() {
- perl_rm_files "t/pod.t" "t/pod-coverage.t"
- perl-module_src_test
-}
diff --git a/dev-perl/IO-Interactive/Manifest b/dev-perl/IO-Interactive/Manifest
index 84b0030b572..10fffcb4e10 100644
--- a/dev-perl/IO-Interactive/Manifest
+++ b/dev-perl/IO-Interactive/Manifest
@@ -1,2 +1 @@
-DIST IO-Interactive-1.022.tar.gz 11791 BLAKE2B c001a709531a48d4f4756712caab14ec8b9f2f21478f545fd4f858b3619fc625d75ff9bf744e4c3223a4b9ba39f2b97bb0e38b9eab8297d7d76e5aa0d88b7647 SHA512 159bd97912a848e20df3ac9f3f7b3063788c7bbe2eafd35c6cc9b798027c6e7c12d2488385936c87669877928707603729bc34b2d7b8c108534fa8fd42082074
DIST IO-Interactive-1.023.tar.gz 12352 BLAKE2B ea0e460dab313c8d203f3e9409cbcdaecbfa23bb6bcf4145905fde5b0540fe326f7d2dbc2123217840c141446e77bc73ee6db871ac06d809f589e5736bbbb6aa SHA512 82899c09adaf3699d5640b78bfbd5201972cf4c47ae90f7c6d6da9fc1f4470abc1bc5898b904c501d567537dc19f781febd7f05d0c06e60f1c193cf33abfb47f
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
@ 2023-07-06 4:14 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-07-06 4:14 UTC (permalink / raw
To: gentoo-commits
commit: df88d76fcfa4c9b343b05a21430bac81ac4b46c9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 04:12:27 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 04:12:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df88d76f
dev-perl/IO-Interactive: add 1.25.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../IO-Interactive/IO-Interactive-1.25.0.ebuild | 25 ++++++++++++++++++++++
dev-perl/IO-Interactive/Manifest | 1 +
2 files changed, 26 insertions(+)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.25.0.ebuild b/dev-perl/IO-Interactive/IO-Interactive-1.25.0.ebuild
new file mode 100644
index 000000000000..afbcf8df8c92
--- /dev/null
+++ b/dev-perl/IO-Interactive/IO-Interactive-1.25.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BDFOY
+DIST_VERSION=1.025
+inherit perl-module
+
+DESCRIPTION="Utilities for interactive I/O"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+
+RDEPEND="
+ >=virtual/perl-version-0.780.0
+"
+BDEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+ virtual/perl-File-Spec
+ test? ( >=virtual/perl-Test-Simple-1.0.0 )
+"
+
+PERL_RM_FILES=( "t/pod.t" "t/pod-coverage.t" )
diff --git a/dev-perl/IO-Interactive/Manifest b/dev-perl/IO-Interactive/Manifest
index 10fffcb4e100..0590b4d9de85 100644
--- a/dev-perl/IO-Interactive/Manifest
+++ b/dev-perl/IO-Interactive/Manifest
@@ -1 +1,2 @@
DIST IO-Interactive-1.023.tar.gz 12352 BLAKE2B ea0e460dab313c8d203f3e9409cbcdaecbfa23bb6bcf4145905fde5b0540fe326f7d2dbc2123217840c141446e77bc73ee6db871ac06d809f589e5736bbbb6aa SHA512 82899c09adaf3699d5640b78bfbd5201972cf4c47ae90f7c6d6da9fc1f4470abc1bc5898b904c501d567537dc19f781febd7f05d0c06e60f1c193cf33abfb47f
+DIST IO-Interactive-1.025.tar.gz 13097 BLAKE2B f777cfa740981125d9b7741a1351d9ec4eefef466b04e488ae10727d65275d1c98fc10693a6d1cf267422ce8a971ac1604e6a094105c3db954de5b803095a72e SHA512 b9aca9d3920ea256e5b2c3e19559e7626ab076b36b38b58eecf087d8a2614b805a0226246bf035eb41b801a0972dfb19e1c99d2f8105bd403db5017e84b6e2dc
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
@ 2023-08-19 6:58 Arthur Zamarin
0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2023-08-19 6:58 UTC (permalink / raw
To: gentoo-commits
commit: a655202becafe6c4522ccc72481f666df359fd30
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 06:58:07 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 06:58:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a655202b
dev-perl/IO-Interactive: Stabilize 1.25.0 ppc, #912512
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/IO-Interactive/IO-Interactive-1.25.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.25.0.ebuild b/dev-perl/IO-Interactive/IO-Interactive-1.25.0.ebuild
index afbcf8df8c92..4ce3f1d52559 100644
--- a/dev-perl/IO-Interactive/IO-Interactive-1.25.0.ebuild
+++ b/dev-perl/IO-Interactive/IO-Interactive-1.25.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Utilities for interactive I/O"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ppc ~riscv ~x86"
RDEPEND="
>=virtual/perl-version-0.780.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
@ 2023-08-19 15:37 Arthur Zamarin
0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2023-08-19 15:37 UTC (permalink / raw
To: gentoo-commits
commit: 2cbb22c62dcfec126cb234fe132b3cbd0f030085
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 15:35:29 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 15:35:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cbb22c6
dev-perl/IO-Interactive: Stabilize 1.25.0 x86, #912512
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/IO-Interactive/IO-Interactive-1.25.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.25.0.ebuild b/dev-perl/IO-Interactive/IO-Interactive-1.25.0.ebuild
index 4ce3f1d52559..884ae04c1ef1 100644
--- a/dev-perl/IO-Interactive/IO-Interactive-1.25.0.ebuild
+++ b/dev-perl/IO-Interactive/IO-Interactive-1.25.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Utilities for interactive I/O"
SLOT="0"
-KEYWORDS="~amd64 ppc ~riscv ~x86"
+KEYWORDS="~amd64 ppc ~riscv x86"
RDEPEND="
>=virtual/perl-version-0.780.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
@ 2023-08-20 8:11 Sam James
0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2023-08-20 8:11 UTC (permalink / raw
To: gentoo-commits
commit: 1d44bc19f9dc44e7dc2971dcb6c582d7d2c51143
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 20 08:11:20 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 20 08:11:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d44bc19
dev-perl/IO-Interactive: Stabilize 1.25.0 amd64, #912512
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/IO-Interactive/IO-Interactive-1.25.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.25.0.ebuild b/dev-perl/IO-Interactive/IO-Interactive-1.25.0.ebuild
index 884ae04c1ef1..9f1522fa68bb 100644
--- a/dev-perl/IO-Interactive/IO-Interactive-1.25.0.ebuild
+++ b/dev-perl/IO-Interactive/IO-Interactive-1.25.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Utilities for interactive I/O"
SLOT="0"
-KEYWORDS="~amd64 ppc ~riscv x86"
+KEYWORDS="amd64 ppc ~riscv x86"
RDEPEND="
>=virtual/perl-version-0.780.0
^ permalink raw reply related [flat|nested] 18+ messages in thread
end of thread, other threads:[~2023-08-20 8:11 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-19 6:58 [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2023-08-20 8:11 Sam James
2023-08-19 15:37 Arthur Zamarin
2023-07-06 4:14 Sam James
2021-11-04 17:36 Andreas K. Hüttel
2021-08-03 15:36 Agostino Sarubbo
2021-06-21 12:05 Andreas K. Hüttel
2021-06-07 6:25 Sergei Trofimovich
2020-09-07 7:31 Sergei Trofimovich
2020-09-04 7:06 Yixun Lan
2018-08-17 4:29 Kent Fredric
2018-06-10 19:33 Aaron Bauman
2018-06-10 15:56 Thomas Deutschmann
2017-10-26 2:07 Kent Fredric
2017-03-02 10:30 Agostino Sarubbo
2016-03-01 15:29 Andreas Hüttel
2016-02-20 22:45 Patrice Clement
2015-12-26 0:35 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