From: Tobias Klausmann Date: Tue, 1 Sep 2015 19:29:29 +0000 (+0200) Subject: dev-util/open-vcdiff: Fixing HOMEPAGE move due to code.google.com shutdown X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f5a4cb903bd17d7f92433d48b92da7f0d8dc3f47;p=gentoo.git dev-util/open-vcdiff: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 --- diff --git a/dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild b/dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild index 9afd750e878b..14e535a5b4dc 100644 --- a/dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild +++ b/dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild @@ -8,7 +8,7 @@ AUTOTOOLS_AUTORECONF=1 inherit autotools-utils DESCRIPTION="An encoder/decoder for the VCDIFF (RFC3284) format" -HOMEPAGE="https://code.google.com/p/open-vcdiff/" +HOMEPAGE="https://github.com/google/open-vcdiff" SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="Apache-2.0" diff --git a/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild b/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild index 58cb060cbd2b..63b43bc9256a 100644 --- a/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild +++ b/dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit eutils DESCRIPTION="An encoder/decoder for the VCDIFF (RFC3284) format" -HOMEPAGE="https://code.google.com/p/open-vcdiff/" +HOMEPAGE="https://github.com/google/open-vcdiff" SRC_URI="https://dev.gentoo.org/~floppym/dist/${P}.tar.gz" LICENSE="Apache-2.0"