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 D78CC1382C5 for ; Thu, 15 Feb 2018 14:27:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB304E0D18; Thu, 15 Feb 2018 14:27:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 ACAF2E0D18 for ; Thu, 15 Feb 2018 14:27:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A02C2335C5A for ; Thu, 15 Feb 2018 14:27:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF9A922F for ; Thu, 15 Feb 2018 14:27:39 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1518704843.fc4c40cf6495ad3e7c767ded5b18c554169c55ee.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ding-libs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/ding-libs/ding-libs-0.4.0.ebuild dev-libs/ding-libs/ding-libs-0.5.0.ebuild dev-libs/ding-libs/ding-libs-0.6.0.ebuild X-VCS-Directories: dev-libs/ding-libs/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: fc4c40cf6495ad3e7c767ded5b18c554169c55ee X-VCS-Branch: master Date: Thu, 15 Feb 2018 14:27:39 +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: 7b80ef7f-20ac-432b-b92f-e22944aa551f X-Archives-Hash: 957ded518ea989ecdf920aff6e351c28 commit: fc4c40cf6495ad3e7c767ded5b18c554169c55ee Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Feb 10 17:30:07 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Feb 15 14:27:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4c40cf dev-libs/ding-libs: fix HOMEPAGE and SRC_URI. Closes: https://github.com/gentoo/gentoo/pull/7150 dev-libs/ding-libs/ding-libs-0.4.0.ebuild | 6 +++--- dev-libs/ding-libs/ding-libs-0.5.0.ebuild | 6 +++--- dev-libs/ding-libs/ding-libs-0.6.0.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-libs/ding-libs/ding-libs-0.4.0.ebuild b/dev-libs/ding-libs/ding-libs-0.4.0.ebuild index 64656250a69..8aa0f79aa2c 100644 --- a/dev-libs/ding-libs/ding-libs-0.4.0.ebuild +++ b/dev-libs/ding-libs/ding-libs-0.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit autotools-multilib DESCRIPTION="Library set needed for build sssd" -HOMEPAGE="https://fedorahosted.org/sssd" -SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.gz" +HOMEPAGE="https://pagure.io/SSSD/ding-libs" +SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz" LICENSE="LGPL-3 GPL-3" SLOT="0" diff --git a/dev-libs/ding-libs/ding-libs-0.5.0.ebuild b/dev-libs/ding-libs/ding-libs-0.5.0.ebuild index d252ab3bea6..f917de14d1b 100644 --- a/dev-libs/ding-libs/ding-libs-0.5.0.ebuild +++ b/dev-libs/ding-libs/ding-libs-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,8 +6,8 @@ EAPI="5" inherit autotools-multilib DESCRIPTION="set of utility libraries (mostly used by sssd)" -HOMEPAGE="https://fedorahosted.org/sssd" -SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.gz" +HOMEPAGE="https://pagure.io/SSSD/ding-libs" +SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz" LICENSE="LGPL-3 GPL-3" SLOT="0" diff --git a/dev-libs/ding-libs/ding-libs-0.6.0.ebuild b/dev-libs/ding-libs/ding-libs-0.6.0.ebuild index 601c9a1db21..1f488639729 100644 --- a/dev-libs/ding-libs/ding-libs-0.6.0.ebuild +++ b/dev-libs/ding-libs/ding-libs-0.6.0.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" @@ -6,8 +6,8 @@ EAPI="6" inherit multilib-minimal DESCRIPTION="set of utility libraries (mostly used by sssd)" -HOMEPAGE="https://fedorahosted.org/sssd" -SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.gz" +HOMEPAGE="https://pagure.io/SSSD/ding-libs" +SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz" LICENSE="LGPL-3 GPL-3" SLOT="0"