summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-04-11 22:26:24 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-04-11 22:52:28 +0200
commit2307379718e10c07e7ffd847b34c22d97a4358bc (patch)
treead164d67c5ab9825f944ea0eb33f62d49b27f178 /net-dns
parentnet-dns/dnrd: migrate to GLEP 81 (diff)
downloadgentoo-2307379718e10c07e7ffd847b34c22d97a4358bc.tar.gz
gentoo-2307379718e10c07e7ffd847b34c22d97a4358bc.tar.bz2
gentoo-2307379718e10c07e7ffd847b34c22d97a4358bc.zip
net-dns/dnrd: drop old version
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/dnrd/dnrd-2.20.3-r2.ebuild34
1 files changed, 0 insertions, 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 571076853a7f..000000000000
--- 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
-}