From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/POE/
Date: Fri, 21 May 2021 20:26:34 +0000 (UTC) [thread overview]
Message-ID: <1621628708.eb570ac9fee20a3869a91eed4ce0ef9ba42d6512.dilfridge@gentoo> (raw)
commit: eb570ac9fee20a3869a91eed4ce0ef9ba42d6512
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri May 21 20:24:40 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri May 21 20:25:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb570ac9
dev-perl/POE: Version bump 1.368
Closes: https://bugs.gentoo.org/625882
Closes: https://bugs.gentoo.org/646826
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/POE/Manifest | 1 +
dev-perl/POE/POE-1.368.0.ebuild | 59 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/dev-perl/POE/Manifest b/dev-perl/POE/Manifest
index 5bc79c6cde7..9e7a01357aa 100644
--- a/dev-perl/POE/Manifest
+++ b/dev-perl/POE/Manifest
@@ -1 +1,2 @@
DIST POE-1.367.tar.gz 381473 BLAKE2B 42e6a99d4cbe94b5474396ade8dd2ea3168ba774d683023b30890b46a395104d304482a605072383b3fe97a3856a396c24b2d909ad75ac2b1167bc1ed59fc3ed SHA512 94a3ece46a7e573018fdb3151110b1ed7604389d030227169685d38afdfa69603ef55fe8493368645a9f6f1be432fb253cb4568c55190eea33652881a0b4a4fb
+DIST POE-1.368.tar.gz 377702 BLAKE2B 5de20891656c5107541964841ae8db9e03de9b8a636911aff2a03d9155194760090e0ec59714564a4f312e2b4aaf6785ff9d547834aa8a4fc098273d37f3f571 SHA512 a8a4e885101372039ea48aaeac3de9fcef2db34e90216b2e63f24ea681cf1d86cd701d4b59e6b000b29f85f600655e29717ab1501d053acaf6248b1cd8f341ad
diff --git a/dev-perl/POE/POE-1.368.0.ebuild b/dev-perl/POE/POE-1.368.0.ebuild
new file mode 100644
index 00000000000..e0719a13359
--- /dev/null
+++ b/dev-perl/POE/POE-1.368.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+POE_TEST_LOOPS_VERSION=1.360.0
+DIST_AUTHOR=BINGOS
+DIST_VERSION=1.368
+inherit perl-module
+
+DESCRIPTION="A framework for creating multitasking programs in Perl"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="ipv6 libwww ncurses tk test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ >=virtual/perl-File-Spec-0.870.0
+ >=virtual/perl-IO-1.240.0
+ >=dev-perl/IO-Pipely-0.5.0
+ >=dev-perl/IO-Tty-1.80.0
+ >=virtual/perl-Storable-2.160.0
+ >=virtual/perl-Time-HiRes-1.590.0
+ ipv6? (
+ >=dev-perl/Socket6-0.14
+ )
+ tk? (
+ >=dev-perl/Tk-800.027
+ )
+ libwww? (
+ >=dev-perl/libwww-perl-5.79
+ >=dev-perl/URI-1.30
+ )
+ ncurses? (
+ >=dev-perl/Curses-1.08
+ )
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=dev-perl/POE-Test-Loops-${POE_TEST_LOOPS_VERSION}
+ >=virtual/perl-Test-Harness-2.26
+ >=virtual/perl-Test-Simple-0.54
+ )
+"
+
+src_test() {
+ perl_rm_files t/10_units/01_pod/01_pod.t \
+ t/10_units/01_pod/02_pod_coverage.t \
+ t/10_units/01_pod/03_pod_no404s.t \
+ t/10_units/01_pod/04_pod_linkcheck.t
+
+ # Disable network tests
+ rm -f "${S}"/run_network_tests || die
+ perl-module_src_test
+}
next reply other threads:[~2021-05-21 20:26 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-21 20:26 Andreas K. Hüttel [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-02 15:11 [gentoo-commits] repo/gentoo:master commit in: dev-perl/POE/ Sam James
2023-07-24 4:12 Sam James
2023-07-24 4:00 Sam James
2023-06-19 0:47 Sam James
2021-11-26 17:04 Andreas K. Hüttel
2021-08-02 4:03 Agostino Sarubbo
2016-08-04 22:58 Kent Fredric
2016-07-06 22:54 Andreas Hüttel
2016-05-14 20:11 Agostino Sarubbo
2016-04-29 19:36 Andreas Hüttel
2016-02-21 13:48 Patrice Clement
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=1621628708.eb570ac9fee20a3869a91eed4ce0ef9ba42d6512.dilfridge@gentoo \
--to=dilfridge@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