From: Göktürk Yüksek Date: Thu, 29 Dec 2016 03:48:24 +0000 (-0500) Subject: dev-util/google-perftools: migrate away from google code #544092 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=112efad93b94134e6b847dd631b3eeaee5ca9f56;p=gentoo.git dev-util/google-perftools: migrate away from google code #544092 Package-Manager: portage-2.3.0 --- diff --git a/dev-util/google-perftools/google-perftools-1.8.3.ebuild b/dev-util/google-perftools/google-perftools-1.8.3.ebuild index 7ec488a315c5..d43b4921384c 100644 --- a/dev-util/google-perftools/google-perftools-1.8.3.ebuild +++ b/dev-util/google-perftools/google-perftools-1.8.3.ebuild @@ -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" diff --git a/dev-util/google-perftools/google-perftools-2.0-r2.ebuild b/dev-util/google-perftools/google-perftools-2.0-r2.ebuild index 9451c96feee6..18567975a001 100644 --- a/dev-util/google-perftools/google-perftools-2.0-r2.ebuild +++ b/dev-util/google-perftools/google-perftools-2.0-r2.ebuild @@ -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" diff --git a/dev-util/google-perftools/google-perftools-2.5.ebuild b/dev-util/google-perftools/google-perftools-2.5.ebuild index 3229577d2389..c732471b040a 100644 --- a/dev-util/google-perftools/google-perftools-2.5.ebuild +++ b/dev-util/google-perftools/google-perftools-2.5.ebuild @@ -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"