Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/talloc: ChangeLog talloc-2.1.0.ebuild
Date: Sat, 01 Feb 2014 20:50:08
Message-Id: 20140201205003.42DC22004C@flycatcher.gentoo.org
1 vostorga 14/02/01 20:50:03
2
3 Modified: ChangeLog talloc-2.1.0.ebuild
4 Log:
5 Adding multilib support, bug #491222 , patch thanks to Kenneth Graunke <kenneth@×××××××××.org>
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xE25EE336)
8
9 Revision Changes Path
10 1.62 sys-libs/talloc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?rev=1.62&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?rev=1.62&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/ChangeLog?r1=1.61&r2=1.62
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v
19 retrieving revision 1.61
20 retrieving revision 1.62
21 diff -u -r1.61 -r1.62
22 --- ChangeLog 11 Dec 2013 02:03:57 -0000 1.61
23 +++ ChangeLog 1 Feb 2014 20:50:03 -0000 1.62
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-libs/talloc
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.61 2013/12/11 02:03:57 jmbsvicetto Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/ChangeLog,v 1.62 2014/02/01 20:50:03 vostorga Exp $
30 +
31 + 01 Feb 2014; Victor Ostorga talloc-2.1.0.ebuild:
32 + Adding multilib support, bug #491222 , patch thanks to Kenneth Graunke
33 + <kenneth@×××××××××.org>
34
35 11 Dec 2013; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
36 talloc-2.0.8.ebuild, talloc-2.1.0.ebuild:
37
38
39
40 1.3 sys-libs/talloc/talloc-2.1.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.1.0.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.1.0.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/talloc/talloc-2.1.0.ebuild?r1=1.2&r2=1.3
45
46 Index: talloc-2.1.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.0.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- talloc-2.1.0.ebuild 11 Dec 2013 02:03:57 -0000 1.2
53 +++ talloc-2.1.0.ebuild 1 Feb 2014 20:50:03 -0000 1.3
54 @@ -1,13 +1,13 @@
55 -# Copyright 1999-2013 Gentoo Foundation
56 +# Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.0.ebuild,v 1.2 2013/12/11 02:03:57 jmbsvicetto Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/talloc/talloc-2.1.0.ebuild,v 1.3 2014/02/01 20:50:03 vostorga Exp $
60
61 EAPI=5
62
63 PYTHON_COMPAT=( python{2_6,2_7} )
64 PYTHON_REQ_USE="threads"
65
66 -inherit waf-utils python-single-r1 multilib
67 +inherit waf-utils python-single-r1 multilib multilib-minimal
68
69 DESCRIPTION="Samba talloc library"
70 HOMEPAGE="http://talloc.samba.org/"
71 @@ -21,6 +21,7 @@
72 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
73
74 RDEPEND="${PYTHON_DEPS}
75 + abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r5 )
76 !!<sys-libs/talloc-2.0.5"
77 DEPEND="${RDEPEND}
78 dev-libs/libxslt
79 @@ -28,7 +29,11 @@
80
81 WAF_BINARY="${S}/buildtools/bin/waf"
82
83 -src_configure() {
84 +src_prepare() {
85 + multilib_copy_sources
86 +}
87 +
88 +multilib_src_configure() {
89 local extra_opts=""
90
91 use compat && extra_opts+=" --enable-talloc-compat1"
92 @@ -37,7 +42,7 @@
93 ${extra_opts}
94 }
95
96 -src_install() {
97 +multilib_src_install() {
98 waf-utils_src_install
99
100 # waf is stupid, and no, we can't fix the build-system, since it's provided