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-im/gossip: ChangeLog metadata.xml gossip-0.28.ebuild
Date: Tue, 04 Dec 2007 17:49:02
Message-Id: E1IzbtB-0001p9-CI@stork.gentoo.org
1 eva 07/12/04 17:48:57
2
3 Modified: ChangeLog metadata.xml
4 Added: gossip-0.28.ebuild
5 Log:
6 bump to 0.28, fix bug #196218 and add some USE flag documentation
7 (Portage version: 2.1.4_rc6)
8
9 Revision Changes Path
10 1.69 net-im/gossip/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/ChangeLog?rev=1.69&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/ChangeLog?rev=1.69&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/ChangeLog?r1=1.68&r2=1.69
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v
19 retrieving revision 1.68
20 retrieving revision 1.69
21 diff -u -r1.68 -r1.69
22 --- ChangeLog 22 Jul 2007 07:57:10 -0000 1.68
23 +++ ChangeLog 4 Dec 2007 17:48:56 -0000 1.69
24 @@ -1,6 +1,13 @@
25 # ChangeLog for net-im/gossip
26 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.68 2007/07/22 07:57:10 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.69 2007/12/04 17:48:56 eva Exp $
29 +
30 +*gossip-0.28 (04 Dec 2007)
31 +
32 + 04 Dec 2007; Gilles Dartiguelongue <eva@g.o>
33 + +files/gossip-0.28-lm-nodebug.patch, +gossip-0.28.ebuild, metadata.xml:
34 + bump to 0.28, add gnome-keyring support and a fix wrt to the handling
35 + of debug code, fix bug #196218. Add some USE flag descriptions.
36
37 22 Jul 2007; Samuli Suominen <drac@g.o> gossip-0.9.ebuild,
38 gossip-0.22.ebuild, gossip-0.23.ebuild, gossip-0.25.ebuild,
39
40
41
42 1.6 net-im/gossip/metadata.xml
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/metadata.xml?rev=1.6&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/metadata.xml?rev=1.6&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/metadata.xml?r1=1.5&r2=1.6
47
48 Index: metadata.xml
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-im/gossip/metadata.xml,v
51 retrieving revision 1.5
52 retrieving revision 1.6
53 diff -u -r1.5 -r1.6
54 --- metadata.xml 8 Jul 2006 13:50:21 -0000 1.5
55 +++ metadata.xml 4 Dec 2007 17:48:56 -0000 1.6
56 @@ -6,4 +6,12 @@
57 <longdescription>
58 Gossip is a Gnome integrated and HIG compliant jabber messaging client.
59 </longdescription>
60 +<use>
61 + <flag name='debug'>Enable debug path in gossip.
62 + <pkg>net-libs/loudmouth</pkg> needs to be compiled with USE="debug" to
63 + allow Gossip to actually build the debug code path.</flag>
64 + <flag name='keyring'>Allows Gossip to use gnome-keyring to store passwords.</flag>
65 + <flag name='libnotify'>Allows Gossip to show visual notifications concerning
66 + various activities via libnotify.</flag>
67 +</use>
68 </pkgmetadata>
69
70
71
72 1.1 net-im/gossip/gossip-0.28.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/gossip-0.28.ebuild?rev=1.1&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/gossip-0.28.ebuild?rev=1.1&content-type=text/plain
76
77 Index: gossip-0.28.ebuild
78 ===================================================================
79 # Copyright 1999-2007 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 # $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.28.ebuild,v 1.1 2007/12/04 17:48:56 eva Exp $
82
83 inherit gnome2 eutils autotools
84
85 DESCRIPTION="Lightweight Jabber client for GNOME"
86 HOMEPAGE="http://developer.imendio.com/wiki/Gossip"
87
88 LICENSE="GPL-2"
89 SLOT="0"
90 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
91 IUSE="dbus debug galago keyring libnotify spell"
92
93 RDEPEND="x11-libs/libXScrnSaver
94 >=dev-libs/glib-2.12.1
95 >=x11-libs/gtk+-2.10
96 >=gnome-base/libglade-2
97 >=gnome-base/gconf-1.2
98 >=dev-libs/libxml2-2.6.16
99 >=dev-libs/libxslt-1
100 >=gnome-base/libgnome-2
101 >=gnome-base/libgnomeui-2
102 >=gnome-base/gnome-vfs-2
103 >=net-libs/loudmouth-1.2.3
104 spell? ( app-text/aspell )
105 libnotify? ( >=x11-libs/libnotify-0.4.1 )
106 galago? ( dev-libs/libgalago )
107 dbus? ( >=dev-libs/dbus-glib-0.71 )
108 keyring? ( gnome-base/gnome-keyring )"
109 DEPEND="${RDEPEND}
110 >=app-text/gnome-doc-utils-0.3.2
111 app-text/scrollkeeper
112 dev-util/pkgconfig
113 >=dev-util/intltool-0.35"
114
115 DOCS="AUTHORS README COPYING ChangeLog INSTALL NEWS README CONTRIBUTORS TODO"
116
117 pkg_setup() {
118 local mydebug="--disable-debug"
119
120 if use debug; then
121 if ! built_with_use net-libs/loudmouth debug; then
122 eerror "rebuild net-libs/loudmouth with USE=\"debug\" needed"
123 eerror "debug will be disabled for now"
124 else
125 mydebug="--enable-debug"
126 fi
127 fi
128
129 G2CONF="${G2CONF}
130 ${mydebug}
131 $(use_enable dbus)
132 $(use_enable galago)
133 $(use_enable keyring gnome-keyring)
134 $(use_enable libnotify)
135 $(use_enable spell aspell)"
136 }
137
138 src_unpack() {
139 gnome2_src_unpack
140
141 # Fix setting LM_NO_DEBUG at configure time
142 epatch "${FILESDIR}/${P}-lm-nodebug.patch"
143
144 eautoreconf
145 }
146
147
148
149 --
150 gentoo-commits@g.o mailing list