commit:     2307379718e10c07e7ffd847b34c22d97a4358bc
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 11 20:26:24 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Apr 11 20:52:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23073797

net-dns/dnrd: drop old version

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-dns/dnrd/dnrd-2.20.3-r2.ebuild | 34 ----------------------------------
 1 file changed, 34 deletions(-)

diff --git a/net-dns/dnrd/dnrd-2.20.3-r2.ebuild 
b/net-dns/dnrd/dnrd-2.20.3-r2.ebuild
deleted file mode 100644
index 571076853a7..00000000000
--- a/net-dns/dnrd/dnrd-2.20.3-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools 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"
-
-PATCHES=( "${FILESDIR}"/${P}-docdir.patch )
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_install() {
-       default
-
-       keepdir /etc/dnrd
-       doinitd "${FILESDIR}"/dnrd
-       newconfd "${FILESDIR}"/dnrd.conf dnrd
-}
-
-pkg_postinst() {
-       enewgroup dnrd
-       enewuser dnrd -1 -1 /dev/null dnrd
-}

Reply via email to