Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-pkla-compat/
Date: Sun, 11 Feb 2018 17:07:30
Message-Id: 1518368834.2f9df9b2a2cf79c7b98f0e32ee2498bf5e3ec0e7.asturm@gentoo
1 commit: 2f9df9b2a2cf79c7b98f0e32ee2498bf5e3ec0e7
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 11 15:17:45 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 11 17:07:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9df9b2
7
8 sys-auth/polkit-pkla-compat: fix HOMEPAGE and SRC_URI
9
10 Closes: https://github.com/gentoo/gentoo/pull/7157
11
12 sys-auth/polkit-pkla-compat/polkit-pkla-compat-0.1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 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
16 index 20fb5c74f07..ff1865e975e 100644
17 --- a/sys-auth/polkit-pkla-compat/polkit-pkla-compat-0.1.ebuild
18 +++ b/sys-auth/polkit-pkla-compat/polkit-pkla-compat-0.1.ebuild
19 @@ -1,11 +1,11 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25
26 DESCRIPTION="Rules for polkit to add compatibility with pklocalauthority"
27 -HOMEPAGE="http://fedorahosted.org/polkit-pkla-compat/"
28 -SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.xz"
29 +HOMEPAGE="https://pagure.io/polkit-pkla-compat"
30 +SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.xz"
31
32 LICENSE="LGPL-2"
33 SLOT="0"