Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/sparsehash/
Date: Tue, 01 Sep 2015 18:58:17
Message-Id: 1441133865.622dba97792f625d80d3adb7894f657ea6a98d49.klausman@gentoo
1 commit: 622dba97792f625d80d3adb7894f657ea6a98d49
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 18:57:45 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 18:57:45 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=622dba97
7
8 dev-cpp/sparsehash: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-cpp/sparsehash/sparsehash-1.10.ebuild | 2 +-
13 dev-cpp/sparsehash/sparsehash-2.0.2.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-cpp/sparsehash/sparsehash-1.10.ebuild b/dev-cpp/sparsehash/sparsehash-1.10.ebuild
17 index f9ac998..26b337c 100644
18 --- a/dev-cpp/sparsehash/sparsehash-1.10.ebuild
19 +++ b/dev-cpp/sparsehash/sparsehash-1.10.ebuild
20 @@ -7,7 +7,7 @@ EAPI="4"
21 inherit eutils
22
23 DESCRIPTION="An extremely memory-efficient hash_map implementation"
24 -HOMEPAGE="https://code.google.com/p/google-sparsehash/"
25 +HOMEPAGE="https://github.com/google/sparsehash"
26 SRC_URI="https://google-sparsehash.googlecode.com/files/${P}.tar.gz"
27
28 LICENSE="BSD"
29
30 diff --git a/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild b/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild
31 index 5999d3f..6c2cd22 100644
32 --- a/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild
33 +++ b/dev-cpp/sparsehash/sparsehash-2.0.2.ebuild
34 @@ -5,7 +5,7 @@
35 EAPI="4"
36
37 DESCRIPTION="An extremely memory-efficient hash_map implementation"
38 -HOMEPAGE="https://code.google.com/p/sparsehash/"
39 +HOMEPAGE="https://github.com/google/sparsehash"
40 SRC_URI="https://sparsehash.googlecode.com/files/${P}.tar.gz"
41
42 LICENSE="BSD"