From d4ad69535bb8eea0f3043db48de819b3899d61e8 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 2 Oct 2015 17:16:35 +0200 Subject: [PATCH] dev-db/couchdb: add libressl support --- dev-db/couchdb/couchdb-1.6.1-r2.ebuild | 77 ++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 dev-db/couchdb/couchdb-1.6.1-r2.ebuild 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 +