Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/pinentry: ChangeLog pinentry-0.7.5.ebuild pinentry-0.7.5-r1.ebuild
Date: Sat, 02 May 2009 20:33:07
Message-Id: E1M0LtR-0002ZH-Vi@stork.gentoo.org
1 swegener 09/05/02 20:33:05
2
3 Modified: ChangeLog pinentry-0.7.5.ebuild
4 pinentry-0.7.5-r1.ebuild
5 Log:
6 Migrate gtk to slot dependency, bug #268218.
7 (Portage version: 2.2_rc32/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.93 app-crypt/pinentry/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/ChangeLog?rev=1.93&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/ChangeLog?rev=1.93&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/ChangeLog?r1=1.92&r2=1.93
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v
19 retrieving revision 1.92
20 retrieving revision 1.93
21 diff -u -r1.92 -r1.93
22 --- ChangeLog 22 Jan 2009 19:17:41 -0000 1.92
23 +++ ChangeLog 2 May 2009 20:33:05 -0000 1.93
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-crypt/pinentry
26 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.92 2009/01/22 19:17:41 swegener Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/ChangeLog,v 1.93 2009/05/02 20:33:05 swegener Exp $
30 +
31 + 02 May 2009; Sven Wegener <swegener@g.o> pinentry-0.7.5.ebuild,
32 + pinentry-0.7.5-r1.ebuild:
33 + Migrate gtk to slot dependency, bug #268218.
34
35 *pinentry-0.7.5-r1 (22 Jan 2009)
36
37
38
39
40 1.10 app-crypt/pinentry/pinentry-0.7.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/pinentry-0.7.5.ebuild?rev=1.10&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/pinentry-0.7.5.ebuild?rev=1.10&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/pinentry-0.7.5.ebuild?r1=1.9&r2=1.10
45
46 Index: pinentry-0.7.5.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.5.ebuild,v
49 retrieving revision 1.9
50 retrieving revision 1.10
51 diff -u -r1.9 -r1.10
52 --- pinentry-0.7.5.ebuild 27 Oct 2008 05:42:41 -0000 1.9
53 +++ pinentry-0.7.5.ebuild 2 May 2009 20:33:05 -0000 1.10
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.5.ebuild,v 1.9 2008/10/27 05:42:41 vapier Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.5.ebuild,v 1.10 2009/05/02 20:33:05 swegener Exp $
60
61 EAPI=1
62
63 @@ -15,7 +15,7 @@
64 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
65 IUSE="gtk ncurses qt3 caps"
66
67 -DEPEND="gtk? ( =x11-libs/gtk+-2* )
68 +DEPEND="gtk? ( x11-libs/gtk+:2 )
69 ncurses? ( sys-libs/ncurses )
70 qt3? ( x11-libs/qt:3 )
71 !gtk? ( !qt3? ( !ncurses? ( sys-libs/ncurses ) ) )
72
73
74
75 1.2 app-crypt/pinentry/pinentry-0.7.5-r1.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/pinentry-0.7.5-r1.ebuild?rev=1.2&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/pinentry-0.7.5-r1.ebuild?rev=1.2&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-crypt/pinentry/pinentry-0.7.5-r1.ebuild?r1=1.1&r2=1.2
80
81 Index: pinentry-0.7.5-r1.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.5-r1.ebuild,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86 diff -u -r1.1 -r1.2
87 --- pinentry-0.7.5-r1.ebuild 22 Jan 2009 19:17:41 -0000 1.1
88 +++ pinentry-0.7.5-r1.ebuild 2 May 2009 20:33:05 -0000 1.2
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2009 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.5-r1.ebuild,v 1.1 2009/01/22 19:17:41 swegener Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/pinentry/pinentry-0.7.5-r1.ebuild,v 1.2 2009/05/02 20:33:05 swegener Exp $
94
95 EAPI="1"
96
97 @@ -17,7 +17,7 @@
98
99 DEPEND="static? ( sys-libs/ncurses )
100 !static? (
101 - gtk? ( =x11-libs/gtk+-2* )
102 + gtk? ( x11-libs/gtk+:2 )
103 ncurses? ( sys-libs/ncurses )
104 qt3? ( x11-libs/qt:3 )
105 !gtk? ( !qt3? ( !ncurses? ( sys-libs/ncurses ) ) )