Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mesa: mesa-10.5.2.ebuild ChangeLog
Date: Mon, 30 Mar 2015 17:04:40
Message-Id: 20150330170433.CC2A414DC1@oystercatcher.gentoo.org
1 mattst88 15/03/30 17:04:32
2
3 Modified: mesa-10.5.2.ebuild ChangeLog
4 Log:
5 Move python deps back, bug 545058.
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
8
9 Revision Changes Path
10 1.2 media-libs/mesa/mesa-10.5.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.5.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.5.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.5.2.ebuild?r1=1.1&r2=1.2
15
16 Index: mesa-10.5.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mesa-10.5.2.ebuild 28 Mar 2015 19:53:47 -0000 1.1
23 +++ mesa-10.5.2.ebuild 30 Mar 2015 17:04:32 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 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.5.2.ebuild,v 1.1 2015/03/28 19:53:47 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.2.ebuild,v 1.2 2015/03/30 17:04:32 mattst88 Exp $
29
30 EAPI=5
31
32 @@ -154,12 +154,12 @@
33 >=x11-proto/xextproto-7.2.1-r1:=[${MULTILIB_USEDEP}]
34 >=x11-proto/xf86driproto-2.1.1-r1:=[${MULTILIB_USEDEP}]
35 >=x11-proto/xf86vidmodeproto-2.3.1-r1:=[${MULTILIB_USEDEP}]
36 + ${PYTHON_DEPS}
37 + $(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]")
38 "
39 [[ ${PV} == "9999" ]] && DEPEND+="
40 sys-devel/bison
41 sys-devel/flex
42 - ${PYTHON_DEPS}
43 - $(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]")
44 "
45
46 S="${WORKDIR}/${MY_P}"
47
48
49
50 1.634 media-libs/mesa/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.634&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.634&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.633&r2=1.634
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
59 retrieving revision 1.633
60 retrieving revision 1.634
61 diff -u -r1.633 -r1.634
62 --- ChangeLog 28 Mar 2015 19:53:47 -0000 1.633
63 +++ ChangeLog 30 Mar 2015 17:04:32 -0000 1.634
64 @@ -1,6 +1,9 @@
65 # ChangeLog for media-libs/mesa
66 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.633 2015/03/28 19:53:47 mattst88 Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.634 2015/03/30 17:04:32 mattst88 Exp $
69 +
70 + 30 Mar 2015; Matt Turner <mattst88@g.o> mesa-10.5.2.ebuild:
71 + Move python deps back, bug 545058.
72
73 *mesa-10.5.2 (28 Mar 2015)