diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-perl/Net-Patricia | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-perl/Net-Patricia')
| -rw-r--r-- | dev-perl/Net-Patricia/Manifest | 3 | ||||
| -rw-r--r-- | dev-perl/Net-Patricia/Net-Patricia-1.220.0-r2.ebuild | 29 | ||||
| -rw-r--r-- | dev-perl/Net-Patricia/Net-Patricia-1.230.0.ebuild | 23 | ||||
| -rw-r--r-- | dev-perl/Net-Patricia/Net-Patricia-1.240.0.ebuild | 23 | ||||
| -rw-r--r-- | dev-perl/Net-Patricia/files/Net-Patricia-1.22-no-lnsl.patch | 29 | ||||
| -rw-r--r-- | dev-perl/Net-Patricia/metadata.xml | 9 |
6 files changed, 116 insertions, 0 deletions
diff --git a/dev-perl/Net-Patricia/Manifest b/dev-perl/Net-Patricia/Manifest new file mode 100644 index 000000000000..3d163804d14c --- /dev/null +++ b/dev-perl/Net-Patricia/Manifest @@ -0,0 +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.220.0-r2.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.220.0-r2.ebuild new file mode 100644 index 000000000000..195c0b0ff469 --- /dev/null +++ b/dev-perl/Net-Patricia/Net-Patricia-1.220.0-r2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=GRUBER +DIST_VERSION=1.22 +inherit perl-module toolchain-funcs + +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" +IUSE="ipv6" + +RDEPEND="dev-perl/Net-CIDR-Lite + ipv6? ( + dev-perl/Socket6 + ) +" +BDEPEND="${RDEPEND}" + +PATCHES=("${FILESDIR}/${PN}-1.22-no-lnsl.patch") + +src_compile() { + # bug #944140 for gnu17 + emake AR="$(tc-getAR)" CC="$(tc-getCC) -std=gnu17" OTHERLDFLAGS="${LDFLAGS}" +} 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..6025512f82b3 --- /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" +IUSE="ipv6" + +RDEPEND=" + dev-perl/Net-CIDR-Lite + ipv6? ( + dev-perl/Socket6 + ) +" +BDEPEND="${RDEPEND}" 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..89b546e6faa4 --- /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" +IUSE="ipv6" + +RDEPEND=" + dev-perl/Net-CIDR-Lite + ipv6? ( + dev-perl/Socket6 + ) +" +BDEPEND="${RDEPEND}" diff --git a/dev-perl/Net-Patricia/files/Net-Patricia-1.22-no-lnsl.patch b/dev-perl/Net-Patricia/files/Net-Patricia-1.22-no-lnsl.patch new file mode 100644 index 000000000000..6ec76eec4cb3 --- /dev/null +++ b/dev-perl/Net-Patricia/files/Net-Patricia-1.22-no-lnsl.patch @@ -0,0 +1,29 @@ +From d23c3d9ef60260ecfddf25111d28abd3296940cd Mon Sep 17 00:00:00 2001 +From: Kent Fredric <kentnl@gentoo.org> +Date: Thu, 14 Dec 2017 18:11:17 +1300 +Subject: Don't link against libnsl + +No evidence this is actually used can be found, nothing uses RPC +headers, and the compiled .so doesn't use any of its symbols or retain +links in thier NEEDED sections. + +Bug: https://bugs.gentoo.org/638518 +--- + Makefile.PL | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/Makefile.PL b/Makefile.PL +index acd0918..c023e43 100644 +--- a/Makefile.PL ++++ b/Makefile.PL +@@ -5,7 +5,6 @@ use ExtUtils::MakeMaker; + WriteMakefile( + 'NAME' => 'Net::Patricia', + 'VERSION_FROM' => 'Patricia.pm', # finds $VERSION +- 'LIBS' => ['-lnsl'], # e.g., '-lm' + 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' + 'INC' => '', # e.g., '-I/usr/include/other' + 'MYEXTLIB' => 'libpatricia/libpatricia$(LIB_EXT)', # e.g., '-I/usr/include/other' +-- +2.14.3 + diff --git a/dev-perl/Net-Patricia/metadata.xml b/dev-perl/Net-Patricia/metadata.xml new file mode 100644 index 000000000000..89c67f49bdb9 --- /dev/null +++ b/dev-perl/Net-Patricia/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>perl@gentoo.org</email> + <name>Gentoo Perl Project</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
