Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/cmatrix/
Date: Sun, 27 May 2018 16:11:12
Message-Id: 1527437326.26332e100511259c24e1aaf57154243ad90aa1c5.bman@gentoo
1 commit: 26332e100511259c24e1aaf57154243ad90aa1c5
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun May 27 13:03:42 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 16:08:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26332e10
7
8 app-misc/cmatrix: fix HOMEPAGE, SRC_URI
9
10 Closes: https://github.com/gentoo/gentoo/pull/8619
11
12 app-misc/cmatrix/cmatrix-1.2a-r3.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild b/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
16 index d3d8c549c73..86d198d57ac 100644
17 --- a/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
18 +++ b/app-misc/cmatrix/cmatrix-1.2a-r3.ebuild
19 @@ -1,12 +1,12 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 inherit autotools
26
27 DESCRIPTION="An ncurses based app to show a scrolling screen from the Matrix"
28 -HOMEPAGE="http://www.asty.org/cmatrix"
29 -SRC_URI="http://www.asty.org/${PN}/dist/${P}.tar.gz"
30 +HOMEPAGE="https://sourceforge.net/projects/cmatrix/"
31 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
32
33 LICENSE="GPL-2"
34 SLOT="0"