diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /net-analyzer/ifmetric | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'net-analyzer/ifmetric')
| -rw-r--r-- | net-analyzer/ifmetric/Manifest | 1 | ||||
| -rw-r--r-- | net-analyzer/ifmetric/files/ifmetric-0.3-replybuf.patch | 11 | ||||
| -rw-r--r-- | net-analyzer/ifmetric/files/ifmetric-0.3-ul.patch | 11 | ||||
| -rw-r--r-- | net-analyzer/ifmetric/ifmetric-0.3-r4.ebuild | 36 | ||||
| -rw-r--r-- | net-analyzer/ifmetric/metadata.xml | 9 |
5 files changed, 0 insertions, 68 deletions
diff --git a/net-analyzer/ifmetric/Manifest b/net-analyzer/ifmetric/Manifest deleted file mode 100644 index 7ab4a1d7efda..000000000000 --- a/net-analyzer/ifmetric/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ifmetric-0.3.tar.gz 81502 BLAKE2B f918932edb730e50ee3598eaeaadd036ca970234c955f05d45ba44c719b650c222adf0e6f971ed6c3387900ee019e092d7e313f0da57afcc6cd63ef842c644c9 SHA512 301d6bc1c97a59597fe55d81a04c1b654aee24d12ac10201ab56cf23b5164808270f15c142cc49142787db70b400cc18b96561aefcf212111ba47df28f07aa95 diff --git a/net-analyzer/ifmetric/files/ifmetric-0.3-replybuf.patch b/net-analyzer/ifmetric/files/ifmetric-0.3-replybuf.patch deleted file mode 100644 index 883ce2b31215..000000000000 --- a/net-analyzer/ifmetric/files/ifmetric-0.3-replybuf.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/nlrequest.c -+++ b/src/nlrequest.c -@@ -44,7 +44,7 @@ - - for (;;) { - int bytes; -- char replybuf[2048]; -+ char replybuf[4096]; - struct nlmsghdr *p = (struct nlmsghdr *) replybuf; - - if ((bytes = recv(s, &replybuf, sizeof(replybuf), 0)) < 0) { diff --git a/net-analyzer/ifmetric/files/ifmetric-0.3-ul.patch b/net-analyzer/ifmetric/files/ifmetric-0.3-ul.patch deleted file mode 100644 index eb432dc29c0e..000000000000 --- a/net-analyzer/ifmetric/files/ifmetric-0.3-ul.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/nlrequest.c -+++ b/src/nlrequest.c -@@ -56,7 +56,7 @@ - int ret; - - if (!NLMSG_OK(p, bytes) || bytes < sizeof(struct nlmsghdr) || bytes < p->nlmsg_len) { -- fprintf(stderr, "NETLINK: Packet too small or truncated! %u!=%u!=%u\n", bytes, sizeof(struct nlmsghdr), p->nlmsg_len); -+ fprintf(stderr, "NETLINK: Packet too small or truncated! %u!=%lu!=%u\n", bytes, sizeof(struct nlmsghdr), p->nlmsg_len); - return -1; - } - diff --git a/net-analyzer/ifmetric/ifmetric-0.3-r4.ebuild b/net-analyzer/ifmetric/ifmetric-0.3-r4.ebuild deleted file mode 100644 index 27101a208ed3..000000000000 --- a/net-analyzer/ifmetric/ifmetric-0.3-r4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Set metrics of all IPv4 routes attached to a given network interface at once" -HOMEPAGE="http://0pointer.de/lennart/projects/ifmetric/" -SRC_URI="http://0pointer.de/lennart/projects/ifmetric/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" - -DEPEND="sys-kernel/linux-headers" - -PATCHES=( - "${FILESDIR}"/${P}-ul.patch - "${FILESDIR}"/${P}-replybuf.patch -) -HTML_DOCS=( doc/README.html ) - -src_prepare() { - default - - # bug #899926 - eautoreconf -} - -src_configure() { - # man page and HTML are already generated - econf \ - --disable-xmltoman \ - --disable-lynx -} diff --git a/net-analyzer/ifmetric/metadata.xml b/net-analyzer/ifmetric/metadata.xml deleted file mode 100644 index def7802554eb..000000000000 --- a/net-analyzer/ifmetric/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>netmon@gentoo.org</email> - <name>Gentoo network monitoring and analysis project</name> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
