Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270336 - net-im/climm-0.7 has been released
Summary: net-im/climm-0.7 has been released
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Markus Ullmann (RETIRED)
URL: http://climm.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-18 18:05 UTC by Andreas Weber
Modified: 2009-12-26 14:54 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
updated ebuild (climm-0.7.ebuild,1.50 KB, text/plain)
2009-08-12 00:32 UTC, Andreas Weber
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Weber 2009-05-18 18:05:16 UTC
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:
Comment 1 Markus Ullmann (RETIRED) gentoo-dev 2009-05-19 21:20:09 UTC
Yeah, I have been CC'ed as well
Comment 2 Andreas Weber 2009-08-12 00:32:57 UTC
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.
Comment 3 Andre Gluecksmann 2009-09-30 20:10:15 UTC
Would be nice if this ebuild finally finds it's way into portage?
Comment 4 Peter Volkov (RETIRED) gentoo-dev 2009-12-26 14:54:52 UTC
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.