summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2020-08-11 14:36:15 +0300
committerSergey Popov <pinkbyte@gentoo.org>2020-08-11 14:36:15 +0300
commit7489e7422236a0f0886495550d45d66b1d2db26c (patch)
tree1d5e4fa88008f25856b9a8b0f2fc9b684eeba4b6
parentnet-im/err: drop old version (diff)
downloadgentoo-7489e7422236a0f0886495550d45d66b1d2db26c.tar.gz
gentoo-7489e7422236a0f0886495550d45d66b1d2db26c.tar.bz2
gentoo-7489e7422236a0f0886495550d45d66b1d2db26c.zip
net-misc/dhcdrop: drop old version
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
-rw-r--r--net-misc/dhcdrop/dhcdrop-0.5.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-misc/dhcdrop/dhcdrop-0.5.ebuild b/net-misc/dhcdrop/dhcdrop-0.5.ebuild
deleted file mode 100644
index db32686b5063..000000000000
--- a/net-misc/dhcdrop/dhcdrop-0.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils
-
-DESCRIPTION="Effectively suppresses illegal DHCP servers on the LAN"
-HOMEPAGE="http://www.netpatch.ru/dhcdrop.html"
-SRC_URI="http://www.netpatch.ru/projects/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ~x86"
-
-IUSE="static"
-
-RDEPEND="!static? ( net-libs/libpcap )"
-DEPEND="static? ( net-libs/libpcap[static-libs] )
- ${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog INSTALL NEWS README )
-
-src_prepare() {
- epatch_user
-}
-
-src_configure() {
- econf $(use static && echo "--enable-static-build")
-}