From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LsQnQ-0002Fb-IF for garchives@archives.gentoo.org; Sat, 11 Apr 2009 00:10:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2247DE093B; Sat, 11 Apr 2009 00:10:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CEF5AE093B for ; Sat, 11 Apr 2009 00:10:07 +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 7324C65277 for ; Sat, 11 Apr 2009 00:10:07 +0000 (UTC) Received: from arfrever by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LsQnP-0003iR-4Z for gentoo-commits@lists.gentoo.org; Sat, 11 Apr 2009 00:10:07 +0000 From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, arfrever@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/qca-gnupg: qca-gnupg-2.0.0_beta3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: qca-gnupg-2.0.0_beta3.ebuild ChangeLog X-VCS-Directories: app-crypt/qca-gnupg X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis Content-Type: text/plain; charset=utf8 Message-Id: Sender: Arfrever Frehtes Taifersar Arahesis Date: Sat, 11 Apr 2009 00:10:07 +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: c54b1147-cf8a-4691-aa44-243c1f08e111 X-Archives-Hash: a9ca6959a5b743fb488eb418743b3b59 arfrever 09/04/11 00:10:07 Modified: qca-gnupg-2.0.0_beta3.ebuild ChangeLog Log: Add missing dependency on x11-libs/qt-core (bug #257775). (Portage version: 13313-svn/cvs/Linux x86_64) Revision Changes Path 1.4 app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/qca-gnup= g/qca-gnupg-2.0.0_beta3.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/qca-gnup= g/qca-gnupg-2.0.0_beta3.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/qca-gnup= g/qca-gnupg-2.0.0_beta3.ebuild?r1=3D1.3&r2=3D1.4 Index: qca-gnupg-2.0.0_beta3.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/qca-gnupg/qca-gnupg-2.0.0_bet= a3.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- qca-gnupg-2.0.0_beta3.ebuild 17 Sep 2008 16:11:32 -0000 1.3 +++ qca-gnupg-2.0.0_beta3.ebuild 11 Apr 2009 00:10:07 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/qca-gnupg-2.0.0_b= eta3.ebuild,v 1.3 2008/09/17 16:11:32 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/qca-gnupg-2.0.0_b= eta3.ebuild,v 1.4 2009/04/11 00:10:07 arfrever Exp $ =20 inherit eutils qt4 =20 @@ -16,7 +16,8 @@ KEYWORDS=3D"~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd" IUSE=3D"debug" =20 -DEPEND=3D">=3Dapp-crypt/qca-${QCA_VER}" +DEPEND=3D">=3Dapp-crypt/qca-${QCA_VER} + x11-libs/qt-core" RDEPEND=3D"${DEPEND} app-crypt/gnupg" =20 1.15 app-crypt/qca-gnupg/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/qca-gnup= g/ChangeLog?rev=3D1.15&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/qca-gnup= g/ChangeLog?rev=3D1.15&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/qca-gnup= g/ChangeLog?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/qca-gnupg/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 20 Sep 2008 10:04:21 -0000 1.14 +++ ChangeLog 11 Apr 2009 00:10:07 -0000 1.15 @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/qca-gnupg -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/ChangeLog,v 1.14 = 2008/09/20 10:04:21 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/ChangeLog,v 1.15 = 2009/04/11 00:10:07 arfrever Exp $ + + 11 Apr 2009; Arfrever Frehtes Taifersar Arahesis + qca-gnupg-2.0.0_beta3.ebuild: + Add missing dependency on x11-libs/qt-core (bug #257775). =20 20 Sep 2008; Ra=C3=BAl Porcel qca-gnupg-2.0.0_beta2.ebuild: