Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog flag-o-matic.eclass
Date: Sat, 28 Dec 2013 00:25:59
Message-Id: 20131228002554.07FC32004C@flycatcher.gentoo.org
1 robbat2 13/12/28 00:25:53
2
3 Modified: ChangeLog flag-o-matic.eclass
4 Log:
5 Spelling fixes.
6
7 Revision Changes Path
8 1.1094 eclass/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1094&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1094&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1093&r2=1.1094
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
17 retrieving revision 1.1093
18 retrieving revision 1.1094
19 diff -p -w -b -B -u -u -r1.1093 -r1.1094
20 --- ChangeLog 27 Dec 2013 22:47:14 -0000 1.1093
21 +++ ChangeLog 28 Dec 2013 00:25:53 -0000 1.1094
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.1093 2013/12/27 22:47:14 hasufell Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1094 2013/12/28 00:25:53 robbat2 Exp $
27 +
28 + 28 Dec 2013; Robin H. Johnson <robbat2@g.o> flag-o-matic.eclass:
29 + Spelling fixes.
30
31 27 Dec 2013; Julian Ospald <hasufell@g.o> multilib-minimal.eclass:
32 add debug print function wrt #493214
33
34
35
36 1.195 eclass/flag-o-matic.eclass
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.195&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.195&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.194&r2=1.195
41
42 Index: flag-o-matic.eclass
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v
45 retrieving revision 1.194
46 retrieving revision 1.195
47 diff -p -w -b -B -u -u -r1.194 -r1.195
48 --- flag-o-matic.eclass 27 Dec 2013 21:39:36 -0000 1.194
49 +++ flag-o-matic.eclass 28 Dec 2013 00:25:53 -0000 1.195
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/flag-o-matic.eclass,v 1.194 2013/12/27 21:39:36 robbat2 Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.195 2013/12/28 00:25:53 robbat2 Exp $
55
56 # @ECLASS: flag-o-matic.eclass
57 # @MAINTAINER:
58 @@ -599,8 +599,8 @@ replace-sparc64-flags() {
59 # @FUNCTION: append-libs
60 # @USAGE: <libs>
61 # @DESCRIPTION:
62 -# Add extra <libs> to the current LIBS. All arguments should prefixed with
63 -# either -l or -L. For compatability, if arguments are not prefixed as
64 +# Add extra <libs> to the current LIBS. All arguments should be prefixed with
65 +# either -l or -L. For compatibility, if arguments are not prefixed as
66 # options, they are given a -l prefix automatically.
67 append-libs() {
68 [[ $# -eq 0 ]] && return 0