diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-11 16:12:14 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-04-12 00:54:12 +0200 |
commit | 4f821592be82351822f886ff395e624f9fc3e782 (patch) | |
tree | 4d3e71c0b0dd1f05f05cf10f1412b799ac309f0c /dev-util/cmake-fedora | |
parent | net-im/corebird: version bump to 1.7.4. (diff) | |
download | gentoo-4f821592be82351822f886ff395e624f9fc3e782.tar.gz gentoo-4f821592be82351822f886ff395e624f9fc3e782.tar.bz2 gentoo-4f821592be82351822f886ff395e624f9fc3e782.zip |
dev-util/cmake-fedora: fix HOMEPAGE and SRC_URI.
Closes: https://bugs.gentoo.org/651326
Closes: https://github.com/gentoo/gentoo/pull/7156
Diffstat (limited to 'dev-util/cmake-fedora')
-rw-r--r-- | dev-util/cmake-fedora/cmake-fedora-2.7.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |