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/PyQt4/
Date: Wed, 25 Jan 2017 00:54:09
Message-Id: 1485305121.214c907f8c8639211a9dcb4e73e46386efa0d29c.pesa@gentoo
1 commit: 214c907f8c8639211a9dcb4e73e46386efa0d29c
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 25 00:45:21 2017 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 00:45:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=214c907f
7
8 dev-python/PyQt4: don't list pypi in HOMEPAGE; use https
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild | 3 +--
13 dev-python/PyQt4/PyQt4-4.12.ebuild | 5 ++---
14 2 files changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild b/dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild
17 index c6b1e3b..166a09c 100644
18 --- a/dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild
19 +++ b/dev-python/PyQt4/PyQt4-4.11.4-r1.ebuild
20 @@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
21 inherit eutils multibuild python-r1 qmake-utils toolchain-funcs
22
23 DESCRIPTION="Python bindings for the Qt framework"
24 -HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro
25 - https://pypi.python.org/pypi/PyQt4"
26 +HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/intro"
27
28 MY_P=PyQt-x11-gpl-${PV/_pre/.dev}
29 if [[ ${PV} == *_pre* ]]; then
30
31 diff --git a/dev-python/PyQt4/PyQt4-4.12.ebuild b/dev-python/PyQt4/PyQt4-4.12.ebuild
32 index 3249402..805c257 100644
33 --- a/dev-python/PyQt4/PyQt4-4.12.ebuild
34 +++ b/dev-python/PyQt4/PyQt4-4.12.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2016 Gentoo Foundation
37 +# Copyright 1999-2017 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39 # $Id$
40
41 @@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
42 inherit multibuild python-r1 qmake-utils toolchain-funcs
43
44 DESCRIPTION="Python bindings for the Qt framework"
45 -HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro
46 - https://pypi.python.org/pypi/PyQt4"
47 +HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/intro"
48
49 MY_P=${PN}_gpl_x11-${PV/_pre/.dev}
50 if [[ ${PV} == *_pre* ]]; then