diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-04-22 11:00:49 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-04-23 11:23:05 +0200 |
commit | 00178d4fd44394bd8db6ac0a42b360d1432a2335 (patch) | |
tree | cc78f22c946814ecd8f6760e0f467036d7758c18 /www-misc | |
parent | dev-vcs/tortoisehg: Bump to version 4.9.1 (diff) | |
download | gentoo-00178d4fd44394bd8db6ac0a42b360d1432a2335.tar.gz gentoo-00178d4fd44394bd8db6ac0a42b360d1432a2335.tar.bz2 gentoo-00178d4fd44394bd8db6ac0a42b360d1432a2335.zip |
www-misc/wsmake: fix HOMEPAGE, SRC_URI, LICENSE
Closes: https://github.com/gentoo/gentoo/pull/11783
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/wsmake/wsmake-0.6.4.ebuild | 10 |
1 files 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 83c599488943..42834c03580f 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" |