]> Pileus Git - ~andy/sunrise/blob - dev-python/cmemcache/cmemcache-0.91.ebuild
sunrise/ app-portage/elog-list/elog-list-0.0.6.ebuild: Update headers for 2010
[~andy/sunrise] / dev-python / cmemcache / cmemcache-0.91.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit distutils
6
7 DESCRIPTION="Python extension for libmemcache (similar to python-memcache)"
8 HOMEPAGE="http://gijsbert.org/cmemcache/"
9 SRC_URI="http://gijsbert.org/downloads/${PN}/${P}.tar.bz2"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~amd64"
14 IUSE=""
15
16 DEPEND=">=dev-libs/libmemcache-1.4.0_rc2"
17 RDEPEND=${DEPEND}