[gentoo-dev] [warning] the bug queue has 81 bugs

2015-02-24 Thread Alex Alexander
Our bug queue has 81 bugs! If you have some spare time, please help assign/sort a few bugs. To view the bug queue, click here: http://bit.ly/m8PQS5 Thanks!

Re: [gentoo-portage-dev] [PATCH] use_reduce: support non-string token_class (bug 541198)

2015-02-24 Thread Brian Dolbec
On Mon, 23 Feb 2015 21:35:38 -0800 Zac Medico zmed...@gentoo.org wrote: Do not assume that token_class returns a basestring. X-Gentoo-Bug: 541198 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=541198 --- pym/portage/dep/__init__.py | 6 -- 1 file changed, 4 insertions(+),

[gentoo-dev] Last rites: app-emacs/grep-edit

2015-02-24 Thread Ulrich Mueller
# Ulrich Müller u...@gentoo.org (24 Feb 2015) # Does not work with Emacs 24 or later. Last visible upstream # activity in 2010. Use app-emacs/wgrep as replacement. # Masked for removal in 30 days, bug 541234. app-emacs/grep-edit pgp4PW2Kj8izh.pgp Description: PGP signature

[gentoo-portage-dev] [PATCH] actions.py: fix missing localization import (bug 541302)

2015-02-24 Thread Zac Medico
Since commit 206efe5f6341bce99a5e9994a0458c304513b2c3, FEATURES=buildpkg triggers a NameError due to a missing localization import. Fix the NameError, and also allow read-only PKGDIR if the --usepkgonly option is enabled. Fixes: 206efe5f6341 (emerge: check for writable PKGDIR (490732))

Re: [gentoo-portage-dev] [PATCH] actions.py: fix missing localization import (bug 541302)

2015-02-24 Thread Brian Dolbec
On Tue, 24 Feb 2015 22:32:05 -0800 Zac Medico zmed...@gentoo.org wrote: Since commit 206efe5f6341bce99a5e9994a0458c304513b2c3, FEATURES=buildpkg triggers a NameError due to a missing localization import. Fix the NameError, and also allow read-only PKGDIR if the --usepkgonly option is enabled.