Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/lighttpd: ChangeLog lighttpd-1.4.31.ebuild
Date: Sat, 23 Jun 2012 08:59:22
Message-Id: 20120623085912.32FAF2004B@flycatcher.gentoo.org
1 ssuominen 12/06/23 08:59:12
2
3 Modified: ChangeLog lighttpd-1.4.31.ebuild
4 Log:
5 Fix building with sys-devel/automake >= 1.12 wrt #420599 by Dennis Yxun
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.278 www-servers/lighttpd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/ChangeLog?rev=1.278&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/ChangeLog?rev=1.278&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/ChangeLog?r1=1.277&r2=1.278
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v
19 retrieving revision 1.277
20 retrieving revision 1.278
21 diff -u -r1.277 -r1.278
22 --- ChangeLog 1 Jun 2012 21:12:21 -0000 1.277
23 +++ ChangeLog 23 Jun 2012 08:59:12 -0000 1.278
24 @@ -1,6 +1,10 @@
25 # ChangeLog for www-servers/lighttpd
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.277 2012/06/01 21:12:21 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/ChangeLog,v 1.278 2012/06/23 08:59:12 ssuominen Exp $
29 +
30 + 23 Jun 2012; Samuli Suominen <ssuominen@g.o> lighttpd-1.4.31.ebuild,
31 + +files/lighttpd-1.4.31-automake-1.12.patch:
32 + Fix building with sys-devel/automake >= 1.12 wrt #420599 by Dennis Yxun
33
34 *lighttpd-1.4.31 (01 Jun 2012)
35
36
37
38
39 1.2 www-servers/lighttpd/lighttpd-1.4.31.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.31.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.31.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.31.ebuild?r1=1.1&r2=1.2
44
45 Index: lighttpd-1.4.31.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.31.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- lighttpd-1.4.31.ebuild 1 Jun 2012 21:12:21 -0000 1.1
52 +++ lighttpd-1.4.31.ebuild 23 Jun 2012 08:59:12 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.31.ebuild,v 1.1 2012/06/01 21:12:21 hwoarang Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/www-servers/lighttpd/lighttpd-1.4.31.ebuild,v 1.2 2012/06/23 08:59:12 ssuominen Exp $
58
59 EAPI="4"
60
61 @@ -107,6 +107,7 @@
62 if use uploadprogress; then
63 epatch "${FILESDIR}"/${PN}-1.4.29-mod_uploadprogress.patch
64 fi
65 + epatch "${FILESDIR}"/${P}-automake-1.12.patch
66 eautoreconf
67 }
68 src_configure() {