summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-11-29 16:43:17 +0100
committerUlrich Müller <ulm@gentoo.org>2023-11-29 16:46:10 +0100
commitc1edc49c946418c63776a38c56352b6e8c8108c5 (patch)
treeb87e4b27a3e751c3046a1968ce9e540cf8bc3c21 /net-misc/netkit-timed
parentdev-python/pikepdf: Stabilize 8.7.1 ppc64, #918790 (diff)
downloadgentoo-c1edc49c946418c63776a38c56352b6e8c8108c5.tar.gz
gentoo-c1edc49c946418c63776a38c56352b6e8c8108c5.tar.bz2
gentoo-c1edc49c946418c63776a38c56352b6e8c8108c5.zip
net-misc/netkit-timed: drop 0.17-r10
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-misc/netkit-timed')
-rw-r--r--net-misc/netkit-timed/netkit-timed-0.17-r10.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r10.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r10.ebuild
deleted file mode 100644
index 9b817ec2c29e..000000000000
--- a/net-misc/netkit-timed/netkit-timed-0.17-r10.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit flag-o-matic toolchain-funcs
-
-IUSE=""
-DESCRIPTION="Netkit - timed"
-HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit"
-SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netkit/${P}.tar.gz"
-KEYWORDS="amd64 ~mips ppc ppc64 sparc x86"
-LICENSE="BSD GPL-2"
-SLOT="0"
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
- eapply "${FILESDIR}"/0.17-CFLAG-DEF-fix.patch
- eapply "${FILESDIR}"/0.17-timed-opt-parsing.patch
- sed -i configure \
- -e '/^LDFLAGS=/d' \
- || die "sed configure"
- default
-}
-
-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
- doman timed/timed/timed.8
- dosbin timed/timedc/timedc
- doman timed/timedc/timedc.8
- dodoc README ChangeLog BUGS
-
- newinitd "${FILESDIR}"/timed.rc6 timed
-}