mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-apps/wiliki: treeclean
Bug: https://bugs.gentoo.org/933850 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -401,11 +401,6 @@ dev-ml/async:0/0.17
|
||||
dev-ml/patience_diff:0/0.17
|
||||
>=dev-ml/ppx_deriving-6.0.2
|
||||
|
||||
# Arthur Zamarin <arthurzam@gentoo.org> (2024-06-08)
|
||||
# EAPI=6, waiting for a version bump, not maintained for many years.
|
||||
# Removal on 2024-07-08. Bug #933850.
|
||||
www-apps/wiliki
|
||||
|
||||
# Michał Górny <mgorny@gentoo.org> (2024-06-08)
|
||||
# Prereleases of Xfce 4.20. Masking upon popular request, due to
|
||||
# a large number of regressions in every new release.
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
DIST WiLiKi-0.6.1.tgz 123954 BLAKE2B 80f1f39a0099e481a7b21c61bdb2d0a1b89052b23fa3312564b32d8bfb19441d08f23bc8369d085204179041dad18da72f65636ff80b63533d6c290a99e4f31a SHA512 de781f028d38edd37db43384dbdc8a57e9fbfd8b71f12c24840a90a6f000b0a2a85425f5cf3b49c5837bc3d104e2080dbb9c8e763cea54121dac779e3c5d7021
|
||||
@@ -1,23 +0,0 @@
|
||||
--- 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
|
||||
(make <wiliki>
|
||||
- :db-path "/home/shiro/data/wikidata.dbm"
|
||||
- :top-page "WiLiKi"
|
||||
- :title "MyWiliki"
|
||||
- :description "Shiro's Wiliki Site"
|
||||
- :style-sheet "wiliki.css"
|
||||
- :language 'jp
|
||||
- :charsets '((jp . euc-jp) (en . euc-jp))
|
||||
+ :db-path "/var/www/localhost/wiliki-0.6.1/data/wikidata.dbm"
|
||||
+ :top-page "Gentoo WiLiKi"
|
||||
+ :title "Gentoo Wiliki"
|
||||
+ :description "Gentoo Wiliki Site"
|
||||
+ :style-sheet "/wiliki/wiliki.css"
|
||||
+ :language 'en
|
||||
+ :charsets '((en . utf-8) (jp . euc-jp) (en . euc-jp))
|
||||
:image-urls '((#/^http:\/\/sourceforge.net\/sflogo/ allow))
|
||||
:debug-level 0
|
||||
)))
|
||||
@@ -1,11 +0,0 @@
|
||||
--- 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))
|
||||
|
||||
-MSGDIR = $(datadir)/locale/$$lingua/LC_MESSAGES/
|
||||
+MSGDIR = $(DESTDIR)/$(datadir)/locale/$$lingua/LC_MESSAGES/
|
||||
|
||||
POTFILES = $(top_srcdir)/src/wiliki.scm \
|
||||
$(top_srcdir)/src/wiliki/db.scm \
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>scheme@gentoo.org</email>
|
||||
<name>Gentoo Scheme Project</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<longdescription>
|
||||
WiLiKi is a lightweight Wiki Engine written in Scheme.
|
||||
|
||||
WiLiKi is yet another Wiki-clone suitable for intra-net collaborative work
|
||||
in multilingual environment. The features include multiple back-end
|
||||
databases, permission and version control, and easy access from other
|
||||
programs.
|
||||
|
||||
http://practical-scheme.net/wiliki/
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">wiliki</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,63 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
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="https://practical-scheme.net/wiliki/"
|
||||
SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tgz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="cgi fastcgi"
|
||||
|
||||
DEPEND="dev-scheme/gauche
|
||||
cgi? ( virtual/httpd-cgi )
|
||||
fastcgi? ( virtual/httpd-fastcgi )"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
need_httpd_cgi
|
||||
|
||||
WEBAPP_MANUAL_SLOT="yes"
|
||||
|
||||
S="${WORKDIR}"/${MY_P}
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-po-gentoo.patch
|
||||
"${FILESDIR}"/${P}-cgi-gentoo.patch
|
||||
)
|
||||
|
||||
src_install() {
|
||||
webapp_src_preinst
|
||||
emake DESTDIR="${D}" install
|
||||
|
||||
insinto "${MY_CGIBINDIR}"
|
||||
doins -r src/wiliki.cgi src/wiliki2.cgi
|
||||
fperms +x "${MY_CGIBINDIR}"/wiliki.cgi
|
||||
|
||||
insinto "${MY_HTDOCSDIR}"
|
||||
doins src/wiliki.css src/wiliki2.css
|
||||
|
||||
dodir "${MY_HOSTROOTDIR}"/${PF}/data
|
||||
webapp_serverowned "${MY_HOSTROOTDIR}"/${PF}/data
|
||||
|
||||
webapp_src_install
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo
|
||||
einfo "Quickstart:"
|
||||
einfo " modify wiliki.cgi to customize the WiLiKi's behavior"
|
||||
einfo " modify wiliki.css to customize the WiLiKi's look"
|
||||
einfo
|
||||
einfo " http://localhost/cgi-bin/wiliki.cgi"
|
||||
einfo
|
||||
|
||||
webapp_pkg_postinst
|
||||
}
|
||||
Reference in New Issue
Block a user