From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 5CA9D138353 for ; Wed, 25 Mar 2020 20:50:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95767E0C15; Wed, 25 Mar 2020 20:50:22 +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 7B748E0C15 for ; Wed, 25 Mar 2020 20:50:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DC17534FA2A for ; Wed, 25 Mar 2020 20:50:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40B791A0 for ; Wed, 25 Mar 2020 20:50:14 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1585169399.da6d2b1d0bc34d448f04215c402fbdee6c48104a.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild X-VCS-Directories: net-dns/dnscrypt-proxy/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: da6d2b1d0bc34d448f04215c402fbdee6c48104a X-VCS-Branch: master Date: Wed, 25 Mar 2020 20:50:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81230779-c607-4632-a0da-f18a5a0c1a26 X-Archives-Hash: 2e7037fac2f0b50160743e17c03a3bc2 commit: da6d2b1d0bc34d448f04215c402fbdee6c48104a Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Mar 25 20:41:45 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Mar 25 20:49:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da6d2b1d net-dns/dnscrypt-proxy: update live ebuild new config patch revision Package-Manager: Portage-2.3.96, Repoman-2.3.21 Signed-off-by: Georgy Yakovlev gentoo.org> net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild b/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild index bf14276c848..b5bda3db325 100644 --- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild +++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -EGO_PN="github.com/jedisct1/${PN}" +EGO_PN="github.com/DNSCrypt/${PN}" inherit fcaps go-module systemd @@ -30,7 +30,8 @@ RDEPEND=" " FILECAPS=( cap_net_bind_service+ep usr/bin/dnscrypt-proxy ) -PATCHES=( "${FILESDIR}"/config-full-paths-r10.patch ) + +PATCHES=( "${FILESDIR}"/config-full-paths-r11.patch ) src_compile() { pushd "${PN}" >/dev/null || die @@ -95,5 +96,5 @@ pkg_postinst() { elog elog "nameserver 127.0.0.1" elog - elog "Also see https://github.com/jedisct1/${PN}/wiki" + elog "Also see https://github.com/DNSCrypt/${PN}/wiki" }