Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/qca-gnupg: qca-gnupg-2.0.0_beta3.ebuild ChangeLog
Date: Sat, 11 Apr 2009 00:10:08
Message-Id: E1LsQnP-0003iR-4Z@stork.gentoo.org
1 arfrever 09/04/11 00:10:07
2
3 Modified: qca-gnupg-2.0.0_beta3.ebuild ChangeLog
4 Log:
5 Add missing dependency on x11-libs/qt-core (bug #257775).
6 (Portage version: 13313-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild?r1=1.3&r2=1.4
14
15 Index: qca-gnupg-2.0.0_beta3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- qca-gnupg-2.0.0_beta3.ebuild 17 Sep 2008 16:11:32 -0000 1.3
22 +++ qca-gnupg-2.0.0_beta3.ebuild 11 Apr 2009 00:10:07 -0000 1.4
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild,v 1.3 2008/09/17 16:11:32 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild,v 1.4 2009/04/11 00:10:07 arfrever Exp $
29
30 inherit eutils qt4
31
32 @@ -16,7 +16,8 @@
33 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
34 IUSE="debug"
35
36 -DEPEND=">=app-crypt/qca-${QCA_VER}"
37 +DEPEND=">=app-crypt/qca-${QCA_VER}
38 + x11-libs/qt-core"
39 RDEPEND="${DEPEND}
40 app-crypt/gnupg"
41
42
43
44
45 1.15 app-crypt/qca-gnupg/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/qca-gnupg/ChangeLog?rev=1.15&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/qca-gnupg/ChangeLog?rev=1.15&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/qca-gnupg/ChangeLog?r1=1.14&r2=1.15
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/ChangeLog,v
54 retrieving revision 1.14
55 retrieving revision 1.15
56 diff -u -r1.14 -r1.15
57 --- ChangeLog 20 Sep 2008 10:04:21 -0000 1.14
58 +++ ChangeLog 11 Apr 2009 00:10:07 -0000 1.15
59 @@ -1,6 +1,10 @@
60 # ChangeLog for app-crypt/qca-gnupg
61 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/ChangeLog,v 1.14 2008/09/20 10:04:21 armin76 Exp $
63 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/ChangeLog,v 1.15 2009/04/11 00:10:07 arfrever Exp $
65 +
66 + 11 Apr 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
67 + qca-gnupg-2.0.0_beta3.ebuild:
68 + Add missing dependency on x11-libs/qt-core (bug #257775).
69
70 20 Sep 2008; Raúl Porcel <armin76@g.o>
71 qca-gnupg-2.0.0_beta2.ebuild: