Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/varnish: varnish-3.0.3.ebuild ChangeLog
Date: Thu, 22 Nov 2012 20:55:04
Message-Id: 20121122205453.C482D20C65@flycatcher.gentoo.org
1 blueness 12/11/22 20:54:53
2
3 Modified: varnish-3.0.3.ebuild ChangeLog
4 Log:
5 Fix build on uclibc, bug #444294
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.2 www-servers/varnish/varnish-3.0.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/varnish-3.0.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/varnish-3.0.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/varnish-3.0.3.ebuild?r1=1.1&r2=1.2
15
16 Index: varnish-3.0.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-3.0.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- varnish-3.0.3.ebuild 23 Aug 2012 20:59:46 -0000 1.1
23 +++ varnish-3.0.3.ebuild 22 Nov 2012 20:54:53 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-3.0.3.ebuild,v 1.1 2012/08/23 20:59:46 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-3.0.3.ebuild,v 1.2 2012/11/22 20:54:53 blueness Exp $
29
30 EAPI="4"
31
32 @@ -29,7 +29,10 @@
33
34 DOCS=( README doc/changes.rst )
35
36 -PATCHES=( "${FILESDIR}"/${PN}-3.0.3-automagic.patch )
37 +PATCHES=(
38 + "${FILESDIR}"/${PN}-3.0.3-automagic.patch
39 + "${FILESDIR}"/${PN}-3.0.3-pthread-uclibc.patch
40 +)
41
42 src_prepare() {
43 autotools-utils_src_prepare
44
45
46
47 1.53 www-servers/varnish/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/ChangeLog?rev=1.53&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/ChangeLog?rev=1.53&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/ChangeLog?r1=1.52&r2=1.53
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v
56 retrieving revision 1.52
57 retrieving revision 1.53
58 diff -u -r1.52 -r1.53
59 --- ChangeLog 23 Aug 2012 20:59:46 -0000 1.52
60 +++ ChangeLog 22 Nov 2012 20:54:53 -0000 1.53
61 @@ -1,6 +1,10 @@
62 # ChangeLog for www-servers/varnish
63 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.52 2012/08/23 20:59:46 blueness Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.53 2012/11/22 20:54:53 blueness Exp $
66 +
67 + 22 Nov 2012; Anthony G. Basile <blueness@g.o>
68 + +files/varnish-3.0.3-pthread-uclibc.patch, varnish-3.0.3.ebuild:
69 + Fix build on uclibc, bug #444294
70
71 *varnish-3.0.3 (23 Aug 2012)
72
73 @@ -234,4 +238,3 @@
74 19 Oct 2006; Thilo Bangert <bangert@g.o> +files/varnishd.confd,
75 +files/varnishd.initd, +metadata.xml, +varnish-1.0.1.ebuild:
76 varnish - Varnish is an HTTP accelerator. aka a better squid
77 -