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