Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-v5.33.eclass ChangeLog
Date: Thu, 28 May 2015 06:37:24
Message-Id: 20150528063716.EBDC5A09@oystercatcher.gentoo.org
1 polynomial-c 15/05/28 06:37:16
2
3 Modified: mozconfig-v5.33.eclass ChangeLog
4 Log:
5 Fixed case syntax
6
7 Revision Changes Path
8 1.5 eclass/mozconfig-v5.33.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v5.33.eclass?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v5.33.eclass?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v5.33.eclass?r1=1.4&r2=1.5
13
14 Index: mozconfig-v5.33.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.33.eclass,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- mozconfig-v5.33.eclass 27 May 2015 19:00:31 -0000 1.4
21 +++ mozconfig-v5.33.eclass 28 May 2015 06:37:16 -0000 1.5
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2015 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.33.eclass,v 1.4 2015/05/27 19:00:31 axs Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.33.eclass,v 1.5 2015/05/28 06:37:16 polynomial-c Exp $
27 #
28 # @ECLASS: mozconfig-v5.33.eclass
29 # @MAINTAINER:
30 @@ -21,8 +21,8 @@
31 inherit multilib flag-o-matic toolchain-funcs mozcoreconf-v3
32
33 case ${EAPI} in
34 - 0|1|2|3|4) die "EAPI=${EAPI} not supported"
35 - *) die "This eclass has been disabled and will be removed on 2015-06-30. If you need it, copy to your overlay and remove this line."
36 + 0|1|2|3|4) die "EAPI=${EAPI} not supported" ;;
37 + *) die "This eclass has been disabled and will be removed on 2015-06-30. If you need it, copy to your overlay and remove this line." ;;
38 esac
39
40 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI
41
42
43
44 1.1627 eclass/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1627&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1627&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1626&r2=1.1627
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
53 retrieving revision 1.1626
54 retrieving revision 1.1627
55 diff -u -r1.1626 -r1.1627
56 --- ChangeLog 27 May 2015 19:00:31 -0000 1.1626
57 +++ ChangeLog 28 May 2015 06:37:16 -0000 1.1627
58 @@ -1,6 +1,9 @@
59 # ChangeLog for eclass directory
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1626 2015/05/27 19:00:31 axs Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1627 2015/05/28 06:37:16 polynomial-c Exp $
63 +
64 + 28 May 2015; Lars Wendler <polynomial-c@g.o> mozconfig-v5.33.eclass:
65 + Fixed case syntax.
66
67 27 May 2015; Ian Stakenvicius (_AxS_) <axs@g.o>
68 mozconfig-v5.31.eclass, mozconfig-v5.33.eclass, +mozconfig-v5.38.eclass: