Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/google-perftools/
Date: Thu, 29 Dec 2016 04:12:40
Message-Id: 1482984706.112efad93b94134e6b847dd631b3eeaee5ca9f56.gokturk@gentoo
1 commit: 112efad93b94134e6b847dd631b3eeaee5ca9f56
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 03:48:24 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 04:11:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=112efad9
7
8 dev-util/google-perftools: migrate away from google code #544092
9
10 Package-Manager: portage-2.3.0
11
12 dev-util/google-perftools/google-perftools-1.8.3.ebuild | 4 ++--
13 dev-util/google-perftools/google-perftools-2.0-r2.ebuild | 4 ++--
14 dev-util/google-perftools/google-perftools-2.5.ebuild | 2 +-
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/dev-util/google-perftools/google-perftools-1.8.3.ebuild b/dev-util/google-perftools/google-perftools-1.8.3.ebuild
18 index 7ec488a..d43b492 100644
19 --- a/dev-util/google-perftools/google-perftools-1.8.3.ebuild
20 +++ b/dev-util/google-perftools/google-perftools-1.8.3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -8,7 +8,7 @@ inherit toolchain-funcs eutils flag-o-matic
28
29 DESCRIPTION="Fast, multi-threaded malloc() and nifty performance analysis tools"
30 HOMEPAGE="https://github.com/gperftools/gperftools"
31 -SRC_URI="https://google-perftools.googlecode.com/files/${P}.tar.gz"
32 +SRC_URI="https://github.com/gperftools/gperftools/archive/${P}.tar.gz"
33
34 LICENSE="MIT"
35 SLOT="0"
36
37 diff --git a/dev-util/google-perftools/google-perftools-2.0-r2.ebuild b/dev-util/google-perftools/google-perftools-2.0-r2.ebuild
38 index 9451c96..1856797 100644
39 --- a/dev-util/google-perftools/google-perftools-2.0-r2.ebuild
40 +++ b/dev-util/google-perftools/google-perftools-2.0-r2.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2014 Gentoo Foundation
43 +# Copyright 1999-2016 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Id$
46
47 @@ -10,7 +10,7 @@ inherit toolchain-funcs eutils flag-o-matic autotools-utils
48
49 DESCRIPTION="Fast, multi-threaded malloc() and nifty performance analysis tools"
50 HOMEPAGE="https://github.com/gperftools/gperftools"
51 -SRC_URI="https://gperftools.googlecode.com/files/${MY_P}.tar.gz"
52 +SRC_URI="https://github.com/gperftools/gperftools/archive/${MY_P}.tar.gz"
53
54 LICENSE="MIT"
55 SLOT="0/4"
56
57 diff --git a/dev-util/google-perftools/google-perftools-2.5.ebuild b/dev-util/google-perftools/google-perftools-2.5.ebuild
58 index 3229577..c732471 100644
59 --- a/dev-util/google-perftools/google-perftools-2.5.ebuild
60 +++ b/dev-util/google-perftools/google-perftools-2.5.ebuild
61 @@ -10,7 +10,7 @@ MY_P="gperftools-${PV}"
62 inherit toolchain-funcs eutils flag-o-matic vcs-snapshot autotools-multilib
63
64 DESCRIPTION="Fast, multi-threaded malloc() and nifty performance analysis tools"
65 -HOMEPAGE="http://code.google.com/p/gperftools/"
66 +HOMEPAGE="https://github.com/gperftools/gperftools"
67 SRC_URI="https://github.com/gperftools/gperftools/tarball/${MY_P} -> ${MY_P}.tar.gz"
68
69 LICENSE="MIT"