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/pysendfile/
Date: Tue, 01 Sep 2015 19:26:07
Message-Id: 1441135405.3c7ed885c048506b7bd4f4b594358da0cfba4488.klausman@gentoo
1 commit: 3c7ed885c048506b7bd4f4b594358da0cfba4488
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:23:25 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:23:25 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7ed885
7
8 dev-python/pysendfile: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-python/pysendfile/pysendfile-2.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
16 index 09f496f..b09d7e5 100644
17 --- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild
18 +++ b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
19 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
20 inherit distutils-r1
21
22 DESCRIPTION="A python interface to sendfile(2) system call"
23 -HOMEPAGE="https://code.google.com/p/pysendfile/"
24 +HOMEPAGE="https://github.com/giampaolo/pysendfile"
25 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 KEYWORDS="amd64 x86"