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/pystdf/
Date: Tue, 01 Sep 2015 19:25:58
Message-Id: 1441135427.e38b50d9992dcb97d2f3176c3743991e344f415f.klausman@gentoo
1 commit: e38b50d9992dcb97d2f3176c3743991e344f415f
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:23:47 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:23:47 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38b50d9
7
8 dev-python/pystdf: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/pystdf/pystdf-1.3.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pystdf/pystdf-1.3.1-r1.ebuild b/dev-python/pystdf/pystdf-1.3.1-r1.ebuild
16 index 7e1c345..eaa1e89 100644
17 --- a/dev-python/pystdf/pystdf-1.3.1-r1.ebuild
18 +++ b/dev-python/pystdf/pystdf-1.3.1-r1.ebuild
19 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
20 inherit distutils-r1
21
22 DESCRIPTION="Python module that makes it easy to work with STDF"
23 -HOMEPAGE="https://code.google.com/p/pystdf/"
24 +HOMEPAGE="https://github.com/cmars/pystdf"
25 SRC_URI="https://pystdf.googlecode.com/files/${P}.tar.gz"
26
27 LICENSE="GPL-2"