public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-HTTP/
Date: Sat, 17 Jun 2023 18:00:14 +0000 (UTC)	[thread overview]
Message-ID: <1687024780.19e365d2d86cbbe30465beb12cbab42415e78923.sam@gentoo> (raw)

commit:     19e365d2d86cbbe30465beb12cbab42415e78923
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 17:59:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 17:59:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e365d2

dev-perl/Net-HTTP: add 6.230.0

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

 dev-perl/Net-HTTP/Manifest                |  1 +
 dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild | 38 +++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/Net-HTTP/Manifest b/dev-perl/Net-HTTP/Manifest
index 7726000559af..95a90358b28e 100644
--- a/dev-perl/Net-HTTP/Manifest
+++ b/dev-perl/Net-HTTP/Manifest
@@ -1,2 +1,3 @@
 DIST Net-HTTP-6.21.tar.gz 38914 BLAKE2B 7d0351912f279a60acf30c5867ba54023e29b7208fa3605bd493271f9b59b3c8ca4e26c093b80b24a8f9a98e57bef54304b70c98896d270f9580a7e88794db1d SHA512 ca50e54a893e38456dc107c216c6b119cce9c30b2d1ca47607e0fed426a79d2ed660818a5d5a6ef240cae28844c2d7ca613ce81f53e890e7f15b22e4d0e2887b
 DIST Net-HTTP-6.22.tar.gz 39087 BLAKE2B 07bb50d172a01b56839b6e5f26584451a3713cd645791e294dedb0c28bedbcd2e1c89fe16dafbb2f89544c0a5e7eab3d591c1d3b874f4f617b02ed508863de1c SHA512 8d0af85baee8a3b257995c6dd277c2eb578d1feeec89f3e4be0548959d2cf07934764d9d16a542a50f72a4611e3f4b6335ff7e969a28cd74fbb0ec3961588131
+DIST Net-HTTP-6.23.tar.gz 42998 BLAKE2B bfc72d3147e7019515e788b2751d4d2f51b0ff2f4013916c32a64423460acff9a75ad5c100c58da083ae8cc6fee6ddc2bf44bcac8c9c45f4c7b29cd322973fef SHA512 be926d12f6a8be504f221b54dbe9b1cbe1ff18b7dc8075ce308cc8c436ed9e4fe959516ce81c858a70de80df13cedd8cd78fd153cc5eb763f1bc3c9893ceaa05

diff --git a/dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild b/dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild
new file mode 100644
index 000000000000..2a22ee088524
--- /dev/null
+++ b/dev-perl/Net-HTTP/Net-HTTP-6.230.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=OALDERS
+DIST_VERSION=6.23
+inherit perl-module
+
+DESCRIPTION="Low-level HTTP connection (client)"
+
+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-solaris"
+IUSE="minimal test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	!minimal? (
+		virtual/perl-IO-Socket-IP
+		dev-perl/IO-Socket-INET6
+		>=dev-perl/IO-Socket-SSL-2.12.0
+	)
+	virtual/perl-Carp
+	!<dev-perl/libwww-perl-6
+	virtual/perl-Compress-Raw-Zlib
+	virtual/perl-IO
+	virtual/perl-IO-Compress
+	dev-perl/URI
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Data-Dumper
+		virtual/perl-File-Spec
+		virtual/perl-Socket
+		virtual/perl-Test-Simple
+	)
+"


             reply	other threads:[~2023-06-17 18:00 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-17 18:00 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-07-24  4:15 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-HTTP/ Sam James
2023-07-24  4:15 Sam James
2023-07-24  4:03 Sam James
2023-06-01  7:24 Sam James
2023-06-01  6:58 Jakov Smolić
2023-06-01  6:45 Sam James
2023-06-01  5:22 Sam James
2023-06-01  5:22 Sam James
2023-06-01  5:22 Sam James
2023-03-20  8:29 Sam James
2022-05-14  6:54 WANG Xuerui
2021-12-27 12:57 Fabian Groffen
2021-11-21 11:24 Andreas K. Hüttel
2021-09-28 13:59 James Le Cuirot
2021-07-16 21:44 Sam James
2021-07-14 16:08 Sergei Trofimovich
2021-07-13 20:05 Sam James
2021-07-13  6:28 Agostino Sarubbo
2021-07-13  0:05 Sam James
2021-07-13  0:05 Sam James
2021-07-12 21:59 Sam James
2021-07-12 21:59 Sam James
2021-04-24 17:14 Andreas K. Hüttel
2021-01-08 16:18 Fabian Groffen
2020-07-23 11:11 Kent Fredric
2020-07-18  4:43 Kent Fredric
2019-05-04 19:02 Andreas K. Hüttel
2018-12-08 12:35 Mikle Kolyada
2018-10-19 18:15 Fabian Groffen
2018-09-08  5:30 Mikle Kolyada
2018-08-24 19:37 Markus Meier
2018-07-27  7:12 Sergei Trofimovich
2018-07-23  6:19 Sergei Trofimovich
2018-07-22 14:51 Thomas Deutschmann
2018-07-22  9:01 Sergei Trofimovich
2018-07-09 22:43 Mikle Kolyada
2018-02-24 21:19 Michał Górny
2017-12-05 15:10 Kent Fredric
2017-05-30  0:56 Kent Fredric
2017-05-29 23:31 Kent Fredric
2017-03-20 22:23 Kent Fredric
2017-02-23 17:10 Markus Meier
2017-01-29 16:45 Fabian Groffen
2016-04-02 14:57 Andreas Hüttel
2016-04-02 12:26 Agostino Sarubbo

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=1687024780.19e365d2d86cbbe30465beb12cbab42415e78923.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