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.30.ebuild
Date: Sun, 03 Aug 2008 16:16:43
Message-Id: E1KPgG8-0003Nv-Js@stork.gentoo.org
1 eva 08/08/03 16:16:40
2
3 Modified: ChangeLog
4 Added: gossip-0.30.ebuild
5 Log:
6 bump to 0.30. Artificially raising loudmouth dependency for reasons explained in loudmouth bump.
7 (Portage version: 2.2_rc3/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.78 net-im/gossip/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/ChangeLog?rev=1.78&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/ChangeLog?rev=1.78&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/ChangeLog?r1=1.77&r2=1.78
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v
19 retrieving revision 1.77
20 retrieving revision 1.78
21 diff -u -r1.77 -r1.78
22 --- ChangeLog 18 Jul 2008 15:31:40 -0000 1.77
23 +++ ChangeLog 3 Aug 2008 16:16:40 -0000 1.78
24 @@ -1,6 +1,12 @@
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.77 2008/07/18 15:31:40 tester Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-im/gossip/ChangeLog,v 1.78 2008/08/03 16:16:40 eva Exp $
29 +
30 +*gossip-0.30 (03 Aug 2008)
31 +
32 + 03 Aug 2008; Gilles Dartiguelongue <eva@g.o> +gossip-0.30.ebuild:
33 + bump to 0.30. Artificially raising loudmouth dependency for reasons
34 + explained in loudmouth bump.
35
36 18 Jul 2008; Olivier CrĂȘte <tester@g.o> gossip-0.29.ebuild:
37 Remove useless autotools inherit
38
39
40
41 1.1 net-im/gossip/gossip-0.30.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/gossip-0.30.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/gossip/gossip-0.30.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gossip-0.30.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-im/gossip/gossip-0.30.ebuild,v 1.1 2008/08/03 16:16:40 eva Exp $
51
52 inherit gnome2 eutils
53
54 DESCRIPTION="Lightweight Jabber client for GNOME"
55 HOMEPAGE="http://developer.imendio.com/wiki/Gossip"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
60 IUSE="dbus eds galago gnome-keyring libnotify spell"
61
62 RDEPEND="x11-libs/libXScrnSaver
63 >=dev-libs/glib-2.12.1
64 >=x11-libs/gtk+-2.10
65 >=gnome-base/libglade-2
66 >=gnome-base/gconf-1.2
67 >=dev-libs/libxml2-2.6.16
68 >=gnome-base/libgnome-2
69 >=gnome-base/libgnomeui-2
70 >=gnome-base/gnome-vfs-2
71 >=net-libs/loudmouth-1.4.1
72 eds? ( >=gnome-extra/evolution-data-server-1.2 )
73 spell? ( app-text/aspell
74 >=app-text/iso-codes-1.5 )
75 libnotify? ( >=x11-libs/libnotify-0.4.1 )
76 galago? ( dev-libs/libgalago )
77 dbus? ( >=dev-libs/dbus-glib-0.71 )
78 gnome-keyring? ( gnome-base/gnome-keyring )"
79 DEPEND="${RDEPEND}
80 >=app-text/gnome-doc-utils-0.3.2
81 app-text/scrollkeeper
82 dev-util/pkgconfig
83 x11-proto/scrnsaverproto
84 >=dev-util/intltool-0.35"
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 }