Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/i2pd: metadata.xml i2pd-9999.ebuild i2pd-0.5.0.ebuild i2pd-0.6.0.ebuild ChangeLog
Date: Mon, 02 Feb 2015 17:06:09
Message-Id: 20150202170604.6D07A10E84@oystercatcher.gentoo.org
1 mgorny 15/02/02 17:06:04
2
3 Modified: metadata.xml i2pd-9999.ebuild i2pd-0.5.0.ebuild
4 i2pd-0.6.0.ebuild ChangeLog
5 Log:
6 Use cpu_flags_x86_aes, bug #538556.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.2 net-misc/i2pd/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/i2pd/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/i2pd/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/i2pd/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/i2pd/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 8 Jan 2015 22:44:46 -0000 1.1
24 +++ metadata.xml 2 Feb 2015 17:06:04 -0000 1.2
25 @@ -10,9 +10,6 @@
26 <name>Anthony G. Basile</name>
27 </maintainer>
28 <use>
29 - <flag name="aesni">
30 - Enable support for the AES-NI instruction set
31 - </flag>
32 <flag name="i2p-hardening">
33 Compile with hardening on vanilla compilers/linkers
34 </flag>
35
36
37
38 1.2 net-misc/i2pd/i2pd-9999.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/i2pd/i2pd-9999.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/i2pd/i2pd-9999.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/i2pd/i2pd-9999.ebuild?r1=1.1&r2=1.2
43
44 Index: i2pd-9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-misc/i2pd/i2pd-9999.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- i2pd-9999.ebuild 8 Jan 2015 22:44:46 -0000 1.1
51 +++ i2pd-9999.ebuild 2 Feb 2015 17:06:04 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-misc/i2pd/i2pd-9999.ebuild,v 1.1 2015/01/08 22:44:46 blueness Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-misc/i2pd/i2pd-9999.ebuild,v 1.2 2015/02/02 17:06:04 mgorny Exp $
57
58 EAPI=5
59 inherit eutils systemd user git-2 cmake-multilib
60 @@ -12,7 +12,7 @@
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS=""
64 -IUSE="aesni i2p-hardening library static"
65 +IUSE="cpu_flags_x86_aes i2p-hardening library static"
66
67 RDEPEND="!static? ( >=dev-libs/boost-1.46[threads] )
68 !static? ( dev-libs/crypto++ )
69 @@ -32,7 +32,7 @@
70
71 multilib_src_configure() {
72 mycmakeargs=(
73 - $(cmake-utils_use_with aesni AESNI)
74 + $(cmake-utils_use_with cpu_flags_x86_aes AESNI)
75 $(cmake-utils_use_with i2p-hardening HARDENING)
76 $(cmake-utils_use_with library LIBRARY)
77 $(cmake-utils_use_with static STATIC)
78
79
80
81 1.2 net-misc/i2pd/i2pd-0.5.0.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/i2pd/i2pd-0.5.0.ebuild?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/i2pd/i2pd-0.5.0.ebuild?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/i2pd/i2pd-0.5.0.ebuild?r1=1.1&r2=1.2
86
87 Index: i2pd-0.5.0.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/net-misc/i2pd/i2pd-0.5.0.ebuild,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- i2pd-0.5.0.ebuild 8 Jan 2015 22:44:46 -0000 1.1
94 +++ i2pd-0.5.0.ebuild 2 Feb 2015 17:06:04 -0000 1.2
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2015 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/net-misc/i2pd/i2pd-0.5.0.ebuild,v 1.1 2015/01/08 22:44:46 blueness Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/net-misc/i2pd/i2pd-0.5.0.ebuild,v 1.2 2015/02/02 17:06:04 mgorny Exp $
100
101 EAPI=5
102 inherit eutils systemd user cmake-utils
103 @@ -11,7 +11,7 @@
104 LICENSE="GPL-2"
105 SLOT="0"
106 KEYWORDS="~amd64 ~x86"
107 -IUSE="aesni i2p-hardening static"
108 +IUSE="cpu_flags_x86_aes i2p-hardening static"
109
110 RDEPEND="!static? ( >=dev-libs/boost-1.46[threads] )
111 !static? ( dev-libs/crypto++ )"
112 @@ -29,7 +29,7 @@
113
114 src_configure() {
115 mycmakeargs=(
116 - $(cmake-utils_use_with aesni AESNI)
117 + $(cmake-utils_use_with cpu_flags_x86_aes AESNI)
118 $(cmake-utils_use_with i2p-hardening HARDENING)
119 $(cmake-utils_use_with static STATIC)
120 -D WITH_LIBRARY=OFF
121
122
123
124 1.2 net-misc/i2pd/i2pd-0.6.0.ebuild
125
126 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/i2pd/i2pd-0.6.0.ebuild?rev=1.2&view=markup
127 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/i2pd/i2pd-0.6.0.ebuild?rev=1.2&content-type=text/plain
128 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/i2pd/i2pd-0.6.0.ebuild?r1=1.1&r2=1.2
129
130 Index: i2pd-0.6.0.ebuild
131 ===================================================================
132 RCS file: /var/cvsroot/gentoo-x86/net-misc/i2pd/i2pd-0.6.0.ebuild,v
133 retrieving revision 1.1
134 retrieving revision 1.2
135 diff -u -r1.1 -r1.2
136 --- i2pd-0.6.0.ebuild 8 Jan 2015 22:44:46 -0000 1.1
137 +++ i2pd-0.6.0.ebuild 2 Feb 2015 17:06:04 -0000 1.2
138 @@ -1,6 +1,6 @@
139 # Copyright 1999-2015 Gentoo Foundation
140 # Distributed under the terms of the GNU General Public License v2
141 -# $Header: /var/cvsroot/gentoo-x86/net-misc/i2pd/i2pd-0.6.0.ebuild,v 1.1 2015/01/08 22:44:46 blueness Exp $
142 +# $Header: /var/cvsroot/gentoo-x86/net-misc/i2pd/i2pd-0.6.0.ebuild,v 1.2 2015/02/02 17:06:04 mgorny Exp $
143
144 EAPI=5
145 inherit eutils systemd user cmake-utils
146 @@ -11,7 +11,7 @@
147 LICENSE="GPL-2"
148 SLOT="0"
149 KEYWORDS="~amd64 ~x86"
150 -IUSE="aesni i2p-hardening static"
151 +IUSE="cpu_flags_x86_aes i2p-hardening static"
152
153 RDEPEND="!static? ( >=dev-libs/boost-1.46[threads] )
154 !static? ( dev-libs/crypto++ )"
155 @@ -29,7 +29,7 @@
156
157 src_configure() {
158 mycmakeargs=(
159 - $(cmake-utils_use_with aesni AESNI)
160 + $(cmake-utils_use_with cpu_flags_x86_aes AESNI)
161 $(cmake-utils_use_with i2p-hardening HARDENING)
162 $(cmake-utils_use_with static STATIC)
163 -DWITH_LIBRARY=OFF
164
165
166
167 1.3 net-misc/i2pd/ChangeLog
168
169 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/i2pd/ChangeLog?rev=1.3&view=markup
170 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/i2pd/ChangeLog?rev=1.3&content-type=text/plain
171 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/i2pd/ChangeLog?r1=1.2&r2=1.3
172
173 Index: ChangeLog
174 ===================================================================
175 RCS file: /var/cvsroot/gentoo-x86/net-misc/i2pd/ChangeLog,v
176 retrieving revision 1.2
177 retrieving revision 1.3
178 diff -u -r1.2 -r1.3
179 --- ChangeLog 8 Jan 2015 22:47:37 -0000 1.2
180 +++ ChangeLog 2 Feb 2015 17:06:04 -0000 1.3
181 @@ -1,6 +1,10 @@
182 # ChangeLog for net-misc/i2pd
183 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
184 -# $Header: /var/cvsroot/gentoo-x86/net-misc/i2pd/ChangeLog,v 1.2 2015/01/08 22:47:37 blueness Exp $
185 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
186 +# $Header: /var/cvsroot/gentoo-x86/net-misc/i2pd/ChangeLog,v 1.3 2015/02/02 17:06:04 mgorny Exp $
187 +
188 + 02 Feb 2015; Michał Górny <mgorny@g.o> i2pd-0.5.0.ebuild,
189 + i2pd-0.6.0.ebuild, i2pd-9999.ebuild, metadata.xml:
190 + Use cpu_flags_x86_aes, bug #538556.
191
192 07 Jan 2015; Francisco Blas Izquierdo Riera (klondike) i2pd-0.6.0.ebuild:
193 Remove library USE as it doesn't work the expected way