Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libva: ChangeLog libva-9999.ebuild libva-1.0.14.ebuild
Date: Fri, 29 Jul 2011 01:10:28
Message-Id: 20110729011012.603D32004B@flycatcher.gentoo.org
1 zmedico 11/07/29 01:10:12
2
3 Modified: ChangeLog libva-9999.ebuild libva-1.0.14.ebuild
4 Log:
5 Bump to EAPI 3, fix for prefix, and add ~x86-linux keyword.
6
7 (Portage version: 2.2.0_alpha47_p6/cvs/Linux i686)
8
9 Revision Changes Path
10 1.24 x11-libs/libva/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 28 Jul 2011 12:35:59 -0000 1.23
23 +++ ChangeLog 29 Jul 2011 01:10:12 -0000 1.24
24 @@ -1,6 +1,10 @@
25 # ChangeLog for x11-libs/libva
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.23 2011/07/28 12:35:59 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/ChangeLog,v 1.24 2011/07/29 01:10:12 zmedico Exp $
29 +
30 + 29 Jul 2011; Zac Medico <zmedico@g.o> libva-1.0.14.ebuild,
31 + libva-9999.ebuild:
32 + Bump to EAPI 3, fix for prefix, and add ~x86-linux keyword.
33
34 *libva-1.0.14 (28 Jul 2011)
35
36
37
38
39 1.2 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.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-9999.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-9999.ebuild?r1=1.1&r2=1.2
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.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- libva-9999.ebuild 7 Jun 2011 17:00:06 -0000 1.1
52 +++ libva-9999.ebuild 29 Jul 2011 01:10:12 -0000 1.2
53 @@ -1,8 +1,8 @@
54 # Copyright 1999-2011 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.1 2011/06/07 17:00:06 aballier Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-9999.ebuild,v 1.2 2011/07/29 01:10:12 zmedico Exp $
58
59 -EAPI="2"
60 +EAPI="3"
61
62 SCM=""
63 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
64 @@ -25,7 +25,7 @@
65 LICENSE="MIT"
66 SLOT="0"
67 if [ "${PV%9999}" = "${PV}" ] ; then
68 - KEYWORDS="~amd64 ~x86 ~amd64-linux"
69 + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
70 else
71 KEYWORDS=""
72 fi
73 @@ -55,7 +55,7 @@
74
75 src_configure() {
76 econf \
77 - --with-drivers-path=/usr/$(get_libdir)/va/drivers \
78 + --with-drivers-path="${EPREFIX}/usr/$(get_libdir)/va/drivers" \
79 $(use_enable video_cards_dummy dummy-driver) \
80 $(use_enable video_cards_dummy dummy-backend) \
81 $(use_enable video_cards_intel i965-driver) \
82
83
84
85 1.2 x11-libs/libva/libva-1.0.14.ebuild
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.0.14.ebuild?rev=1.2&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.0.14.ebuild?rev=1.2&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libva/libva-1.0.14.ebuild?r1=1.1&r2=1.2
90
91 Index: libva-1.0.14.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.0.14.ebuild,v
94 retrieving revision 1.1
95 retrieving revision 1.2
96 diff -u -r1.1 -r1.2
97 --- libva-1.0.14.ebuild 28 Jul 2011 12:35:59 -0000 1.1
98 +++ libva-1.0.14.ebuild 29 Jul 2011 01:10:12 -0000 1.2
99 @@ -1,8 +1,8 @@
100 # Copyright 1999-2011 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.0.14.ebuild,v 1.1 2011/07/28 12:35:59 aballier Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libva/libva-1.0.14.ebuild,v 1.2 2011/07/29 01:10:12 zmedico Exp $
104
105 -EAPI="2"
106 +EAPI="3"
107
108 SCM=""
109 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
110 @@ -25,7 +25,7 @@
111 LICENSE="MIT"
112 SLOT="0"
113 if [ "${PV%9999}" = "${PV}" ] ; then
114 - KEYWORDS="~amd64 ~x86 ~amd64-linux"
115 + KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
116 else
117 KEYWORDS=""
118 fi
119 @@ -55,7 +55,7 @@
120
121 src_configure() {
122 econf \
123 - --with-drivers-path=/usr/$(get_libdir)/va/drivers \
124 + --with-drivers-path="${EPREFIX}/usr/$(get_libdir)/va/drivers" \
125 $(use_enable video_cards_dummy dummy-driver) \
126 $(use_enable video_cards_dummy dummy-backend) \
127 $(use_enable video_cards_intel i965-driver) \