summaryrefslogtreecommitdiff
path: root/dev-perl/Net-Patricia
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-perl/Net-Patricia
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'dev-perl/Net-Patricia')
-rw-r--r--dev-perl/Net-Patricia/Manifest3
-rw-r--r--dev-perl/Net-Patricia/Net-Patricia-1.220.0-r2.ebuild29
-rw-r--r--dev-perl/Net-Patricia/Net-Patricia-1.230.0.ebuild23
-rw-r--r--dev-perl/Net-Patricia/Net-Patricia-1.240.0.ebuild23
-rw-r--r--dev-perl/Net-Patricia/files/Net-Patricia-1.22-no-lnsl.patch29
-rw-r--r--dev-perl/Net-Patricia/metadata.xml14
6 files changed, 0 insertions, 121 deletions
diff --git a/dev-perl/Net-Patricia/Manifest b/dev-perl/Net-Patricia/Manifest
deleted file mode 100644
index 3d163804d14c..000000000000
--- a/dev-perl/Net-Patricia/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index 195c0b0ff469..000000000000
--- a/dev-perl/Net-Patricia/Net-Patricia-1.220.0-r2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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
deleted file mode 100644
index 6025512f82b3..000000000000
--- a/dev-perl/Net-Patricia/Net-Patricia-1.230.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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
deleted file mode 100644
index 89b546e6faa4..000000000000
--- a/dev-perl/Net-Patricia/Net-Patricia-1.240.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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
deleted file mode 100644
index 6ec76eec4cb3..000000000000
--- a/dev-perl/Net-Patricia/files/Net-Patricia-1.22-no-lnsl.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-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
deleted file mode 100644
index b0a28e9ea18b..000000000000
--- a/dev-perl/Net-Patricia/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Net-Patricia</remote-id>
- <remote-id type="cpan-module">Net::Patricia</remote-id>
- <remote-id type="cpan-module">Net::Patricia::AF_INET</remote-id>
- <remote-id type="cpan-module">Net::Patricia::AF_INET6</remote-id>
- </upstream>
-</pkgmetadata>