summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-07-04 14:56:19 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-07-04 14:56:19 +0000
commit73ddcc7aa53a6a87446af9acb885d81654df5e08 (patch)
treecb269543f8ba86a73cf329e9e914eb4f3863b618 /www-servers
parentversion bump. EAPI4fy (diff)
downloadgentoo-2-73ddcc7aa53a6a87446af9acb885d81654df5e08.tar.gz
gentoo-2-73ddcc7aa53a6a87446af9acb885d81654df5e08.tar.bz2
gentoo-2-73ddcc7aa53a6a87446af9acb885d81654df5e08.zip
Bring back src_prepare function to fix the documentation makefile
(Portage version: 2.2.0_alpha42/cvs/Linux x86_64)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/lighttpd/ChangeLog5
-rw-r--r--www-servers/lighttpd/lighttpd-1.4.29.ebuild11
2 files changed, 13 insertions, 3 deletions
diff --git a/www-servers/lighttpd/ChangeLog b/www-servers/lighttpd/ChangeLog
index 017d6dd01326..ac23a3b6ce7d 100644
--- a/www-servers/lighttpd/ChangeLog
+++ b/www-servers/lighttpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/lighttpd
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.248 2011/07/04 14:43:13 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.249 2011/07/04 14:56:19 hwoarang Exp $
+
+ 04 Jul 2011; Markos Chandras <hwoarang@gentoo.org> lighttpd-1.4.29.ebuild:
+ Bring back src_prepare function to fix the documentation makefile
*lighttpd-1.4.29 (04 Jul 2011)
diff --git a/www-servers/lighttpd/lighttpd-1.4.29.ebuild b/www-servers/lighttpd/lighttpd-1.4.29.ebuild
index 6fab0bb8b31f..515506fbc426 100644
--- a/www-servers/lighttpd/lighttpd-1.4.29.ebuild
+++ b/www-servers/lighttpd/lighttpd-1.4.29.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.29.ebuild,v 1.1 2011/07/04 14:43:13 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.29.ebuild,v 1.2 2011/07/04 14:56:19 hwoarang Exp $
EAPI="4"
-inherit base eutils depend.php
+inherit base autotools eutils depend.php
DESCRIPTION="Lightweight high-performance web server"
HOMEPAGE="http://www.lighttpd.net/"
@@ -93,6 +93,13 @@ pkg_setup() {
enewuser lighttpd -1 -1 /var/www/localhost/htdocs lighttpd
}
+src_prepare() {
+ base_src_prepare
+ #dev-python/docutils installs rst2html.py not rst2html
+ sed -i -e 's|\(rst2html\)|\1.py|g' doc/outdated/Makefile.am || \
+ die "sed doc/Makefile.am failed"
+ eautoreconf
+}
src_configure() {
econf --libdir=/usr/$(get_libdir)/${PN} \
--enable-lfs \