# ChangeLog for net-im/tapioca-xmpp
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/tapioca-xmpp/ChangeLog,v 1.5 2006/10/08 18:04:30 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/tapioca-xmpp/ChangeLog,v 1.6 2006/12/03 10:39:03 peper Exp $
+
+ 03 Dec 2006; Piotr Jaroszyński <peper@gentoo.org>
+ tapioca-xmpp-0.3.9.ebuild:
+ Fix dep: dbus wrt bug #154521.
08 Oct 2006; Simon Stelling <blubb@gentoo.org> tapioca-xmpp-0.3.9.ebuild:
added ~amd64
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild,v 1.4 2006/10/08 18:04:30 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/tapioca-xmpp/tapioca-xmpp-0.3.9.ebuild,v 1.5 2006/12/03 10:39:03 peper Exp $
DESCRIPTION="Tapioca XMPP protocol"
HOMEPAGE="http://tapioca-voip.sf.net"
LICENSE="LGPL-2"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="net-im/tapiocad
+DEPEND="net-im/tapiocad
net-libs/libjingle
>=dev-libs/glib-2
- sys-apps/dbus"
+ || ( >=dev-libs/dbus-glib-0.71
+ ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) )"
+
+RDEPEND="${DEPEND}"
src_install() {
make DESTDIR=${D} install || die "make install failed"
# ChangeLog for net-im/tapiocad
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocad/ChangeLog,v 1.3 2006/10/08 18:04:22 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocad/ChangeLog,v 1.4 2006/12/03 10:35:24 peper Exp $
+
+ 03 Dec 2006; Piotr Jaroszyński <peper@gentoo.org> tapiocad-0.3.9.ebuild:
+ Fix dep: dbus wrt bug #154521.
08 Oct 2006; Simon Stelling <blubb@gentoo.org> tapiocad-0.3.9.ebuild:
added ~amd64
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocad/tapiocad-0.3.9.ebuild,v 1.2 2006/10/08 18:04:22 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocad/tapiocad-0.3.9.ebuild,v 1.3 2006/12/03 10:35:24 peper Exp $
DESCRIPTION="Tapioca framework for VOIP and IM"
HOMEPAGE="http://tapioca-voip.sf.net"
IUSE=""
S="${WORKDIR}/tapioca-${PV}"
RDEPEND=">=dev-libs/glib-2
- sys-apps/dbus"
+ || ( >=dev-libs/dbus-glib-0.71
+ ( <sys-apps/dbus-0.90 >=sys-apps/dbus-0.34 ) )"
src_install() {
make DESTDIR=${D} install || die "make install failed"