Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/platinfo/
Date: Tue, 01 Sep 2015 19:25:57
Message-Id: 1441135291.8719f72c0f1e8dbd8d880bdd5ff0739d2ee77390.klausman@gentoo
1 commit: 8719f72c0f1e8dbd8d880bdd5ff0739d2ee77390
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:21:31 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:21:31 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8719f72c
7
8 dev-python/platinfo: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/platinfo/platinfo-0.15.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/platinfo/platinfo-0.15.0-r1.ebuild b/dev-python/platinfo/platinfo-0.15.0-r1.ebuild
16 index 9d6c35b..86db543 100644
17 --- a/dev-python/platinfo/platinfo-0.15.0-r1.ebuild
18 +++ b/dev-python/platinfo/platinfo-0.15.0-r1.ebuild
19 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 )
20 inherit distutils-r1
21
22 DESCRIPTION="Determines and returns consistent names for platforms"
23 -HOMEPAGE="https://code.google.com/p/platinfo/"
24 +HOMEPAGE="https://github.com/trentm/platinfo"
25 SRC_URI="https://platinfo.googlecode.com/files/${P}.zip"
26
27 LICENSE="MIT"