diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-03 13:58:07 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-03 14:17:01 -0500 |
commit | 0fbee3a1c42c7fac8ea360c83cbdebc894de6d9a (patch) | |
tree | 46cedd43c8d475b474dfc334673fea469bd663ae | |
parent | net-proxy/dnsproxy: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-0fbee3a1c42c7fac8ea360c83cbdebc894de6d9a.tar.gz gentoo-0fbee3a1c42c7fac8ea360c83cbdebc894de6d9a.tar.bz2 gentoo-0fbee3a1c42c7fac8ea360c83cbdebc894de6d9a.zip |
net-proxy/dnsproxy: remove old version
Package-Manager: portage-2.2.26
-rw-r--r-- | net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild b/net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild deleted file mode 100644 index 7e7b39a5fb7c..000000000000 --- a/net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils flag-o-matic - -DESCRIPTION="The dnsproxy daemon is a proxy for DNS queries" -HOMEPAGE="http://www.wolfermann.org/dnsproxy.html" -SRC_URI="http://www.wolfermann.org/${P}.tar.gz" - -LICENSE="MIT GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-libs/libevent" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-include.patch - append-flags -D_GNU_SOURCE -} - -src_compile() { - emake ${PN} -} - -src_install() { - dosbin ${PN} - keepdir /var/empty - - newconfd "${FILESDIR}"/${PN}.confd ${PN} - newinitd "${FILESDIR}"/${PN}.initd ${PN} - insinto /etc/${PN} - newins ${PN}.conf ${PN}.conf.dist - - dodoc README - doman ${PN}.1 -} |