From: Tobias Klausmann Date: Tue, 1 Sep 2015 18:57:22 +0000 (+0200) Subject: dev-cpp/gtest: Fixing HOMEPAGE move due to code.google.com shutdown X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0a862bfe5b70aa6aade2c51f9c399e65bfa6e419;p=gentoo.git dev-cpp/gtest: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 --- diff --git a/dev-cpp/gtest/gtest-1.6.0-r1.ebuild b/dev-cpp/gtest/gtest-1.6.0-r1.ebuild index 4863374c947b..cb6f20b38652 100644 --- a/dev-cpp/gtest/gtest-1.6.0-r1.ebuild +++ b/dev-cpp/gtest/gtest-1.6.0-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_DEPEND="2" inherit eutils python autotools DESCRIPTION="Google C++ Testing Framework" -HOMEPAGE="https://code.google.com/p/googletest/" +HOMEPAGE="https://github.com/google/googletest" SRC_URI="https://googletest.googlecode.com/files/${P}.zip" LICENSE="BSD" diff --git a/dev-cpp/gtest/gtest-1.6.0-r2.ebuild b/dev-cpp/gtest/gtest-1.6.0-r2.ebuild index 9bdf07fd9813..e2f30b055a54 100644 --- a/dev-cpp/gtest/gtest-1.6.0-r2.ebuild +++ b/dev-cpp/gtest/gtest-1.6.0-r2.ebuild @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils python-any-r1 autotools-multilib DESCRIPTION="Google C++ Testing Framework" -HOMEPAGE="https://code.google.com/p/googletest/" +HOMEPAGE="https://github.com/google/googletest" SRC_URI="https://googletest.googlecode.com/files/${P}.zip" LICENSE="BSD" diff --git a/dev-cpp/gtest/gtest-1.6.0.ebuild b/dev-cpp/gtest/gtest-1.6.0.ebuild index 15ff07ce47ce..4aa69f8c1f81 100644 --- a/dev-cpp/gtest/gtest-1.6.0.ebuild +++ b/dev-cpp/gtest/gtest-1.6.0.ebuild @@ -8,7 +8,7 @@ PYTHON_DEPEND="2" inherit python libtool DESCRIPTION="Google C++ Testing Framework" -HOMEPAGE="https://code.google.com/p/googletest/" +HOMEPAGE="https://github.com/google/googletest" SRC_URI="https://googletest.googlecode.com/files/${P}.zip" LICENSE="BSD" diff --git a/dev-cpp/gtest/gtest-1.7.0.ebuild b/dev-cpp/gtest/gtest-1.7.0.ebuild index 60f389d087f4..36bc39ce985c 100644 --- a/dev-cpp/gtest/gtest-1.7.0.ebuild +++ b/dev-cpp/gtest/gtest-1.7.0.ebuild @@ -12,7 +12,7 @@ PYTHON_COMPAT=( python2_7 ) inherit eutils python-any-r1 autotools-multilib DESCRIPTION="Google C++ Testing Framework" -HOMEPAGE="https://code.google.com/p/googletest/" +HOMEPAGE="https://github.com/google/googletest" SRC_URI="https://googletest.googlecode.com/files/${P}.zip" LICENSE="BSD"