summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-19 09:37:50 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-19 09:39:10 +0100
commitc49e56b46540efc946ba16532dbc9d9c305fc5d2 (patch)
tree62bbbdf98d498e2408ae1e35c70f8e3ef4f70252 /net-misc/dhcpd-pools/dhcpd-pools-2.21.ebuild
parentdev-db/aerospike-server-community: Remove last-rited pkg (diff)
downloadgentoo-c49e56b46540efc946ba16532dbc9d9c305fc5d2.tar.gz
gentoo-c49e56b46540efc946ba16532dbc9d9c305fc5d2.tar.bz2
gentoo-c49e56b46540efc946ba16532dbc9d9c305fc5d2.zip
net-misc/dhcpd-pools: Remove last-rited pkg
Closes: https://bugs.gentoo.org/669452 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/dhcpd-pools/dhcpd-pools-2.21.ebuild')
-rw-r--r--net-misc/dhcpd-pools/dhcpd-pools-2.21.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-misc/dhcpd-pools/dhcpd-pools-2.21.ebuild b/net-misc/dhcpd-pools/dhcpd-pools-2.21.ebuild
deleted file mode 100644
index 0a5975331137..000000000000
--- a/net-misc/dhcpd-pools/dhcpd-pools-2.21.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="ISC dhcpd lease analysis and reporting"
-HOMEPAGE="http://dhcpd-pools.sf.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-DEPEND="dev-libs/uthash
- doc? ( app-doc/doxygen )"
-RDEPEND=""
-
-src_configure() {
- econf $(use_enable doc doxygen) --with-dhcpd-conf=/etc/dhcp/dhcpd.conf
-}