summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-03 19:22:28 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-03 19:22:28 -0500
commit7992b0ff488cf8c017dae3a3b90f97dbae683b7b (patch)
tree5b1af0d330a3220ec6bace35b8219be25f20cf72 /net-misc/netkit-routed
parentnet-misc/netkit-routed: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-7992b0ff488cf8c017dae3a3b90f97dbae683b7b.tar.gz
gentoo-7992b0ff488cf8c017dae3a3b90f97dbae683b7b.tar.bz2
gentoo-7992b0ff488cf8c017dae3a3b90f97dbae683b7b.zip
net-misc/netkit-routed: remove old version
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-misc/netkit-routed')
-rw-r--r--net-misc/netkit-routed/netkit-routed-0.17-r4.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/net-misc/netkit-routed/netkit-routed-0.17-r4.ebuild b/net-misc/netkit-routed/netkit-routed-0.17-r4.ebuild
deleted file mode 100644
index 8910c4453c6d..000000000000
--- a/net-misc/netkit-routed/netkit-routed-0.17-r4.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils 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
-}