diff options
Diffstat (limited to 'dev-util')
4 files changed, 4 insertions, 4 deletions
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 index 58503522a7c..d7ae2b45468 100644 --- 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 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils cmake-utils flag-o-matic DESCRIPTION="find unused include directives in C/C++ programs" -HOMEPAGE="https://code.google.com/p/include-what-you-use/" +HOMEPAGE="https://github.com/include-what-you-use/include-what-you-use" # picked from google drive SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.gz" 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 index 2356e797073..83494f7f75a 100644 --- 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 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils cmake-utils flag-o-matic DESCRIPTION="find unused include directives in C/C++ programs" -HOMEPAGE="https://code.google.com/p/include-what-you-use/" +HOMEPAGE="https://github.com/include-what-you-use/include-what-you-use" # picked from google drive SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.src.tar.gz" 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 index 167af754914..6f3bfe796ec 100644 --- 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 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils cmake-utils flag-o-matic DESCRIPTION="find unused include directives in C/C++ programs" -HOMEPAGE="https://code.google.com/p/include-what-you-use/" +HOMEPAGE="https://github.com/include-what-you-use/include-what-you-use" SRC_URI="http://include-what-you-use.com/downloads/include-what-you-use-3.5.src.tar.gz" LICENSE="GPL-2" 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 index f39f4f0e342..ff33319fc6b 100644 --- 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 @@ -8,7 +8,7 @@ inherit eutils cmake-utils flag-o-matic WEIRD_UPSREAM_VERSION=0.4 DESCRIPTION="find unused include directives in C/C++ programs" -HOMEPAGE="https://code.google.com/p/include-what-you-use/" +HOMEPAGE="https://github.com/include-what-you-use/include-what-you-use" SRC_URI="http://include-what-you-use.org/downloads/${PN}-${WEIRD_UPSREAM_VERSION}.src.tar.gz -> ${P}.src.tar.gz" LICENSE="GPL-2" |