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/pygtkglext/
Date: Tue, 20 Mar 2018 21:11:31
Message-Id: 1521580222.c49f6cec391722510409878b6d78ced7d9fad018.mgorny@gentoo
1 commit: c49f6cec391722510409878b6d78ced7d9fad018
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 20 20:04:19 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 20 21:10:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c49f6cec
7
8 dev-python/pygtkglext: update HOMEPAGE, use HTTPS
9
10 dev-python/pygtkglext/pygtkglext-1.1.0-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/pygtkglext/pygtkglext-1.1.0-r1.ebuild b/dev-python/pygtkglext/pygtkglext-1.1.0-r1.ebuild
14 index 9d94ae322f3..4c655be86aa 100644
15 --- a/dev-python/pygtkglext/pygtkglext-1.1.0-r1.ebuild
16 +++ b/dev-python/pygtkglext/pygtkglext-1.1.0-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 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 )
24 inherit autotools-utils python-r1
25
26 DESCRIPTION="Python bindings to GtkGLExt"
27 -HOMEPAGE="http://gtkglext.sourceforge.net/"
28 +HOMEPAGE="https://projects-old.gnome.org/gtkglext/"
29 SRC_URI="mirror://sourceforge/gtkglext/${P}.tar.bz2"
30
31 LICENSE="LGPL-2.1 GPL-2"