commit: c49e56b46540efc946ba16532dbc9d9c305fc5d2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jan 19 08:37:50 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jan 19 08:39:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49e56b4
net-misc/dhcpd-pools: Remove last-rited pkg Closes: https://bugs.gentoo.org/669452 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-misc/dhcpd-pools/Manifest | 1 - net-misc/dhcpd-pools/dhcpd-pools-2.21.ebuild | 21 --------------------- net-misc/dhcpd-pools/metadata.xml | 8 -------- profiles/package.mask | 6 ------ 4 files changed, 36 deletions(-) diff --git a/net-misc/dhcpd-pools/Manifest b/net-misc/dhcpd-pools/Manifest deleted file mode 100644 index 03967da4a1a..00000000000 --- a/net-misc/dhcpd-pools/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dhcpd-pools-2.21.tar.xz 544940 BLAKE2B 22c6fd4f461480f95b0671309389dd90a5d1ae6cc64e1a61a6c450f1a861855b682a8c276ebc4517cf627ca7cb435cf6f4917d25c86c3bc40396b92ad8ae156d SHA512 33c89dd7eb23b3df6e454cd75051f3d842cc265e8596f5657a9e72ae485befbe78655eb682cab10c14973286b85f2b174c2f23b88c5142b63589ca9ec0a9d975 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 0a597533113..00000000000 --- 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 -} diff --git a/net-misc/dhcpd-pools/metadata.xml b/net-misc/dhcpd-pools/metadata.xml deleted file mode 100644 index dbb5930ad32..00000000000 --- a/net-misc/dhcpd-pools/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">dhcpd-pools</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 3704dcc2bdb..bd75ff5a6e0 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -287,12 +287,6 @@ net-ftp/tlswrap # Removal in 30 days. Bug #648964. app-text/ots -# Michał Górny <[email protected]> (2020-12-18) -# Unmaintained. The current Gentoo version fails to build, it needs -# a version bump. -# Removal in 30 days. Bug #669452. -net-misc/dhcpd-pools - # Lars Wendler <[email protected]> (2020-12-09) # Masked until most broken packages have been fixed (bug #732648) >=sys-devel/autoconf-2.70
