Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/varnish: ChangeLog varnish-3.0.2.ebuild
Date: Mon, 28 Nov 2011 05:46:04
Message-Id: 20111128054554.2B3F12004B@flycatcher.gentoo.org
1 radhermit 11/11/28 05:45:54
2
3 Modified: ChangeLog varnish-3.0.2.ebuild
4 Log:
5 Fix autotools-utils usage (bug #392131).
6
7 (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.39 www-servers/varnish/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/ChangeLog?rev=1.39&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/ChangeLog?rev=1.39&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/ChangeLog?r1=1.38&r2=1.39
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v
19 retrieving revision 1.38
20 retrieving revision 1.39
21 diff -u -r1.38 -r1.39
22 --- ChangeLog 5 Nov 2011 08:48:33 -0000 1.38
23 +++ ChangeLog 28 Nov 2011 05:45:54 -0000 1.39
24 @@ -1,6 +1,9 @@
25 # ChangeLog for www-servers/varnish
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.38 2011/11/05 08:48:33 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/ChangeLog,v 1.39 2011/11/28 05:45:54 radhermit Exp $
29 +
30 + 28 Nov 2011; Tim Harder <radhermit@g.o> varnish-3.0.2.ebuild:
31 + Fix autotools-utils usage (bug #392131).
32
33 *varnish-3.0.2 (05 Nov 2011)
34
35
36
37
38 1.2 www-servers/varnish/varnish-3.0.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/varnish-3.0.2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/varnish-3.0.2.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/varnish/varnish-3.0.2.ebuild?r1=1.1&r2=1.2
43
44 Index: varnish-3.0.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-3.0.2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- varnish-3.0.2.ebuild 5 Nov 2011 08:48:33 -0000 1.1
51 +++ varnish-3.0.2.ebuild 28 Nov 2011 05:45:54 -0000 1.2
52 @@ -1,6 +1,6 @@
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/varnish/varnish-3.0.2.ebuild,v 1.1 2011/11/05 08:48:33 radhermit Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-3.0.2.ebuild,v 1.2 2011/11/28 05:45:54 radhermit Exp $
57
58 EAPI="4"
59
60 @@ -21,11 +21,10 @@
61
62 RESTRICT="test" #315725
63
64 -AUTOTOOLS_IN_SOURCE_BUILD=1
65 +DOCS=( README doc/changes.rst )
66
67 src_install() {
68 - emake DESTDIR="${D}" install
69 - remove_libtool_files all
70 + autotools-utils_src_install
71
72 newinitd "${FILESDIR}"/varnishd.initd varnishd
73 newconfd "${FILESDIR}"/varnishd.confd varnishd