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/newt/
Date: Thu, 15 Feb 2018 14:27:49
Message-Id: 1518704845.6e1f751d57a9fca1ff36a5b3170baa54812c9e6d.monsieurp@gentoo
1 commit: 6e1f751d57a9fca1ff36a5b3170baa54812c9e6d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 10 18:10:23 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 14:27:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1f751d
7
8 dev-libs/newt: fix HOMEPAGE and SRC_URI.
9
10 Closes: https://bugs.gentoo.org/647256
11 Closes: https://github.com/gentoo/gentoo/pull/7149
12
13 dev-libs/newt/newt-0.52.15.ebuild | 6 +++---
14 dev-libs/newt/newt-0.52.18.ebuild | 6 +++---
15 dev-libs/newt/newt-0.52.20.ebuild | 6 +++---
16 3 files changed, 9 insertions(+), 9 deletions(-)
17
18 diff --git a/dev-libs/newt/newt-0.52.15.ebuild b/dev-libs/newt/newt-0.52.15.ebuild
19 index 669bd8c5e90..7ba8453d043 100644
20 --- a/dev-libs/newt/newt-0.52.15.ebuild
21 +++ b/dev-libs/newt/newt-0.52.15.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="5"
28 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
29 inherit python-r1 eutils multilib autotools toolchain-funcs
30
31 DESCRIPTION="Redhat's Newt windowing toolkit development files"
32 -HOMEPAGE="https://fedorahosted.org/newt/"
33 -SRC_URI="https://fedorahosted.org/releases/n/e/newt/${P}.tar.gz"
34 +HOMEPAGE="https://pagure.io/newt"
35 +SRC_URI="https://releases.pagure.org/newt/${P}.tar.gz"
36
37 LICENSE="LGPL-2"
38 SLOT="0"
39
40 diff --git a/dev-libs/newt/newt-0.52.18.ebuild b/dev-libs/newt/newt-0.52.18.ebuild
41 index 5b8a6e093be..bb64ecc2c13 100644
42 --- a/dev-libs/newt/newt-0.52.18.ebuild
43 +++ b/dev-libs/newt/newt-0.52.18.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2015 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI="5"
50 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
51 inherit python-r1 eutils multilib autotools toolchain-funcs
52
53 DESCRIPTION="Redhat's Newt windowing toolkit development files"
54 -HOMEPAGE="https://fedorahosted.org/newt/"
55 -SRC_URI="https://fedorahosted.org/releases/n/e/newt/${P}.tar.gz"
56 +HOMEPAGE="https://pagure.io/newt"
57 +SRC_URI="https://releases.pagure.org/newt/${P}.tar.gz"
58
59 LICENSE="LGPL-2"
60 SLOT="0"
61
62 diff --git a/dev-libs/newt/newt-0.52.20.ebuild b/dev-libs/newt/newt-0.52.20.ebuild
63 index c71f947af1b..54af8897f8c 100644
64 --- a/dev-libs/newt/newt-0.52.20.ebuild
65 +++ b/dev-libs/newt/newt-0.52.20.ebuild
66 @@ -1,4 +1,4 @@
67 -# Copyright 1999-2017 Gentoo Foundation
68 +# Copyright 1999-2018 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70
71 EAPI=6
72 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
73 inherit python-r1 multilib autotools toolchain-funcs
74
75 DESCRIPTION="Redhat's Newt windowing toolkit development files"
76 -HOMEPAGE="https://fedorahosted.org/newt/"
77 -SRC_URI="https://fedorahosted.org/releases/n/e/newt/${P}.tar.gz"
78 +HOMEPAGE="https://pagure.io/newt"
79 +SRC_URI="https://releases.pagure.org/newt/${P}.tar.gz"
80
81 LICENSE="LGPL-2"
82 SLOT="0"