Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 316391 - Update net-im/mcabber to version 0.10
Summary: Update net-im/mcabber to version 0.10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Net-im project
URL: http://mcabber.com/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-20 17:29 UTC by Kalkin Sam
Modified: 2010-07-23 15:24 UTC (History)
2 users (show)

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


Attachments
mcabber-0.10.0.ebuild.diff (mcabber-0.10.0.ebuild.diff,4.81 KB, patch)
2010-04-23 18:32 UTC, Christian Ruppert (idl0r)
Details | Diff
mcabber-0.10.0.ebuild.diff (mcabber-0.10.0.ebuild.diff,4.82 KB, patch)
2010-04-23 19:24 UTC, Christian Ruppert (idl0r)
Details | Diff
mcabber-0.10.0.ebuild.diff (mcabber-0.10.0.ebuild.diff,3.17 KB, patch)
2010-06-19 12:09 UTC, Christian Ruppert (idl0r)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kalkin Sam 2010-04-20 17:29:13 UTC
A new mcabber version was released. It would be nice to have it in portage.

Reproducible: Always
Comment 1 Kalkin Sam 2010-04-20 17:29:38 UTC
Btw the update should fix http://bugs.gentoo.org/show_bug.cgi?id=251431
Comment 2 Wormo (RETIRED) gentoo-dev 2010-04-21 07:18:37 UTC
Thanks for pointing this out, assigning bump request to maintainers
Comment 3 Christian Ruppert (idl0r) gentoo-dev 2010-04-23 18:32:22 UTC
Created attachment 228917 [details, diff]
mcabber-0.10.0.ebuild.diff
Comment 4 Christian Ruppert (idl0r) gentoo-dev 2010-04-23 19:24:40 UTC
Created attachment 228921 [details, diff]
mcabber-0.10.0.ebuild.diff

re-added ssl useflag for loudmouth.
keep help 'en'.
Comment 5 Christian Ruppert (idl0r) gentoo-dev 2010-04-23 19:34:01 UTC
I've just noticed that it requires at least net-libs/loudmouth-1.4.3-r1 otherwise tls/ssl connections might fail.
Comment 6 Christian Ruppert (idl0r) gentoo-dev 2010-06-04 09:16:47 UTC
wschlich ping ^^
Comment 7 Peter Volkov (RETIRED) gentoo-dev 2010-06-12 09:32:28 UTC
since wschlich keeps silence :)

Christian, please, keep elog instead of einfo and don't use echo, since it's good idea to have text formatted for elogreaders too. Also prefer

if use ...; then
    ...
fi

instead of

if use ..
then
    ...
fi

as it keeps one line of text less.

Also could you enable enchant with spell useflag and add aspell for aspell. enchant uses different spell engines and we want hunspell to be default while keep aspell/ispell for those who know what they want. (also add aspell description that it makes prefer aspell over enchant)

Also I don't see why one may need modules USE flag. Is there any reason to have them disabled (note as far as I see it's impossible to build glib without gmodule at the moment)? I'd better enabled them by default. OTOH static USE could be useful but I don't use static anywhere...

With this changes I'd gave Wolfram some time (week or two) to review changes and commited them. :)
Comment 8 Christian Ruppert (idl0r) gentoo-dev 2010-06-19 12:09:24 UTC
Created attachment 235933 [details, diff]
mcabber-0.10.0.ebuild.diff

(In reply to comment #7)
> since wschlich keeps silence :)
> 
> Christian, please, keep elog instead of einfo and don't use echo, since it's
> good idea to have text formatted for elogreaders too. Also prefer
> 
> if use ...; then
>     ...
> fi
> 
> instead of
> 
> if use ..
> then
>     ...
> fi
> 
> as it keeps one line of text less.
> 
Done

> Also could you enable enchant with spell useflag and add aspell for aspell.
> enchant uses different spell engines and we want hunspell to be default while
> keep aspell/ispell for those who know what they want. (also add aspell
> description that it makes prefer aspell over enchant)
>
Done but enchant will be preferred over aspell. (See configure.ac)

> Also I don't see why one may need modules USE flag. Is there any reason to have
> them disabled (note as far as I see it's impossible to build glib without
> gmodule at the moment)? I'd better enabled them by default. OTOH static USE
> could be useful but I don't use static anywhere...
> 
> With this changes I'd gave Wolfram some time (week or two) to review changes
> and commited them. :)
>
This looks like a new feature
<snip>
 * Add support for modules in mcabber (Myhailo Danylenko)
 * Sample "beep" module (Myhailo Danylenko)
</snip>
Its for extra/third-party modules/hooks. So I think the user shall decide himself if he needs that.