summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-03-04 21:01:22 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-03-04 21:01:22 +0000
commit6a3860e5c6503c1d04f259d36219c28285b29547 (patch)
treee2c658ad4f34dce4944921a5e2662b38ec62cc20 /net-im/climm
parentCleanup old. (diff)
downloadgentoo-2-6a3860e5c6503c1d04f259d36219c28285b29547.tar.gz
gentoo-2-6a3860e5c6503c1d04f259d36219c28285b29547.tar.bz2
gentoo-2-6a3860e5c6503c1d04f259d36219c28285b29547.zip
Cleanup old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-im/climm')
-rw-r--r--net-im/climm/ChangeLog6
-rw-r--r--net-im/climm/climm-0.7.ebuild72
-rw-r--r--net-im/climm/files/climm-0.7-gnutls.patch13
3 files changed, 5 insertions, 86 deletions
diff --git a/net-im/climm/ChangeLog b/net-im/climm/ChangeLog
index 9a0ccc606192..9ee6487cf128 100644
--- a/net-im/climm/ChangeLog
+++ b/net-im/climm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/climm
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v 1.20 2014/03/04 20:19:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v 1.21 2014/03/04 21:01:22 mrueg Exp $
+
+ 04 Mar 2014; Manuel Rüger <mrueg@gentoo.org> -climm-0.7.ebuild,
+ -files/climm-0.7-gnutls.patch:
+ Cleanup old.
04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> climm-0.7.1.ebuild:
Stable for x86, wrt bug #502296
diff --git a/net-im/climm/climm-0.7.ebuild b/net-im/climm/climm-0.7.ebuild
deleted file mode 100644
index 5079a46259d9..000000000000
--- a/net-im/climm/climm-0.7.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.7.ebuild,v 1.4 2014/03/01 22:34:58 mgorny Exp $
-
-EAPI="2"
-
-inherit eutils autotools
-
-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="jabber gnutls otr tcl ssl"
-
-# In case user don't need jabber there is a choice gnutls/openssl. Since jabber
-# requires gnutls then without explicit request to use gnutls (USE=gnutls)
-# for ssl we fall back on gnutls instead of openssl.
-RDEPEND="jabber? ( || ( >=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? ( !jabber? ( dev-libs/openssl )
- jabber? ( >=net-libs/gnutls-0.8.10 ) ) )
- tcl? ( dev-lang/tcl )
- otr? ( >=net-libs/libotr-3.0.0 )"
-DEPEND="${RDEPEND}
- ssl? ( gnutls? ( virtual/pkgconfig )
- !gnutls? ( jabber? ( virtual/pkgconfig ) ) )"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-gnutls.patch"
- eautoconf
-}
-
-src_configure() {
- local myconf
- if use ssl; then
- myconf="--enable-ssl"
- if use gnutls; then
- einfo "Using gnutls"
- myconf="--enable-ssl=gnutls"
- else
- if use jabber; then
- einfo "Using gnutls (required for jabber/XMPP)"
- myconf="--enable-ssl=gnutls"
- else
- einfo "Using openSSL"
- myconf="--enable-ssl=openssl"
- fi
- fi
- else
- if use jabber; then
- einfo "Using gnutls (required for jabber/XMPP)"
- myconf="--enable-ssl=gnutls"
- else
- myconf="--disable-ssl"
- fi
- fi
-
- econf \
- $(use_enable jabber xmpp) \
- $(use_enable otr) \
- $(use_enable tcl) \
- ${myconf}
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog FAQ INSTALL NEWS README TODO
-}
diff --git a/net-im/climm/files/climm-0.7-gnutls.patch b/net-im/climm/files/climm-0.7-gnutls.patch
deleted file mode 100644
index 469a75636404..000000000000
--- a/net-im/climm/files/climm-0.7-gnutls.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-=== modified file 'configure.ac'
---- configure.ac 2009-12-26 14:00:17 +0000
-+++ configure.ac 2009-12-26 14:02:41 +0000
-@@ -97,7 +97,7 @@
- if test "x$ac_arg_use_ssl" != "xno"; then
- ac_use_ssl=no
- if test "x$ac_arg_use_ssl" != "xopenssl"; then
-- AM_PATH_LIBGNUTLS(0.8.8, ac_use_ssl=gnutls)
-+ PKG_CHECK_MODULES(LIBGNUTLS, gnutls, ac_use_ssl=gnutls)
- AM_PATH_LIBGCRYPT(, , ac_use_ssl=no)
- AC_CHECK_HEADERS([gcrypt.h], , ac_use_ssl=no)
- if test "x$ac_use_ssl" = "xgnutls"; then
-