diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 20:57:22 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 20:57:22 +0200 |
commit | 0a862bfe5b70aa6aade2c51f9c399e65bfa6e419 (patch) | |
tree | e40f39bbdbb559bd7c2b219f4f9d9cb9269caa1e /dev-cpp | |
parent | dev-cpp/gmock: Fixing HOMEPAGE move due to code.google.com shutdown (diff) | |
download | gentoo-0a862bfe5b70aa6aade2c51f9c399e65bfa6e419.tar.gz gentoo-0a862bfe5b70aa6aade2c51f9c399e65bfa6e419.tar.bz2 gentoo-0a862bfe5b70aa6aade2c51f9c399e65bfa6e419.zip |
dev-cpp/gtest: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtest/gtest-1.6.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/gtest/gtest-1.6.0-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/gtest/gtest-1.6.0.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/gtest/gtest-1.7.0.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
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" |