Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ding-libs/
Date: Thu, 15 Feb 2018 14:27:46
Message-Id: 1518704843.fc4c40cf6495ad3e7c767ded5b18c554169c55ee.monsieurp@gentoo
1 commit: fc4c40cf6495ad3e7c767ded5b18c554169c55ee
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 10 17:30:07 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 14:27:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4c40cf
7
8 dev-libs/ding-libs: fix HOMEPAGE and SRC_URI.
9
10 Closes: https://github.com/gentoo/gentoo/pull/7150
11
12 dev-libs/ding-libs/ding-libs-0.4.0.ebuild | 6 +++---
13 dev-libs/ding-libs/ding-libs-0.5.0.ebuild | 6 +++---
14 dev-libs/ding-libs/ding-libs-0.6.0.ebuild | 6 +++---
15 3 files changed, 9 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-libs/ding-libs/ding-libs-0.4.0.ebuild b/dev-libs/ding-libs/ding-libs-0.4.0.ebuild
18 index 64656250a69..8aa0f79aa2c 100644
19 --- a/dev-libs/ding-libs/ding-libs-0.4.0.ebuild
20 +++ b/dev-libs/ding-libs/ding-libs-0.4.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -6,8 +6,8 @@ EAPI=5
28 inherit autotools-multilib
29
30 DESCRIPTION="Library set needed for build sssd"
31 -HOMEPAGE="https://fedorahosted.org/sssd"
32 -SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.gz"
33 +HOMEPAGE="https://pagure.io/SSSD/ding-libs"
34 +SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz"
35
36 LICENSE="LGPL-3 GPL-3"
37 SLOT="0"
38
39 diff --git a/dev-libs/ding-libs/ding-libs-0.5.0.ebuild b/dev-libs/ding-libs/ding-libs-0.5.0.ebuild
40 index d252ab3bea6..f917de14d1b 100644
41 --- a/dev-libs/ding-libs/ding-libs-0.5.0.ebuild
42 +++ b/dev-libs/ding-libs/ding-libs-0.5.0.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2016 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI="5"
49 @@ -6,8 +6,8 @@ EAPI="5"
50 inherit autotools-multilib
51
52 DESCRIPTION="set of utility libraries (mostly used by sssd)"
53 -HOMEPAGE="https://fedorahosted.org/sssd"
54 -SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.gz"
55 +HOMEPAGE="https://pagure.io/SSSD/ding-libs"
56 +SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz"
57
58 LICENSE="LGPL-3 GPL-3"
59 SLOT="0"
60
61 diff --git a/dev-libs/ding-libs/ding-libs-0.6.0.ebuild b/dev-libs/ding-libs/ding-libs-0.6.0.ebuild
62 index 601c9a1db21..1f488639729 100644
63 --- a/dev-libs/ding-libs/ding-libs-0.6.0.ebuild
64 +++ b/dev-libs/ding-libs/ding-libs-0.6.0.ebuild
65 @@ -1,4 +1,4 @@
66 -# Copyright 1999-2017 Gentoo Foundation
67 +# Copyright 1999-2018 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69
70 EAPI="6"
71 @@ -6,8 +6,8 @@ EAPI="6"
72 inherit multilib-minimal
73
74 DESCRIPTION="set of utility libraries (mostly used by sssd)"
75 -HOMEPAGE="https://fedorahosted.org/sssd"
76 -SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tar.gz"
77 +HOMEPAGE="https://pagure.io/SSSD/ding-libs"
78 +SRC_URI="https://releases.pagure.org/SSSD/${PN}/${P}.tar.gz"
79
80 LICENSE="LGPL-3 GPL-3"
81 SLOT="0"