Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/lighttpd: ChangeLog lighttpd-1.4.29.ebuild
Date: Mon, 04 Jul 2011 14:56:29
Message-Id: 20110704145619.BD8622004B@flycatcher.gentoo.org
1 hwoarang 11/07/04 14:56:19
2
3 Modified: ChangeLog lighttpd-1.4.29.ebuild
4 Log:
5 Bring back src_prepare function to fix the documentation makefile
6
7 (Portage version: 2.2.0_alpha42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.249 www-servers/lighttpd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/ChangeLog?rev=1.249&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/ChangeLog?rev=1.249&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/ChangeLog?r1=1.248&r2=1.249
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v
19 retrieving revision 1.248
20 retrieving revision 1.249
21 diff -u -r1.248 -r1.249
22 --- ChangeLog 4 Jul 2011 14:43:13 -0000 1.248
23 +++ ChangeLog 4 Jul 2011 14:56:19 -0000 1.249
24 @@ -1,6 +1,9 @@
25 # ChangeLog for www-servers/lighttpd
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.248 2011/07/04 14:43:13 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.249 2011/07/04 14:56:19 hwoarang Exp $
29 +
30 + 04 Jul 2011; Markos Chandras <hwoarang@g.o> lighttpd-1.4.29.ebuild:
31 + Bring back src_prepare function to fix the documentation makefile
32
33 *lighttpd-1.4.29 (04 Jul 2011)
34
35
36
37
38 1.2 www-servers/lighttpd/lighttpd-1.4.29.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.29.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.29.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.29.ebuild?r1=1.1&r2=1.2
43
44 Index: lighttpd-1.4.29.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.29.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- lighttpd-1.4.29.ebuild 4 Jul 2011 14:43:13 -0000 1.1
51 +++ lighttpd-1.4.29.ebuild 4 Jul 2011 14:56:19 -0000 1.2
52 @@ -1,10 +1,10 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.29.ebuild,v 1.1 2011/07/04 14:43:13 hwoarang Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.29.ebuild,v 1.2 2011/07/04 14:56:19 hwoarang Exp $
57
58 EAPI="4"
59
60 -inherit base eutils depend.php
61 +inherit base autotools eutils depend.php
62
63 DESCRIPTION="Lightweight high-performance web server"
64 HOMEPAGE="http://www.lighttpd.net/"
65 @@ -93,6 +93,13 @@
66 enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd
67 }
68
69 +src_prepare() {
70 + base_src_prepare
71 + #dev-python/docutils installs rst2html.py not rst2html
72 + sed -i -e 's|\(rst2html\)|\1.py|g' doc/outdated/Makefile.am || \
73 + die "sed doc/Makefile.am failed"
74 + eautoreconf
75 +}
76 src_configure() {
77 econf --libdir=/usr/$(get_libdir)/${PN} \
78 --enable-lfs \