Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sip/
Date: Tue, 12 Feb 2019 04:48:29
Message-Id: 1549946890.65e0872ebb00df112a98ce23ad55ed32b78aee85.pesa@gentoo
1 commit: 65e0872ebb00df112a98ce23ad55ed32b78aee85
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 12 04:48:10 2019 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 12 04:48:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e0872e
7
8 dev-python/sip: cosmetic changes to minimize diff with PyQt5-sip
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>
12
13 dev-python/sip/sip-4.19.14.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/sip/sip-4.19.14.ebuild b/dev-python/sip/sip-4.19.14.ebuild
17 index 23d98f6e9a4..e694b38a121 100644
18 --- a/dev-python/sip/sip-4.19.14.ebuild
19 +++ b/dev-python/sip/sip-4.19.14.ebuild
20 @@ -9,11 +9,11 @@ inherit python-r1 toolchain-funcs
21 DESCRIPTION="Python extension module generator for C and C++ libraries"
22 HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro"
23
24 -MY_P=${P/_pre/.dev}
25 +MY_P=sip-${PV/_pre/.dev}
26 if [[ ${PV} == *_pre* ]]; then
27 SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"
28 else
29 - SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${PN}/${MY_P}.tar.gz"
30 + SRC_URI="https://www.riverbankcomputing.com/static/Downloads/sip/${MY_P}.tar.gz"
31 fi
32
33 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h