From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/
Date: Fri, 06 Jun 2025 02:30:25 +0000 (UTC) [thread overview]
Message-ID: <1749176959.8419ec8d29bd534b537033dac9d18401966bd4c4.sam@gentoo> (raw)
commit: 8419ec8d29bd534b537033dac9d18401966bd4c4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 6 02:04:54 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 6 02:29:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8419ec8d
dev-perl/IO-Interactive: add 1.27.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../IO-Interactive/IO-Interactive-1.27.0.ebuild | 24 ++++++++++++++++++++++
dev-perl/IO-Interactive/Manifest | 1 +
2 files changed, 25 insertions(+)
diff --git a/dev-perl/IO-Interactive/IO-Interactive-1.27.0.ebuild b/dev-perl/IO-Interactive/IO-Interactive-1.27.0.ebuild
new file mode 100644
index 000000000000..c11fc52e2e4a
--- /dev/null
+++ b/dev-perl/IO-Interactive/IO-Interactive-1.27.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BRIANDFOY
+DIST_VERSION=1.027
+inherit perl-module
+
+DESCRIPTION="Utilities for interactive I/O"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+
+RDEPEND="
+ >=virtual/perl-version-0.860.0
+"
+BDEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.640.0
+ 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 0551fe001e2e..32c83ddefb44 100644
--- a/dev-perl/IO-Interactive/Manifest
+++ b/dev-perl/IO-Interactive/Manifest
@@ -1,2 +1,3 @@
DIST IO-Interactive-1.025.tar.gz 13097 BLAKE2B f777cfa740981125d9b7741a1351d9ec4eefef466b04e488ae10727d65275d1c98fc10693a6d1cf267422ce8a971ac1604e6a094105c3db954de5b803095a72e SHA512 b9aca9d3920ea256e5b2c3e19559e7626ab076b36b38b58eecf087d8a2614b805a0226246bf035eb41b801a0972dfb19e1c99d2f8105bd403db5017e84b6e2dc
DIST IO-Interactive-1.026.tar.gz 14014 BLAKE2B 63985fad9b5695cae8955988fc0631abc077a0c1fc1bed3c4c3b3700db348d3b3df5889f1e3bea48dcb2548a50036cddc9ff6944bac5eb5cfdb51c8585b52f2a SHA512 d8c0af451a1f45e2e2ec5cc8dc3fca777d59dc04a301bf83dbe4f3839038e04744d69e9cdc82f9e5f4f8c59fac1fcb81cd7134f6d080e36eb4a25bd27bfd01d3
+DIST IO-Interactive-1.027.tar.gz 14059 BLAKE2B 7a86eb3547683355504af26efddc076d0a1ffac12d281dd41506d475559f93a501332c261f0f1df1444201b0cabab0426850cd1d43664cee1707df13a8651b82 SHA512 a3d23a9e54d4c75edc93e182db87184dedc1e50357a388ed0e3d93961576e437160fdbb194c3e5c86f74ba321948192c254e33ad469af06e0c90eeaa56ca7e9f
next reply other threads:[~2025-06-06 2:30 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-06 2:30 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-12 3:51 [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Interactive/ Sam James
2025-07-12 2:56 Sam James
2025-06-10 11:28 Sam James
2025-03-20 8:35 Arthur Zamarin
2025-02-09 6:55 Sam James
2023-08-20 8:11 Sam James
2023-08-19 15:37 Arthur Zamarin
2023-08-19 6:58 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1749176959.8419ec8d29bd534b537033dac9d18401966bd4c4.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox