public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-im/climm: ChangeLog climm-0.6.1-r1.ebuild
@ 2007-10-28 11:25 Markus Ullmann (jokey)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Ullmann (jokey) @ 2007-10-28 11:25 UTC (permalink / raw
  To: gentoo-commits

jokey       07/10/28 11:25:41

  Modified:             ChangeLog climm-0.6.1-r1.ebuild
  Log:
  Add a dep to otr 3.0 for bug #195862 and add a check for ssl/gloox useflags to fix jabber connection issues reported by armin76 on IRC
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.4                  net-im/climm/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	22 Oct 2007 21:51:36 -0000	1.3
+++ ChangeLog	28 Oct 2007 11:25:40 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for net-im/climm
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v 1.3 2007/10/22 21:51:36 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v 1.4 2007/10/28 11:25:40 jokey Exp $
+
+  28 Oct 2007; Markus Ullmann <jokey@gentoo.org> climm-0.6.1-r1.ebuild:
+  Add a dep to otr 3.0 for bug #195862 and add a check for ssl/gloox useflags
+  to fix jabber connection issues reported by armin76 on IRC
 
 *climm-0.6.1-r1 (22 Oct 2007)
 



1.2                  net-im/climm/climm-0.6.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild?r1=1.1&r2=1.2

Index: climm-0.6.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- climm-0.6.1-r1.ebuild	22 Oct 2007 21:51:36 -0000	1.1
+++ climm-0.6.1-r1.ebuild	28 Oct 2007 11:25:40 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild,v 1.1 2007/10/22 21:51:36 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild,v 1.2 2007/10/28 11:25:40 jokey Exp $
 
 DESCRIPTION="ICQ text-mode client with many features"
 HOMEPAGE="http://www.climm.org/"
@@ -13,7 +13,16 @@
 
 DEPEND="gloox? ( net-libs/gloox )
 	ssl? ( >=net-libs/gnutls-0.8.10 dev-libs/openssl )
-	tcl? ( dev-lang/tcl )"
+	tcl? ( dev-lang/tcl )
+	otr? ( >=net-libs/libotr-3.0.0 )"
+
+pkg_setup() {
+	if use gloox && ! use ssl ; then
+		eerror "You need to set the ssl flag when you want to use the gloox"
+		eerror "Jabber library"
+		die "Set ssl or unset gloox for ${PN}"
+	fi
+}
 
 src_compile() {
 	econf \



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-im/climm: ChangeLog climm-0.6.1-r1.ebuild
@ 2007-12-05 21:57 Markus Ullmann (jokey)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Ullmann (jokey) @ 2007-12-05 21:57 UTC (permalink / raw
  To: gentoo-commits

jokey       07/12/05 21:57:36

  Modified:             ChangeLog climm-0.6.1-r1.ebuild
  Log:
  Fix up gnutls dep as notified in bug #198132
  (Portage version: 2.1.4_rc7)

Revision  Changes    Path
1.5                  net-im/climm/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	28 Oct 2007 11:25:40 -0000	1.4
+++ ChangeLog	5 Dec 2007 21:57:35 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/climm
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v 1.4 2007/10/28 11:25:40 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/climm/ChangeLog,v 1.5 2007/12/05 21:57:35 jokey Exp $
+
+  05 Dec 2007; Markus Ullmann <jokey@gentoo.org> climm-0.6.1-r1.ebuild:
+  Fix up gnutls dep as notified in bug #198132
 
   28 Oct 2007; Markus Ullmann <jokey@gentoo.org> climm-0.6.1-r1.ebuild:
   Add a dep to otr 3.0 for bug #195862 and add a check for ssl/gloox useflags



1.3                  net-im/climm/climm-0.6.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild?r1=1.2&r2=1.3

Index: climm-0.6.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- climm-0.6.1-r1.ebuild	28 Oct 2007 11:25:40 -0000	1.2
+++ climm-0.6.1-r1.ebuild	5 Dec 2007 21:57:35 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild,v 1.2 2007/10/28 11:25:40 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/climm/climm-0.6.1-r1.ebuild,v 1.3 2007/12/05 21:57:35 jokey Exp $
 
 DESCRIPTION="ICQ text-mode client with many features"
 HOMEPAGE="http://www.climm.org/"
@@ -9,10 +9,12 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="gloox otr tcl ssl"
+IUSE="gloox gnutls otr tcl ssl"
 
 DEPEND="gloox? ( net-libs/gloox )
-	ssl? ( >=net-libs/gnutls-0.8.10 dev-libs/openssl )
+	ssl? (
+		|| ( gnutls? ( >=net-libs/gnutls-0.8.10 )
+		dev-libs/openssl ) )
 	tcl? ( dev-lang/tcl )
 	otr? ( >=net-libs/libotr-3.0.0 )"
 
@@ -25,11 +27,25 @@
 }
 
 src_compile() {
+	local myconf
+	if use ssl ; then
+		if ! use gnutls ; then
+			elog "Using openSSL"
+			myconf = "--enable-ssl=openssl"
+		else
+			elog "Using gnutls"
+			myconf = "--enable-ssl=gnutls"
+		fi
+	else
+		myconf = "--disable-ssl"
+	fi
+
 	econf \
 		$(use_enable gloox) \
 		$(use_enable otr) \
 		$(use_enable ssl) \
 		$(use_enable tcl) \
+		${myconf} \
 		|| die "econf failed"
 
 	emake || die "emake failed"



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-12-05 21:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-05 21:57 [gentoo-commits] gentoo-x86 commit in net-im/climm: ChangeLog climm-0.6.1-r1.ebuild Markus Ullmann (jokey)
  -- strict thread matches above, loose matches on Subject: below --
2007-10-28 11:25 Markus Ullmann (jokey)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox