diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-12-28 22:48:24 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-12-28 23:11:46 -0500 |
commit | 112efad93b94134e6b847dd631b3eeaee5ca9f56 (patch) | |
tree | 6131c1b8c9bc83d6bde1b6b0dfdf6a1257225c1f /dev-util/google-perftools | |
parent | app-text/logmerge: remove old (diff) | |
download | gentoo-112efad93b94134e6b847dd631b3eeaee5ca9f56.tar.gz gentoo-112efad93b94134e6b847dd631b3eeaee5ca9f56.tar.bz2 gentoo-112efad93b94134e6b847dd631b3eeaee5ca9f56.zip |
dev-util/google-perftools: migrate away from google code #544092
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-util/google-perftools')
-rw-r--r-- | dev-util/google-perftools/google-perftools-1.8.3.ebuild | 4 | ||||
-rw-r--r-- | dev-util/google-perftools/google-perftools-2.0-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/google-perftools/google-perftools-2.5.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
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" |