]> Pileus Git - ~andy/sunrise/blobdiff - 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
index 5403774b943ed752ac32fd384e7b6038fb7c272e..6e3459820742641b4d73d71f2874198aef868777 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -6,14 +6,12 @@ inherit distutils
 
 DESCRIPTION="Python extension for libmemcache (similar to python-memcache)"
 HOMEPAGE="http://gijsbert.org/cmemcache/"
-SRC_URI="http://gijsbert.org/downloads/cmemcache/${P}.tar.bz2"
+SRC_URI="http://gijsbert.org/downloads/${PN}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND="dev-lang/python
-               >=dev-libs/libmemcache-1.4.0_rc2"
-DEPEND="${RDEPEND}"
-
+DEPEND=">=dev-libs/libmemcache-1.4.0_rc2"
+RDEPEND=${DEPEND}