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/pssi/
Date: Tue, 01 Sep 2015 19:25:57
Message-Id: 1441135306.e9e0bbcae7756df2712d82be114b94ff38f010f1.klausman@gentoo
1 commit: e9e0bbcae7756df2712d82be114b94ff38f010f1
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:21:46 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:21:46 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e0bbca
7
8 dev-python/pssi: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/pssi/pssi-1.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pssi/pssi-1.0-r1.ebuild b/dev-python/pssi/pssi-1.0-r1.ebuild
16 index 646c9f7..9d1af58 100644
17 --- a/dev-python/pssi/pssi-1.0-r1.ebuild
18 +++ b/dev-python/pssi/pssi-1.0-r1.ebuild
19 @@ -9,7 +9,7 @@ PYTHON_COMPAT=( python2_7 )
20 inherit distutils-r1
21
22 DESCRIPTION="Python Simple Smartcard Interpreter"
23 -HOMEPAGE="https://code.google.com/p/pssi/"
24 +HOMEPAGE="https://github.com/Eric-Bourry/pssi"
25 SRC_URI="https://pssi.googlecode.com/files/${P}.tar"
26
27 LICENSE="GPL-3"