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/pylast/
Date: Tue, 01 Sep 2015 19:25:57
Message-Id: 1441135345.94814ed9761a35a6448d4d23240b4aa6eaa3dc73.klausman@gentoo
1 commit: 94814ed9761a35a6448d4d23240b4aa6eaa3dc73
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:22:25 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:22:25 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94814ed9
7
8 dev-python/pylast: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/pylast/pylast-0.5.11-r1.ebuild | 2 +-
13 dev-python/pylast/pylast-1.0.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pylast/pylast-0.5.11-r1.ebuild b/dev-python/pylast/pylast-0.5.11-r1.ebuild
17 index 0d82642..adc1c36 100644
18 --- a/dev-python/pylast/pylast-0.5.11-r1.ebuild
19 +++ b/dev-python/pylast/pylast-0.5.11-r1.ebuild
20 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_3} )
21 inherit distutils-r1
22
23 DESCRIPTION="Python interface to last.fm and other api-compatible websites"
24 -HOMEPAGE="https://code.google.com/p/pylast/"
25 +HOMEPAGE="https://github.com/pylast/pylast"
26 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
27
28 LICENSE="Apache-2.0"
29
30 diff --git a/dev-python/pylast/pylast-1.0.0.ebuild b/dev-python/pylast/pylast-1.0.0.ebuild
31 index 4952a88..702ed8c 100644
32 --- a/dev-python/pylast/pylast-1.0.0.ebuild
33 +++ b/dev-python/pylast/pylast-1.0.0.ebuild
34 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
35 inherit distutils-r1
36
37 DESCRIPTION="Python interface to last.fm and other api-compatible websites"
38 -HOMEPAGE="https://code.google.com/p/pylast/"
39 +HOMEPAGE="https://github.com/pylast/pylast"
40 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41
42 LICENSE="Apache-2.0"