Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/xchat-gnome: xchat-gnome-0.18.ebuild ChangeLog metadata.xml xchat-gnome-0.13.ebuild xchat-gnome-0.16.ebuild xchat-gnome-0.17.ebuild xchat-gnome-0.15.ebuild
Date: Sun, 29 Jun 2008 21:47:23
Message-Id: E1KD4js-0006Ys-Td@stork.gentoo.org
1 eva 08/06/29 21:47:16
2
3 Modified: xchat-gnome-0.18.ebuild ChangeLog metadata.xml
4 xchat-gnome-0.13.ebuild
5 Removed: xchat-gnome-0.16.ebuild xchat-gnome-0.17.ebuild
6 xchat-gnome-0.15.ebuild
7 Log:
8 add gnome herd to metadata.xml. Fix dependencies wrt to bug #214762. Better use of gnome2 eclass. Clean up old revisions. Fix repoman warnings.
9 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
10
11 Revision Changes Path
12 1.3 net-irc/xchat-gnome/xchat-gnome-0.18.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild?r1=1.2&r2=1.3
17
18 Index: xchat-gnome-0.18.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- xchat-gnome-0.18.ebuild 5 Dec 2007 21:40:55 -0000 1.2
25 +++ xchat-gnome-0.18.ebuild 29 Jun 2008 21:47:16 -0000 1.3
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2007 Gentoo Foundation
28 +# Copyright 1999-2008 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild,v 1.2 2007/12/05 21:40:55 dsd Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.18.ebuild,v 1.3 2008/06/29 21:47:16 eva Exp $
32
33 inherit gnome2 eutils autotools
34
35 @@ -11,7 +11,7 @@
36 LICENSE="GPL-2"
37 SLOT="0"
38 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
39 -IUSE="perl tcl python ssl mmx ipv6 nls dbus libnotify spell"
40 +IUSE="dbus ipv6 libnotify mmx nls perl python spell ssl tcl"
41
42 RDEPEND=">=dev-libs/glib-2.12.0
43 >=gnome-base/libgnome-2.16.0
44 @@ -20,14 +20,15 @@
45 >=gnome-base/libglade-2.3.0
46 >=gnome-base/gnome-vfs-2.9.2
47 >=x11-libs/gtk+-2.10.0
48 - spell? ( app-text/gtkspell )
49 + spell? ( app-text/enchant )
50 ssl? ( >=dev-libs/openssl-0.9.6d )
51 perl? ( >=dev-lang/perl-5.6.1 )
52 python? ( dev-lang/python )
53 tcl? ( dev-lang/tcl )
54 dbus? ( >=sys-apps/dbus-0.60 )
55 >=x11-libs/libsexy-0.1.11
56 - libnotify? ( >=x11-libs/libnotify-0.3.2 )"
57 + libnotify? ( >=x11-libs/libnotify-0.3.2 )
58 + x11-libs/libX11"
59
60 DEPEND="${RDEPEND}
61 gnome-base/gnome-common
62 @@ -37,34 +38,31 @@
63
64 # gnome-base/gnome-common is temporarily needed for re-creating configure
65
66 +pkg_setup() {
67 + G2CONF="${G2CONF}
68 + --enable-gnomefe
69 + --enable-shm
70 + --disable-schemas-install
71 + --disable-scrollkeeper
72 + $(use_enable ssl openssl)
73 + $(use_enable perl)
74 + $(use_enable python)
75 + $(use_enable tcl)
76 + $(use_enable mmx)
77 + $(use_enable ipv6)
78 + $(use_enable dbus)
79 + $(use_enable nls)
80 + $(use_enable libnotify)"
81 +}
82 +
83 src_unpack() {
84 - unpack ${A}
85 - cd "${S}"
86 + gnome2_src_unpack
87
88 epatch "${FILESDIR}"/0.17-libnotify-configure.patch
89
90 AT_M4DIR="m4" eautoreconf
91 }
92
93 -src_compile() {
94 - econf \
95 - --enable-gnomefe \
96 - --enable-shm \
97 - --disable-schemas-install \
98 - --disable-scrollkeeper \
99 - $(use_enable ssl openssl) \
100 - $(use_enable perl) \
101 - $(use_enable python) \
102 - $(use_enable tcl) \
103 - $(use_enable mmx) \
104 - $(use_enable ipv6) \
105 - $(use_enable dbus) \
106 - $(use_enable nls) \
107 - $(use_enable libnotify) \
108 - || die "econf failed"
109 - emake || die "emake failed"
110 -}
111 -
112 src_install() {
113 USE_DESTDIR="1" gnome2_src_install || die "gnome2_src_install failed"
114
115 @@ -75,7 +73,3 @@
116 dodoc AUTHORS ChangeLog NEWS || die "dodoc failed"
117 }
118
119 -pkg_postinst() {
120 - gnome2_gconf_install
121 - gnome2_scrollkeeper_update
122 -}
123
124
125
126 1.33 net-irc/xchat-gnome/ChangeLog
127
128 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.33&view=markup
129 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.33&content-type=text/plain
130 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/ChangeLog?r1=1.32&r2=1.33
131
132 Index: ChangeLog
133 ===================================================================
134 RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v
135 retrieving revision 1.32
136 retrieving revision 1.33
137 diff -u -r1.32 -r1.33
138 --- ChangeLog 5 Dec 2007 21:40:55 -0000 1.32
139 +++ ChangeLog 29 Jun 2008 21:47:16 -0000 1.33
140 @@ -1,6 +1,14 @@
141 # ChangeLog for net-irc/xchat-gnome
142 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
143 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.32 2007/12/05 21:40:55 dsd Exp $
144 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
145 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.33 2008/06/29 21:47:16 eva Exp $
146 +
147 + 29 Jun 2008; Gilles Dartiguelongue <eva@g.o> metadata.xml,
148 + xchat-gnome-0.13.ebuild, -xchat-gnome-0.15.ebuild,
149 + -xchat-gnome-0.16.ebuild, -xchat-gnome-0.17.ebuild,
150 + xchat-gnome-0.18.ebuild:
151 + add gnome herd to metadata.xml. Fix dependencies wrt to bug #214762.
152 + Better use of gnome2 eclass. Clean up old revisions. Fix repoman
153 + warnings.
154
155 05 Dec 2007; Daniel Drake <dsd@g.o> xchat-gnome-0.18.ebuild:
156 Fix compilation error thanks to Ed Catmur and Cosimo Cecchi in bug #198090
157
158
159
160 1.2 net-irc/xchat-gnome/metadata.xml
161
162 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/metadata.xml?rev=1.2&view=markup
163 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/metadata.xml?rev=1.2&content-type=text/plain
164 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/metadata.xml?r1=1.1&r2=1.2
165
166 Index: metadata.xml
167 ===================================================================
168 RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/metadata.xml,v
169 retrieving revision 1.1
170 retrieving revision 1.2
171 diff -u -r1.1 -r1.2
172 --- metadata.xml 14 May 2005 23:01:57 -0000 1.1
173 +++ metadata.xml 29 Jun 2008 21:47:16 -0000 1.2
174 @@ -2,4 +2,5 @@
175 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
176 <pkgmetadata>
177 <herd>net-irc</herd>
178 +<herd>gnome</herd>
179 </pkgmetadata>
180
181
182
183 1.4 net-irc/xchat-gnome/xchat-gnome-0.13.ebuild
184
185 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.13.ebuild?rev=1.4&view=markup
186 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.13.ebuild?rev=1.4&content-type=text/plain
187 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.13.ebuild?r1=1.3&r2=1.4
188
189 Index: xchat-gnome-0.13.ebuild
190 ===================================================================
191 RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.13.ebuild,v
192 retrieving revision 1.3
193 retrieving revision 1.4
194 diff -u -r1.3 -r1.4
195 --- xchat-gnome-0.13.ebuild 10 Feb 2007 23:30:10 -0000 1.3
196 +++ xchat-gnome-0.13.ebuild 29 Jun 2008 21:47:16 -0000 1.4
197 @@ -1,6 +1,6 @@
198 -# Copyright 1999-2007 Gentoo Foundation
199 +# Copyright 1999-2008 Gentoo Foundation
200 # Distributed under the terms of the GNU General Public License v2
201 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.13.ebuild,v 1.3 2007/02/10 23:30:10 opfer Exp $
202 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.13.ebuild,v 1.4 2008/06/29 21:47:16 eva Exp $
203
204 inherit gnome2 eutils autotools
205
206 @@ -39,9 +39,9 @@
207
208 src_unpack() {
209 unpack ${A}
210 - cd ${S}
211 + cd "${S}"
212
213 - epatch ${FILESDIR}/0.11-libnotify-libsexy-configure.patch
214 + epatch "${FILESDIR}/0.11-libnotify-libsexy-configure.patch"
215
216 AT_M4DIR="m4" eautoreconf
217 }
218
219
220
221 --
222 gentoo-commits@l.g.o mailing list