net-misc/netkit-timed: remove old version
authorAustin English <wizardedit@gentoo.org>
Wed, 4 May 2016 00:26:48 +0000 (19:26 -0500)
committerAustin English <wizardedit@gentoo.org>
Wed, 4 May 2016 00:26:48 +0000 (19:26 -0500)
Package-Manager: portage-2.2.26

net-misc/netkit-timed/netkit-timed-0.17-r9.ebuild [deleted file]

diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r9.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r9.ebuild
deleted file mode 100644 (file)
index a745dd2..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit eutils flag-o-matic toolchain-funcs
-
-IUSE=""
-DESCRIPTION="Netkit - timed"
-SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P}.tar.gz"
-HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
-KEYWORDS="amd64 ~mips ppc ppc64 sparc x86"
-LICENSE="BSD GPL-2"
-SLOT="0"
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
-       epatch "${FILESDIR}"/0.17-CFLAG-DEF-fix.patch
-       epatch "${FILESDIR}"/0.17-timed-opt-parsing.patch
-       sed -i configure \
-               -e '/^LDFLAGS=/d' \
-               || die "sed configure"
-}
-
-src_configure() {
-       # Note this is not an autoconf configure script. econf fails
-       append-flags -DCLK_TCK=CLOCKS_PER_SEC
-       ./configure --prefix=/usr --with-c-compiler=$(tc-getCC) || die "bad configure"
-}
-
-src_install() {
-       dosbin timed/timed/timed || die
-       doman  timed/timed/timed.8 || die
-       dosbin timed/timedc/timedc || die
-       doman  timed/timedc/timedc.8 || die
-       dodoc  README ChangeLog BUGS || die
-
-       newinitd "${FILESDIR}"/timed.rc6 timed || die
-}