diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:29:29 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:29:29 +0200 |
commit | f5a4cb903bd17d7f92433d48b92da7f0d8dc3f47 (patch) | |
tree | c06130b5ad9ccb8832d1d746201540b7fc4b48bf /dev-util/open-vcdiff | |
parent | dev-util/include-what-you-use: Fixing HOMEPAGE move due to code.google.com sh... (diff) | |
download | gentoo-f5a4cb903bd17d7f92433d48b92da7f0d8dc3f47.tar.gz gentoo-f5a4cb903bd17d7f92433d48b92da7f0d8dc3f47.tar.bz2 gentoo-f5a4cb903bd17d7f92433d48b92da7f0d8dc3f47.zip |
dev-util/open-vcdiff: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-util/open-vcdiff')
-rw-r--r-- | dev-util/open-vcdiff/open-vcdiff-0.8.3.ebuild | 2 | ||||
-rw-r--r-- | dev-util/open-vcdiff/open-vcdiff-0.8.4.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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" |