commit: 447173d9d59695f70bd3bf4557d6057be5415b3d Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Feb 5 08:05:10 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sat Feb 9 19:54:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447173d9
net-dns/dnrd: remove old (EAPI0) Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10985 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> net-dns/dnrd/dnrd-2.20.3-r1.ebuild | 45 -------------------------------------- 1 file changed, 45 deletions(-) diff --git a/net-dns/dnrd/dnrd-2.20.3-r1.ebuild b/net-dns/dnrd/dnrd-2.20.3-r1.ebuild deleted file mode 100644 index fae872bc300..00000000000 --- a/net-dns/dnrd/dnrd-2.20.3-r1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit autotools eutils user - -DESCRIPTION="A caching DNS proxy server" -HOMEPAGE="http://dnrd.sourceforge.net/" -SRC_URI="mirror://sourceforge/dnrd/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug" -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-docdir.patch - eautoreconf -} - -src_compile() { - econf \ - $(use_enable debug) \ - --disable-dependency-tracking \ - --docdir=/usr/share/doc/${PF} \ - || die - - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - keepdir /etc/dnrd - doinitd ${FILESDIR}/dnrd - newconfd ${FILESDIR}/dnrd.conf dnrd -} - -pkg_postinst() { - enewgroup dnrd - enewuser dnrd -1 -1 /dev/null dnrd -}
