Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/wsmake/
Date: Tue, 23 Apr 2019 09:23:19
Message-Id: 1556011385.00178d4fd44394bd8db6ac0a42b360d1432a2335.soap@gentoo
1 commit: 00178d4fd44394bd8db6ac0a42b360d1432a2335
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 22 09:00:49 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 23 09:23:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00178d4f
7
8 www-misc/wsmake: fix HOMEPAGE, SRC_URI, LICENSE
9
10 Closes: https://github.com/gentoo/gentoo/pull/11783
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 www-misc/wsmake/wsmake-0.6.4.ebuild | 10 +++++-----
15 1 file changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/www-misc/wsmake/wsmake-0.6.4.ebuild b/www-misc/wsmake/wsmake-0.6.4.ebuild
18 index 83c59948894..42834c03580 100644
19 --- a/www-misc/wsmake/wsmake-0.6.4.ebuild
20 +++ b/www-misc/wsmake/wsmake-0.6.4.ebuild
21 @@ -1,13 +1,13 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27
28 -DESCRIPTION="Website Pre-processor"
29 -HOMEPAGE="http://www.wsmake.org/"
30 -SRC_URI="http://ftp.wsmake.org/pub/wsmake6/stable/${P}.tar.bz2"
31 +DESCRIPTION="Website pre-processor features tag substitution and page ordering"
32 +HOMEPAGE="https://sourceforge.net/projects/wsmake/"
33 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
34
35 -LICENSE="GPL-2 Artistic"
36 +LICENSE="GPL-2+ Artistic"
37 SLOT="0"
38 KEYWORDS="x86"
39 IUSE="examples"