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-util/include-what-you-use/
Date: Tue, 01 Sep 2015 19:31:18
Message-Id: 1441135745.858ea473c2b61ac1c8b709e20fa54832382a02e3.klausman@gentoo
1 commit: 858ea473c2b61ac1c8b709e20fa54832382a02e3
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:29:05 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:29:05 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=858ea473
7
8 dev-util/include-what-you-use: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-util/include-what-you-use/include-what-you-use-3.3-r1.ebuild | 2 +-
13 dev-util/include-what-you-use/include-what-you-use-3.4.ebuild | 2 +-
14 dev-util/include-what-you-use/include-what-you-use-3.5.ebuild | 2 +-
15 dev-util/include-what-you-use/include-what-you-use-3.6.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-util/include-what-you-use/include-what-you-use-3.3-r1.ebuild b/dev-util/include-what-you-use/include-what-you-use-3.3-r1.ebuild
19 index 5850352..d7ae2b4 100644
20 --- a/dev-util/include-what-you-use/include-what-you-use-3.3-r1.ebuild
21 +++ b/dev-util/include-what-you-use/include-what-you-use-3.3-r1.ebuild
22 @@ -6,7 +6,7 @@ EAPI=5
23 inherit eutils cmake-utils flag-o-matic
24
25 DESCRIPTION="find unused include directives in C/C++ programs"
26 -HOMEPAGE="https://code.google.com/p/include-what-you-use/"
27 +HOMEPAGE="https://github.com/include-what-you-use/include-what-you-use"
28 # picked from google drive
29 SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.gz"
30
31
32 diff --git a/dev-util/include-what-you-use/include-what-you-use-3.4.ebuild b/dev-util/include-what-you-use/include-what-you-use-3.4.ebuild
33 index 2356e79..83494f7 100644
34 --- a/dev-util/include-what-you-use/include-what-you-use-3.4.ebuild
35 +++ b/dev-util/include-what-you-use/include-what-you-use-3.4.ebuild
36 @@ -6,7 +6,7 @@ EAPI=5
37 inherit eutils cmake-utils flag-o-matic
38
39 DESCRIPTION="find unused include directives in C/C++ programs"
40 -HOMEPAGE="https://code.google.com/p/include-what-you-use/"
41 +HOMEPAGE="https://github.com/include-what-you-use/include-what-you-use"
42 # picked from google drive
43 SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.src.tar.gz"
44
45
46 diff --git a/dev-util/include-what-you-use/include-what-you-use-3.5.ebuild b/dev-util/include-what-you-use/include-what-you-use-3.5.ebuild
47 index 167af75..6f3bfe7 100644
48 --- a/dev-util/include-what-you-use/include-what-you-use-3.5.ebuild
49 +++ b/dev-util/include-what-you-use/include-what-you-use-3.5.ebuild
50 @@ -6,7 +6,7 @@ EAPI=5
51 inherit eutils cmake-utils flag-o-matic
52
53 DESCRIPTION="find unused include directives in C/C++ programs"
54 -HOMEPAGE="https://code.google.com/p/include-what-you-use/"
55 +HOMEPAGE="https://github.com/include-what-you-use/include-what-you-use"
56 SRC_URI="http://include-what-you-use.com/downloads/include-what-you-use-3.5.src.tar.gz"
57
58 LICENSE="GPL-2"
59
60 diff --git a/dev-util/include-what-you-use/include-what-you-use-3.6.ebuild b/dev-util/include-what-you-use/include-what-you-use-3.6.ebuild
61 index f39f4f0..ff33319 100644
62 --- a/dev-util/include-what-you-use/include-what-you-use-3.6.ebuild
63 +++ b/dev-util/include-what-you-use/include-what-you-use-3.6.ebuild
64 @@ -8,7 +8,7 @@ inherit eutils cmake-utils flag-o-matic
65 WEIRD_UPSREAM_VERSION=0.4
66
67 DESCRIPTION="find unused include directives in C/C++ programs"
68 -HOMEPAGE="https://code.google.com/p/include-what-you-use/"
69 +HOMEPAGE="https://github.com/include-what-you-use/include-what-you-use"
70 SRC_URI="http://include-what-you-use.org/downloads/${PN}-${WEIRD_UPSREAM_VERSION}.src.tar.gz -> ${P}.src.tar.gz"
71
72 LICENSE="GPL-2"