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 gossip-0.31.ebuild
Date: Mon, 04 Aug 2008 21:29:16
Message-Id: E1KQ7c9-0007tb-Qr@stork.gentoo.org
1 eva 08/08/04 21:29:13
2
3 Modified: ChangeLog
4 Added: gossip-0.31.ebuild
5 Log:
6 bump to 0.31. bug fixes and translation updates. Closes bug #233874.
7 (Portage version: 2.2_rc3/cvs/Linux 2.6.26-gentoo-mactel x86_64)
8
9 Revision Changes Path
10 1.79 net-im/gossip/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/ChangeLog?rev=1.79&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/ChangeLog?rev=1.79&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/ChangeLog?r1=1.78&r2=1.79
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v
19 retrieving revision 1.78
20 retrieving revision 1.79
21 diff -u -r1.78 -r1.79
22 --- ChangeLog 3 Aug 2008 16:16:40 -0000 1.78
23 +++ ChangeLog 4 Aug 2008 21:29:13 -0000 1.79
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-im/gossip
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.78 2008/08/03 16:16:40 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.79 2008/08/04 21:29:13 eva Exp $
29 +
30 +*gossip-0.31 (04 Aug 2008)
31 +
32 + 04 Aug 2008; Gilles Dartiguelongue <eva@g.o> +gossip-0.31.ebuild:
33 + bump to 0.31. bug fixes and translation updates. Closes bug #233874.
34
35 *gossip-0.30 (03 Aug 2008)
36
37
38
39
40 1.1 net-im/gossip/gossip-0.31.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/gossip-0.31.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/gossip-0.31.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gossip-0.31.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.31.ebuild,v 1.1 2008/08/04 21:29:13 eva Exp $
50
51 inherit gnome2 eutils
52
53 DESCRIPTION="Lightweight Jabber client for GNOME"
54 HOMEPAGE="http://developer.imendio.com/wiki/Gossip"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
59 IUSE="dbus eds galago gnome-keyring libnotify spell test"
60
61 RDEPEND="x11-libs/libXScrnSaver
62 >=dev-libs/glib-2.12.1
63 >=x11-libs/gtk+-2.10
64 >=gnome-base/libglade-2
65 >=gnome-base/gconf-1.2
66 >=dev-libs/libxml2-2.6.16
67 >=gnome-base/libgnome-2
68 >=gnome-base/libgnomeui-2
69 >=gnome-base/gnome-vfs-2
70 >=net-libs/loudmouth-1.4.1
71 eds? ( >=gnome-extra/evolution-data-server-1.2 )
72 spell? ( app-text/aspell
73 >=app-text/iso-codes-1.5 )
74 libnotify? ( >=x11-libs/libnotify-0.4.1 )
75 galago? ( dev-libs/libgalago )
76 dbus? ( >=dev-libs/dbus-glib-0.71 )
77 gnome-keyring? ( gnome-base/gnome-keyring )"
78 DEPEND="${RDEPEND}
79 >=app-text/gnome-doc-utils-0.3.2
80 app-text/scrollkeeper
81 test? ( ~app-text/docbook-xml-dtd-4.1.2 )
82 dev-util/pkgconfig
83 >=dev-util/intltool-0.35
84 x11-proto/scrnsaverproto"
85
86 DOCS="AUTHORS README COPYING ChangeLog INSTALL NEWS README CONTRIBUTORS TODO"
87
88 pkg_setup() {
89 G2CONF="${G2CONF}
90 ${mydebug}
91 $(use_enable dbus)
92 $(use_enable eds ebook)
93 $(use_enable galago)
94 $(use_enable gnome-keyring)
95 $(use_enable libnotify)
96 $(use_enable spell aspell)"
97 }
98
99 pkg_postinst() {
100 gnome2_pkg_postinst
101
102 ewarn "If you are upgrading from <net-im/gossip-0.28 any previously registred"
103 ewarn "accounts will be dropped. However history will not be removed."
104 }