Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mesa: mesa-10.1.1.ebuild ChangeLog
Date: Tue, 29 Apr 2014 17:31:41
Message-Id: 20140429173138.B8A3B2004B@flycatcher.gentoo.org
1 mgorny 14/04/29 17:31:38
2
3 Modified: mesa-10.1.1.ebuild ChangeLog
4 Log:
5 Restore libxml2 dep that was removed prematurely, bug #509066.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 media-libs/mesa/mesa-10.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: mesa-10.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mesa-10.1.1.ebuild 28 Apr 2014 22:10:44 -0000 1.1
23 +++ mesa-10.1.1.ebuild 29 Apr 2014 17:31:38 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild,v 1.1 2014/04/28 22:10:44 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.1.1.ebuild,v 1.2 2014/04/29 17:31:38 mgorny Exp $
29
30 EAPI=5
31
32 @@ -162,8 +162,13 @@
33 >=x11-proto/xextproto-7.0.99.1[${MULTILIB_USEDEP}]
34 x11-proto/xf86driproto[${MULTILIB_USEDEP}]
35 x11-proto/xf86vidmodeproto[${MULTILIB_USEDEP}]
36 + $(python_gen_any_dep 'dev-libs/libxml2[python,${PYTHON_USEDEP}]')
37 "
38
39 +python_check_deps() {
40 + has_version --host-root "dev-libs/libxml2[python,${PYTHON_USEDEP}]"
41 +}
42 +
43 S="${WORKDIR}/${MY_P}"
44 EGIT_CHECKOUT_DIR=${S}
45
46
47
48
49 1.555 media-libs/mesa/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.555&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.555&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.554&r2=1.555
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
58 retrieving revision 1.554
59 retrieving revision 1.555
60 diff -u -r1.554 -r1.555
61 --- ChangeLog 28 Apr 2014 22:10:44 -0000 1.554
62 +++ ChangeLog 29 Apr 2014 17:31:38 -0000 1.555
63 @@ -1,6 +1,9 @@
64 # ChangeLog for media-libs/mesa
65 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.554 2014/04/28 22:10:44 mattst88 Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.555 2014/04/29 17:31:38 mgorny Exp $
68 +
69 + 29 Apr 2014; Michał Górny <mgorny@g.o> mesa-10.1.1.ebuild:
70 + Restore libxml2 dep that was removed prematurely, bug #509066.
71
72 *mesa-10.1.1 (28 Apr 2014)