diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-24 20:19:58 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-24 20:20:28 +0100 |
commit | 0df96d95ce8cbe018cb61d7c84cd7f38f37e7fac (patch) | |
tree | 076f36f685c9bc2675771b3d1da91a75b2b50912 /net-misc | |
parent | net-analyzer/nagios-check_pidfile: treeclean (diff) | |
download | gentoo-0df96d95ce8cbe018cb61d7c84cd7f38f37e7fac.tar.gz gentoo-0df96d95ce8cbe018cb61d7c84cd7f38f37e7fac.tar.bz2 gentoo-0df96d95ce8cbe018cb61d7c84cd7f38f37e7fac.zip |
net-misc/netkit-routed: treeclean
Closes: https://bugs.gentoo.org/827322
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/netkit-routed/Manifest | 1 | ||||
-rw-r--r-- | net-misc/netkit-routed/files/netkit-routed-0.17-printf.patch | 20 | ||||
-rw-r--r-- | net-misc/netkit-routed/files/netkit-routed-0.17-time.patch | 20 | ||||
-rw-r--r-- | net-misc/netkit-routed/files/routed.confd | 16 | ||||
-rw-r--r-- | net-misc/netkit-routed/files/routed.initd | 20 | ||||
-rw-r--r-- | net-misc/netkit-routed/metadata.xml | 5 | ||||
-rw-r--r-- | net-misc/netkit-routed/netkit-routed-0.17-r5.ebuild | 46 |
7 files changed, 0 insertions, 128 deletions
diff --git a/net-misc/netkit-routed/Manifest b/net-misc/netkit-routed/Manifest deleted file mode 100644 index a777baf19277..000000000000 --- a/net-misc/netkit-routed/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST netkit-routed_0.17.orig.tar.gz 36435 BLAKE2B cfa0ab9fcbca1369e812e02dc76524e8668b340dc70c345b038f659fd9b48979fe1c27249748d5455d636ad2cef204fd646f2967761971de0b01aed88af80778 SHA512 9dea1048af22d5bbcec0aa9722a518e81d4415c7cc3219ae13d38450b0960fb30e0b082648717336c5870fa65f921a3830aadca23d0595ca719f89f4615afbc9 diff --git a/net-misc/netkit-routed/files/netkit-routed-0.17-printf.patch b/net-misc/netkit-routed/files/netkit-routed-0.17-printf.patch deleted file mode 100644 index 16607a22b9b1..000000000000 --- a/net-misc/netkit-routed/files/netkit-routed-0.17-printf.patch +++ /dev/null @@ -1,20 +0,0 @@ -echo -n isn't supported by all shells, use printf instead, which is portable. - -Patch by Andrew Miller. - -https://bugs.gentoo.org/529992 - ---- a/configure -+++ b/configure -@@ -235,10 +235,7 @@ - - echo 'Generating MCONFIG...' - ( -- echo -n '# Generated by configure (confgen version 2) on ' -- date -- echo '#' -- echo -+ printf "#\n# Generated by configure (confgen version 2) on $(date)\n#\n\n" - - echo "SBINDIR=$SBINDIR" - echo "MANDIR=$MANDIR" diff --git a/net-misc/netkit-routed/files/netkit-routed-0.17-time.patch b/net-misc/netkit-routed/files/netkit-routed-0.17-time.patch deleted file mode 100644 index 9aa866d48367..000000000000 --- a/net-misc/netkit-routed/files/netkit-routed-0.17-time.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/routed/main.c 2000-01-06 00:16:12.000000000 +0100 -+++ b/routed/main.c 2010-08-26 23:04:56.000000000 +0200 -@@ -57,6 +57,7 @@ - #include <syslog.h> - #include <assert.h> - #include <sys/utsname.h> -+#include <time.h> - - #define BUFSPACE (127*1024) /* max. input buffer size to request */ - ---- a/routed/trace.c 2000-07-23 01:25:11.000000000 +0200 -+++ b/routed/trace.c 2010-08-26 23:05:17.000000000 +0200 -@@ -50,6 +50,7 @@ - #include <syslog.h> - #include <errno.h> - #include "pathnames.h" -+#include <time.h> - - #define NRECORDS 50 /* size of circular trace buffer */ - diff --git a/net-misc/netkit-routed/files/routed.confd b/net-misc/netkit-routed/files/routed.confd deleted file mode 100644 index 1b27653ec59d..000000000000 --- a/net-misc/netkit-routed/files/routed.confd +++ /dev/null @@ -1,16 +0,0 @@ -# /etc/conf.d/routed - -# Normally routed is simply run as "/usr/sbin/routed". Set this -# option to run routed with additional parameters, for example: -# -# -d Enable additional debugging information -# -s Force routed to supply routing information -# -q Opposite of the -s option -# -# Additional options are listed in the routed(8) manual page. -# -# Our default configuration is to run quietly, i.e. don't publish -# routes. This is to keep from catching users unaware since routed -# will publish routes if there's more than one interface configured on -# the machine. -ROUTED_OPTS="-q" diff --git a/net-misc/netkit-routed/files/routed.initd b/net-misc/netkit-routed/files/routed.initd deleted file mode 100644 index 3b022fb54586..000000000000 --- a/net-misc/netkit-routed/files/routed.initd +++ /dev/null @@ -1,20 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -depend() { - need net -} - -start() { - ebegin "Starting routed" - /sbin/start-stop-daemon --start --quiet \ - --exec /usr/sbin/routed -- ${ROUTED_OPTS} - eend $? -} - -stop() { - ebegin "Stopping routed" - /sbin/start-stop-daemon --stop --quiet --exec /usr/sbin/routed - eend $? -} diff --git a/net-misc/netkit-routed/metadata.xml b/net-misc/netkit-routed/metadata.xml deleted file mode 100644 index 85e4ed814fa2..000000000000 --- a/net-misc/netkit-routed/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/net-misc/netkit-routed/netkit-routed-0.17-r5.ebuild b/net-misc/netkit-routed/netkit-routed-0.17-r5.ebuild deleted file mode 100644 index 0670c06e7c2e..000000000000 --- a/net-misc/netkit-routed/netkit-routed-0.17-r5.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -inherit epatch toolchain-funcs - -DESCRIPTION="Netkit - routed" -HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/" -SRC_URI="mirror://debian/pool/main/n/netkit-routed/${PN}_${PV}.orig.tar.gz" - -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~mips ppc sparc x86" -IUSE="" - -src_prepare() { - sed -i configure -e '/^LDFLAGS=/d' || die - epatch "${FILESDIR}"/${P}-time.patch - epatch "${FILESDIR}"/${P}-printf.patch #529992 -} - -src_configure() { - # Not an autotools generated configure script - ./configure --with-c-compiler=$(tc-getCC) || die -} - -src_install() { - # ripquery - dosbin ripquery/ripquery - doman ripquery/ripquery.8 - - # routed - dosbin routed/routed - dosym routed /usr/sbin/in.routed - doman routed/routed.8 - dosym routed.8 /usr/share/man/man8/in.routed.8 - - # docs - dodoc README ChangeLog - newdoc routed/README README.routed - - # init scripts - newconfd "${FILESDIR}"/routed.confd routed - newinitd "${FILESDIR}"/routed.initd routed -} |