summaryrefslogtreecommitdiff
blob: 6711c6de2dad9339153aa44615d9f5d8a1399910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="2"

inherit distutils

DESCRIPTION="A CouchDB on every desktop, and the code to help it happen."
HOMEPAGE="https://launchpad.net/desktopcouch"
SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=">=dev-lang/python-2.5"
RDEPEND="dev-db/couchdb
	dev-python/couchdb-python
	dev-python/twisted
	net-dns/avahi[python]"