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 03:55:43
Message-Id: 1549943730.297d3fc0cfeb01b4627e1dd02a40065296d0a718.pesa@gentoo
1 commit: 297d3fc0cfeb01b4627e1dd02a40065296d0a718
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 12 03:55:07 2019 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 12 03:55:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=297d3fc0
7
8 dev-python/sip: bump to 4.19.14 final
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/Manifest | 2 +-
14 .../{sip-4.19.14_pre1812231555.ebuild => sip-4.19.14.ebuild} | 10 ++++------
15 2 files changed, 5 insertions(+), 7 deletions(-)
16
17 diff --git a/dev-python/sip/Manifest b/dev-python/sip/Manifest
18 index df025910590..7a6fb1f2d61 100644
19 --- a/dev-python/sip/Manifest
20 +++ b/dev-python/sip/Manifest
21 @@ -1,2 +1,2 @@
22 DIST sip-4.19.13.tar.gz 1038815 BLAKE2B 0b6f2941140a535cfdfb51db71cf9a55e5f65be85961e304496fded7781da42b0ab7d01045b8802468a3ce3b57e7f571851fc7713fd47a03c8344017982d6632 SHA512 eb456e1f7efa463f859047acc5301e19279e1627629d0bad3ac7a0a52b77575126bc3f2c64bb4278ae11d415c13d2731dfc8c816bba71307173d393a414aae98
23 -DIST sip-4.19.14.dev1812231555.tar.gz 1020224 BLAKE2B e3df5a8b7829278987c5b368b8b6c28c04fc0b3bb3847451e48411ef9ba5cda932007613ad31f34381446ea02d62281b27ae4951babca5ec8b75f065aa296365 SHA512 decf2f7baacede27c42d359eb875a895c9a92b36a8e8a29f4666b3f98f570d821e80dbb32fd946ce230f726fafc4000af9b167df8cfd188bcd7f85fbc71bd4b1
24 +DIST sip-4.19.14.tar.gz 1049688 BLAKE2B 8e68910f533d0f58bef1f20ec58579ce0166efaee2caef1c64d4e9878b0887040d9284a9fa5ee48d7a4f0949866d0b988b0d962303f0ace03a4ad48bd08eec5d SHA512 afde261331f38eac863d8cea0e343649f460f0b9a603d7fe91f14583904ea4b488bbd88d20fad5c985c43c6c1683fffee38676d94831ac8f2de40d9ed4d0423e
25
26 diff --git a/dev-python/sip/sip-4.19.14_pre1812231555.ebuild b/dev-python/sip/sip-4.19.14.ebuild
27 similarity index 94%
28 rename from dev-python/sip/sip-4.19.14_pre1812231555.ebuild
29 rename to dev-python/sip/sip-4.19.14.ebuild
30 index 47ab306936c..23d98f6e9a4 100644
31 --- a/dev-python/sip/sip-4.19.14_pre1812231555.ebuild
32 +++ b/dev-python/sip/sip-4.19.14.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2018 Gentoo Authors
35 +# Copyright 1999-2019 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=7
39 @@ -13,14 +13,14 @@ MY_P=${P/_pre/.dev}
40 if [[ ${PV} == *_pre* ]]; then
41 SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"
42 else
43 - SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
44 + SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${PN}/${MY_P}.tar.gz"
45 fi
46
47 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h
48 SLOT="0/12"
49 LICENSE="|| ( GPL-2 GPL-3 SIP )"
50 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
51 -IUSE="debug doc"
52 +IUSE="doc"
53
54 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
55
56 @@ -49,12 +49,11 @@ src_prepare() {
57
58 src_configure() {
59 configuration() {
60 - local incdir=$(python_get_includedir)
61 -
62 if ! python_is_python3; then
63 local CFLAGS="${CFLAGS} -fno-strict-aliasing"
64 fi
65
66 + local incdir=$(python_get_includedir)
67 local myconf=(
68 "${PYTHON}"
69 "${S}"/configure.py
70 @@ -62,7 +61,6 @@ src_configure() {
71 --bindir="${EPREFIX}/usr/bin"
72 --destdir="$(python_get_sitedir)"
73 --incdir="${incdir#${SYSROOT}}"
74 - $(usex debug --debug '')
75 AR="$(tc-getAR) cqs"
76 CC="$(tc-getCC)"
77 CFLAGS="${CFLAGS}"