dev-cpp/gtest: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1
This commit is contained in:
Tobias Klausmann
2015-09-01 20:57:22 +02:00
parent 97fe063789
commit 0a862bfe5b
4 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"