Gentoo Archives: gentoo-commits

From: "Dane Smith (c1pher)" <c1pher@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/xca: xca-0.9.0.ebuild ChangeLog xca-0.8.1.ebuild
Date: Wed, 05 Jan 2011 15:09:34
Message-Id: 20110105150923.E45A620051@flycatcher.gentoo.org
1 c1pher 11/01/05 15:09:23
2
3 Modified: xca-0.9.0.ebuild ChangeLog xca-0.8.1.ebuild
4 Log:
5 Fixed openssl dependency in app-crypt/xca to require USE=-bindist wrt bug 350480.
6
7 (Portage version: 2.2.0_alpha3_p8/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 app-crypt/xca/xca-0.9.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/xca-0.9.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/xca-0.9.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/xca-0.9.0.ebuild?r1=1.3&r2=1.4
15
16 Index: xca-0.9.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-0.9.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- xca-0.9.0.ebuild 20 Dec 2010 12:35:27 -0000 1.3
23 +++ xca-0.9.0.ebuild 5 Jan 2011 15:09:23 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-0.9.0.ebuild,v 1.3 2010/12/20 12:35:27 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-0.9.0.ebuild,v 1.4 2011/01/05 15:09:23 c1pher Exp $
30
31 EAPI="3"
32
33 @@ -15,7 +15,7 @@
34 KEYWORDS="amd64 ~ppc x86"
35 IUSE="doc"
36
37 -RDEPEND=">=dev-libs/openssl-0.9.8
38 +RDEPEND=">=dev-libs/openssl-0.9.8[-bindist]
39 x11-libs/qt-gui:4"
40 DEPEND="${RDEPEND}
41 doc? ( app-text/linuxdoc-tools )"
42
43
44
45 1.30 app-crypt/xca/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/ChangeLog?rev=1.30&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/ChangeLog?rev=1.30&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/ChangeLog?r1=1.29&r2=1.30
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v
54 retrieving revision 1.29
55 retrieving revision 1.30
56 diff -u -r1.29 -r1.30
57 --- ChangeLog 20 Dec 2010 12:35:27 -0000 1.29
58 +++ ChangeLog 5 Jan 2011 15:09:23 -0000 1.30
59 @@ -1,6 +1,11 @@
60 # ChangeLog for app-crypt/xca
61 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v 1.29 2010/12/20 12:35:27 hwoarang Exp $
63 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v 1.30 2011/01/05 15:09:23 c1pher Exp $
65 +
66 + 05 Jan 2011; Dane Smith <c1pher@g.o> xca-0.8.1.ebuild,
67 + xca-0.9.0.ebuild:
68 + Fixed openssl dependency in both to require USE="-bindist" wrt bug 350480.
69 + Fixed description in 0.8.1 to make repoman happy.
70
71 20 Dec 2010; Markos Chandras <hwoarang@g.o> xca-0.9.0.ebuild:
72 Stable on amd64 wrt bug #348956
73
74
75
76 1.5 app-crypt/xca/xca-0.8.1.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/xca-0.8.1.ebuild?rev=1.5&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/xca-0.8.1.ebuild?rev=1.5&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/xca-0.8.1.ebuild?r1=1.4&r2=1.5
81
82 Index: xca-0.8.1.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-0.8.1.ebuild,v
85 retrieving revision 1.4
86 retrieving revision 1.5
87 diff -u -r1.4 -r1.5
88 --- xca-0.8.1.ebuild 26 Jun 2010 13:11:28 -0000 1.4
89 +++ xca-0.8.1.ebuild 5 Jan 2011 15:09:23 -0000 1.5
90 @@ -1,12 +1,12 @@
91 -# Copyright 1999-2010 Gentoo Foundation
92 +# Copyright 1999-2011 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-0.8.1.ebuild,v 1.4 2010/06/26 13:11:28 nixnut Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-0.8.1.ebuild,v 1.5 2011/01/05 15:09:23 c1pher Exp $
96
97 EAPI="3"
98
99 inherit eutils flag-o-matic toolchain-funcs
100
101 -DESCRIPTION="A graphical user interface to OpenSSL, RSA public keys, certificates, signing requests and revokation lists"
102 +DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests and revokation lists"
103 HOMEPAGE="http://www.hohnstaedt.de/xca.html"
104 SRC_URI="mirror://sourceforge/xca/${P}.tar.gz"
105
106 @@ -15,7 +15,7 @@
107 KEYWORDS="amd64 ppc x86"
108 IUSE="doc"
109
110 -RDEPEND=">=dev-libs/openssl-0.9.8
111 +RDEPEND=">=dev-libs/openssl-0.9.8[-bindist]
112 x11-libs/qt-gui:4"
113 DEPEND="${RDEPEND}
114 doc? ( app-text/linuxdoc-tools )"