diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 19:22:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-07 19:22:53 +0000 |
commit | a61ea425f4b1a3f670b3d80cf2f3b29488f6b171 (patch) | |
tree | 1bdcd37c3cd3dabe6c7545d8bc3b9345b6378aaf /app-pda/multisync | |
parent | add inherit eutils (diff) | |
download | gentoo-2-a61ea425f4b1a3f670b3d80cf2f3b29488f6b171.tar.gz gentoo-2-a61ea425f4b1a3f670b3d80cf2f3b29488f6b171.tar.bz2 gentoo-2-a61ea425f4b1a3f670b3d80cf2f3b29488f6b171.zip |
add inherit eutils
Diffstat (limited to 'app-pda/multisync')
-rw-r--r-- | app-pda/multisync/multisync-0.81.ebuild | 46 |
1 files changed, 22 insertions, 24 deletions
diff --git a/app-pda/multisync/multisync-0.81.ebuild b/app-pda/multisync/multisync-0.81.ebuild index d8f276dab6d2..0b5a7bbbe773 100644 --- a/app-pda/multisync/multisync-0.81.ebuild +++ b/app-pda/multisync/multisync-0.81.ebuild @@ -1,43 +1,41 @@ # 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.5 2004/03/29 00:44:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/multisync/multisync-0.81.ebuild,v 1.6 2004/04/07 19:22:53 vapier Exp $ + +inherit eutils DESCRIPTION="Client to sync apps with WinCE or mobile devices" HOMEPAGE="http://multisync.sourceforge.net/" -# Point to any required sources; these will be automatically downloaded by -# Portage. SRC_URI="mirror://sourceforge/multisync/${PN}-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="evo irmc opie ldap" # evo - evolution plugin # irmc - bluetooth/irmc/irda plugin ( local ) # opie - opie plugin ( local ) # ldap - ldap plugin - experimental -IUSE="evo irmc opie ldap" DEPEND="virtual/glibc - >=gnome-base/libbonobo-2.2 - >=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* ) - !gtk2 ( - =net-mail/evolution-1.2* - =x11-libs/gtk+-1* ) - ) - irmc? ( >=sys-apps/irda-utils-0.9.15 - >=net-wireless/bluez-utils-2.3 - >=dev-libs/openobex-1.0.0 ) - opie? ( >=net-misc/curl-7.10.5 ) - ldap? ( >=net-nds/openldap-2.0.27 - >=dev-libs/cyrus-sasl-2.1.4 )" - -# Run-time dependencies, same as DEPEND if RDEPEND isn't defined: + >=gnome-base/libbonobo-2.2 + >=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* ) + !gtk2 ( + =net-mail/evolution-1.2* + =x11-libs/gtk+-1* ) + ) + irmc? ( >=sys-apps/irda-utils-0.9.15 + >=net-wireless/bluez-utils-2.3 + >=dev-libs/openobex-1.0.0 ) + opie? ( >=net-misc/curl-7.10.5 ) + ldap? ( >=net-nds/openldap-2.0.27 + >=dev-libs/cyrus-sasl-2.1.4 )" S=${WORKDIR}/${PF/-r1/} |