summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-03-06 16:28:18 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-03-06 16:28:18 +0000
commita354efde4db9a842e9c8300d03dbd6e2328881fe (patch)
tree0285f171410eaca8cbe89d3621fd59fdcf73f5d5 /app-pda
parentadd support for udev (diff)
downloadgentoo-2-a354efde4db9a842e9c8300d03dbd6e2328881fe.tar.gz
gentoo-2-a354efde4db9a842e9c8300d03dbd6e2328881fe.tar.bz2
gentoo-2-a354efde4db9a842e9c8300d03dbd6e2328881fe.zip
added libgnomeui, bluez-* deps and bluetooth USE flag (#43722)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/multisync/ChangeLog5
-rw-r--r--app-pda/multisync/multisync-0.81-r1.ebuild14
2 files changed, 14 insertions, 5 deletions
diff --git a/app-pda/multisync/ChangeLog b/app-pda/multisync/ChangeLog
index b47144ab7c48..2fca42a41c89 100644
--- a/app-pda/multisync/ChangeLog
+++ b/app-pda/multisync/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/multisync
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync/ChangeLog,v 1.5 2004/02/29 00:20:26 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync/ChangeLog,v 1.6 2004/03/06 16:28:18 liquidx Exp $
+
+ 06 Mar 2004; Alastair Tse <liquidx@gentoo.org> multisync-0.81-r1.ebuild:
+ added libgnomeui, bluez-* deps and bluetooth USE flag (#43722)
29 Feb 2004; Alastair Tse <liquidx@gentoo.org> multisync-0.81-r1.ebuild:
add gnome-vfs dep (#43095)
diff --git a/app-pda/multisync/multisync-0.81-r1.ebuild b/app-pda/multisync/multisync-0.81-r1.ebuild
index 020e87f88fd8..73c37e6808b7 100644
--- a/app-pda/multisync/multisync-0.81-r1.ebuild
+++ b/app-pda/multisync/multisync-0.81-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync/multisync-0.81-r1.ebuild,v 1.3 2004/02/29 00:20:26 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync/multisync-0.81-r1.ebuild,v 1.4 2004/03/06 16:28:18 liquidx Exp $
DESCRIPTION="Client to sync apps with WinCE or mobile devices"
@@ -21,18 +21,24 @@ KEYWORDS="x86"
# opie - opie plugin ( local )
# ldap - ldap plugin - experimental
-IUSE="evo irmc opie ldap"
+IUSE="evo irmc opie ldap bluetooth"
DEPEND="virtual/glibc
>=gnome-base/libbonobo-2.2
+ >=gnome-base/libgnomeui-2.2
>=gnome-base/libgnome-2.2
+ >=dev-libs/glib-2
+ >=gnome-base/gconf-2
>=gnome-base/gnome-vfs-2.2
>=gnome-base/ORBit2-2.8.2
>=dev-libs/openssl-0.9.6j
evo? ( =net-mail/evolution-1.4* )
irmc? ( >=sys-apps/irda-utils-0.9.15
- >=net-wireless/bluez-utils-2.3
- >=dev-libs/openobex-1.0.0 )
+ >=dev-libs/openobex-1
+ bluetooth? ( >=net-wireless/bluez-libs-2.3
+ >=net-wireless/bluez-sdp-1.0
+ >=net-wireless/bluez-utils-2.3 )
+ )
opie? ( >=net-ftp/curl-7.10.5 )
ldap? ( >=net-nds/openldap-2.0.27
>=dev-libs/cyrus-sasl-2.1.4 )"