--- /usr/portage/app-pda/multisync/multisync-0.83_pre20050414-r2.ebuild 2005-08-11 17:35:26.000000000 +0200 +++ multisync-0.83_pre20050414-r2.ebuild 2005-08-12 14:26:32.000000000 +0200 @@ -14,12 +14,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ppc" -IUSE="evo irmc ldap bluetooth pda kdepim" +IUSE="evo irmc ldap bluetooth pda kdepim gnokii arts kdeenablefinal" # evo - evolution plugin # irmc - bluetooth/irmc/irda plugin ( local ) # pda - opie plugin ( local ) # ldap - ldap plugin - experimental # kdepim - sync with the kdepim app +# gnokii - gnokii plugin DEPEND=">=gnome-base/libbonobo-2.2 >=gnome-base/libgnomeui-2.2 @@ -36,9 +37,12 @@ >=net-wireless/bluez-utils-2.7 ) ) pda? ( >=net-misc/curl-7.10.5 app-pda/pilot-link ) - kdepim? ( || ( kde-base/kdepim kde-base/kdepim-meta ) ) + kdepim? ( || (kde-base/kaddressbook kde-base/kdepim) ) ldap? ( >=net-nds/openldap-2.0.27 - >=dev-libs/cyrus-sasl-2.1.4 )" + >=dev-libs/cyrus-sasl-2.1.4 ) + gnokii? ( app-mobilephone/gnokii + dev-libs/libvformat ) + arts? ( kde-base/arts )" make_plugin_list() { local evoversion @@ -61,6 +65,7 @@ use pda && PLUGINS="${PLUGINS} opie_sync palm_sync" use ldap && PLUGINS="${PLUGINS} ldap_plugin" use kdepim && PLUGINS="${PLUGINS} kdepim_plugin" + use gnokii && PLUGINS="${PLUGINS} gnokii_sync" } run_compile() { @@ -69,7 +74,7 @@ autoheader || die "Failed during autoheader!" automake --add-missing --gnu || die "Failed during automake!" autoconf || die "Failed during autoconf!" - econf CPPFLAGS="${myInc} ${CPPFLAGS}" || die "Failed during econf!" + econf CPPFLAGS="${myInc} ${CPPFLAGS}" ${myconf} || die "Failed during econf!" make || die "Failed during make!" } @@ -86,6 +91,8 @@ set-qtdir 3 set-kdedir 3 myInc="-I${KDEDIR}/include ${myInc}" + use arts || myconf="${myconf} --without-arts" + use kdeenablefinal && myconf="${myconf} --enable-final" fi use pda && myInc="-I/usr/include/libpisock ${myInc}" run_compile;