commit:     f069556d857896a003b88769fc50414bb27e6b25
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 11 02:49:59 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 11 02:50:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f069556d

dev-perl/Net-Patricia: add 1.230.0

Note I've dropped the src_compile definition as the default one is fine
these days for that. Anyway, the C23 issue is fixed.

Bug: https://bugs.gentoo.org/944140
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

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

diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.230.0.ebuild 
b/dev-perl/Net-Patricia/Net-Patricia-1.230.0.ebuild
new file mode 100644
index 000000000000..7e931ae9131f
--- /dev/null
+++ b/dev-perl/Net-Patricia/Net-Patricia-1.230.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.23
+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 via email to