Re: [gentoo-dev] Packages up for grabs

2014-11-28 Thread Alexander Berntsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 27/11/14 10:51, Daniel Campbell wrote: I have a lot of IRL things going on Gentoo is a strange place. But let me assure you, this is real life too. Happy hacking. - -- Alexander berna...@gentoo.org https://secure.plaimi.net/~alexander

[gentoo-dev] Make 'vaapi' USE flag global

2014-11-28 Thread Sergey Popov
Packages that uses 'vaapi' local USE-flag: media-libs/avidemux-core media-libs/xine-lib media-tv/mythtv media-tv/xbmc media-video/avidemux media-video/ffmpeg media-video/hwdecode-demos media-video/libav. media-video/mpv media-video/vlc virtual/ffmpeg www-plugins/gnash Descriptions for that flag

Re: [gentoo-dev] Re: more help needed with gcc-4.8 stabilization, chromium starts heavily using C++11

2014-11-28 Thread Tom Wijsman
On Wed, 26 Nov 2014 16:52:07 -0500 Rich Freeman ri...@gentoo.org wrote: On Wed, Nov 26, 2014 at 4:21 PM, Tom Wijsman tom...@gentoo.org wrote: On Sat, 22 Nov 2014 00:34:33 + (UTC) Duncan 1i5t5.dun...@cox.net wrote: While it pains me to say this, unfortunately it looks like we have

Re: [gentoo-dev] Make 'vaapi' USE flag global

2014-11-28 Thread Luca Barbato
On 28/11/14 13:20, Sergey Popov wrote: Packages that uses 'vaapi' local USE-flag: media-libs/avidemux-core media-libs/xine-lib media-tv/mythtv media-tv/xbmc media-video/avidemux media-video/ffmpeg media-video/hwdecode-demos media-video/libav. media-video/mpv media-video/vlc virtual/ffmpeg

Re: [gentoo-dev] help needed: net-irc/weechat

2014-11-28 Thread Tim Harder
On 2014-11-12 06:31, Andreas K. Huettel wrote: [Sending this out for scarabeus since the gmail conspiracy is keeping him from posting to the -dev mailing list...] Hello people, I stopped using weechat and it is slowly piling bugs, so if someone wants to take over, it would be lovely.

[gentoo-portage-dev] [PATCH] old_tree_timestamp: fix UnicodeDecodeError (530982)

2014-11-28 Thread Zac Medico
Use _unicode_decode to safely decode bytes returned from time.strftime for python-2.x (_unicode_decode allows unicode to pass through for python-3.x). X-Gentoo-Bug: 530982 X-Gentoo-Url: https://bugs.gentoo.org/show_bug.cgi?id=530982 --- pym/_emerge/sync/old_tree_timestamp.py | 5 +++-- 1 file

[gentoo-portage-dev] [PATCH] emerge --info: show /bin/sh provider (527996)

2014-11-28 Thread Zac Medico
Searching contents for the /bin/sh provider is somewhat slow. Therefore, use the basename of the symlink target to locate the package. If this fails, then only the basename of the symlink target will be displayed. So, typical output is something like sh bash 4.2_p53, or sh bb if /bin/sh points to

[gentoo-portage-dev] [PATCH v2] emerge --info: show /bin/sh provider (527996)

2014-11-28 Thread Zac Medico
Searching contents for the /bin/sh provider is somewhat slow. Therefore, use the basename of the symlink target to locate the package. If this fails, then only the basename of the symlink target will be displayed. So, typical output is something like sh bash 4.2_p53, or sh bb if /bin/sh points to

[gentoo-portage-dev] [PATCH] emerge: warn about @installed, don't deprecate (387059)

2014-11-28 Thread Zac Medico
The @installed set may have some legitimate uses. Therefore, change the deprecation warning to a warning about unsolved blockers. The warning will now appear as follows: * The @installed set is not recommended when updating * packages because it will often introduce unsolved blocker *

[gentoo-portage-dev] [PATCH v3] emerge --info: show /bin/sh provider (527996)

2014-11-28 Thread Zac Medico
Searching contents for the /bin/sh provider is somewhat slow. Therefore, use the basename of the symlink target to locate the package. If this fails, then only the basename of the symlink target will be displayed. So, typical output is something like sh bash 4.2_p53. Since realpath is used to