Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/dnsproxy/
Date: Tue, 03 May 2016 19:17:55
Message-Id: 1462303021.0fbee3a1c42c7fac8ea360c83cbdebc894de6d9a.wizardedit@gentoo
1 commit: 0fbee3a1c42c7fac8ea360c83cbdebc894de6d9a
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 18:58:07 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 19:17:01 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbee3a1
7
8 net-proxy/dnsproxy: remove old version
9
10 Package-Manager: portage-2.2.26
11
12 net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild | 41 ------------------------------
13 1 file changed, 41 deletions(-)
14
15 diff --git a/net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild b/net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild
16 deleted file mode 100644
17 index 7e7b39a..0000000
18 --- a/net-proxy/dnsproxy/dnsproxy-1.16-r1.ebuild
19 +++ /dev/null
20 @@ -1,41 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=4
26 -
27 -inherit eutils flag-o-matic
28 -
29 -DESCRIPTION="The dnsproxy daemon is a proxy for DNS queries"
30 -HOMEPAGE="http://www.wolfermann.org/dnsproxy.html"
31 -SRC_URI="http://www.wolfermann.org/${P}.tar.gz"
32 -
33 -LICENSE="MIT GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -DEPEND="dev-libs/libevent"
39 -RDEPEND="${DEPEND}"
40 -
41 -src_prepare() {
42 - epatch "${FILESDIR}"/${P}-include.patch
43 - append-flags -D_GNU_SOURCE
44 -}
45 -
46 -src_compile() {
47 - emake ${PN}
48 -}
49 -
50 -src_install() {
51 - dosbin ${PN}
52 - keepdir /var/empty
53 -
54 - newconfd "${FILESDIR}"/${PN}.confd ${PN}
55 - newinitd "${FILESDIR}"/${PN}.initd ${PN}
56 - insinto /etc/${PN}
57 - newins ${PN}.conf ${PN}.conf.dist
58 -
59 - dodoc README
60 - doman ${PN}.1
61 -}