From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1036615-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 B53A6138334
	for <garchives@archives.gentoo.org>; Sun, 15 Jul 2018 22:41:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 301A4E07F6;
	Sun, 15 Jul 2018 22:41:03 +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 0376DE07F6
	for <gentoo-commits@lists.gentoo.org>; Sun, 15 Jul 2018 22:41:02 +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 DC979335CA0
	for <gentoo-commits@lists.gentoo.org>; Sun, 15 Jul 2018 22:41:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D0549374
	for <gentoo-commits@lists.gentoo.org>; Sun, 15 Jul 2018 22:40:58 +0000 (UTC)
From: "Louis Sautier" <sbraz@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, "Louis Sautier" <sbraz@gentoo.org>
Message-ID: <1531694441.741a0dc49393d412b0d688bd249a4625b5024b20.sbraz@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-irc/znc/znc-9999.ebuild
X-VCS-Directories: net-irc/znc/
X-VCS-Committer: sbraz
X-VCS-Committer-Name: Louis Sautier
X-VCS-Revision: 741a0dc49393d412b0d688bd249a4625b5024b20
X-VCS-Branch: master
Date: Sun, 15 Jul 2018 22:40:58 +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-Archives-Salt: 1cb0eabd-203a-4b89-94e0-ca15a368a303
X-Archives-Hash: c596c4f00a44815b01b616ee7b00288e

commit:     741a0dc49393d412b0d688bd249a4625b5024b20
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 22:13:00 2018 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 22:40:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741a0dc4

net-irc/znc: sync live ebuild with 1.7.1_rc1

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 net-irc/znc/znc-9999.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild
index ec9c6196f37..e59849a6e29 100644
--- a/net-irc/znc/znc-9999.ebuild
+++ b/net-irc/znc/znc-9999.ebuild
@@ -16,11 +16,14 @@ if [[ ${PV} == *9999* ]]; then
 	EGIT_REPO_URI=${EGIT_REPO_URI:-"https://github.com/znc/znc.git"}
 	SRC_URI=""
 else
+	MY_PV=${PV/_/-}
+	MY_P=${PN}-${MY_PV}
 	SRC_URI="
-		https://znc.in/releases/archive/${P}.tar.gz
+		https://znc.in/releases/archive/${MY_P}.tar.gz
 		test? ( ${GTEST_URL} )
 	"
 	KEYWORDS="~amd64 ~arm ~x86"
+	S=${WORKDIR}/${MY_P}
 fi
 
 HOMEPAGE="https://znc.in"
@@ -52,9 +55,7 @@ DEPEND="
 	test? ( dev-qt/qtnetwork:5 )
 "
 
-PATCHES=(
-	"${FILESDIR}"/${PN}-1.7.0-inttest-dir.patch
-)
+PATCHES=( "${FILESDIR}"/${PN}-1.7.1-inttest-dir.patch )
 
 pkg_setup() {
 	if use python; then