summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2009-11-01 16:38:25 +0000
committerOlivier Crête <tester@gentoo.org>2009-11-01 16:38:25 +0000
commit060f232d097bd8b34110a3dfe451f43d4faf263f (patch)
treec7b51d543bf77daf0eabe51f6ccfc35ed99eb3f0 /net-im
parentppc stable #290347 (diff)
downloadgentoo-2-060f232d097bd8b34110a3dfe451f43d4faf263f.tar.gz
gentoo-2-060f232d097bd8b34110a3dfe451f43d4faf263f.tar.bz2
gentoo-2-060f232d097bd8b34110a3dfe451f43d4faf263f.zip
Remove gtk-doc rebuild, it wont work without geoclue. Add dep on the net-voip/telepathy-connection-managers metapackage
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/empathy/ChangeLog6
-rw-r--r--net-im/empathy/empathy-2.28.1.1.ebuild15
2 files changed, 11 insertions, 10 deletions
diff --git a/net-im/empathy/ChangeLog b/net-im/empathy/ChangeLog
index 8b416aba62e1..825c012b7acc 100644
--- a/net-im/empathy/ChangeLog
+++ b/net-im/empathy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/empathy
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.44 2009/10/30 16:43:43 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.45 2009/11/01 16:38:25 tester Exp $
+
+ 01 Nov 2009; Olivier Crête <tester@gentoo.org> empathy-2.28.1.1.ebuild:
+ Remove gtk-doc rebuild, it wont work without geoclue. Add dep on the
+ net-voip/telepathy-connection-managers metapackage
*empathy-2.28.1.1 (30 Oct 2009)
diff --git a/net-im/empathy/empathy-2.28.1.1.ebuild b/net-im/empathy/empathy-2.28.1.1.ebuild
index 3f7223e32a69..daafdf669135 100644
--- a/net-im/empathy/empathy-2.28.1.1.ebuild
+++ b/net-im/empathy/empathy-2.28.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-2.28.1.1.ebuild,v 1.1 2009/10/30 16:43:43 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-2.28.1.1.ebuild,v 1.2 2009/11/01 16:38:25 tester Exp $
EAPI="2"
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
# FIXME: Add location support once geoclue stops being idiotic with automagic deps
-IUSE="applet doc networkmanager python spell test webkit" # map
+IUSE="applet networkmanager python spell test webkit" # map
# FIXME: libnotify & libcanberra hard deps
RDEPEND=">=dev-libs/glib-2.16.0
@@ -33,6 +33,7 @@ RDEPEND=">=dev-libs/glib-2.16.0
net-libs/telepathy-farsight
dev-libs/libxml2
x11-libs/libX11
+ net-voip/telepathy-connection-managers
applet? ( >=gnome-base/gnome-panel-2.10 )
networkmanager? ( >=net-misc/networkmanager-0.7 )
@@ -57,7 +58,6 @@ DEPEND="${RDEPEND}
>=dev-libs/check-0.9.4 )
dev-libs/libxslt
virtual/python
- doc? ( >=dev-util/gtk-doc-1.3 )
"
PDEPEND=">=net-im/telepathy-mission-control-5"
@@ -71,6 +71,7 @@ pkg_setup() {
--disable-maintainer-mode
--disable-static
--disable-location
+ --disable-gtk-doc
$(use_enable applet megaphone)
$(use_enable applet nothere)
$(use_enable debug)
@@ -105,12 +106,8 @@ pkg_postinst() {
gnome2_pkg_postinst
echo
elog "Empathy needs telepathy's connection managers to use any IM protocol."
- elog "You will need to install connection managers yourself."
- elog "MSN: net-voip/telepathy-butterfly"
- elog "Jabber and Gtalk: net-voip/telepathy-gabble"
- elog "IRC: net-irc/telepathy-idle"
- elog "Link-local XMPP: net-irc/telepathy-salut"
- echo
+ elog "See the USE flags on net-voip/telepathy-connection-managers"
+ elog "to install them."
preserve_old_lib_notify /usr/$(get_libdir)/libempathy.so.23
preserve_old_lib_notify /usr/$(get_libdir)/libempathy-gtk.so.19
}