# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/python-memcached-1.43.ebuild,v 1.1 2009/03/31 21:02:02 patrick Exp $ NEED_PYTHON="2.4" inherit distutils DESCRIPTION="A Python based API (implemented in 100% python) for communicating with the memcached distributed memory object cache daemon." HOMEPAGE="http://www.tummy.com/Community/software/python-memcached/" SRC_URI="ftp://ftp.tummy.com/pub/python-memcached/${P}.tar.gz" LICENSE="OSL-2.0" SLOT="0" KEYWORDS="~amd64 ~x86 ~ppc" IUSE="" DEPEND="dev-python/setuptools" RDEPEND=""