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-9.1.ebuild ChangeLog
Date: Wed, 06 Mar 2013 13:18:55
Message-Id: 20130306131852.52E0E2171D@flycatcher.gentoo.org
1 mgorny 13/03/06 13:18:52
2
3 Modified: mesa-9.1.ebuild ChangeLog
4 Log:
5 Migrate to python-r1.
6
7 (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
8
9 Revision Changes Path
10 1.3 media-libs/mesa/mesa-9.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-9.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-9.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-9.1.ebuild?r1=1.2&r2=1.3
15
16 Index: mesa-9.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- mesa-9.1.ebuild 27 Feb 2013 06:06:13 -0000 1.2
23 +++ mesa-9.1.ebuild 6 Mar 2013 13:18:52 -0000 1.3
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/media-libs/mesa/mesa-9.1.ebuild,v 1.2 2013/02/27 06:06:13 zmedico Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-9.1.ebuild,v 1.3 2013/03/06 13:18:52 mgorny Exp $
29
30 EAPI=5
31
32 @@ -11,7 +11,9 @@
33 EXPERIMENTAL="true"
34 fi
35
36 -inherit base autotools multilib flag-o-matic toolchain-funcs ${GIT_ECLASS}
37 +PYTHON_COMPAT=( python{2_6,2_7} )
38 +
39 +inherit base autotools multilib flag-o-matic python-single-r1 toolchain-funcs ${GIT_ECLASS}
40
41 OPENGL_DIR="xorg-x11"
42
43 @@ -115,8 +117,8 @@
44 r600-llvm-compiler? ( >=sys-devel/llvm-3.1 )
45 video_cards_radeonsi? ( >=sys-devel/llvm-3.1 )
46 )
47 - =dev-lang/python-2*
48 - dev-libs/libxml2[python]
49 + ${PYTHON_DEPS}
50 + dev-libs/libxml2[python,${PYTHON_USEDEP}]
51 sys-devel/bison
52 sys-devel/flex
53 virtual/pkgconfig
54 @@ -139,6 +141,8 @@
55 pkg_setup() {
56 # workaround toc-issue wrt #386545
57 use ppc64 && append-flags -mminimal-toc
58 +
59 + python-single-r1_pkg_setup
60 }
61
62 src_unpack() {
63 @@ -260,6 +264,7 @@
64 $(use_enable xorg) \
65 --with-dri-drivers=${DRI_DRIVERS} \
66 --with-gallium-drivers=${GALLIUM_DRIVERS} \
67 + PYTHON2="${PYTHON}" \
68 ${myconf}
69 }
70
71
72
73
74 1.463 media-libs/mesa/ChangeLog
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.463&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.463&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.462&r2=1.463
79
80 Index: ChangeLog
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
83 retrieving revision 1.462
84 retrieving revision 1.463
85 diff -u -r1.462 -r1.463
86 --- ChangeLog 27 Feb 2013 06:06:13 -0000 1.462
87 +++ ChangeLog 6 Mar 2013 13:18:52 -0000 1.463
88 @@ -1,6 +1,9 @@
89 # ChangeLog for media-libs/mesa
90 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
91 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.462 2013/02/27 06:06:13 zmedico Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.463 2013/03/06 13:18:52 mgorny Exp $
93 +
94 + 06 Mar 2013; Michał Górny <mgorny@g.o> mesa-9.1.ebuild:
95 + Migrate to python-r1.
96
97 27 Feb 2013; Zac Medico <zmedico@g.o> mesa-9.1.ebuild:
98 Add ~arm-linux keyword.