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-routed/
Date: Wed, 04 May 2016 01:02:25
Message-Id: 1462321348.7992b0ff488cf8c017dae3a3b90f97dbae683b7b.wizardedit@gentoo
1 commit: 7992b0ff488cf8c017dae3a3b90f97dbae683b7b
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 00:22:28 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 00:22:28 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7992b0ff
7
8 net-misc/netkit-routed: remove old version
9
10 Package-Manager: portage-2.2.26
11
12 .../netkit-routed/netkit-routed-0.17-r4.ebuild | 47 ----------------------
13 1 file changed, 47 deletions(-)
14
15 diff --git a/net-misc/netkit-routed/netkit-routed-0.17-r4.ebuild b/net-misc/netkit-routed/netkit-routed-0.17-r4.ebuild
16 deleted file mode 100644
17 index 8910c44..0000000
18 --- a/net-misc/netkit-routed/netkit-routed-0.17-r4.ebuild
19 +++ /dev/null
20 @@ -1,47 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="5"
26 -
27 -inherit eutils toolchain-funcs
28 -
29 -DESCRIPTION="Netkit - routed"
30 -HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
31 -SRC_URI="mirror://debian/pool/main/n/netkit-routed/${PN}_${PV}.orig.tar.gz"
32 -
33 -LICENSE="BSD GPL-2"
34 -SLOT="0"
35 -KEYWORDS="alpha ~amd64 ~mips ppc sparc x86"
36 -IUSE=""
37 -
38 -src_prepare() {
39 - sed -i configure -e '/^LDFLAGS=/d' || die
40 - epatch "${FILESDIR}"/${P}-time.patch
41 - epatch "${FILESDIR}"/${P}-printf.patch #529992
42 -}
43 -
44 -src_configure() {
45 - # Not an autotools generated configure script
46 - ./configure --with-c-compiler=$(tc-getCC) || die
47 -}
48 -
49 -src_install() {
50 - # ripquery
51 - dosbin ripquery/ripquery
52 - doman ripquery/ripquery.8
53 -
54 - # routed
55 - dosbin routed/routed
56 - dosym routed /usr/sbin/in.routed
57 - doman routed/routed.8
58 - dosym routed.8 /usr/share/man/man8/in.routed.8
59 -
60 - # docs
61 - dodoc README ChangeLog
62 - newdoc routed/README README.routed
63 -
64 - # init scripts
65 - newconfd "${FILESDIR}"/routed.confd routed
66 - newinitd "${FILESDIR}"/routed.initd routed
67 -}