Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/xen-tools: xen-tools-4.3.0.ebuild ChangeLog
Date: Tue, 30 Jul 2013 06:38:27
Message-Id: 20130730063821.723C22171C@flycatcher.gentoo.org
1 idella4 13/07/30 06:38:21
2
3 Modified: xen-tools-4.3.0.ebuild ChangeLog
4 Log:
5 verbosity level hard set in src_compile, fixes Bug #477678 by hasufell
6
7 (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.16 app-emulation/xen-tools/xen-tools-4.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild?r1=1.15&r2=1.16
15
16 Index: xen-tools-4.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- xen-tools-4.3.0.ebuild 30 Jul 2013 06:34:52 -0000 1.15
23 +++ xen-tools-4.3.0.ebuild 30 Jul 2013 06:38:21 -0000 1.16
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v 1.15 2013/07/30 06:34:52 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.3.0.ebuild,v 1.16 2013/07/30 06:38:21 idella4 Exp $
29
30 EAPI=5
31
32 @@ -242,7 +242,7 @@
33
34 unset LDFLAGS
35 unset CFLAGS
36 - emake CC="$(tc-getCC)" LD="$(tc-getLD)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" -C tools ${myopt}
37 + emake V=1 CC="$(tc-getCC)" LD="$(tc-getLD)" AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" -C tools ${myopt}
38
39 use doc && emake -C docs txt html
40 emake -C docs man-pages
41
42
43
44 1.185 app-emulation/xen-tools/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.185&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?rev=1.185&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/xen-tools/ChangeLog?r1=1.184&r2=1.185
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v
53 retrieving revision 1.184
54 retrieving revision 1.185
55 diff -u -r1.184 -r1.185
56 --- ChangeLog 30 Jul 2013 06:34:52 -0000 1.184
57 +++ ChangeLog 30 Jul 2013 06:38:21 -0000 1.185
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-emulation/xen-tools
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.184 2013/07/30 06:34:52 idella4 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.185 2013/07/30 06:38:21 idella4 Exp $
63 +
64 + 30 Jul 2013; Ian Delaney <idella4@g.o> xen-tools-4.3.0.ebuild:
65 + verbosity level hard set in src_compile, fixes Bug #477678 by hasufell
66
67 30 Jul 2013; Ian Delaney <idella4@g.o> xen-tools-4.2.2-r4.ebuild,
68 xen-tools-4.3.0.ebuild: