Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcp_probe/
Date: Sun, 04 Feb 2018 20:22:28
Message-Id: 1517775743.5f7de5d59d374e0b9538792e726a8919ae22c74e.jer@gentoo
1 commit: 5f7de5d59d374e0b9538792e726a8919ae22c74e
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 4 20:22:06 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 4 20:22:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7de5d5
7
8 net-analyzer/dhcp_probe: Old.
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r3.ebuild | 46 ----------------------
13 1 file changed, 46 deletions(-)
14
15 diff --git a/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r3.ebuild b/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r3.ebuild
16 deleted file mode 100644
17 index 83aad9792a3..00000000000
18 --- a/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r3.ebuild
19 +++ /dev/null
20 @@ -1,46 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="2"
25 -
26 -inherit eutils flag-o-matic
27 -
28 -DESCRIPTION="dhcp_probe attempts to discover DHCP and BootP servers on a directly-attached Ethernet network"
29 -HOMEPAGE="http://www.net.princeton.edu/software/dhcp_probe/"
30 -SRC_URI="http://www.net.princeton.edu/software/${PN}/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~x86 ~amd64"
35 -IUSE=""
36 -
37 -DEPEND="
38 - net-libs/libpcap
39 - >=net-libs/libnet-1.1.2.1-r2
40 - "
41 -RDEPEND="${DEPEND}"
42 -
43 -src_prepare() {
44 - epatch "${FILESDIR}"/${PV}/*.patch
45 -}
46 -
47 -src_configure() {
48 - use amd64 && append-flags -D__ARCH__=64
49 - STRIP=true econf || die "econf failed"
50 -}
51 -
52 -src_install() {
53 - emake install DESTDIR="${D}"
54 -
55 - newinitd "${FILESDIR}/${PN}.initd" ${PN}
56 - newconfd "${FILESDIR}/${PN}.confd" ${PN}
57 -
58 - dodoc \
59 - extras/dhcp_probe.cf.sample \
60 - NEWS \
61 - README \
62 - ChangeLog \
63 - AUTHORS \
64 - TODO \
65 - || die "dodoc failed"
66 -}