dev-util/google-perftools: migrate away from google code #544092
authorGöktürk Yüksek <gokturk@gentoo.org>
Thu, 29 Dec 2016 03:48:24 +0000 (22:48 -0500)
committerGöktürk Yüksek <gokturk@gentoo.org>
Thu, 29 Dec 2016 04:11:46 +0000 (23:11 -0500)
Package-Manager: portage-2.3.0

dev-util/google-perftools/google-perftools-1.8.3.ebuild
dev-util/google-perftools/google-perftools-2.0-r2.ebuild
dev-util/google-perftools/google-perftools-2.5.ebuild

index 7ec488a315c54197f02bd856daee54b573b919be..d43b4921384ce491eeb7d9232690fc9325ba5a81 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,7 +8,7 @@ inherit toolchain-funcs eutils flag-o-matic
 
 DESCRIPTION="Fast, multi-threaded malloc() and nifty performance analysis tools"
 HOMEPAGE="https://github.com/gperftools/gperftools"
-SRC_URI="https://google-perftools.googlecode.com/files/${P}.tar.gz"
+SRC_URI="https://github.com/gperftools/gperftools/archive/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
index 9451c96feee607ecbe271b0a46204d7e0599578f..18567975a00113e855e3e1b6eecf254353c9ce69 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ inherit toolchain-funcs eutils flag-o-matic autotools-utils
 
 DESCRIPTION="Fast, multi-threaded malloc() and nifty performance analysis tools"
 HOMEPAGE="https://github.com/gperftools/gperftools"
-SRC_URI="https://gperftools.googlecode.com/files/${MY_P}.tar.gz"
+SRC_URI="https://github.com/gperftools/gperftools/archive/${MY_P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0/4"
index 3229577d2389e4f125ba12e541dce26fc8ebfeeb..c732471b040a902ce6f9e1aad17388c0b2f39344 100644 (file)
@@ -10,7 +10,7 @@ MY_P="gperftools-${PV}"
 inherit toolchain-funcs eutils flag-o-matic vcs-snapshot autotools-multilib
 
 DESCRIPTION="Fast, multi-threaded malloc() and nifty performance analysis tools"
-HOMEPAGE="http://code.google.com/p/gperftools/"
+HOMEPAGE="https://github.com/gperftools/gperftools"
 SRC_URI="https://github.com/gperftools/gperftools/tarball/${MY_P} -> ${MY_P}.tar.gz"
 
 LICENSE="MIT"