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-libnotify: pidgin-libnotify-0.13-r1.ebuild pidgin-libnotify-0.13.ebuild ChangeLog
Date: Mon, 07 Jan 2008 04:35:51
Message-Id: E1JBjhk-0005If-Bt@stork.gentoo.org
1 tester 08/01/07 04:35:16
2
3 Modified: pidgin-libnotify-0.13-r1.ebuild
4 pidgin-libnotify-0.13.ebuild ChangeLog
5 Log:
6 Add dep on gtk (and check that pidgin has it too)
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.3 x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: pidgin-libnotify-0.13-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- pidgin-libnotify-0.13-r1.ebuild 26 Oct 2007 19:09:03 -0000 1.2
23 +++ pidgin-libnotify-0.13-r1.ebuild 7 Jan 2008 04:35:15 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13-r1.ebuild,v 1.2 2007/10/26 19:09:03 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13-r1.ebuild,v 1.3 2008/01/07 04:35:15 tester Exp $
30
31 inherit eutils
32
33 @@ -13,9 +13,16 @@
34 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
35 IUSE="nls debug"
36
37 -DEPEND=">=x11-libs/libnotify-0.3.2"
38 -
39 -RDEPEND="net-im/pidgin ${DEPEND}"
40 +DEPEND=">=x11-libs/libnotify-0.3.2
41 + net-im/pidgin
42 + >=x11-libs/gtk+-2"
43 +
44 +pkg_setup() {
45 + if ! built_with_use net-im/pidgin gtk; then
46 + eerror "You need to compile net-im/pidgin with USE=gtk"
47 + die "Missing gtk USE flag on net-im/pidgin"
48 + fi
49 +}
50
51 src_unpack() {
52 unpack ${A}
53 @@ -35,6 +42,6 @@
54 }
55
56 src_install() {
57 - make install DESTDIR=${D} || die "make install failed"
58 + make install DESTDIR="${D}" || die "make install failed"
59 dodoc AUTHORS ChangeLog INSTALL NEWS README TODO VERSION
60 }
61
62
63
64 1.6 x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13.ebuild
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13.ebuild?rev=1.6&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13.ebuild?rev=1.6&content-type=text/plain
68 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13.ebuild?r1=1.5&r2=1.6
69
70 Index: pidgin-libnotify-0.13.ebuild
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13.ebuild,v
73 retrieving revision 1.5
74 retrieving revision 1.6
75 diff -u -r1.5 -r1.6
76 --- pidgin-libnotify-0.13.ebuild 28 Aug 2007 14:51:03 -0000 1.5
77 +++ pidgin-libnotify-0.13.ebuild 7 Jan 2008 04:35:15 -0000 1.6
78 @@ -1,6 +1,6 @@
79 -# Copyright 1999-2007 Gentoo Foundation
80 +# Copyright 1999-2008 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13.ebuild,v 1.5 2007/08/28 14:51:03 nixnut Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13.ebuild,v 1.6 2008/01/07 04:35:15 tester Exp $
84
85 DESCRIPTION="pidgin-libnotify provides popups for pidgin via a libnotify interface"
86 HOMEPAGE="http://gaim-libnotify.sourceforge.net/"
87 @@ -11,9 +11,16 @@
88 KEYWORDS="amd64 hppa ppc x86"
89 IUSE="nls debug"
90
91 -DEPEND=">=x11-libs/libnotify-0.3.2"
92 -
93 -RDEPEND="net-im/pidgin ${DEPEND}"
94 +DEPEND=">=x11-libs/libnotify-0.3.2
95 + net-im/pidgin
96 + >=x11-libs/gtk+-2"
97 +
98 +pkg_setup() {
99 + if ! built_with_use net-im/pidgin gtk; then
100 + eerror "You need to compile net-im/pidgin with USE=gtk"
101 + die "Missing gtk USE flag on net-im/pidgin"
102 + fi
103 +}
104
105 src_compile() {
106 local myconf
107 @@ -27,6 +34,6 @@
108 }
109
110 src_install() {
111 - make install DESTDIR=${D} || die "make install failed"
112 + make install DESTDIR="${D}" || die "make install failed"
113 dodoc AUTHORS ChangeLog INSTALL NEWS README TODO VERSION
114 }
115
116
117
118 1.8 x11-plugins/pidgin-libnotify/ChangeLog
119
120 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog?rev=1.8&view=markup
121 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog?rev=1.8&content-type=text/plain
122 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog?r1=1.7&r2=1.8
123
124 Index: ChangeLog
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v
127 retrieving revision 1.7
128 retrieving revision 1.8
129 diff -u -r1.7 -r1.8
130 --- ChangeLog 26 Oct 2007 01:46:23 -0000 1.7
131 +++ ChangeLog 7 Jan 2008 04:35:15 -0000 1.8
132 @@ -1,6 +1,10 @@
133 # ChangeLog for x11-plugins/pidgin-libnotify
134 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
135 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.7 2007/10/26 01:46:23 tester Exp $
136 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
137 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.8 2008/01/07 04:35:15 tester Exp $
138 +
139 + 07 Jan 2008; <tester@g.o> pidgin-libnotify-0.13.ebuild,
140 + pidgin-libnotify-0.13-r1.ebuild:
141 + Add dep on gtk (and check that pidgin has it too)
142
143 *pidgin-libnotify-0.13-r1 (26 Oct 2007)
144
145
146
147
148 --
149 gentoo-commits@l.g.o mailing list