From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1061434-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A130E138334 for <garchives@archives.gentoo.org>; Sun, 9 Dec 2018 22:44:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C70EE09F9; Sun, 9 Dec 2018 22:44:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 62B2EE08FF for <gentoo-commits@lists.gentoo.org>; Sun, 9 Dec 2018 22:44:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07C53335C31 for <gentoo-commits@lists.gentoo.org>; Sun, 9 Dec 2018 22:44:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C333C463 for <gentoo-commits@lists.gentoo.org>; Sun, 9 Dec 2018 22:43:57 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" <jer@gentoo.org> Message-ID: <1544395432.dbd10402cd0836488e7e6599e4b8a422b1b66732.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/dnsproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/dnsproxy/Manifest net-proxy/dnsproxy/dnsproxy-1.17.ebuild X-VCS-Directories: net-proxy/dnsproxy/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: dbd10402cd0836488e7e6599e4b8a422b1b66732 X-VCS-Branch: master Date: Sun, 9 Dec 2018 22:43:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4f0c533a-0e49-4544-b40f-f58f674f10bd X-Archives-Hash: b08fcf14c7a8438a0609573202847415 commit: dbd10402cd0836488e7e6599e4b8a422b1b66732 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sun Dec 9 22:43:15 2018 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sun Dec 9 22:43:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd10402 net-proxy/dnsproxy: Version 1.17 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Fixes: https://bugs.gentoo.org/632666 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> net-proxy/dnsproxy/Manifest | 1 + net-proxy/dnsproxy/dnsproxy-1.17.ebuild | 41 +++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/net-proxy/dnsproxy/Manifest b/net-proxy/dnsproxy/Manifest index c045a9a52ad..bf94c73f0b9 100644 --- a/net-proxy/dnsproxy/Manifest +++ b/net-proxy/dnsproxy/Manifest @@ -1 +1,2 @@ DIST dnsproxy-1.16.tar.gz 47239 BLAKE2B 38134f93c95ec9f24d3e142251cd0dfd2b51fcaf02381ed00890e951f7a61af45e978264c4c17e3518585c408f6c88e47b6a0291939aedfc9f27b13a057650ff SHA512 f02498de963555556b656be432612e6d9ed72f29c838672c45ed2b4100cd6ae30b19091cbd33587259935342c86a733b820d2df54a8c3c1c699edb050b1b3d2b +DIST dnsproxy-1.17.tar.gz 47128 BLAKE2B 37b033b4c8f515b516ebf4780f7d28f6924fd66b9ca826d98567e8d3aab139c9a91a39bd0e8cf6d38084fce86f9ce8cb56f93d16918240d0d0815787dc06a72f SHA512 499910f59306477870f2c1cc7899fed409c5a569be348d11d17277bf4208ecd44173606022566b91b09546f915f1d990d56936f92245501af9fecf2110e88c32 diff --git a/net-proxy/dnsproxy/dnsproxy-1.17.ebuild b/net-proxy/dnsproxy/dnsproxy-1.17.ebuild new file mode 100644 index 00000000000..77a4f6123f4 --- /dev/null +++ b/net-proxy/dnsproxy/dnsproxy-1.17.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit flag-o-matic + +DESCRIPTION="The dnsproxy daemon is a proxy for DNS queries" +HOMEPAGE="https://www.wolfermann.org/dnsproxy.html" +SRC_URI="https://www.wolfermann.org/${P}.tar.gz" + +LICENSE="MIT GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-libs/libevent +" +RDEPEND=" + ${DEPEND} +" +PATCHES=( + "${FILESDIR}"/${PN}-1.16-include.patch +) + +src_compile() { + append-cppflags -D_GNU_SOURCE + 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 +}