Rüdiger Kuhlmann just sent a Mail to the climm list, stating that climm-0.7 has been released. It now uses libiksemel instead of libgloox so i guess there have to be some ebuild-changes. Link to the Mail: http://climm.org/pipermail/climm-list/2009-May/001854.html Reproducible: Always Steps to Reproduce:
Yeah, I have been CC'ed as well
Created attachment 200977 [details] updated ebuild Since i want to use climm-0.7, i created an updated ebuild file. i changed the gloox-dep to libiksemel. the new use flag is called xmpp. Since climm doesn't compile with --enable-ssl=openssl (without gnutls) and --enable-xmpp, i added the condition, that USE="xmpp" requires USE="gnutls". Furthermore i added a condition, that USE="-ssl gnutls" is no longer possible since it would result in --disable-ssl (what is not the intended behavior). I tested the ebuild with all possible combinations.
Would be nice if this ebuild finally finds it's way into portage?
New version is in the tree. Note, that I've used jabber USE flag for xmpp/jabber, since jabber is what we already have as a global USE flag for this things. Also note, that I've a bit complicated dependencies, but this allows to avoid die() in any USE flag combinations, which is good thing. If there are any questions about this commit, please, contact me.