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/empathy: ChangeLog empathy-2.30.3.ebuild
Date: Mon, 30 Aug 2010 18:48:06
Message-Id: 20100830184749.4F30D20051@flycatcher.gentoo.org
1 eva 10/08/30 18:47:49
2
3 Modified: ChangeLog
4 Added: empathy-2.30.3.ebuild
5 Log:
6 Version bump. Memory leak fixes and translation updates.
7
8 (Portage version: 2.2_rc68/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.63 net-im/empathy/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/ChangeLog?rev=1.63&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/ChangeLog?rev=1.63&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/ChangeLog?r1=1.62&r2=1.63
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v
20 retrieving revision 1.62
21 retrieving revision 1.63
22 diff -u -r1.62 -r1.63
23 --- ChangeLog 22 Aug 2010 20:40:11 -0000 1.62
24 +++ ChangeLog 30 Aug 2010 18:47:49 -0000 1.63
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-im/empathy
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.62 2010/08/22 20:40:11 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.63 2010/08/30 18:47:49 eva Exp $
30 +
31 +*empathy-2.30.3 (30 Aug 2010)
32 +
33 + 30 Aug 2010; Gilles Dartiguelongue <eva@g.o>
34 + +empathy-2.30.3.ebuild:
35 + Version bump. Memory leak fixes and translation updates.
36
37 22 Aug 2010; Gilles Dartiguelongue <eva@g.o>
38 -empathy-2.24.1.ebuild, -empathy-2.26.2.ebuild, empathy-2.30.2.ebuild:
39
40
41
42 1.1 net-im/empathy/empathy-2.30.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/empathy-2.30.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/empathy-2.30.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: empathy-2.30.3.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-2.30.3.ebuild,v 1.1 2010/08/30 18:47:49 eva Exp $
52
53 EAPI="2"
54
55 inherit gnome2 multilib
56
57 DESCRIPTION="Telepathy client and library using GTK+"
58 HOMEPAGE="http://live.gnome.org/Empathy"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
63 # FIXME: Add location support once geoclue stops being idiotic with automagic deps
64 IUSE="nautilus networkmanager spell test webkit" # map
65
66 # FIXME: libnotify & libcanberra hard deps
67 RDEPEND=">=dev-libs/glib-2.22.0
68 >=x11-libs/gtk+-2.18.0
69 >=gnome-base/gconf-2
70 >=dev-libs/dbus-glib-0.51
71 >=gnome-extra/evolution-data-server-1.2
72 >=net-libs/telepathy-glib-0.9.2
73 >=media-libs/libcanberra-0.4[gtk]
74 >=x11-libs/libnotify-0.4.4
75 >=gnome-base/gnome-keyring-2.22
76
77 >=dev-libs/libunique-1.1.6
78 net-libs/farsight2
79 media-libs/gstreamer:0.10
80 media-libs/gst-plugins-base:0.10
81 net-libs/telepathy-farsight
82 dev-libs/libxml2
83 x11-libs/libX11
84 net-voip/telepathy-connection-managers
85
86 nautilus? ( || (
87 >=gnome-extra/nautilus-sendto-2.28.1[-empathy]
88 >=gnome-extra/nautilus-sendto-2.28.4-r1 ) )
89 networkmanager? ( >=net-misc/networkmanager-0.7 )
90 spell? (
91 app-text/enchant
92 app-text/iso-codes )
93 webkit? ( >=net-libs/webkit-gtk-1.1.15 )"
94 # Upstream says not to ship this, or use this. It is also buggy.
95 # tpl? ( >=net-im/telepathy-logger-0.1.1 )
96 # map? (
97 # >=media-libs/libchamplain-0.4[gtk]
98 # >=media-libs/clutter-gtk-0.10:1.0 )
99 DEPEND="${RDEPEND}
100 app-text/scrollkeeper
101 >=app-text/gnome-doc-utils-0.17.3
102 >=dev-util/intltool-0.35.0
103 >=dev-util/pkgconfig-0.16
104 test? (
105 sys-apps/grep
106 >=dev-libs/check-0.9.4 )
107 dev-libs/libxslt
108 virtual/python
109 "
110 PDEPEND=">=net-im/telepathy-mission-control-5"
111
112 DOCS="CONTRIBUTORS AUTHORS ChangeLog NEWS README"
113
114 pkg_setup() {
115 # Hard disable favourite_contacts and tpl, TpLogger is buggy.
116 G2CONF="${G2CONF}
117 --disable-maintainer-mode
118 --disable-static
119 --disable-location
120 --disable-map
121 --disable-control-center-embedding
122 --disable-Werror
123 --disable-favourite_contacts
124 --disable-tpl
125 $(use_enable debug)
126 $(use_enable nautilus nautilus-sendto)
127 $(use_with networkmanager connectivity nm)
128 $(use_enable spell)
129 $(use_enable test coding-style-checks)
130 $(use_enable webkit)"
131 }
132
133 src_test() {
134 unset DBUS_SESSION_BUS_ADDRESS
135 emake check || die "emake check failed."
136 }
137
138 pkg_postinst() {
139 gnome2_pkg_postinst
140 echo
141 elog "Empathy needs telepathy's connection managers to use any IM protocol."
142 elog "See the USE flags on net-voip/telepathy-connection-managers"
143 elog "to install them."
144 }