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: Wed, 25 Jan 2017 00:54:08
Message-Id: 1485304918.33ee2de307c7a1e35ffb84db9c24c0cb90124f0d.pesa@gentoo
1 commit: 33ee2de307c7a1e35ffb84db9c24c0cb90124f0d
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 25 00:35:45 2017 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 00:41:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ee2de3
7
8 dev-python/sip: don't list pypi in HOMEPAGE; use https
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-python/sip/sip-4.18.1.ebuild | 4 ++--
13 dev-python/sip/sip-4.18.ebuild | 2 +-
14 dev-python/sip/sip-4.19.ebuild | 4 ++--
15 dev-python/sip/sip-4.9999.ebuild | 4 ++--
16 4 files changed, 7 insertions(+), 7 deletions(-)
17
18 diff --git a/dev-python/sip/sip-4.18.1.ebuild b/dev-python/sip/sip-4.18.1.ebuild
19 index 90d5314..3634f70 100644
20 --- a/dev-python/sip/sip-4.18.1.ebuild
21 +++ b/dev-python/sip/sip-4.18.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
29 inherit python-r1 toolchain-funcs
30
31 DESCRIPTION="Python extension module generator for C and C++ libraries"
32 -HOMEPAGE="http://www.riverbankcomputing.com/software/sip/intro https://pypi.python.org/pypi/SIP"
33 +HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro"
34 SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz"
35
36 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
37
38 diff --git a/dev-python/sip/sip-4.18.ebuild b/dev-python/sip/sip-4.18.ebuild
39 index 1c520fb..ae9b5ed 100644
40 --- a/dev-python/sip/sip-4.18.ebuild
41 +++ b/dev-python/sip/sip-4.18.ebuild
42 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
43 inherit python-r1 toolchain-funcs
44
45 DESCRIPTION="Python extension module generator for C and C++ libraries"
46 -HOMEPAGE="http://www.riverbankcomputing.com/software/sip/intro https://pypi.python.org/pypi/SIP"
47 +HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro"
48 SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz"
49
50 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
51
52 diff --git a/dev-python/sip/sip-4.19.ebuild b/dev-python/sip/sip-4.19.ebuild
53 index 0012456..89aaae8 100644
54 --- a/dev-python/sip/sip-4.19.ebuild
55 +++ b/dev-python/sip/sip-4.19.ebuild
56 @@ -1,4 +1,4 @@
57 -# Copyright 1999-2016 Gentoo Foundation
58 +# Copyright 1999-2017 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 # $Id$
61
62 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
63 inherit python-r1 toolchain-funcs
64
65 DESCRIPTION="Python extension module generator for C and C++ libraries"
66 -HOMEPAGE="http://www.riverbankcomputing.com/software/sip/intro https://pypi.python.org/pypi/SIP"
67 +HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro"
68 SRC_URI="mirror://sourceforge/pyqt/${P}.tar.gz"
69
70 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
71
72 diff --git a/dev-python/sip/sip-4.9999.ebuild b/dev-python/sip/sip-4.9999.ebuild
73 index 6a0b7f6..5c95ae2 100644
74 --- a/dev-python/sip/sip-4.9999.ebuild
75 +++ b/dev-python/sip/sip-4.9999.ebuild
76 @@ -9,8 +9,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} )
77 inherit python-r1 toolchain-funcs mercurial
78
79 DESCRIPTION="Python extension module generator for C and C++ libraries"
80 -HOMEPAGE="http://www.riverbankcomputing.com/software/sip/intro https://pypi.python.org/pypi/SIP"
81 -EHG_REPO_URI="http://www.riverbankcomputing.com/hg/sip"
82 +HOMEPAGE="https://www.riverbankcomputing.com/software/sip/intro"
83 +EHG_REPO_URI="https://www.riverbankcomputing.com/hg/sip"
84
85 # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h.in
86 SLOT="0/12"