commit: 2f9df9b2a2cf79c7b98f0e32ee2498bf5e3ec0e7 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Feb 11 15:17:45 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 11 17:07:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9df9b2
sys-auth/polkit-pkla-compat: fix HOMEPAGE and SRC_URI Closes: https://github.com/gentoo/gentoo/pull/7157 sys-auth/polkit-pkla-compat/polkit-pkla-compat-0.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-auth/polkit-pkla-compat/polkit-pkla-compat-0.1.ebuild b/sys-auth/polkit-pkla-compat/polkit-pkla-compat-0.1.ebuild index 20fb5c74f07..ff1865e975e 100644 --- a/sys-auth/polkit-pkla-compat/polkit-pkla-compat-0.1.ebuild +++ b/sys-auth/polkit-pkla-compat/polkit-pkla-compat-0.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Rules for polkit to add compatibility with pklocalauthority" -HOMEPAGE="http://fedorahosted.org/polkit-pkla-compat/" -SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.xz" +HOMEPAGE="https://pagure.io/polkit-pkla-compat" +SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.xz" LICENSE="LGPL-2" SLOT="0"
