# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/couchdb-1.6.0.ebuild,v 1.2 2014/06/29 10:27:52 djc Exp $ EAPI=5 inherit eutils multilib pax-utils user DESCRIPTION="Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database." HOMEPAGE="http://couchdb.apache.org/" SRC_URI="mirror://apache/couchdb/source/${PV}/apache-${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="selinux test" RDEPEND=">=dev-libs/icu-4.3.1:= dev-lang/erlang[ssl] >=dev-libs/openssl-0.9.8j:0 >=net-misc/curl-7.18.2