Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-scw/
Date: Sun, 29 Apr 2018 06:34:08
Message-Id: 1524983565.3929ebf468c112c7ea747bff62aea34582a38425.mgorny@gentoo
1 commit: 3929ebf468c112c7ea747bff62aea34582a38425
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 28 08:30:15 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 06:32:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3929ebf4
7
8 dev-python/python-scw: use HTTPS
9
10 dev-python/python-scw/python-scw-0.4.7-r1.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-python/python-scw/python-scw-0.4.7-r1.ebuild b/dev-python/python-scw/python-scw-0.4.7-r1.ebuild
14 index 7b94ae63ff0..ed30a025fd7 100644
15 --- a/dev-python/python-scw/python-scw-0.4.7-r1.ebuild
16 +++ b/dev-python/python-scw/python-scw-0.4.7-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
24 inherit python-r1
25
26 DESCRIPTION="Python binding for Scw"
27 -HOMEPAGE="http://scwwidgets.googlepages.com/"
28 -SRC_URI="http://scwwidgets.googlepages.com/${P}.tar.gz "
29 +HOMEPAGE="https://sites.google.com/site/scwwidgets/"
30 +SRC_URI="https://sites.google.com/site/scwwidgets/${P}.tar.gz "
31
32 LICENSE="LGPL-2"
33 SLOT="0"