summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-25 07:26:14 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-25 07:26:14 +0000
commit4055354c830e1424409d877f0e25363dee8b8680 (patch)
tree86f669a313864ff69557cce7d01feb2afc7fd686 /app-pda
parentdon't use deprecated ? : use syntax (Manifest recommit) (diff)
downloadgentoo-2-4055354c830e1424409d877f0e25363dee8b8680.tar.gz
gentoo-2-4055354c830e1424409d877f0e25363dee8b8680.tar.bz2
gentoo-2-4055354c830e1424409d877f0e25363dee8b8680.zip
don't use the deprecated ? : use syntax
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/multisync/ChangeLog6
-rw-r--r--app-pda/multisync/multisync-0.80-r1.ebuild11
-rw-r--r--app-pda/multisync/multisync-0.81.ebuild11
3 files changed, 19 insertions, 9 deletions
diff --git a/app-pda/multisync/ChangeLog b/app-pda/multisync/ChangeLog
index 2fca42a41c89..beb212cce95c 100644
--- a/app-pda/multisync/ChangeLog
+++ b/app-pda/multisync/ChangeLog
@@ -1,6 +1,10 @@
# 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.6 2004/03/06 16:28:18 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync/ChangeLog,v 1.7 2004/03/25 07:26:14 mr_bones_ Exp $
+
+ 24 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ multisync-0.80-r1.ebuild, multisync-0.81.ebuild:
+ don't use the deprecated ? : use syntax
06 Mar 2004; Alastair Tse <liquidx@gentoo.org> multisync-0.81-r1.ebuild:
added libgnomeui, bluez-* deps and bluetooth USE flag (#43722)
diff --git a/app-pda/multisync/multisync-0.80-r1.ebuild b/app-pda/multisync/multisync-0.80-r1.ebuild
index f6bf3383bab6..86780b958613 100644
--- a/app-pda/multisync/multisync-0.80-r1.ebuild
+++ b/app-pda/multisync/multisync-0.80-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.80-r1.ebuild,v 1.4 2004/01/10 12:24:05 tad Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync/multisync-0.80-r1.ebuild,v 1.5 2004/03/25 07:26:14 mr_bones_ Exp $
DESCRIPTION="Client to sync apps with WinCE or mobile devices"
@@ -29,9 +29,12 @@ DEPEND="virtual/glibc
>=gnome-base/libgnome-2.2
>=gnome-base/ORBit-0.5.17
>=dev-libs/openssl-0.9.6j
- evo? ( gtk2? ( =net-mail/evolution-1.4*
- =x11-libs/gtk+-2* ) :
- ( =net-mail/evolution-1.2*
+ evo? (
+ gtk2? (
+ =net-mail/evolution-1.4*
+ =x11-libs/gtk+-2* )
+ !gtk2? (
+ =net-mail/evolution-1.2*
=x11-libs/gtk+-1* )
)
irmc? ( >=sys-apps/irda-utils-0.9.15
diff --git a/app-pda/multisync/multisync-0.81.ebuild b/app-pda/multisync/multisync-0.81.ebuild
index f19f6baf11d2..c90f5e28e4fc 100644
--- a/app-pda/multisync/multisync-0.81.ebuild
+++ b/app-pda/multisync/multisync-0.81.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.ebuild,v 1.3 2004/01/14 14:00:09 tad Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync/multisync-0.81.ebuild,v 1.4 2004/03/25 07:26:14 mr_bones_ Exp $
DESCRIPTION="Client to sync apps with WinCE or mobile devices"
@@ -28,9 +28,12 @@ DEPEND="virtual/glibc
>=gnome-base/libgnome-2.2
>=gnome-base/ORBit2-2.8.2
>=dev-libs/openssl-0.9.6j
- evo? ( gtk2? ( =net-mail/evolution-1.4*
- =x11-libs/gtk+-2* ) :
- ( =net-mail/evolution-1.2*
+ evo? (
+ gtk2? (
+ =net-mail/evolution-1.4*
+ =x11-libs/gtk+-2* )
+ !gtk2 (
+ =net-mail/evolution-1.2*
=x11-libs/gtk+-1* )
)
irmc? ( >=sys-apps/irda-utils-0.9.15