From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B34691382C5 for ; Sun, 4 Feb 2018 20:22:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7B93E0966; Sun, 4 Feb 2018 20:22:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B50F3E0966 for ; Sun, 4 Feb 2018 20:22:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63A0B335C31 for ; Sun, 4 Feb 2018 20:22:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86E4A1C5 for ; Sun, 4 Feb 2018 20:22:24 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1517775743.5f7de5d59d374e0b9538792e726a8919ae22c74e.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/dhcp_probe/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r3.ebuild X-VCS-Directories: net-analyzer/dhcp_probe/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 5f7de5d59d374e0b9538792e726a8919ae22c74e X-VCS-Branch: master Date: Sun, 4 Feb 2018 20:22:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 10e367c2-72df-4cb6-bc6d-3db10b9b2cd9 X-Archives-Hash: 815afeb52d42235248be5f3ecf9c8d63 commit: 5f7de5d59d374e0b9538792e726a8919ae22c74e Author: Jeroen Roovers gentoo org> AuthorDate: Sun Feb 4 20:22:06 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Feb 4 20:22:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f7de5d5 net-analyzer/dhcp_probe: Old. Package-Manager: Portage-2.3.20, Repoman-2.3.6 net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r3.ebuild | 46 ---------------------- 1 file changed, 46 deletions(-) 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 deleted file mode 100644 index 83aad9792a3..00000000000 --- a/net-analyzer/dhcp_probe/dhcp_probe-1.3.0-r3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="2" - -inherit eutils flag-o-matic - -DESCRIPTION="dhcp_probe attempts to discover DHCP and BootP servers on a directly-attached Ethernet network" -HOMEPAGE="http://www.net.princeton.edu/software/dhcp_probe/" -SRC_URI="http://www.net.princeton.edu/software/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -DEPEND=" - net-libs/libpcap - >=net-libs/libnet-1.1.2.1-r2 - " -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PV}/*.patch -} - -src_configure() { - use amd64 && append-flags -D__ARCH__=64 - STRIP=true econf || die "econf failed" -} - -src_install() { - emake install DESTDIR="${D}" - - newinitd "${FILESDIR}/${PN}.initd" ${PN} - newconfd "${FILESDIR}/${PN}.confd" ${PN} - - dodoc \ - extras/dhcp_probe.cf.sample \ - NEWS \ - README \ - ChangeLog \ - AUTHORS \ - TODO \ - || die "dodoc failed" -}