Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-hotkeys: pidgin-hotkeys-0.2.3.ebuild ChangeLog
Date: Mon, 07 Jan 2008 05:05:35
Message-Id: E1JBkB2-0005UX-Ik@stork.gentoo.org
1 tester 08/01/07 05:05:32
2
3 Modified: pidgin-hotkeys-0.2.3.ebuild ChangeLog
4 Log:
5 Add dep on gtk (and check that pidgin has it too)
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.9 x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild?r1=1.8&r2=1.9
14
15 Index: pidgin-hotkeys-0.2.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- pidgin-hotkeys-0.2.3.ebuild 26 Oct 2007 11:45:00 -0000 1.8
22 +++ pidgin-hotkeys-0.2.3.ebuild 7 Jan 2008 05:05:31 -0000 1.9
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/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild,v 1.8 2007/10/26 11:45:00 seemant Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.3.ebuild,v 1.9 2008/01/07 05:05:31 tester Exp $
29
30 DESCRIPTION="pidgin-hotkeys is a Pidgin plugin that allows you to define global hotkeys for various actions such as toggling buddy list, fetching queued messages, opening preferences or account dialog."
31
32 @@ -13,7 +13,18 @@
33 KEYWORDS="amd64 hppa ppc x86"
34 IUSE=""
35
36 -DEPEND="net-im/pidgin"
37 +RDEPEND="net-im/pidgin
38 + >=x11-libs/gtk+-2"
39 +
40 +DEPEND="${RDEPEND}
41 + dev-util/pkgconfig"
42 +
43 +pkg_setup() {
44 + if ! built_with_use net-im/pidgin gtk; then
45 + eerror "You need to compile net-im/pidgin with USE=gtk"
46 + die "Missing gtk USE flag on net-im/pidgin"
47 + fi
48 +}
49
50 src_compile() {
51 econf || die "econf failed"
52
53
54
55 1.9 x11-plugins/pidgin-hotkeys/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog?rev=1.9&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog?rev=1.9&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog?r1=1.8&r2=1.9
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog,v
64 retrieving revision 1.8
65 retrieving revision 1.9
66 diff -u -r1.8 -r1.9
67 --- ChangeLog 26 Oct 2007 11:45:00 -0000 1.8
68 +++ ChangeLog 7 Jan 2008 05:05:31 -0000 1.9
69 @@ -1,6 +1,9 @@
70 # ChangeLog for x11-plugins/pidgin-hotkeys
71 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog,v 1.8 2007/10/26 11:45:00 seemant Exp $
73 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
74 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-hotkeys/ChangeLog,v 1.9 2008/01/07 05:05:31 tester Exp $
75 +
76 + 07 Jan 2008; <tester@g.o> pidgin-hotkeys-0.2.3.ebuild:
77 + Add dep on gtk (and check that pidgin has it too)
78
79 26 Oct 2007; Seemant Kulleen <seemant@g.o>
80 pidgin-hotkeys-0.2.3.ebuild:
81
82
83
84 --
85 gentoo-commits@l.g.o mailing list