Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-timed/
Date: Wed, 04 May 2016 01:02:35
Message-Id: 1462321608.2ade46cf614489de5c4dc1b51fea5f5099f0f952.wizardedit@gentoo
1 commit: 2ade46cf614489de5c4dc1b51fea5f5099f0f952
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 00:26:48 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 00:26:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ade46cf
7
8 net-misc/netkit-timed: remove old version
9
10 Package-Manager: portage-2.2.26
11
12 net-misc/netkit-timed/netkit-timed-0.17-r9.ebuild | 42 -----------------------
13 1 file changed, 42 deletions(-)
14
15 diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r9.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r9.ebuild
16 deleted file mode 100644
17 index a745dd2..0000000
18 --- a/net-misc/netkit-timed/netkit-timed-0.17-r9.ebuild
19 +++ /dev/null
20 @@ -1,42 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="2"
26 -
27 -inherit eutils flag-o-matic toolchain-funcs
28 -
29 -IUSE=""
30 -DESCRIPTION="Netkit - timed"
31 -SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P}.tar.gz"
32 -HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
33 -KEYWORDS="amd64 ~mips ppc ppc64 sparc x86"
34 -LICENSE="BSD GPL-2"
35 -SLOT="0"
36 -
37 -DEPEND=""
38 -RDEPEND=""
39 -
40 -src_prepare() {
41 - epatch "${FILESDIR}"/0.17-CFLAG-DEF-fix.patch
42 - epatch "${FILESDIR}"/0.17-timed-opt-parsing.patch
43 - sed -i configure \
44 - -e '/^LDFLAGS=/d' \
45 - || die "sed configure"
46 -}
47 -
48 -src_configure() {
49 - # Note this is not an autoconf configure script. econf fails
50 - append-flags -DCLK_TCK=CLOCKS_PER_SEC
51 - ./configure --prefix=/usr --with-c-compiler=$(tc-getCC) || die "bad configure"
52 -}
53 -
54 -src_install() {
55 - dosbin timed/timed/timed || die
56 - doman timed/timed/timed.8 || die
57 - dosbin timed/timedc/timedc || die
58 - doman timed/timedc/timedc.8 || die
59 - dodoc README ChangeLog BUGS || die
60 -
61 - newinitd "${FILESDIR}"/timed.rc6 timed || die
62 -}