From: Julian Ospald Date: Fri, 2 Oct 2015 15:16:35 +0000 (+0200) Subject: dev-db/couchdb: add libressl support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d4ad69535bb8eea0f3043db48de819b3899d61e8;p=gentoo.git dev-db/couchdb: add libressl support --- diff --git a/dev-db/couchdb/couchdb-1.6.1-r2.ebuild b/dev-db/couchdb/couchdb-1.6.1-r2.ebuild new file mode 100644 index 000000000000..e100d6b65028 --- /dev/null +++ b/dev-db/couchdb/couchdb-1.6.1-r2.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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="libressl selinux test" + +RDEPEND=">=dev-libs/icu-4.3.1:= + dev-lang/erlang[ssl] + !libressl? ( >=dev-libs/openssl-0.9.8j:0 ) + libressl? ( dev-libs/libressl ) + >=net-misc/curl-7.18.2 +