Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libva: ChangeLog libva-9999.ebuild libva-1.1.0.ebuild
Date: Wed, 21 Nov 2012 18:13:40
Message-Id: 20121121181330.59A3020C65@flycatcher.gentoo.org
1 aballier 12/11/21 18:13:30
2
3 Modified: ChangeLog libva-9999.ebuild libva-1.1.0.ebuild
4 Log:
5 disable silent rules, bug #443324
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.44 x11-libs/libva/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?rev=1.44&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?rev=1.44&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?r1=1.43&r2=1.44
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v
19 retrieving revision 1.43
20 retrieving revision 1.44
21 diff -u -r1.43 -r1.44
22 --- ChangeLog 21 Nov 2012 17:41:19 -0000 1.43
23 +++ ChangeLog 21 Nov 2012 18:13:30 -0000 1.44
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-libs/libva
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.43 2012/11/21 17:41:19 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.44 2012/11/21 18:13:30 aballier Exp $
29 +
30 + 21 Nov 2012; Alexis Ballier <aballier@g.o> libva-1.1.0.ebuild,
31 + libva-9999.ebuild:
32 + disable silent rules, bug #443324
33
34 21 Nov 2012; Alexis Ballier <aballier@g.o> libva-1.0.15.ebuild,
35 libva-1.0.16.ebuild, libva-1.1.0.ebuild, libva-9999.ebuild:
36
37
38
39 1.12 x11-libs/libva/libva-9999.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-9999.ebuild?rev=1.12&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-9999.ebuild?rev=1.12&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-9999.ebuild?r1=1.11&r2=1.12
44
45 Index: libva-9999.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-9999.ebuild,v
48 retrieving revision 1.11
49 retrieving revision 1.12
50 diff -u -r1.11 -r1.12
51 --- libva-9999.ebuild 21 Nov 2012 17:41:19 -0000 1.11
52 +++ libva-9999.ebuild 21 Nov 2012 18:13:30 -0000 1.12
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/x11-libs/libva/libva-9999.ebuild,v 1.11 2012/11/21 17:41:19 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-9999.ebuild,v 1.12 2012/11/21 18:13:30 aballier Exp $
58
59 EAPI=4
60
61 @@ -61,6 +61,7 @@
62
63 src_configure() {
64 econf \
65 + --disable-silent-rules \
66 --with-drivers-path="${EPREFIX}/usr/$(get_libdir)/va/drivers" \
67 $(use_enable video_cards_dummy dummy-driver) \
68 $(use_enable opengl glx) \
69
70
71
72 1.6 x11-libs/libva/libva-1.1.0.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.1.0.ebuild?rev=1.6&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.1.0.ebuild?rev=1.6&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.1.0.ebuild?r1=1.5&r2=1.6
77
78 Index: libva-1.1.0.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.1.0.ebuild,v
81 retrieving revision 1.5
82 retrieving revision 1.6
83 diff -u -r1.5 -r1.6
84 --- libva-1.1.0.ebuild 21 Nov 2012 17:41:19 -0000 1.5
85 +++ libva-1.1.0.ebuild 21 Nov 2012 18:13:30 -0000 1.6
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2012 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.1.0.ebuild,v 1.5 2012/11/21 17:41:19 aballier Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.1.0.ebuild,v 1.6 2012/11/21 18:13:30 aballier Exp $
91
92 EAPI=4
93
94 @@ -61,6 +61,7 @@
95
96 src_configure() {
97 econf \
98 + --disable-silent-rules \
99 --with-drivers-path="${EPREFIX}/usr/$(get_libdir)/va/drivers" \
100 $(use_enable video_cards_dummy dummy-driver) \
101 $(use_enable opengl glx) \