Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/cyassl: cyassl-3.0.0.ebuild cyassl-2.9.4.ebuild ChangeLog
Date: Wed, 04 Jun 2014 14:00:32
Message-Id: 20140604140026.B69F92004E@flycatcher.gentoo.org
1 blueness 14/06/04 14:00:26
2
3 Modified: cyassl-3.0.0.ebuild cyassl-2.9.4.ebuild ChangeLog
4 Log:
5 Fix USE=debug, bug #512314
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.2 net-libs/cyassl/cyassl-3.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/cyassl-3.0.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/cyassl-3.0.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/cyassl-3.0.0.ebuild?r1=1.1&r2=1.2
15
16 Index: cyassl-3.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-3.0.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cyassl-3.0.0.ebuild 31 May 2014 13:20:34 -0000 1.1
23 +++ cyassl-3.0.0.ebuild 4 Jun 2014 14:00:26 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-3.0.0.ebuild,v 1.1 2014/05/31 13:20:34 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-3.0.0.ebuild,v 1.2 2014/06/04 14:00:26 blueness Exp $
29
30 EAPI="5"
31
32 @@ -45,6 +45,10 @@
33 src_configure() {
34 local myconf=()
35
36 + if use debug; then
37 + myconf+=( --enable-debug )
38 + fi
39 +
40 if use x86; then
41 #not pie friendly, sorry x86, no fast math for you :(
42 myconf+=( --disable-keygen --disable-fastmath --disable-fasthugemath --disable-bump )
43 @@ -59,7 +63,6 @@
44 $(usex threads --disable-singlethreaded --enable-singlethreaded) \
45 \
46 --disable-silent-rules \
47 - --enable-keygen \
48 --enable-certgen \
49 --disable-stacksize \
50 --disable-ntru \
51 @@ -118,7 +121,6 @@
52 $(use_enable truncatedhmac) \
53 $(use_enable tlsx) \
54 \
55 - $(use_enable debug) \
56 $(use_enable errorstrings) \
57 $(use_enable memory) \
58 \
59
60
61
62 1.3 net-libs/cyassl/cyassl-2.9.4.ebuild
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/cyassl-2.9.4.ebuild?rev=1.3&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/cyassl-2.9.4.ebuild?rev=1.3&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/cyassl-2.9.4.ebuild?r1=1.2&r2=1.3
67
68 Index: cyassl-2.9.4.ebuild
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.9.4.ebuild,v
71 retrieving revision 1.2
72 retrieving revision 1.3
73 diff -u -r1.2 -r1.3
74 --- cyassl-2.9.4.ebuild 31 May 2014 13:12:54 -0000 1.2
75 +++ cyassl-2.9.4.ebuild 4 Jun 2014 14:00:26 -0000 1.3
76 @@ -1,6 +1,6 @@
77 # Copyright 1999-2014 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.9.4.ebuild,v 1.2 2014/05/31 13:12:54 blueness Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/cyassl-2.9.4.ebuild,v 1.3 2014/06/04 14:00:26 blueness Exp $
81
82 EAPI="5"
83
84 @@ -45,6 +45,10 @@
85 src_configure() {
86 local myconf=()
87
88 + if use debug; then
89 + myconf+=( --enable-debug )
90 + fi
91 +
92 if use x86; then
93 #not pie friendly, sorry x86, no fast math for you :(
94 myconf+=( --disable-keygen --disable-fastmath --disable-fasthugemath --disable-bump )
95 @@ -116,7 +120,6 @@
96 $(use_enable truncatedhmac) \
97 $(use_enable tlsx) \
98 \
99 - $(use_enable debug) \
100 $(use_enable errorstrings) \
101 $(use_enable memory) \
102 \
103
104
105
106 1.52 net-libs/cyassl/ChangeLog
107
108 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/ChangeLog?rev=1.52&view=markup
109 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/ChangeLog?rev=1.52&content-type=text/plain
110 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/cyassl/ChangeLog?r1=1.51&r2=1.52
111
112 Index: ChangeLog
113 ===================================================================
114 RCS file: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v
115 retrieving revision 1.51
116 retrieving revision 1.52
117 diff -u -r1.51 -r1.52
118 --- ChangeLog 31 May 2014 13:20:34 -0000 1.51
119 +++ ChangeLog 4 Jun 2014 14:00:26 -0000 1.52
120 @@ -1,6 +1,10 @@
121 # ChangeLog for net-libs/cyassl
122 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
123 -# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v 1.51 2014/05/31 13:20:34 blueness Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/net-libs/cyassl/ChangeLog,v 1.52 2014/06/04 14:00:26 blueness Exp $
125 +
126 + 04 Jun 2014; Anthony G. Basile <blueness@g.o> cyassl-2.9.4.ebuild,
127 + cyassl-3.0.0.ebuild:
128 + Fix USE=debug, bug #512314
129
130 *cyassl-3.0.0 (31 May 2014)