From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KSbKj-0001jW-Hz for garchives@archives.gentoo.org; Mon, 11 Aug 2008 17:37:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C3A0E0729; Mon, 11 Aug 2008 17:37:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 13636E0729 for ; Mon, 11 Aug 2008 17:37:27 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 6DD26660DC for ; Mon, 11 Aug 2008 17:37:26 +0000 (UTC) Received: from yngwin by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KSbKe-0004Re-R9 for gentoo-commits@lists.gentoo.org; Mon, 11 Aug 2008 17:37:24 +0000 From: "Ben de Groot (yngwin)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, yngwin@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/xca: xca-0.6.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: xca-0.6.4.ebuild ChangeLog X-VCS-Directories: app-crypt/xca X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot Content-Type: text/plain; charset=utf8 Message-Id: Sender: Ben de Groot Date: Mon, 11 Aug 2008 17:37:24 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: b55557bf-a326-4901-8881-2409a3a1a3c3 X-Archives-Hash: d6b975f3b0ca956c8998f5f81193e64c yngwin 08/08/11 17:37:24 Modified: xca-0.6.4.ebuild ChangeLog Log: Fix split qt4 deps wrt bug 217161. (Portage version: 2.2_rc7/cvs/Linux 2.6.26-hh1 i686) Revision Changes Path 1.4 app-crypt/xca/xca-0.6.4.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/xca/xca-= 0.6.4.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/xca/xca-= 0.6.4.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/xca/xca-= 0.6.4.ebuild?r1=3D1.3&r2=3D1.4 Index: xca-0.6.4.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-0.6.4.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xca-0.6.4.ebuild 19 Jun 2008 12:04:03 -0000 1.3 +++ xca-0.6.4.ebuild 11 Aug 2008 17:37:24 -0000 1.4 @@ -1,7 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-0.6.4.ebuild,v 1.3 = 2008/06/19 12:04:03 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-0.6.4.ebuild,v 1.4 = 2008/08/11 17:37:24 yngwin Exp $ =20 +EAPI=3D"1" inherit eutils toolchain-funcs flag-o-matic =20 DESCRIPTION=3D"A graphical user interface to OpenSSL, RSA public keys, c= ertificates, signing requests and revokation lists" @@ -14,7 +15,7 @@ IUSE=3D"doc" =20 RDEPEND=3D">=3Ddev-libs/openssl-0.9.8 - =3Dx11-libs/qt-4*" + || ( x11-libs/qt-gui:4 =3Dx11-libs/qt-4.3* )" DEPEND=3D"${RDEPEND} doc? ( app-text/linuxdoc-tools )" =20 1.15 app-crypt/xca/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/xca/Chan= geLog?rev=3D1.15&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/xca/Chan= geLog?rev=3D1.15&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/xca/Chan= geLog?r1=3D1.14&r2=3D1.15 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 19 Jun 2008 12:04:03 -0000 1.14 +++ ChangeLog 11 Aug 2008 17:37:24 -0000 1.15 @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/xca # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v 1.14 2008/0= 6/19 12:04:03 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v 1.15 2008/0= 8/11 17:37:24 yngwin Exp $ + + 11 Aug 2008; Ben de Groot xca-0.6.4.ebuild: + Fix split qt4 deps wrt bug 217161. =20 19 Jun 2008; Tiziano M=C3=BCller xca-0.6.4.ebuil= d: Added LDFLAGS=3D$(raw-ldflags) since they get passed directly to the l= inker