From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B40551382C5 for ; Sun, 11 Feb 2018 17:07:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1ECEE0D7F; Sun, 11 Feb 2018 17:07:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D6251E0D7F for ; Sun, 11 Feb 2018 17:07:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12D8D335C50 for ; Sun, 11 Feb 2018 17:07:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC894211 for ; Sun, 11 Feb 2018 17:07:25 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1518368834.2f9df9b2a2cf79c7b98f0e32ee2498bf5e3ec0e7.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/polkit-pkla-compat/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/polkit-pkla-compat/polkit-pkla-compat-0.1.ebuild X-VCS-Directories: sys-auth/polkit-pkla-compat/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2f9df9b2a2cf79c7b98f0e32ee2498bf5e3ec0e7 X-VCS-Branch: master Date: Sun, 11 Feb 2018 17:07:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 28f444c7-bc5c-4526-bb76-5d51c545622a X-Archives-Hash: 2c812832ba380a10bffc64919f28c3a3 commit: 2f9df9b2a2cf79c7b98f0e32ee2498bf5e3ec0e7 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Feb 11 15:17:45 2018 +0000 Commit: Andreas Sturmlechner gentoo 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"