From: Michael Mair-Keimberger Date: Sun, 11 Feb 2018 15:12:14 +0000 (+0100) Subject: dev-util/cmake-fedora: fix HOMEPAGE and SRC_URI. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4f821592be82351822f886ff395e624f9fc3e782;p=gentoo.git dev-util/cmake-fedora: fix HOMEPAGE and SRC_URI. Closes: https://bugs.gentoo.org/651326 Closes: https://github.com/gentoo/gentoo/pull/7156 --- diff --git a/dev-util/cmake-fedora/cmake-fedora-2.7.1.ebuild b/dev-util/cmake-fedora/cmake-fedora-2.7.1.ebuild index bce26ebcb7d4..b06aff27275d 100644 --- a/dev-util/cmake-fedora/cmake-fedora-2.7.1.ebuild +++ b/dev-util/cmake-fedora/cmake-fedora-2.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,8 +7,8 @@ MY_P="${P}-Source" inherit cmake-utils DESCRIPTION="Provides cmake helper macros and targets for linux, especially fedora developers" -HOMEPAGE="https://fedorahosted.org/cmake-fedora/#Getcmake-fedora" -SRC_URI="https://fedorahosted.org/releases/c/m/cmake-fedora/${MY_P}.tar.gz" +HOMEPAGE="https://pagure.io/cmake-fedora" +SRC_URI="https://releases.pagure.org/cmake-fedora/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0"