Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@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: Fri, 26 Mar 2010 23:41:50
Message-Id: E1NvJ9v-0006u0-Da@stork.gentoo.org
1 yngwin 10/03/26 23:41:47
2
3 Modified: qca-gnupg-2.0.0_beta3.ebuild ChangeLog
4 Log:
5 Use qt4-r2.eclass (bug #311481). Tighten formatting.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 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.11&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.11&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.10&r2=1.11
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.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- qca-gnupg-2.0.0_beta3.ebuild 29 Dec 2009 18:12:34 -0000 1.10
22 +++ qca-gnupg-2.0.0_beta3.ebuild 26 Mar 2010 23:41:47 -0000 1.11
23 @@ -1,10 +1,9 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 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.10 2009/12/29 18:12:34 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/qca-gnupg-2.0.0_beta3.ebuild,v 1.11 2010/03/26 23:41:47 yngwin Exp $
29
30 EAPI="2"
31 -
32 -inherit eutils qt4
33 +inherit eutils qt4-r2
34
35 MY_P="${P/_/-}"
36 QCA_VER="${PV%.*}"
37 @@ -23,19 +22,16 @@
38 RDEPEND="${DEPEND}
39 app-crypt/gnupg"
40
41 -S="${WORKDIR}/${MY_P}"
42 +S=${WORKDIR}/${MY_P}
43
44 src_configure() {
45 # cannot use econf because of non-standard configure script
46 - ./configure \
47 - --qtdir=/usr \
48 - $(use debug && echo "--debug" || echo "--release") \
49 - --no-separate-debug-info \
50 - || die "configure failed"
51 + ./configure --qtdir=/usr --no-separate-debug-info \
52 + $(use debug && echo "--debug" || echo "--release") || die
53
54 - eqmake4 ${PN}.pro
55 + eqmake4
56 }
57
58 src_install() {
59 - emake INSTALL_ROOT="${D}" install || die "emake install failed"
60 + emake INSTALL_ROOT="${D}" install || die
61 }
62
63
64
65 1.22 app-crypt/qca-gnupg/ChangeLog
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/qca-gnupg/ChangeLog?rev=1.22&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/qca-gnupg/ChangeLog?rev=1.22&content-type=text/plain
69 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/qca-gnupg/ChangeLog?r1=1.21&r2=1.22
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/ChangeLog,v
74 retrieving revision 1.21
75 retrieving revision 1.22
76 diff -u -r1.21 -r1.22
77 --- ChangeLog 29 Dec 2009 18:12:34 -0000 1.21
78 +++ ChangeLog 26 Mar 2010 23:41:47 -0000 1.22
79 @@ -1,6 +1,10 @@
80 # ChangeLog for app-crypt/qca-gnupg
81 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/ChangeLog,v 1.21 2009/12/29 18:12:34 armin76 Exp $
83 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
84 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/qca-gnupg/ChangeLog,v 1.22 2010/03/26 23:41:47 yngwin Exp $
85 +
86 + 26 Mar 2010; Ben de Groot <yngwin@g.o>
87 + qca-gnupg-2.0.0_beta3.ebuild:
88 + Use qt4-r2.eclass (bug #311481). Tighten formatting.
89
90 29 Dec 2009; Raúl Porcel <armin76@g.o>
91 qca-gnupg-2.0.0_beta3.ebuild: