Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog autotools-multilib.eclass
Date: Wed, 27 Feb 2013 21:47:46
Message-Id: 20130227214632.07CAA2171D@flycatcher.gentoo.org
1 mgorny 13/02/27 21:46:31
2
3 Modified: ChangeLog autotools-multilib.eclass
4 Log:
5 Update description.
6
7 Revision Changes Path
8 1.693 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.693&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.693&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.692&r2=1.693
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.692
18 retrieving revision 1.693
19 diff -u -r1.692 -r1.693
20 --- ChangeLog 27 Feb 2013 21:02:59 -0000 1.692
21 +++ ChangeLog 27 Feb 2013 21:46:31 -0000 1.693
22 @@ -1,6 +1,9 @@
23 # ChangeLog for eclass directory
24 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.692 2013/02/27 21:02:59 mgorny Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.693 2013/02/27 21:46:31 mgorny Exp $
27 +
28 + 27 Feb 2013; Michał Górny <mgorny@g.o> autotools-multilib.eclass:
29 + Update description.
30
31 27 Feb 2013; Michał Górny <mgorny@g.o> distutils-r1.eclass,
32 multilib-build.eclass, python-r1.eclass:
33
34
35
36 1.11 eclass/autotools-multilib.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools-multilib.eclass?rev=1.11&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools-multilib.eclass?rev=1.11&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/autotools-multilib.eclass?r1=1.10&r2=1.11
41
42 Index: autotools-multilib.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/autotools-multilib.eclass,v
45 retrieving revision 1.10
46 retrieving revision 1.11
47 diff -u -r1.10 -r1.11
48 --- autotools-multilib.eclass 22 Feb 2013 14:42:09 -0000 1.10
49 +++ autotools-multilib.eclass 27 Feb 2013 21:46:31 -0000 1.11
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-multilib.eclass,v 1.10 2013/02/22 14:42:09 mgorny Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-multilib.eclass,v 1.11 2013/02/27 21:46:31 mgorny Exp $
55
56 # @ECLASS: autotools-multilib.eclass
57 # @MAINTAINER:
58 @@ -10,10 +10,10 @@
59 # The autotools-multilib.eclass is an autotools-utils.eclass(5) wrapper
60 # introducing support for building for more than one ABI (multilib).
61 #
62 -# Inheriting this eclass sets IUSE=multilib and exports autotools-utils
63 +# Inheriting this eclass sets the USE flags and exports autotools-utils
64 # phase function wrappers which build the package for each supported ABI
65 -# if the flag is enabled. Otherwise, it works like regular
66 -# autotools-utils.
67 +# when the relevant flag is enabled. Other than that, it works like
68 +# regular autotools-utils.
69 #
70 # Note that the multilib support requires out-of-source builds to be
71 # enabled. Thus, it is impossible to use AUTOTOOLS_IN_SOURCE_BUILD with