From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- net-im/climm/climm-0.7.1.ebuild | 63 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 net-im/climm/climm-0.7.1.ebuild (limited to 'net-im/climm/climm-0.7.1.ebuild') diff --git a/net-im/climm/climm-0.7.1.ebuild b/net-im/climm/climm-0.7.1.ebuild new file mode 100644 index 000000000000..7d80236c0153 --- /dev/null +++ b/net-im/climm/climm-0.7.1.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="4" + +DESCRIPTION="ICQ text-mode client with many features" +HOMEPAGE="http://www.climm.org/" +SRC_URI="http://www.climm.org/source/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="xmpp gnutls otr tcl ssl" + +# In case user don't need xmpp there is a choice gnutls/openssl. Since xmpp +# requires gnutls then without explicit request to use gnutls (USE=gnutls) +# for ssl we fall back on gnutls instead of openssl. +REQUIRED_USE="xmpp? ( ssl gnutls )" + +RDEPEND=" + xmpp? ( + || ( + >=dev-libs/iksemel-1.4[ssl] + >=dev-libs/iksemel-1.3[gnutls] + ) + ) + ssl? ( + gnutls? ( + >=net-libs/gnutls-0.8.10 + dev-libs/libgcrypt:0 + ) + !gnutls? ( dev-libs/openssl ) + ) + tcl? ( dev-lang/tcl:0 ) + otr? (