# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit distutils inherit eutils DESCRIPTION="Desktop-oriented interface to CouchDB" HOMEPAGE="https://launchpad.net/desktopcouch" SRC_URI="http://launchpad.net/desktopcouch/trunk/${PV}/+download/${P}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~amd64" IUSE="" # not really sure about the required versions of these DEPEND="dev-db/couchdb dev-python/python-distutils-extra dev-python/gnome-keyring-python dev-python/couchdb-python dev-python/oauth dev-python/simplejson dev-python/twisted net-dns/avahi[python]" RDEPEND="${DEPEND}"