Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kgpg: kgpg-3.5.7.ebuild ChangeLog kgpg-3.5.8.ebuild
Date: Sun, 06 Jan 2008 19:41:33
Message-Id: E1JBbNB-0008J5-Qe@stork.gentoo.org
1 philantrop 08/01/06 19:41:29
2
3 Modified: kgpg-3.5.7.ebuild ChangeLog kgpg-3.5.8.ebuild
4 Log:
5 Added a check for app-crypt/pinentry having been built with either the gtk or qt3 USE flag as otherwise essential functionality of kgpg won't be accessible. Fixes bug 204139.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.8 kde-base/kgpg/kgpg-3.5.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kgpg/kgpg-3.5.7.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kgpg/kgpg-3.5.7.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kgpg/kgpg-3.5.7.ebuild?r1=1.7&r2=1.8
14
15 Index: kgpg-3.5.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/kgpg/kgpg-3.5.7.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- kgpg-3.5.7.ebuild 11 Aug 2007 15:16:34 -0000 1.7
22 +++ kgpg-3.5.7.ebuild 6 Jan 2008 19:41:29 -0000 1.8
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kgpg/kgpg-3.5.7.ebuild,v 1.7 2007/08/11 15:16:34 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kgpg/kgpg-3.5.7.ebuild,v 1.8 2008/01/06 19:41:29 philantrop Exp $
29
30 KMNAME=kdeutils
31 MAXKDEVER=$PV
32 @@ -12,4 +12,15 @@
33 IUSE="kdehiddenvisibility"
34
35 RDEPEND="${RDEPEND}
36 - app-crypt/gnupg"
37 + app-crypt/gnupg
38 + app-crypt/pinentry"
39 +
40 +pkg_setup() {
41 + if ! built_with_use app-crypt/pinentry gtk && ! built_with_use app-crypt/pinentry qt3 ; then
42 + eerror "${PN} needs app-crypt/pinentry built with either the gtk or qt3 USE flag."
43 + eerror "Please enable either USE flag and re-install app-crypt/pinentry."
44 + die "app-crypt/pinentry needs to be rebuilt with gtk or qt3 support."
45 + fi
46 +
47 + kde_pkg_setup
48 +}
49
50
51
52 1.73 kde-base/kgpg/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kgpg/ChangeLog?rev=1.73&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kgpg/ChangeLog?rev=1.73&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kgpg/ChangeLog?r1=1.72&r2=1.73
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/kde-base/kgpg/ChangeLog,v
61 retrieving revision 1.72
62 retrieving revision 1.73
63 diff -u -r1.72 -r1.73
64 --- ChangeLog 19 Oct 2007 22:56:28 -0000 1.72
65 +++ ChangeLog 6 Jan 2008 19:41:29 -0000 1.73
66 @@ -1,6 +1,12 @@
67 # ChangeLog for kde-base/kgpg
68 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kgpg/ChangeLog,v 1.72 2007/10/19 22:56:28 philantrop Exp $
70 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kgpg/ChangeLog,v 1.73 2008/01/06 19:41:29 philantrop Exp $
72 +
73 + 06 Jan 2008; Wulf C. Krueger <philantrop@g.o> kgpg-3.5.7.ebuild,
74 + kgpg-3.5.8.ebuild:
75 + Added a check for app-crypt/pinentry having been built with either the gtk
76 + or qt3 USE flag as otherwise essential functionality of kgpg won't be
77 + accessible. Fixes bug 204139.
78
79 *kgpg-3.5.8 (19 Oct 2007)
80
81
82
83
84 1.2 kde-base/kgpg/kgpg-3.5.8.ebuild
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kgpg/kgpg-3.5.8.ebuild?rev=1.2&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kgpg/kgpg-3.5.8.ebuild?rev=1.2&content-type=text/plain
88 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kgpg/kgpg-3.5.8.ebuild?r1=1.1&r2=1.2
89
90 Index: kgpg-3.5.8.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/kde-base/kgpg/kgpg-3.5.8.ebuild,v
93 retrieving revision 1.1
94 retrieving revision 1.2
95 diff -u -r1.1 -r1.2
96 --- kgpg-3.5.8.ebuild 19 Oct 2007 22:56:28 -0000 1.1
97 +++ kgpg-3.5.8.ebuild 6 Jan 2008 19:41:29 -0000 1.2
98 @@ -1,6 +1,6 @@
99 -# Copyright 1999-2007 Gentoo Foundation
100 +# Copyright 1999-2008 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kgpg/kgpg-3.5.8.ebuild,v 1.1 2007/10/19 22:56:28 philantrop Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kgpg/kgpg-3.5.8.ebuild,v 1.2 2008/01/06 19:41:29 philantrop Exp $
104
105 KMNAME=kdeutils
106 MAXKDEVER=$PV
107 @@ -12,4 +12,15 @@
108 IUSE="kdehiddenvisibility"
109
110 RDEPEND="${RDEPEND}
111 - app-crypt/gnupg"
112 + app-crypt/gnupg
113 + app-crypt/pinentry"
114 +
115 +pkg_setup() {
116 + if ! built_with_use app-crypt/pinentry gtk && ! built_with_use app-crypt/pinentry qt3 ; then
117 + eerror "${PN} needs app-crypt/pinentry built with either the gtk or qt3 USE flag."
118 + eerror "Please enable either USE flag and re-install app-crypt/pinentry."
119 + die "app-crypt/pinentry needs to be rebuilt with gtk or qt3 support."
120 + fi
121 +
122 + kde_pkg_setup
123 +}
124
125
126
127 --
128 gentoo-commits@l.g.o mailing list