Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc/
Date: Sun, 15 Jul 2018 22:41:04
Message-Id: 1531694441.741a0dc49393d412b0d688bd249a4625b5024b20.sbraz@gentoo
1 commit: 741a0dc49393d412b0d688bd249a4625b5024b20
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 22:13:00 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 22:40:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741a0dc4
7
8 net-irc/znc: sync live ebuild with 1.7.1_rc1
9
10 Package-Manager: Portage-2.3.42, Repoman-2.3.9
11
12 net-irc/znc/znc-9999.ebuild | 9 +++++----
13 1 file changed, 5 insertions(+), 4 deletions(-)
14
15 diff --git a/net-irc/znc/znc-9999.ebuild b/net-irc/znc/znc-9999.ebuild
16 index ec9c6196f37..e59849a6e29 100644
17 --- a/net-irc/znc/znc-9999.ebuild
18 +++ b/net-irc/znc/znc-9999.ebuild
19 @@ -16,11 +16,14 @@ if [[ ${PV} == *9999* ]]; then
20 EGIT_REPO_URI=${EGIT_REPO_URI:-"https://github.com/znc/znc.git"}
21 SRC_URI=""
22 else
23 + MY_PV=${PV/_/-}
24 + MY_P=${PN}-${MY_PV}
25 SRC_URI="
26 - https://znc.in/releases/archive/${P}.tar.gz
27 + https://znc.in/releases/archive/${MY_P}.tar.gz
28 test? ( ${GTEST_URL} )
29 "
30 KEYWORDS="~amd64 ~arm ~x86"
31 + S=${WORKDIR}/${MY_P}
32 fi
33
34 HOMEPAGE="https://znc.in"
35 @@ -52,9 +55,7 @@ DEPEND="
36 test? ( dev-qt/qtnetwork:5 )
37 "
38
39 -PATCHES=(
40 - "${FILESDIR}"/${PN}-1.7.0-inttest-dir.patch
41 -)
42 +PATCHES=( "${FILESDIR}"/${PN}-1.7.1-inttest-dir.patch )
43
44 pkg_setup() {
45 if use python; then