]> Pileus Git - ~andy/sunrise/blob - dev-python/cmemcache/cmemcache-0.91.ebuild
dev-python/cmemcache: New Ebuild for bug 210306
[~andy/sunrise] / dev-python / cmemcache / cmemcache-0.91.ebuild
1 # Copyright 1999-2008 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/cmemcache/${P}.tar.bz2"
10
11 LICENSE="GPL-2"
12 SLOT="0"
13 KEYWORDS="~amd64"
14 IUSE=""
15
16 RDEPEND="dev-lang/python
17                 >=dev-libs/libmemcache-1.4.0_rc2"
18 DEPEND="${RDEPEND}"
19