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-libs/cityhash/
Date: Tue, 01 Sep 2015 19:07:09
Message-Id: 1441134412.a441c98b4675d5f58dde8d603a5cb9be9d7fd1d3.klausman@gentoo
1 commit: a441c98b4675d5f58dde8d603a5cb9be9d7fd1d3
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:06:52 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:06:52 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a441c98b
7
8 dev-libs/cityhash: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-libs/cityhash/cityhash-1.0.3.ebuild | 2 +-
13 dev-libs/cityhash/cityhash-1.1.0.ebuild | 2 +-
14 dev-libs/cityhash/cityhash-1.1.1.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-libs/cityhash/cityhash-1.0.3.ebuild b/dev-libs/cityhash/cityhash-1.0.3.ebuild
18 index 27a2069..1c6dff2 100644
19 --- a/dev-libs/cityhash/cityhash-1.0.3.ebuild
20 +++ b/dev-libs/cityhash/cityhash-1.0.3.ebuild
21 @@ -5,7 +5,7 @@ EAPI=4
22
23 DESCRIPTION="Google's CityHash family of hash functions"
24
25 -HOMEPAGE="https://code.google.com/p/cityhash/"
26 +HOMEPAGE="https://github.com/google/cityhash"
27 SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
28 LICENSE="BSD"
29 SLOT="0"
30
31 diff --git a/dev-libs/cityhash/cityhash-1.1.0.ebuild b/dev-libs/cityhash/cityhash-1.1.0.ebuild
32 index 27a2069..1c6dff2 100644
33 --- a/dev-libs/cityhash/cityhash-1.1.0.ebuild
34 +++ b/dev-libs/cityhash/cityhash-1.1.0.ebuild
35 @@ -5,7 +5,7 @@ EAPI=4
36
37 DESCRIPTION="Google's CityHash family of hash functions"
38
39 -HOMEPAGE="https://code.google.com/p/cityhash/"
40 +HOMEPAGE="https://github.com/google/cityhash"
41 SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
42 LICENSE="BSD"
43 SLOT="0"
44
45 diff --git a/dev-libs/cityhash/cityhash-1.1.1.ebuild b/dev-libs/cityhash/cityhash-1.1.1.ebuild
46 index 6bd980a..053c661 100644
47 --- a/dev-libs/cityhash/cityhash-1.1.1.ebuild
48 +++ b/dev-libs/cityhash/cityhash-1.1.1.ebuild
49 @@ -5,7 +5,7 @@ EAPI=4
50
51 DESCRIPTION="Google's CityHash family of hash functions"
52
53 -HOMEPAGE="https://code.google.com/p/cityhash/"
54 +HOMEPAGE="https://github.com/google/cityhash"
55 SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
56 LICENSE="BSD"
57 SLOT="0"