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/PyQt5/
Date: Wed, 25 Jan 2017 00:54:08
Message-Id: 1485305287.9e30882bac8fb895492110fd54defecc945f6630.pesa@gentoo
1 commit: 9e30882bac8fb895492110fd54defecc945f6630
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 25 00:48:07 2017 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 00:48:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e30882b
7
8 dev-python/PyQt5: don't list pypi in HOMEPAGE; use https
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/PyQt5/PyQt5-5.5.1.ebuild | 5 ++---
13 dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild | 5 ++---
14 dev-python/PyQt5/PyQt5-5.7.1.ebuild | 5 ++---
15 3 files changed, 6 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-python/PyQt5/PyQt5-5.5.1.ebuild b/dev-python/PyQt5/PyQt5-5.5.1.ebuild
18 index eaa7e76..b1a09c3 100644
19 --- a/dev-python/PyQt5/PyQt5-5.5.1.ebuild
20 +++ b/dev-python/PyQt5/PyQt5-5.5.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -9,8 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
28 inherit eutils multibuild multilib python-r1 qmake-utils
29
30 DESCRIPTION="Python bindings for the Qt framework"
31 -HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro
32 - https://pypi.python.org/pypi/PyQt5"
33 +HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/intro"
34
35 MY_PN="PyQt-gpl"
36 if [[ ${PV} == *_pre* ]]; then
37
38 diff --git a/dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild b/dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild
39 index 609a74e..79be31c 100644
40 --- a/dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild
41 +++ b/dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2016 Gentoo Foundation
44 +# Copyright 1999-2017 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Id$
47
48 @@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
49 inherit multibuild python-r1 qmake-utils
50
51 DESCRIPTION="Python bindings for the Qt framework"
52 -HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro
53 - https://pypi.python.org/pypi/PyQt5"
54 +HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/intro"
55
56 MY_P=${PN}_gpl-${PV/_pre/.dev}
57 if [[ ${PV} == *_pre* ]]; then
58
59 diff --git a/dev-python/PyQt5/PyQt5-5.7.1.ebuild b/dev-python/PyQt5/PyQt5-5.7.1.ebuild
60 index f19b596..d9235d0 100644
61 --- a/dev-python/PyQt5/PyQt5-5.7.1.ebuild
62 +++ b/dev-python/PyQt5/PyQt5-5.7.1.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2016 Gentoo Foundation
65 +# Copyright 1999-2017 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 # $Id$
68
69 @@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
70 inherit multibuild python-r1 qmake-utils
71
72 DESCRIPTION="Python bindings for the Qt framework"
73 -HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro
74 - https://pypi.python.org/pypi/PyQt5"
75 +HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt/intro"
76
77 MY_P=${PN}_gpl-${PV/_pre/.dev}
78 if [[ ${PV} == *_pre* ]]; then