Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-azoth: lc-azoth-0.6.65.ebuild lc-azoth-9999.ebuild lc-azoth-0.6.70.ebuild lc-azoth-0.6.60.ebuild ChangeLog
Date: Wed, 28 Jan 2015 22:29:13
Message-Id: 20150128222909.1DE3610825@oystercatcher.gentoo.org
1 johu 15/01/28 22:29:09
2
3 Modified: lc-azoth-0.6.65.ebuild lc-azoth-9999.ebuild
4 lc-azoth-0.6.70.ebuild lc-azoth-0.6.60.ebuild
5 ChangeLog
6 Log:
7 Adjust dependencies to handle merged plugins in >=app-crypt/qca-2.1.
8
9 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
10
11 Revision Changes Path
12 1.2 app-leechcraft/lc-azoth/lc-azoth-0.6.65.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.65.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.65.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.65.ebuild?r1=1.1&r2=1.2
17
18 Index: lc-azoth-0.6.65.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.65.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- lc-azoth-0.6.65.ebuild 10 Apr 2014 17:50:41 -0000 1.1
25 +++ lc-azoth-0.6.65.ebuild 28 Jan 2015 22:29:09 -0000 1.2
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 +# Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.65.ebuild,v 1.1 2014/04/10 17:50:41 maksbotan Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.65.ebuild,v 1.2 2015/01/28 22:29:09 johu Exp $
32
33 EAPI="5"
34
35 @@ -32,7 +32,7 @@
36 ~app-leechcraft/lc-xtazy-${PV}
37 dev-qt/qtdbus:4
38 )
39 - crypt? ( app-crypt/qca app-crypt/qca-gnupg )"
40 + crypt? ( app-crypt/qca:2[qt4(+)] )"
41 DEPEND="${COMMON_DEPEND}
42 doc? ( app-doc/doxygen[dot] )"
43 RDEPEND="${COMMON_DEPEND}
44 @@ -40,6 +40,12 @@
45 net-im/telepathy-mission-control
46 net-voip/telepathy-haze
47 )
48 + crypt? (
49 + || (
50 + app-crypt/qca-gnupg:2
51 + app-crypt/qca:2[gpg]
52 + )
53 + )
54 latex? (
55 || (
56 media-gfx/imagemagick
57
58
59
60 1.14 app-leechcraft/lc-azoth/lc-azoth-9999.ebuild
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild?rev=1.14&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild?rev=1.14&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild?r1=1.13&r2=1.14
65
66 Index: lc-azoth-9999.ebuild
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild,v
69 retrieving revision 1.13
70 retrieving revision 1.14
71 diff -u -r1.13 -r1.14
72 --- lc-azoth-9999.ebuild 6 Dec 2014 18:16:22 -0000 1.13
73 +++ lc-azoth-9999.ebuild 28 Jan 2015 22:29:09 -0000 1.14
74 @@ -1,6 +1,6 @@
75 -# Copyright 1999-2014 Gentoo Foundation
76 +# Copyright 1999-2015 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild,v 1.13 2014/12/06 18:16:22 maksbotan Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild,v 1.14 2015/01/28 22:29:09 johu Exp $
80
81 EAPI="5"
82
83 @@ -32,7 +32,7 @@
84 ~app-leechcraft/lc-xtazy-${PV}
85 dev-qt/qtdbus:4
86 )
87 - crypt? ( app-crypt/qca app-crypt/qca-gnupg )
88 + crypt? ( app-crypt/qca:2[qt4(+)] )
89 sarin? ( net-libs/tox )
90 "
91 DEPEND="${COMMON_DEPEND}
92 @@ -42,6 +42,12 @@
93 net-im/telepathy-mission-control
94 net-voip/telepathy-haze
95 )
96 + crypt? (
97 + || (
98 + app-crypt/qca-gnupg:2
99 + app-crypt/qca:2[gpg]
100 + )
101 + )
102 latex? (
103 || (
104 media-gfx/imagemagick
105
106
107
108 1.3 app-leechcraft/lc-azoth/lc-azoth-0.6.70.ebuild
109
110 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.70.ebuild?rev=1.3&view=markup
111 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.70.ebuild?rev=1.3&content-type=text/plain
112 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.70.ebuild?r1=1.2&r2=1.3
113
114 Index: lc-azoth-0.6.70.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.70.ebuild,v
117 retrieving revision 1.2
118 retrieving revision 1.3
119 diff -u -r1.2 -r1.3
120 --- lc-azoth-0.6.70.ebuild 6 Dec 2014 18:16:22 -0000 1.2
121 +++ lc-azoth-0.6.70.ebuild 28 Jan 2015 22:29:09 -0000 1.3
122 @@ -1,6 +1,6 @@
123 -# Copyright 1999-2014 Gentoo Foundation
124 +# Copyright 1999-2015 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.70.ebuild,v 1.2 2014/12/06 18:16:22 maksbotan Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.70.ebuild,v 1.3 2015/01/28 22:29:09 johu Exp $
128
129 EAPI="5"
130
131 @@ -32,7 +32,7 @@
132 ~app-leechcraft/lc-xtazy-${PV}
133 dev-qt/qtdbus:4
134 )
135 - crypt? ( app-crypt/qca app-crypt/qca-gnupg )"
136 + crypt? ( app-crypt/qca:2[qt4(+)] )"
137 DEPEND="${COMMON_DEPEND}
138 doc? ( app-doc/doxygen[dot] )"
139 RDEPEND="${COMMON_DEPEND}
140 @@ -40,6 +40,12 @@
141 net-im/telepathy-mission-control
142 net-voip/telepathy-haze
143 )
144 + crypt? (
145 + || (
146 + app-crypt/qca-gnupg:2
147 + app-crypt/qca:2[gpg]
148 + )
149 + )
150 latex? (
151 || (
152 media-gfx/imagemagick
153
154
155
156 1.4 app-leechcraft/lc-azoth/lc-azoth-0.6.60.ebuild
157
158 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.60.ebuild?rev=1.4&view=markup
159 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.60.ebuild?rev=1.4&content-type=text/plain
160 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.60.ebuild?r1=1.3&r2=1.4
161
162 Index: lc-azoth-0.6.60.ebuild
163 ===================================================================
164 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.60.ebuild,v
165 retrieving revision 1.3
166 retrieving revision 1.4
167 diff -u -r1.3 -r1.4
168 --- lc-azoth-0.6.60.ebuild 3 Apr 2014 08:06:07 -0000 1.3
169 +++ lc-azoth-0.6.60.ebuild 28 Jan 2015 22:29:09 -0000 1.4
170 @@ -1,6 +1,6 @@
171 -# Copyright 1999-2014 Gentoo Foundation
172 +# Copyright 1999-2015 Gentoo Foundation
173 # Distributed under the terms of the GNU General Public License v2
174 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.60.ebuild,v 1.3 2014/04/03 08:06:07 zlogene Exp $
175 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/lc-azoth-0.6.60.ebuild,v 1.4 2015/01/28 22:29:09 johu Exp $
176
177 EAPI="5"
178
179 @@ -33,7 +33,7 @@
180 ~app-leechcraft/lc-xtazy-${PV}
181 dev-qt/qtdbus:4
182 )
183 - crypt? ( app-crypt/qca app-crypt/qca-gnupg )"
184 + crypt? ( app-crypt/qca:2[qt4(+)] )"
185 DEPEND="${COMMON_DEPEND}
186 doc? ( app-doc/doxygen[dot] )"
187 RDEPEND="${COMMON_DEPEND}
188 @@ -41,6 +41,12 @@
189 net-im/telepathy-mission-control
190 net-voip/telepathy-haze
191 )
192 + crypt? (
193 + || (
194 + app-crypt/qca-gnupg:2
195 + app-crypt/qca:2[gpg]
196 + )
197 + )
198 latex? (
199 || (
200 media-gfx/imagemagick
201
202
203
204 1.25 app-leechcraft/lc-azoth/ChangeLog
205
206 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/ChangeLog?rev=1.25&view=markup
207 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/ChangeLog?rev=1.25&content-type=text/plain
208 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-azoth/ChangeLog?r1=1.24&r2=1.25
209
210 Index: ChangeLog
211 ===================================================================
212 RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/ChangeLog,v
213 retrieving revision 1.24
214 retrieving revision 1.25
215 diff -u -r1.24 -r1.25
216 --- ChangeLog 6 Dec 2014 18:16:22 -0000 1.24
217 +++ ChangeLog 28 Jan 2015 22:29:09 -0000 1.25
218 @@ -1,6 +1,10 @@
219 # ChangeLog for app-leechcraft/lc-azoth
220 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
221 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/ChangeLog,v 1.24 2014/12/06 18:16:22 maksbotan Exp $
222 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
223 +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-azoth/ChangeLog,v 1.25 2015/01/28 22:29:09 johu Exp $
224 +
225 + 28 Jan 2015; Johannes Huber <johu@g.o> lc-azoth-0.6.60.ebuild,
226 + lc-azoth-0.6.65.ebuild, lc-azoth-0.6.70.ebuild, lc-azoth-9999.ebuild:
227 + Adjust dependencies to handle merged plugins in >=app-crypt/qca-2.1.
228
229 06 Dec 2014; Maxim Koltsov <maksbotan@g.o> lc-azoth-0.6.70.ebuild,
230 lc-azoth-9999.ebuild, metadata.xml: