commit: 00178d4fd44394bd8db6ac0a42b360d1432a2335 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Apr 22 09:00:49 2019 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Apr 23 09:23:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00178d4f
www-misc/wsmake: fix HOMEPAGE, SRC_URI, LICENSE Closes: https://github.com/gentoo/gentoo/pull/11783 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: David Seifert <soap <AT> gentoo.org> www-misc/wsmake/wsmake-0.6.4.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www-misc/wsmake/wsmake-0.6.4.ebuild b/www-misc/wsmake/wsmake-0.6.4.ebuild index 83c59948894..42834c03580 100644 --- a/www-misc/wsmake/wsmake-0.6.4.ebuild +++ b/www-misc/wsmake/wsmake-0.6.4.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -DESCRIPTION="Website Pre-processor" -HOMEPAGE="http://www.wsmake.org/" -SRC_URI="http://ftp.wsmake.org/pub/wsmake6/stable/${P}.tar.bz2" +DESCRIPTION="Website pre-processor features tag substitution and page ordering" +HOMEPAGE="https://sourceforge.net/projects/wsmake/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -LICENSE="GPL-2 Artistic" +LICENSE="GPL-2+ Artistic" SLOT="0" KEYWORDS="x86" IUSE="examples"
