Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfractint/
Date: Wed, 08 May 2019 22:57:03
Message-Id: 1557356174.208eb5743d92057063d1fefd7b76602d482d9e7f.asturm@gentoo
1 commit: 208eb5743d92057063d1fefd7b76602d482d9e7f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 17 16:18:27 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 8 22:56:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208eb574
7
8 x11-misc/xfractint: use HTTPS, fix SRC_URI
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11721
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 x11-misc/xfractint/xfractint-20.04_p12.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/x11-misc/xfractint/xfractint-20.04_p12.ebuild b/x11-misc/xfractint/xfractint-20.04_p12.ebuild
18 index ba46f9dec38..c7793395883 100644
19 --- a/x11-misc/xfractint/xfractint-20.04_p12.ebuild
20 +++ b/x11-misc/xfractint/xfractint-20.04_p12.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=4
27 @@ -8,8 +8,8 @@ inherit eutils toolchain-funcs
28 MY_P=${P/_}
29
30 DESCRIPTION="A fractal generator"
31 -HOMEPAGE="http://www.fractint.org"
32 -SRC_URI="http://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz"
33 +HOMEPAGE="https://www.fractint.org"
34 +SRC_URI="https://www.fractint.org/ftp/old/linux/${MY_P}.tar.gz"
35
36 LICENSE="freedist"
37 SLOT="0"