* [gentoo-commits] gentoo-x86 commit in net-im/empathy: ChangeLog empathy-2.30.2.ebuild empathy-2.30.1.1.ebuild
@ 2010-06-23 12:33 Pacho Ramos (pacho)
0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2010-06-23 12:33 UTC (permalink / raw
To: gentoo-commits
pacho 10/06/23 12:33:13
Modified: ChangeLog
Added: empathy-2.30.2.ebuild
Removed: empathy-2.30.1.1.ebuild
Log:
Version bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.58 net-im/empathy/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 21 Jun 2010 19:27:38 -0000 1.57
+++ ChangeLog 23 Jun 2010 12:33:13 -0000 1.58
@@ -1,6 +1,13 @@
# ChangeLog for net-im/empathy
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.57 2010/06/21 19:27:38 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.58 2010/06/23 12:33:13 pacho Exp $
+
+*empathy-2.30.2 (23 Jun 2010)
+
+ 23 Jun 2010; Pacho Ramos <pacho@gentoo.org> -empathy-2.30.1.1.ebuild,
+ -files/empathy-2.30.1.1-init-gerror.patch, +empathy-2.30.2.ebuild:
+ Version bump with updated translations and fixes, remove old. Stop
+ handling nautilus-sendto automagically.
21 Jun 2010; Pacho Ramos <pacho@gentoo.org> empathy-2.30.1.1.ebuild:
Adjust deps to latest nautilus-sendto
1.1 net-im/empathy/empathy-2.30.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/empathy-2.30.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/empathy-2.30.2.ebuild?rev=1.1&content-type=text/plain
Index: empathy-2.30.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-2.30.2.ebuild,v 1.1 2010/06/23 12:33:13 pacho Exp $
EAPI="2"
inherit gnome2 multilib
DESCRIPTION="Telepathy client and library using GTK+"
HOMEPAGE="http://live.gnome.org/Empathy"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
# FIXME: Add location support once geoclue stops being idiotic with automagic deps
IUSE="nautilus networkmanager spell test webkit" # map
# FIXME: libnotify & libcanberra hard deps
RDEPEND=">=dev-libs/glib-2.22.0
>=x11-libs/gtk+-2.18.0
>=gnome-base/gconf-2
>=dev-libs/dbus-glib-0.51
>=gnome-extra/evolution-data-server-1.2
>=net-libs/telepathy-glib-0.9.2
>=media-libs/libcanberra-0.4[gtk]
>=x11-libs/libnotify-0.4.4
>=gnome-base/gnome-keyring-2.22
>=dev-libs/libunique-1.1.6
net-libs/farsight2
media-libs/gstreamer:0.10
media-libs/gst-plugins-base:0.10
net-libs/telepathy-farsight
dev-libs/libxml2
x11-libs/libX11
net-voip/telepathy-connection-managers
nautilus? ( || (
>=gnome-extra/nautilus-sendto-2.28.1[-empathy]
>=gnome-extra/nautilus-sendto-2.28.4-r1 ) )
networkmanager? ( >=net-misc/networkmanager-0.7 )
spell? (
app-text/enchant
app-text/iso-codes )
webkit? ( >=net-libs/webkit-gtk-1.1.15 )"
# Upstream says not to ship this, or use this. It is also buggy.
# tpl? ( >=net-im/telepathy-logger-0.1.1 )
# map? (
# >=media-libs/libchamplain-0.4[gtk]
# >=media-libs/clutter-gtk-0.10:1.0 )
DEPEND="${RDEPEND}
app-text/scrollkeeper
>=app-text/gnome-doc-utils-0.17.3
>=dev-util/intltool-0.35.0
>=dev-util/pkgconfig-0.16
test? (
sys-apps/grep
>=dev-libs/check-0.9.4 )
dev-libs/libxslt
virtual/python
"
PDEPEND=">=net-im/telepathy-mission-control-5"
DOCS="CONTRIBUTORS AUTHORS ChangeLog NEWS README"
pkg_setup() {
# Hard disable favourite_contacts and tpl, TpLogger is buggy.
G2CONF="${G2CONF}
--disable-maintainer-mode
--disable-static
--disable-location
--disable-map
--disable-control-center-embedding
--disable-Werror
--disable-favourite_contacts
--disable-tpl
$(use_enable debug)
$(use_enable nautilus nautilus-sendto)
$(use_with networkmanager connectivity nm)
$(use_enable spell)
$(use_enable test coding-style-checks)
$(use_enable webkit)"
}
src_test() {
unset DBUS_SESSION_BUS_ADDRESS
emake check || die "emake check failed."
}
pkg_postinst() {
gnome2_pkg_postinst
echo
elog "Empathy needs telepathy's connection managers to use any IM protocol."
elog "See the USE flags on net-voip/telepathy-connection-managers"
elog "to install them."
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-23 12:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-23 12:33 [gentoo-commits] gentoo-x86 commit in net-im/empathy: ChangeLog empathy-2.30.2.ebuild empathy-2.30.1.1.ebuild Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox