summaryrefslogtreecommitdiff
path: root/dev-cpp/gmock/gmock-1.7.0.ebuild
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2015-09-01 20:56:45 +0200
committerTobias Klausmann <klausman@gentoo.org>2015-09-01 20:56:45 +0200
commit97fe063789691d503b4570d8fc9ce565e4e1f92c (patch)
tree123badc7c18b702f4836d815cfac7084fe91ec12 /dev-cpp/gmock/gmock-1.7.0.ebuild
parent6965102352050cec64d6da1b246d4e45358ef364 (diff)
downloadgentoo-97fe063789691d503b4570d8fc9ce565e4e1f92c.tar.gz
gentoo-97fe063789691d503b4570d8fc9ce565e4e1f92c.tar.xz
dev-cpp/gmock: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-cpp/gmock/gmock-1.7.0.ebuild')
-rw-r--r--dev-cpp/gmock/gmock-1.7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/gmock/gmock-1.7.0.ebuild b/dev-cpp/gmock/gmock-1.7.0.ebuild
index db866284f71..e9a2125cfa7 100644
--- a/dev-cpp/gmock/gmock-1.7.0.ebuild
+++ b/dev-cpp/gmock/gmock-1.7.0.ebuild
@@ -7,7 +7,7 @@ EAPI="4"
inherit libtool
DESCRIPTION="Google's C++ mocking framework"
-HOMEPAGE="https://code.google.com/p/googlemock/"
+HOMEPAGE="https://github.com/google/googlemock"
SRC_URI="https://googlemock.googlecode.com/files/${P}.zip"
LICENSE="BSD"