Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/trac/
Date: Fri, 12 Oct 2018 12:40:27
Message-Id: 1539347294.0b31336d5e1c589e476e36fb06c4960c4c49b8f6.vdupras@gentoo
1 commit: 0b31336d5e1c589e476e36fb06c4960c4c49b8f6
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 12 12:28:14 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 12 12:28:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b31336d
7
8 www-apps/trac: remove old
9
10 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 www-apps/trac/Manifest | 2 -
14 www-apps/trac/trac-1.0.13.ebuild | 128 ---------------------------------------
15 www-apps/trac/trac-1.2-r1.ebuild | 114 ----------------------------------
16 www-apps/trac/trac-1.2.ebuild | 128 ---------------------------------------
17 4 files changed, 372 deletions(-)
18
19 diff --git a/www-apps/trac/Manifest b/www-apps/trac/Manifest
20 index 5be6b5133f8..79bc4f0b493 100644
21 --- a/www-apps/trac/Manifest
22 +++ b/www-apps/trac/Manifest
23 @@ -1,4 +1,2 @@
24 -DIST Trac-1.0.13.tar.gz 3671741 BLAKE2B d8b2783ed57fd696e09c2bf4a52c9d9eb6b37576cc1c478f2e6d0f0935e9bc8ca145b89136a9adfcd0fb840faef3e93d4310b110287a84b922f72c1a9d991aa6 SHA512 b4b2066482bdd6ba16183f2021bc069d1054177462726de1d844a28eccdc0b32405a0c510143f6ff84caaebebc571114e81cc0acc679ce94f8046b49d6854c1e
25 DIST Trac-1.0.9.tar.gz 3642845 BLAKE2B de0a6fdfc59c5c3f1e795a7e0a006e724491d1d084c9fefcc35185a40430e06ed781c94cf9190d394b943064fd87a34a6fffea7f57c3d4b55b591a6aab5a83ad SHA512 af429db720049ab344ce3c3b430dcf0ab7530013f59ccd2334633de9babc3f31b14829b9b5aa48aa05f614ca72d1d557953c58bbfb93faae2267afeac72e6304
26 DIST Trac-1.2.1.tar.gz 6212917 BLAKE2B 6445ec515b295d0fdd3a75e93da853d136f19083b6e87cbe9c856e2502d217c433bfd7f885d8ff45556882e8c99a7d6e966761027f72e32e675278ee83a67eb6 SHA512 0ee008ce0d890873eb6db7eca60e362760c4a4857dd74bda67c30e566dcb5bd64ccd6d5e7317da904e8dcfb7d4a017004d3bb794dd405936c94803b2fcc4829f
27 -DIST Trac-1.2.tar.gz 3821867 BLAKE2B 0ba6da89dc6cf015f2dc912c54a5df6d93e676e42a31dd269ec8a0a4aba88065c931d30a3e4dfed23b6d66f85f22f8b989fda7a20db115cdf8a5e6c5038d4b99 SHA512 0655723a6727df389d66bb9c752436a81c820750659e5bf7a64485c4362fa1b1c1cb6dcdaa9936003838ce5874b20bbc5a8d8fc1034b96ff31b3bbc6f7fca105
28
29 diff --git a/www-apps/trac/trac-1.0.13.ebuild b/www-apps/trac/trac-1.0.13.ebuild
30 deleted file mode 100644
31 index 14de0469b9b..00000000000
32 --- a/www-apps/trac/trac-1.0.13.ebuild
33 +++ /dev/null
34 @@ -1,128 +0,0 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -PYTHON_COMPAT=( python2_7 )
41 -PYTHON_REQ_USE='sqlite?'
42 -
43 -DISTUTILS_SINGLE_IMPL=Yes
44 -
45 -inherit distutils-r1 eutils user webapp
46 -
47 -MY_PV=${PV/_p/.post}
48 -MY_P=Trac-${MY_PV}
49 -
50 -DESCRIPTION="Enhanced wiki and issue tracking system for software development projects"
51 -HOMEPAGE="http://trac.edgewall.com/ https://pypi.org/project/Trac/"
52 -SRC_URI="http://ftp.edgewall.com/pub/trac/${MY_P}.tar.gz"
53 -
54 -LICENSE="BSD"
55 -SLOT="0"
56 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
57 -IUSE="cgi fastcgi i18n +highlight +restructuredtext mysql postgres +sqlite subversion test"
58 -REQUIRED_USE="|| ( mysql postgres sqlite )"
59 -
60 -RDEPEND="
61 - dev-python/setuptools[${PYTHON_USEDEP}]
62 - dev-python/genshi[${PYTHON_USEDEP}]
63 - dev-python/pytz[${PYTHON_USEDEP}]
64 - i18n? ( >=dev-python/Babel-0.9.5[${PYTHON_USEDEP}] )
65 - highlight? (
66 - || (
67 - dev-python/pygments[${PYTHON_USEDEP}]
68 - app-text/silvercity
69 - app-text/pytextile
70 - app-text/enscript
71 - )
72 - )
73 - restructuredtext? ( dev-python/docutils[${PYTHON_USEDEP}] )
74 - cgi? ( virtual/httpd-cgi )
75 - fastcgi? ( virtual/httpd-fastcgi )
76 - mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
77 - postgres? ( >=dev-python/psycopg-2[${PYTHON_USEDEP}] )
78 - sqlite? ( >=dev-db/sqlite-3.3.4:3 )
79 - subversion? ( dev-vcs/subversion[python,${PYTHON_USEDEP}] )
80 - "
81 -DEPEND="${RDEPEND}
82 - test? (
83 - dev-python/twill[${PYTHON_USEDEP}]
84 - dev-python/lxml[${PYTHON_USEDEP}]
85 - dev-python/configobj[${PYTHON_USEDEP}]
86 - )"
87 -
88 -S="${WORKDIR}/${MY_P}"
89 -
90 -WEBAPP_MANUAL_SLOT="yes"
91 -
92 -pkg_setup() {
93 - python-single-r1_pkg_setup
94 - webapp_pkg_setup
95 -
96 - enewgroup tracd
97 - enewuser tracd -1 -1 -1 tracd
98 -}
99 -
100 -python_prepare_all() {
101 - distutils-r1_python_prepare_all
102 -}
103 -
104 -src_test() {
105 - distutils-r1_src_test
106 -}
107 -
108 -python_test() {
109 - PYTHONPATH=. "${PYTHON}" trac/test.py || die "Tests fail with ${EPYTHON}"
110 -}
111 -
112 -python_test_all() {
113 - if use i18n; then
114 - make check
115 - fi
116 -}
117 -
118 -python_install() {
119 - if use cgi; then
120 - python_scriptinto "${MY_CGIBINDIR}"
121 - python_doscript contrib/cgi-bin/trac.cgi
122 - fi
123 - if use fastcgi; then
124 - python_scriptinto "${MY_CGIBINDIR}"
125 - python_doscript contrib/cgi-bin/trac.fcgi
126 - fi
127 - distutils-r1_python_install
128 -}
129 -
130 -# the default src_compile just calls setup.py build
131 -# currently, this switches i18n catalog compilation based on presence of Babel
132 -
133 -src_install() {
134 - webapp_src_preinst
135 - distutils-r1_src_install
136 -
137 - # project environments might go in here
138 - keepdir /var/lib/trac
139 -
140 - # Use this as the egg-cache for tracd
141 - dodir /var/lib/trac/egg-cache
142 - keepdir /var/lib/trac/egg-cache
143 - fowners tracd:tracd /var/lib/trac/egg-cache
144 -
145 - # documentation
146 - dodoc -r contrib
147 -
148 - # tracd init script
149 - newconfd "${FILESDIR}"/tracd.confd tracd
150 - newinitd "${FILESDIR}"/tracd.initd tracd
151 -
152 - for lang in en; do
153 - webapp_postinst_txt ${lang} "${FILESDIR}"/postinst-${lang}.txt
154 - webapp_postupgrade_txt ${lang} "${FILESDIR}"/postupgrade-${lang}.txt
155 - done
156 -
157 - webapp_src_install
158 -}
159 -
160 -pkg_postinst() {
161 - webapp_pkg_postinst
162 -}
163
164 diff --git a/www-apps/trac/trac-1.2-r1.ebuild b/www-apps/trac/trac-1.2-r1.ebuild
165 deleted file mode 100644
166 index 5ca86ea808b..00000000000
167 --- a/www-apps/trac/trac-1.2-r1.ebuild
168 +++ /dev/null
169 @@ -1,114 +0,0 @@
170 -# Copyright 1999-2016 Gentoo Foundation
171 -# Distributed under the terms of the GNU General Public License v2
172 -
173 -EAPI=5
174 -
175 -PYTHON_COMPAT=( python2_7 )
176 -PYTHON_REQ_USE='sqlite?'
177 -
178 -DISTUTILS_SINGLE_IMPL=Yes
179 -
180 -inherit distutils-r1 eutils user webapp
181 -
182 -MY_PV=${PV/_p/.post}
183 -MY_P=Trac-${MY_PV}
184 -
185 -DESCRIPTION="Enhanced wiki and issue tracking system for software development projects"
186 -HOMEPAGE="http://trac.edgewall.com/ https://pypi.org/project/Trac/"
187 -SRC_URI="http://ftp.edgewall.com/pub/trac/${MY_P}.tar.gz"
188 -
189 -LICENSE="BSD"
190 -SLOT="0"
191 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
192 -IUSE="cgi fastcgi i18n +highlight +restructuredtext mysql postgres +sqlite subversion test"
193 -REQUIRED_USE="|| ( mysql postgres sqlite )"
194 -
195 -RDEPEND="
196 - dev-python/setuptools[${PYTHON_USEDEP}]
197 - dev-python/genshi[${PYTHON_USEDEP}]
198 - dev-python/pytz[${PYTHON_USEDEP}]
199 - i18n? ( >=dev-python/Babel-0.9.5[${PYTHON_USEDEP}] )
200 - highlight? (
201 - || (
202 - dev-python/pygments[${PYTHON_USEDEP}]
203 - app-text/silvercity
204 - app-text/pytextile
205 - app-text/enscript
206 - )
207 - )
208 - restructuredtext? ( dev-python/docutils[${PYTHON_USEDEP}] )
209 - mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
210 - postgres? ( >=dev-python/psycopg-2[${PYTHON_USEDEP}] )
211 - sqlite? ( >=dev-db/sqlite-3.3.4:3 )
212 - subversion? ( dev-vcs/subversion[python,${PYTHON_USEDEP}] )
213 - "
214 -DEPEND="${RDEPEND}
215 - test? (
216 - dev-python/twill[${PYTHON_USEDEP}]
217 - dev-python/lxml[${PYTHON_USEDEP}]
218 - dev-python/configobj[${PYTHON_USEDEP}]
219 - )"
220 -
221 -S="${WORKDIR}/${MY_P}"
222 -
223 -WEBAPP_MANUAL_SLOT="yes"
224 -
225 -pkg_setup() {
226 - python-single-r1_pkg_setup
227 - webapp_pkg_setup
228 -
229 - enewgroup tracd
230 - enewuser tracd -1 -1 -1 tracd
231 -}
232 -
233 -python_prepare_all() {
234 - distutils-r1_python_prepare_all
235 -}
236 -
237 -src_test() {
238 - distutils-r1_src_test
239 -}
240 -
241 -python_test() {
242 - PYTHONPATH=. "${PYTHON}" trac/test.py || die "Tests fail with ${EPYTHON}"
243 -}
244 -
245 -python_test_all() {
246 - if use i18n; then
247 - make check
248 - fi
249 -}
250 -
251 -# the default src_compile just calls setup.py build
252 -# currently, this switches i18n catalog compilation based on presence of Babel
253 -
254 -src_install() {
255 - webapp_src_preinst
256 - distutils-r1_src_install
257 -
258 - # project environments might go in here
259 - keepdir /var/lib/trac
260 -
261 - # Use this as the egg-cache for tracd
262 - dodir /var/lib/trac/egg-cache
263 - keepdir /var/lib/trac/egg-cache
264 - fowners tracd:tracd /var/lib/trac/egg-cache
265 -
266 - # documentation
267 - dodoc -r contrib
268 -
269 - # tracd init script
270 - newconfd "${FILESDIR}"/tracd.confd tracd
271 - newinitd "${FILESDIR}"/tracd.initd tracd
272 -
273 - for lang in en; do
274 - webapp_postinst_txt ${lang} "${FILESDIR}"/postinst-${lang}.txt
275 - webapp_postupgrade_txt ${lang} "${FILESDIR}"/postupgrade-${lang}.txt
276 - done
277 -
278 - webapp_src_install
279 -}
280 -
281 -pkg_postinst() {
282 - webapp_pkg_postinst
283 -}
284
285 diff --git a/www-apps/trac/trac-1.2.ebuild b/www-apps/trac/trac-1.2.ebuild
286 deleted file mode 100644
287 index 14de0469b9b..00000000000
288 --- a/www-apps/trac/trac-1.2.ebuild
289 +++ /dev/null
290 @@ -1,128 +0,0 @@
291 -# Copyright 1999-2016 Gentoo Foundation
292 -# Distributed under the terms of the GNU General Public License v2
293 -
294 -EAPI=5
295 -
296 -PYTHON_COMPAT=( python2_7 )
297 -PYTHON_REQ_USE='sqlite?'
298 -
299 -DISTUTILS_SINGLE_IMPL=Yes
300 -
301 -inherit distutils-r1 eutils user webapp
302 -
303 -MY_PV=${PV/_p/.post}
304 -MY_P=Trac-${MY_PV}
305 -
306 -DESCRIPTION="Enhanced wiki and issue tracking system for software development projects"
307 -HOMEPAGE="http://trac.edgewall.com/ https://pypi.org/project/Trac/"
308 -SRC_URI="http://ftp.edgewall.com/pub/trac/${MY_P}.tar.gz"
309 -
310 -LICENSE="BSD"
311 -SLOT="0"
312 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
313 -IUSE="cgi fastcgi i18n +highlight +restructuredtext mysql postgres +sqlite subversion test"
314 -REQUIRED_USE="|| ( mysql postgres sqlite )"
315 -
316 -RDEPEND="
317 - dev-python/setuptools[${PYTHON_USEDEP}]
318 - dev-python/genshi[${PYTHON_USEDEP}]
319 - dev-python/pytz[${PYTHON_USEDEP}]
320 - i18n? ( >=dev-python/Babel-0.9.5[${PYTHON_USEDEP}] )
321 - highlight? (
322 - || (
323 - dev-python/pygments[${PYTHON_USEDEP}]
324 - app-text/silvercity
325 - app-text/pytextile
326 - app-text/enscript
327 - )
328 - )
329 - restructuredtext? ( dev-python/docutils[${PYTHON_USEDEP}] )
330 - cgi? ( virtual/httpd-cgi )
331 - fastcgi? ( virtual/httpd-fastcgi )
332 - mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] )
333 - postgres? ( >=dev-python/psycopg-2[${PYTHON_USEDEP}] )
334 - sqlite? ( >=dev-db/sqlite-3.3.4:3 )
335 - subversion? ( dev-vcs/subversion[python,${PYTHON_USEDEP}] )
336 - "
337 -DEPEND="${RDEPEND}
338 - test? (
339 - dev-python/twill[${PYTHON_USEDEP}]
340 - dev-python/lxml[${PYTHON_USEDEP}]
341 - dev-python/configobj[${PYTHON_USEDEP}]
342 - )"
343 -
344 -S="${WORKDIR}/${MY_P}"
345 -
346 -WEBAPP_MANUAL_SLOT="yes"
347 -
348 -pkg_setup() {
349 - python-single-r1_pkg_setup
350 - webapp_pkg_setup
351 -
352 - enewgroup tracd
353 - enewuser tracd -1 -1 -1 tracd
354 -}
355 -
356 -python_prepare_all() {
357 - distutils-r1_python_prepare_all
358 -}
359 -
360 -src_test() {
361 - distutils-r1_src_test
362 -}
363 -
364 -python_test() {
365 - PYTHONPATH=. "${PYTHON}" trac/test.py || die "Tests fail with ${EPYTHON}"
366 -}
367 -
368 -python_test_all() {
369 - if use i18n; then
370 - make check
371 - fi
372 -}
373 -
374 -python_install() {
375 - if use cgi; then
376 - python_scriptinto "${MY_CGIBINDIR}"
377 - python_doscript contrib/cgi-bin/trac.cgi
378 - fi
379 - if use fastcgi; then
380 - python_scriptinto "${MY_CGIBINDIR}"
381 - python_doscript contrib/cgi-bin/trac.fcgi
382 - fi
383 - distutils-r1_python_install
384 -}
385 -
386 -# the default src_compile just calls setup.py build
387 -# currently, this switches i18n catalog compilation based on presence of Babel
388 -
389 -src_install() {
390 - webapp_src_preinst
391 - distutils-r1_src_install
392 -
393 - # project environments might go in here
394 - keepdir /var/lib/trac
395 -
396 - # Use this as the egg-cache for tracd
397 - dodir /var/lib/trac/egg-cache
398 - keepdir /var/lib/trac/egg-cache
399 - fowners tracd:tracd /var/lib/trac/egg-cache
400 -
401 - # documentation
402 - dodoc -r contrib
403 -
404 - # tracd init script
405 - newconfd "${FILESDIR}"/tracd.confd tracd
406 - newinitd "${FILESDIR}"/tracd.initd tracd
407 -
408 - for lang in en; do
409 - webapp_postinst_txt ${lang} "${FILESDIR}"/postinst-${lang}.txt
410 - webapp_postupgrade_txt ${lang} "${FILESDIR}"/postupgrade-${lang}.txt
411 - done
412 -
413 - webapp_src_install
414 -}
415 -
416 -pkg_postinst() {
417 - webapp_pkg_postinst
418 -}