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-Patricia/
Date: Wed, 29 Oct 2025 06:55:36 +0000 (UTC)	[thread overview]
Message-ID: <1761720349.43a7f2a2daef6a4d31c5cfff37b5b866de0ddd8d.sam@gentoo> (raw)

commit:     43a7f2a2daef6a4d31c5cfff37b5b866de0ddd8d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 29 06:45:49 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 29 06:45:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43a7f2a2

dev-perl/Net-Patricia: add 1.240.0

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

 dev-perl/Net-Patricia/Manifest                    |  1 +
 dev-perl/Net-Patricia/Net-Patricia-1.240.0.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-perl/Net-Patricia/Manifest b/dev-perl/Net-Patricia/Manifest
index ceb33110e127..3d163804d14c 100644
--- a/dev-perl/Net-Patricia/Manifest
+++ b/dev-perl/Net-Patricia/Manifest
@@ -1,2 +1,3 @@
 DIST Net-Patricia-1.22.tar.gz 27780 BLAKE2B 9f81e9551b4110bcc6e16f8393d39f5a5ef4521e1cb6c1ea58a35f37a7b4a4882eaa9a3418b0695fa17e295dbb325ee9583f129be1dfb476ffbad7150d08691c SHA512 d76702d30784f8448dcf3a5269e052bc7bd6f5fe5a16824b6e3ede1d0182deb139522e45e1fb78749a7527ddbc950c213d843e43f45b5b0ed63b5b985b329861
 DIST Net-Patricia-1.23.tar.gz 28761 BLAKE2B 7f13478dd3ee4be4fad28d433a6302e7ba0ca2c9fe8b9f1b6085307cea41a5f467737f8df3274bf8e4c89afed81fcf1cb23d6079ac33b0b5af2aa7234d9b282a SHA512 5134e3ade2ad394653d979126453e4f5a8a58071a0cd4ed7d2406c272ff60dd71e131699339d26b622023b2e878f246ee3e0f5fde1aa05e68b8c560d4d497e02
+DIST Net-Patricia-1.24.tar.gz 28370 BLAKE2B 1df1409dc8b9d4c6f96274ce0828db74766887153f3b62a14680fcc836720b293a4b7dbcfbae8ff3594a2bf09cb9d5b286df294eff4054ce416e29f022d6cda7 SHA512 9fa8a5e9c0401a32f2e95463c9b3b89493662e4f185928bb25455fe2e46ce25a94f526c3fd8f56dcefbcc44e699d67c6679e913f2ee4cef87854205807154b6a

diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.240.0.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.240.0.ebuild
new file mode 100644
index 000000000000..6f465b32a934
--- /dev/null
+++ b/dev-perl/Net-Patricia/Net-Patricia-1.240.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=GRUBER
+DIST_VERSION=1.24
+inherit perl-module
+
+DESCRIPTION="Patricia Trie perl module for fast IP address lookups"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="ipv6"
+
+RDEPEND="
+	dev-perl/Net-CIDR-Lite
+	ipv6? (
+		dev-perl/Socket6
+	)
+"
+BDEPEND="${RDEPEND}"


             reply	other threads:[~2025-10-29  6:55 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-29  6:55 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-12 16:26 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Patricia/ Sam James
2025-10-12 15:58 Sam James
2025-08-11  2:52 Sam James
2024-12-09  5:46 Sam James
2021-07-15 18:14 Andreas K. Hüttel
2020-08-17  8:41 Fabian Groffen
2019-07-29 18:42 Aaron Bauman
2019-07-22 13:58 Mikle Kolyada
2018-07-30 21:57 Mikle Kolyada
2018-07-15  3:40 Kent Fredric
2018-05-25 21:06 Mikle Kolyada
2018-05-14  8:15 Tobias Klausmann
2018-05-08  6:24 Sergei Trofimovich
2018-05-04 12:57 Jeroen Roovers
2018-05-03  9:40 Mikle Kolyada
2018-05-02 16:33 Thomas Deutschmann
2018-05-01  8:07 Sergei Trofimovich
2017-02-03 22:00 Jeroen Roovers
2016-05-30 16:10 Tobias Klausmann
2016-04-06 20:00 Markus Meier
2016-04-02 13:44 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=1761720349.43a7f2a2daef6a4d31c5cfff37b5b866de0ddd8d.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