# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Z-Push syncs ActiveSync compatible devices against various backends" HOMEPAGE="http://z-push.org/" SRC_URI="https://github.com/Z-Hub/Z-Push/archive/${PV}.tar.gz -> z-push-${PV}.tar.gz" S="${WORKDIR}/Z-Push-${PV}/src" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="memcached ldap imap carddav caldav mysql postgres sqlite" RDEPEND="dev-lang/php[cli,soap,posix] memcached? ( dev-php/pecl-memcached ) !memcached? ( dev-lang/php[pcntl,sysvipc] ) ldap? ( dev-lang/php[ldap] ) imap? (