From: Tobias Klausmann Date: Tue, 1 Sep 2015 19:17:42 +0000 (+0200) Subject: dev-python/dpkt: Fixing HOMEPAGE move due to code.google.com shutdown X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cc747e7fa06a32c4545a0f66ab224d0a1bb22b72;p=gentoo.git dev-python/dpkt: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 --- diff --git a/dev-python/dpkt/dpkt-1.8-r1.ebuild b/dev-python/dpkt/dpkt-1.8-r1.ebuild index 2c5a8a158ab2..81b66a622eb9 100644 --- a/dev-python/dpkt/dpkt-1.8-r1.ebuild +++ b/dev-python/dpkt/dpkt-1.8-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols" -HOMEPAGE="https://code.google.com/p/dpkt/" +HOMEPAGE="https://github.com/kbandla/dpkt" SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="BSD"