commit: 3c7ed885c048506b7bd4f4b594358da0cfba4488
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 1 19:23:25 2015 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep 1 19:23:25 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c7ed885
dev-python/pysendfile: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
dev-python/pysendfile/pysendfile-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild
b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
index 09f496f..b09d7e5 100644
--- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild
+++ b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
DESCRIPTION="A python interface to sendfile(2) system call"
-HOMEPAGE="https://code.google.com/p/pysendfile/"
+HOMEPAGE="https://github.com/giampaolo/pysendfile"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="amd64 x86"