---- src/wiliki.cgi.orig 2008-01-11 08:52:19.000000000 -0500
-+++ src/wiliki.cgi 2009-01-30 11:54:41.000000000 -0500
+--- a/src/wiliki.cgi.orig 2008-01-11 08:52:19.000000000 -0500
++++ b/src/wiliki.cgi 2009-01-30 11:54:41.000000000 -0500
@@ -52,13 +52,13 @@
(define (main args)
(wiliki-main
---- po/Makefile.in.orig 2008-01-31 21:38:35.000000000 -0500
-+++ po/Makefile.in 2009-01-09 14:34:08.000000000 -0500
-@@ -28,7 +28,7 @@
+--- a/po/Makefile.orig 2018-04-01 19:58:29.879110970 -0400
++++ b/po/Makefile.in 2018-04-01 19:59:14.929385523 -0400
+@@ -28,7 +28,7 @@ ALL_LINGUAS = @ALL_LINGUAS@
PO_FILES = $(addsuffix .po,$(ALL_LINGUAS))
MO_FILES = $(addsuffix .gmo,$(ALL_LINGUAS))
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="3"
+EAPI=6
-inherit webapp eutils
+inherit webapp
MY_PN="WiLiKi"
MY_P=${MY_PN}-${PV}
DESCRIPTION="WiLiKi is a lightweight Wiki engine written in and running on Gauche Scheme"
-HOMEPAGE="http://practical-scheme.net/wiliki/"
+HOMEPAGE="https://practical-scheme.net/wiliki/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz"
LICENSE="BSD"
S="${WORKDIR}"/${MY_P}
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-po-gentoo.patch
- epatch "${FILESDIR}"/${P}-cgi-gentoo.patch
-}
+PATCHES=(
+ "${FILESDIR}"/${PN}-po-gentoo.patch
+ "${FILESDIR}"/${P}-cgi-gentoo.patch
+)
src_install() {
webapp_src_preinst