diff options
author | Dane Smith <c1pher@gentoo.org> | 2011-01-05 15:09:23 +0000 |
---|---|---|
committer | Dane Smith <c1pher@gentoo.org> | 2011-01-05 15:09:23 +0000 |
commit | 588e8d162a0158bd3c8d268296cd3cc6a8cd5634 (patch) | |
tree | 70a3f567c717599f64059118c12d5057a90baa42 /app-crypt/xca | |
parent | Version bump, drop old. (diff) | |
download | gentoo-2-588e8d162a0158bd3c8d268296cd3cc6a8cd5634.tar.gz gentoo-2-588e8d162a0158bd3c8d268296cd3cc6a8cd5634.tar.bz2 gentoo-2-588e8d162a0158bd3c8d268296cd3cc6a8cd5634.zip |
Fixed openssl dependency in app-crypt/xca to require USE=-bindist wrt bug 350480.
(Portage version: 2.2.0_alpha3_p8/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/xca')
-rw-r--r-- | app-crypt/xca/ChangeLog | 9 | ||||
-rw-r--r-- | app-crypt/xca/xca-0.8.1.ebuild | 8 | ||||
-rw-r--r-- | app-crypt/xca/xca-0.9.0.ebuild | 6 |
3 files changed, 14 insertions, 9 deletions
diff --git a/app-crypt/xca/ChangeLog b/app-crypt/xca/ChangeLog index 9831027f75d3..2dccced13aae 100644 --- a/app-crypt/xca/ChangeLog +++ b/app-crypt/xca/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/xca -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v 1.29 2010/12/20 12:35:27 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v 1.30 2011/01/05 15:09:23 c1pher Exp $ + + 05 Jan 2011; Dane Smith <c1pher@gentoo.org> xca-0.8.1.ebuild, + xca-0.9.0.ebuild: + Fixed openssl dependency in both to require USE="-bindist" wrt bug 350480. + Fixed description in 0.8.1 to make repoman happy. 20 Dec 2010; Markos Chandras <hwoarang@gentoo.org> xca-0.9.0.ebuild: Stable on amd64 wrt bug #348956 diff --git a/app-crypt/xca/xca-0.8.1.ebuild b/app-crypt/xca/xca-0.8.1.ebuild index 50c09942dd26..5bd1a27821c9 100644 --- a/app-crypt/xca/xca-0.8.1.ebuild +++ b/app-crypt/xca/xca-0.8.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-0.8.1.ebuild,v 1.4 2010/06/26 13:11:28 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-0.8.1.ebuild,v 1.5 2011/01/05 15:09:23 c1pher Exp $ EAPI="3" inherit eutils flag-o-matic toolchain-funcs -DESCRIPTION="A graphical user interface to OpenSSL, RSA public keys, certificates, signing requests and revokation lists" +DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests and revokation lists" HOMEPAGE="http://www.hohnstaedt.de/xca.html" SRC_URI="mirror://sourceforge/xca/${P}.tar.gz" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="doc" -RDEPEND=">=dev-libs/openssl-0.9.8 +RDEPEND=">=dev-libs/openssl-0.9.8[-bindist] x11-libs/qt-gui:4" DEPEND="${RDEPEND} doc? ( app-text/linuxdoc-tools )" diff --git a/app-crypt/xca/xca-0.9.0.ebuild b/app-crypt/xca/xca-0.9.0.ebuild index c99297321d46..48e5c59aa63f 100644 --- a/app-crypt/xca/xca-0.9.0.ebuild +++ b/app-crypt/xca/xca-0.9.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-0.9.0.ebuild,v 1.3 2010/12/20 12:35:27 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-0.9.0.ebuild,v 1.4 2011/01/05 15:09:23 c1pher Exp $ EAPI="3" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="doc" -RDEPEND=">=dev-libs/openssl-0.9.8 +RDEPEND=">=dev-libs/openssl-0.9.8[-bindist] x11-libs/qt-gui:4" DEPEND="${RDEPEND} doc? ( app-text/linuxdoc-tools )" |