Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/dokuwiki/
Date: Tue, 30 Aug 2022 06:05:55
Message-Id: 1661839522.20a32156b3f105f6c498fa82d2b27fde52ba18bc.asturm@gentoo
1 commit: 20a32156b3f105f6c498fa82d2b27fde52ba18bc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 29 19:53:03 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 06:05:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a32156
7
8 www-apps/dokuwiki: drop 20180422a, 20180422b, EAPI-6--
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 www-apps/dokuwiki/Manifest | 2 -
13 www-apps/dokuwiki/dokuwiki-20180422a.ebuild | 79 -----------------------------
14 www-apps/dokuwiki/dokuwiki-20180422b.ebuild | 79 -----------------------------
15 3 files changed, 160 deletions(-)
16
17 diff --git a/www-apps/dokuwiki/Manifest b/www-apps/dokuwiki/Manifest
18 index 7b5bafc351d4..fd175879da7f 100644
19 --- a/www-apps/dokuwiki/Manifest
20 +++ b/www-apps/dokuwiki/Manifest
21 @@ -1,3 +1 @@
22 -DIST dokuwiki-2018-04-22a.tgz 3749191 BLAKE2B bb03b771e857a2db16ebd44d3f888af8e3c9dcd6fb5da2a549dc7c942ad87cb1e0aee6d3ed78edaa9df864804bf51cd18a17cf8a4123d12fac39405fe661bc04 SHA512 bf1dd7411abadedb395c9e12c7a9f5586fe078e59556b1ce66a5351c06f338406eca944d7589f40d8a9eb098da6ed0edc256f83ec8b19f6335415e2fe6c31284
23 -DIST dokuwiki-2018-04-22b.tgz 3745314 BLAKE2B 56c349c72038db83b5ae199ac1d6d00ef8566a00fdf2bc5a782e808e5205ae3ba5cfa47bdfc4f7fb0b2e493a22eed006517cfb46f7c0c57de748cfb800942f58 SHA512 6fc1fba8d93296d7cc795a4067e409339b3ce965ad38aefa42f1974d267ac05f199185e895a60d355ebe8371c68345fa51f2aea5871f955dbba1cdbdf8bedebf
24 DIST dokuwiki-2020-07-29.tgz 3821413 BLAKE2B bd14ec2450365befb85afdefc6bb078f10bdf1659d85adac3bbb2f502d29f3e706fb277d65810103e66b0c692f7166ed3c8d9e780489c08fb7ef9695de550d75 SHA512 093474bf5d5bb2c95400692927cbc8ffbe7666f178ffaa648a043ef05a2b32471feeed5de282c36b41e6e80e0a065909ea2ced8ecffc7fb339bda902697d596c
25
26 diff --git a/www-apps/dokuwiki/dokuwiki-20180422a.ebuild b/www-apps/dokuwiki/dokuwiki-20180422a.ebuild
27 deleted file mode 100644
28 index f806c4e91ee8..000000000000
29 --- a/www-apps/dokuwiki/dokuwiki-20180422a.ebuild
30 +++ /dev/null
31 @@ -1,79 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit webapp
38 -
39 -# upstream uses dashes in the datestamp
40 -MY_BASE_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
41 -MY_PV="${MY_BASE_PV}${PV:8:1}"
42 -
43 -DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's documentation needs"
44 -HOMEPAGE="https://wiki.dokuwiki.org"
45 -SRC_URI="https://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz"
46 -
47 -LICENSE="GPL-2"
48 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
49 -IUSE="gd"
50 -
51 -DEPEND=""
52 -RDEPEND="
53 - >=dev-lang/php-5.3[xml]
54 - virtual/httpd-php:*
55 - gd? ( ||
56 - (
57 - dev-lang/php[gd]
58 - media-gfx/imagemagick
59 - )
60 - )
61 -"
62 -
63 -need_httpd_cgi
64 -
65 -S="${WORKDIR}/${PN}-${MY_PV}"
66 -
67 -src_prepare() {
68 - # create initial changes file
69 - touch data/changes.log
70 -
71 - default
72 -}
73 -
74 -src_install() {
75 - webapp_src_preinst
76 -
77 - dodoc README
78 - rm -f README COPYING
79 -
80 - docinto scripts
81 - dodoc bin/*
82 - rm -rf bin
83 -
84 - insinto "${MY_HTDOCSDIR}"
85 - doins -r .
86 -
87 - # Copy custom .htaccess that works with both apache 2.2 and 2.4
88 - for dir in "conf" "data" "inc" "inc/lang"; do
89 - insinto "${MY_HTDOCSDIR}/${dir}"
90 - newins "${FILESDIR}/htaccess" ".htaccess"
91 - done
92 -
93 - # Use custom .htaccess.dist that works with both apache 2.2 and 2.4
94 - insinto "${MY_HTDOCSDIR}/"
95 - newins "${FILESDIR}/htaccess-dist" ".htaccess.dist"
96 -
97 - for x in $(find data/ -not -name '.htaccess'); do
98 - webapp_serverowned "${MY_HTDOCSDIR}"/${x}
99 - done
100 -
101 - webapp_configfile "${MY_HTDOCSDIR}"/.htaccess.dist
102 - webapp_configfile "${MY_HTDOCSDIR}"/conf
103 -
104 - for x in $(find conf/ -not -name 'msg'); do
105 - webapp_configfile "${MY_HTDOCSDIR}"/${x}
106 - done
107 -
108 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
109 - webapp_src_install
110 -}
111
112 diff --git a/www-apps/dokuwiki/dokuwiki-20180422b.ebuild b/www-apps/dokuwiki/dokuwiki-20180422b.ebuild
113 deleted file mode 100644
114 index f806c4e91ee8..000000000000
115 --- a/www-apps/dokuwiki/dokuwiki-20180422b.ebuild
116 +++ /dev/null
117 @@ -1,79 +0,0 @@
118 -# Copyright 1999-2021 Gentoo Authors
119 -# Distributed under the terms of the GNU General Public License v2
120 -
121 -EAPI=6
122 -
123 -inherit webapp
124 -
125 -# upstream uses dashes in the datestamp
126 -MY_BASE_PV="${PV:0:4}-${PV:4:2}-${PV:6:2}"
127 -MY_PV="${MY_BASE_PV}${PV:8:1}"
128 -
129 -DESCRIPTION="DokuWiki is a simple to use Wiki aimed at a small company's documentation needs"
130 -HOMEPAGE="https://wiki.dokuwiki.org"
131 -SRC_URI="https://download.dokuwiki.org/src/${PN}/${PN}-${MY_PV}.tgz"
132 -
133 -LICENSE="GPL-2"
134 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
135 -IUSE="gd"
136 -
137 -DEPEND=""
138 -RDEPEND="
139 - >=dev-lang/php-5.3[xml]
140 - virtual/httpd-php:*
141 - gd? ( ||
142 - (
143 - dev-lang/php[gd]
144 - media-gfx/imagemagick
145 - )
146 - )
147 -"
148 -
149 -need_httpd_cgi
150 -
151 -S="${WORKDIR}/${PN}-${MY_PV}"
152 -
153 -src_prepare() {
154 - # create initial changes file
155 - touch data/changes.log
156 -
157 - default
158 -}
159 -
160 -src_install() {
161 - webapp_src_preinst
162 -
163 - dodoc README
164 - rm -f README COPYING
165 -
166 - docinto scripts
167 - dodoc bin/*
168 - rm -rf bin
169 -
170 - insinto "${MY_HTDOCSDIR}"
171 - doins -r .
172 -
173 - # Copy custom .htaccess that works with both apache 2.2 and 2.4
174 - for dir in "conf" "data" "inc" "inc/lang"; do
175 - insinto "${MY_HTDOCSDIR}/${dir}"
176 - newins "${FILESDIR}/htaccess" ".htaccess"
177 - done
178 -
179 - # Use custom .htaccess.dist that works with both apache 2.2 and 2.4
180 - insinto "${MY_HTDOCSDIR}/"
181 - newins "${FILESDIR}/htaccess-dist" ".htaccess.dist"
182 -
183 - for x in $(find data/ -not -name '.htaccess'); do
184 - webapp_serverowned "${MY_HTDOCSDIR}"/${x}
185 - done
186 -
187 - webapp_configfile "${MY_HTDOCSDIR}"/.htaccess.dist
188 - webapp_configfile "${MY_HTDOCSDIR}"/conf
189 -
190 - for x in $(find conf/ -not -name 'msg'); do
191 - webapp_configfile "${MY_HTDOCSDIR}"/${x}
192 - done
193 -
194 - webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
195 - webapp_src_install
196 -}