Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/xchat-gnome: xchat-gnome-0.26.1-r2.ebuild ChangeLog
Date: Thu, 29 Dec 2011 16:38:16
Message-Id: 20111229163805.8B1E72004B@flycatcher.gentoo.org
1 pacho 11/12/29 16:38:05
2
3 Modified: xchat-gnome-0.26.1-r2.ebuild ChangeLog
4 Log:
5 Drop unavailable configure option, move to eapi4.
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild?r1=1.3&r2=1.4
15
16 Index: xchat-gnome-0.26.1-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- xchat-gnome-0.26.1-r2.ebuild 28 Nov 2011 19:16:11 -0000 1.3
23 +++ xchat-gnome-0.26.1-r2.ebuild 29 Dec 2011 16:38:05 -0000 1.4
24 @@ -1,9 +1,11 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild,v 1.3 2011/11/28 19:16:11 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/xchat-gnome-0.26.1-r2.ebuild,v 1.4 2011/12/29 16:38:05 pacho Exp $
29
30 -EAPI=3
31 +EAPI="4"
32 GCONF_DEBUG="yes"
33 +GNOME2_LA_PUNT="yes"
34 +GNOME_TARBALL_SUFFIX="bz2"
35 PYTHON_DEPEND="python? 2"
36
37 inherit autotools eutils multilib gnome2 python
38 @@ -43,7 +45,6 @@
39 # Per configure.ac, shm is disable because of upstream bug #565958
40 # --enable-shm
41 G2CONF="${G2CONF}
42 - --enable-gnomefe
43 --enable-canberra
44 --disable-schemas-install
45 --disable-scrollkeeper
46 @@ -60,7 +61,10 @@
47
48 DOCS="AUTHORS ChangeLog NEWS"
49
50 - use python && python_set_active_version 2
51 + if use python; then
52 + python_set_active_version 2
53 + python_pkg_setup
54 + fi
55 }
56
57 src_prepare() {
58 @@ -84,8 +88,5 @@
59
60 # install plugin development header
61 insinto /usr/include/xchat-gnome
62 - doins src/common/xchat-plugin.h || die
63 -
64 - # Not needed for plugins
65 - find "${D}" -type f -name "*.la" -delete || die "la files removal failed"
66 + doins src/common/xchat-plugin.h
67 }
68
69
70
71 1.66 net-irc/xchat-gnome/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.66&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?rev=1.66&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/xchat-gnome/ChangeLog?r1=1.65&r2=1.66
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v
80 retrieving revision 1.65
81 retrieving revision 1.66
82 diff -u -r1.65 -r1.66
83 --- ChangeLog 28 Nov 2011 19:16:11 -0000 1.65
84 +++ ChangeLog 29 Dec 2011 16:38:05 -0000 1.66
85 @@ -1,6 +1,9 @@
86 # ChangeLog for net-irc/xchat-gnome
87 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.65 2011/11/28 19:16:11 ssuominen Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat-gnome/ChangeLog,v 1.66 2011/12/29 16:38:05 pacho Exp $
90 +
91 + 29 Dec 2011; Pacho Ramos <pacho@g.o> xchat-gnome-0.26.1-r2.ebuild:
92 + Drop unavailable configure option, move to eapi4.
93
94 28 Nov 2011; Samuli Suominen <ssuominen@g.o>
95 xchat-gnome-0.26.1-r1.ebuild, xchat-gnome-0.26.1-r2.ebuild: