Skip to content

Commit

Permalink
dev-cpp/gtest: Change SRC_URI from Google Code to GitHub
Browse files Browse the repository at this point in the history
Gentoo-Bug: https://bugs.gentoo.org/618328
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Closes: gentoo#5491
  • Loading branch information
Peter-Levine authored and monsieurp committed Aug 29, 2017
1 parent 1225799 commit 6312e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev-cpp/gtest/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST gtest-1.7.0.zip 1164254 SHA256 247ca18dd83f53deb1328be17e4b1be31514cedfc1e3424f672bf11fd7e0d60d SHA512 8859369f2dd32cbc2ac01aba029aa3ff20a321f40658b9643aff442d34c33468221866b801b28c66a28af47dbcd362d26941fc98db92b6efb7e41ea5b7be1a07 WHIRLPOOL 0c31a385159551859c1afe76480b3fb1b560d666db9a0afc5cbda92bcd53bf129f85a8f902c6ded0779c2b4c49aacec59ba5a4d5ce316a07bf08174f4fc64049
DIST gtest-1.7.0.tar.gz 1001582 SHA256 c0f860eee47c86e0aeb462fd0bdfd70e3975297e0b8b178e0e03a95e1f6c9bc4 SHA512 a9f5c047b39efb2d11b55ee9913662ca402ac6837b3ad2d278ecfbd1caf32ed4546f169e3e92503d57bf3b62ccf89cd062da1c7ea3638aae98e868d2766363c3 WHIRLPOOL 36edbdf8be7c3793a89918a3c43d74e75a6281a37c394f7d2f20506130a76aab04a3beddba01bf7f0e9b6901c7e834ca014c31c913c0ea846d3f6be9c93599d2
5 changes: 2 additions & 3 deletions dev-cpp/gtest/gtest-1.7.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ inherit eutils python-any-r1 autotools-multilib

DESCRIPTION="Google C++ Testing Framework"
HOMEPAGE="https://github.com/google/googletest"
SRC_URI="https://googletest.googlecode.com/files/${P}.zip"
SRC_URI="https://github.com/google/googletest/archive/release-${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="examples static-libs"

DEPEND="app-arch/unzip
${PYTHON_DEPS}"
DEPEND="${PYTHON_DEPS}"
RDEPEND=""

PATCHES=(
Expand Down

0 comments on commit 6312e82

Please sign in to comment.