Gentoo Archives: gentoo-commits

From: "Paul Varner (fuzzyray)" <fuzzyray@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-proto/xcb-proto: ChangeLog xcb-proto-1.8-r3.ebuild
Date: Thu, 23 May 2013 19:40:08
Message-Id: 20130523193959.C1C242171D@flycatcher.gentoo.org
1 fuzzyray 13/05/23 19:39:59
2
3 Modified: ChangeLog xcb-proto-1.8-r3.ebuild
4 Log:
5 Change ARCH to DEFAULT_ABI to fix bug 471079 for non-multilib enabled profiles.
6
7 (Portage version: 2.1.12.1/cvs/Linux x86_64, signed Manifest commit with key 0x4D269A1B)
8
9 Revision Changes Path
10 1.110 x11-proto/xcb-proto/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.110&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?rev=1.110&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/ChangeLog?r1=1.109&r2=1.110
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v
19 retrieving revision 1.109
20 retrieving revision 1.110
21 diff -u -r1.109 -r1.110
22 --- ChangeLog 22 May 2013 08:57:13 -0000 1.109
23 +++ ChangeLog 23 May 2013 19:39:59 -0000 1.110
24 @@ -1,6 +1,9 @@
25 # ChangeLog for x11-proto/xcb-proto
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.109 2013/05/22 08:57:13 maksbotan Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/ChangeLog,v 1.110 2013/05/23 19:39:59 fuzzyray Exp $
29 +
30 + 23 May 2013; Paul Varner <fuzzyray@g.o> xcb-proto-1.8-r3.ebuild:
31 + Change ARCH to DEFAULT_ABI to fix bug 471079 for non-multilib profiles.
32
33 *xcb-proto-1.8-r3 (22 May 2013)
34
35
36
37
38 1.2 x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild?r1=1.1&r2=1.2
43
44 Index: xcb-proto-1.8-r3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- xcb-proto-1.8-r3.ebuild 22 May 2013 08:57:13 -0000 1.1
51 +++ xcb-proto-1.8-r3.ebuild 23 May 2013 19:39:59 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild,v 1.1 2013/05/22 08:57:13 maksbotan Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.8-r3.ebuild,v 1.2 2013/05/23 19:39:59 fuzzyray Exp $
57
58 EAPI=5
59
60 @@ -32,14 +32,14 @@
61 xorg-2_src_compile
62
63 python_foreach_impl autotools-utils_src_compile -C xcbgen \
64 - top_builddir="${WORKDIR}/${P}-${ARCH}"
65 + top_builddir="${WORKDIR}/${P}-${DEFAULT_ABI}"
66 }
67
68 src_install() {
69 xorg-2_src_install
70
71 python_foreach_impl autotools-utils_src_install -C xcbgen \
72 - top_builddir="${WORKDIR}/${P}-${ARCH}"
73 + top_builddir="${WORKDIR}/${P}-${DEFAULT_ABI}"
74 }
75
76 pkg_postinst() {