# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="3" SUPPORT_PYTHON_ABIS="1" inherit distutils MY_P="Radicale-${PV}" DESCRIPTION="A simple CalDAV calendar server." HOMEPAGE="http://www.radicale.org/" SRC_URI="http://www.radicale.org/src/radicale/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" IUSE="ssl" RDEPEND="" DEPEND="dev-python/setuptools >=dev-lang/python-2.5 ssl? ( >=dev-lang/python-2.5[ssl] )" S="${WORKDIR}/${MY_P}"