From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Plack/
Date: Wed, 1 May 2024 07:54:24 +0000 (UTC) [thread overview]
Message-ID: <1714549451.853b62b896a985440a6b20e7e2a5f41adb1fb01e.sam@gentoo> (raw)
commit: 853b62b896a985440a6b20e7e2a5f41adb1fb01e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 1 07:44:11 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 1 07:44:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853b62b8
dev-perl/Plack: add 1.5.100
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Plack/Manifest | 1 +
dev-perl/Plack/Plack-1.5.100.ebuild | 73 +++++++++++++++++++++++++++++++++++++
2 files changed, 74 insertions(+)
diff --git a/dev-perl/Plack/Manifest b/dev-perl/Plack/Manifest
index ac32dec49fd4..fd8d683d10c4 100644
--- a/dev-perl/Plack/Manifest
+++ b/dev-perl/Plack/Manifest
@@ -1 +1,2 @@
DIST Plack-1.0050.tar.gz 190967 BLAKE2B 9e76b611b0a041e8b6b6fa468b94d626795350f00ef5f0fc524a0f82c145c176f418f37c5282bc0e2c3e08db3ea8d2bb0728be82aa1ef5e1e9fd613ef7c1590a SHA512 1b29c50d943d41f9161579af682f8c58c7eec9185c70aeb2f759020f2b0afca98a8e01513496be600bbc23534066932f2b67569c9da054c8bcc9e6b504a8e4b3
+DIST Plack-1.0051.tar.gz 191249 BLAKE2B fc67f1013d18ae657e5d75faa508e20caf58c10ab55001cd82879ace019bd16de769a7662bc27058112edf8e3cfd154484ac8478172c6729b2b5bb99eac65c47 SHA512 be4b03f4b2cc6766be4ad06b1405e4513d475676ce8be7b3fd8bcb48cbfeedb7aef67df14a353f49d6b97ecd769f87b0f0787898148c849949f6936486c7ad5b
diff --git a/dev-perl/Plack/Plack-1.5.100.ebuild b/dev-perl/Plack/Plack-1.5.100.ebuild
new file mode 100644
index 000000000000..1a26f6932418
--- /dev/null
+++ b/dev-perl/Plack/Plack-1.5.100.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MIYAGAWA
+DIST_VERSION=1.0051
+DIST_EXAMPLES=("eg/dot-psgi/*")
+inherit perl-module
+
+DESCRIPTION="Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="minimal"
+
+RDEPEND="
+ !minimal? (
+ dev-perl/CGI-Compile
+ dev-perl/CGI-Emulate-PSGI
+ dev-perl/FCGI
+ dev-perl/FCGI-ProcManager
+ >=dev-perl/libwww-perl-5.814.0
+ >=dev-perl/Log-Dispatch-2.250.0
+ dev-perl/Log-Log4perl
+ dev-perl/Module-Refresh
+ )
+ >=dev-perl/Apache-LogFormat-Compiler-0.330.0
+ >=dev-perl/Cookie-Baker-0.70.0
+ >=dev-perl/Devel-StackTrace-1.230.0
+ >=dev-perl/Devel-StackTrace-AsHTML-0.110.0
+ >=dev-perl/File-ShareDir-1.0.0
+ dev-perl/Filesys-Notify-Simple
+ >=dev-perl/HTTP-Entity-Parser-0.250.0
+ >=dev-perl/HTTP-Headers-Fast-0.180.0
+ >=dev-perl/HTTP-Message-5.814.0
+ >=virtual/perl-HTTP-Tiny-0.34.0
+ >=dev-perl/Hash-MultiValue-0.50.0
+ >=dev-perl/Pod-Parser-1.360.0
+ >=dev-perl/Stream-Buffered-0.20.0
+ >=dev-perl/Test-TCP-2.150.0
+ dev-perl/Try-Tiny
+ >=dev-perl/URI-1.590.0
+ >=dev-perl/WWW-Form-UrlEncoded-0.230.0
+ virtual/perl-parent
+"
+BDEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/File-ShareDir-Install-0.60.0
+ test? (
+ !minimal? (
+ dev-perl/Authen-Simple-Passwd
+ dev-perl/HTTP-Request-AsCGI
+ dev-perl/HTTP-Server-Simple-PSGI
+ dev-perl/Log-Dispatch-Array
+ dev-perl/LWP-Protocol-http10
+ dev-perl/MIME-Types
+ >=dev-perl/Test-MockTime-HiRes-0.60.0
+ )
+ dev-perl/Test-Requires
+ >=virtual/perl-Test-Simple-0.880.0
+ )
+"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-1.3.900-network-testing.patch"
+)
+
+src_test() {
+ perl_rm_files "t/author-pod-syntax.t"
+ perl-module_src_test
+}
next reply other threads:[~2024-05-01 7:54 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-01 7:54 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-14 1:50 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Plack/ Sam James
2023-11-29 4:23 Sam James
2023-08-17 5:26 Sam James
2023-08-05 1:31 Sam James
2023-08-02 13:19 Sam James
2023-06-19 1:47 Sam James
2022-12-10 18:26 Arthur Zamarin
2022-11-15 4:37 Sam James
2022-11-01 4:23 Arthur Zamarin
2022-09-27 12:02 Jakov Smolić
2021-11-25 18:03 Andreas K. Hüttel
2021-10-12 18:58 Sam James
2021-10-11 5:15 Sam James
2021-10-11 3:13 Sam James
2021-10-11 3:13 Sam James
2021-10-11 3:10 Sam James
2021-07-30 20:19 Andreas K. Hüttel
2021-07-17 19:29 Andreas K. Hüttel
2018-06-26 14:03 Tobias Klausmann
2018-06-24 20:25 Sergei Trofimovich
2018-06-24 19:41 Sergei Trofimovich
2018-06-10 23:02 Sergei Trofimovich
2018-03-13 12:13 Kent Fredric
2018-02-24 8:07 Jason Zaman
2017-12-23 19:53 Sergei Trofimovich
2017-08-13 9:14 Sergei Trofimovich
2017-08-11 21:48 Sergei Trofimovich
2017-07-01 10:23 Sergei Trofimovich
2017-05-30 1:21 Kent Fredric
2017-03-21 1:48 Kent Fredric
2017-03-15 18:54 Matt Turner
2017-03-14 14:28 Agostino Sarubbo
2017-03-10 21:04 Matt Turner
2017-01-26 14:04 Tobias Klausmann
2016-04-16 19:43 Andreas Hüttel
2016-03-27 20:56 Andreas Hüttel
2015-09-20 20:45 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=1714549451.853b62b896a985440a6b20e7e2a5f41adb1fb01e.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