Re: [gentoo-dev] RFC: Moving project pages to wiki.gentoo.org

2013-06-09 Thread Dirkjan Ochtman
On Sun, Jun 9, 2013 at 4:22 PM, Alex Legler wrote: > I'd appreciate some input on below plan to move project pages to the Wiki: Sounds like a great plan to me! Cheers, Dirkjan

Re: [gentoo-dev] RFC: sed script redundancy

2013-06-09 Thread Jeroen Roovers
On Fri, 20 May 2011 17:39:22 +0200 Jeroen Roovers wrote: > for a while now I've been wondering if all those sed scripts in all > those ebuilds are really effective. This took rather long to find some spare time for. Plonk the attached bash script into /etc/portage/bashrc.d (which you source in

[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2013-06-09 23h59 UTC

2013-06-09 Thread Robin H. Johnson
The attached list notes all of the packages that were added or removed from the tree, for the week ending 2013-06-09 23h59 UTC. Removals: media-fonts/adi-dsp-fonts 2013-06-04 19:56:28 ulm dev-lisp/emacs-cl 2013-06-06 18:04:06 ulm games-emulation/psemu-cd

Re: [gentoo-dev] RFC: Moving project pages to wiki.gentoo.org

2013-06-09 Thread Alex Legler
On 09.06.2013 17:57, Andreas K. Huettel wrote: > >> I'd appreciate some input on below plan to move project pages to the Wiki: >> > > Last time I chatted with people about this, it was unclear how exactly > translations would be handled on the wiki. > > Has that been discussed and resolved? A

Re: [gentoo-dev] RFC: Moving project pages to wiki.gentoo.org

2013-06-09 Thread Alex Legler
On 09.06.2013 17:44, Ulrich Mueller wrote: >> On Sun, 09 Jun 2013, Alex Legler wrote: > >> I'd appreciate some input on below plan to move project pages to the >> Wiki: > > Some questions: > > - Do we need to update GLEP 39? It requires a project page in > www.g.o/proj/en/ that is actively

Re: [gentoo-dev] RFC: Moving project pages to wiki.gentoo.org

2013-06-09 Thread Andreas K. Huettel
> I'd appreciate some input on below plan to move project pages to the Wiki: > Last time I chatted with people about this, it was unclear how exactly translations would be handled on the wiki. Has that been discussed and resolved? Cheers, A -- Andreas K. Huettel Gentoo Linux developer d

Re: [gentoo-dev] RFC: Moving project pages to wiki.gentoo.org

2013-06-09 Thread Ulrich Mueller
> On Sun, 09 Jun 2013, Alex Legler wrote: > I'd appreciate some input on below plan to move project pages to the > Wiki: Some questions: - Do we need to update GLEP 39? It requires a project page in www.g.o/proj/en/ that is actively maintained. - What is the namespace policy in the Wiki?

[gentoo-dev] Removal of global USE flag: win32codecs

2013-06-09 Thread Ulrich Mueller
The win32codecs USE flag is not used any more by any package, therefore I'll remove it in a few days from now. Ulrich

[gentoo-dev] RFC: Moving project pages to wiki.gentoo.org

2013-06-09 Thread Alex Legler
I'd appreciate some input on below plan to move project pages to the Wiki: Motivation -- The main motivation is to reduce the contents on the main website, allowing for an easier makeover. Also, the Wiki exposes the contents and an editing capability to more people, allowing for better co

Re: [gentoo-dev] About Friday mails lost

2013-06-09 Thread Pacho Ramos
El dom, 09-06-2013 a las 11:13 +0200, Tom Wijsman escribió: > On Sun, 09 Jun 2013 10:44:36 +0200 > Pacho Ramos wrote: > > > Due a problem in my mail system, I lost most of the mails sent at > > Friday 7 then, if you sent my a private mail or change anything > > important in a bug I could be invol

Re: [gentoo-dev] About Friday mails lost

2013-06-09 Thread Tom Wijsman
On Sun, 09 Jun 2013 10:44:36 +0200 Pacho Ramos wrote: > Due a problem in my mail system, I lost most of the mails sent at > Friday 7 then, if you sent my a private mail or change anything > important in a bug I could be involved (mainly, gnome and dotnet), > please ping me again via private mail

[gentoo-dev] About Friday mails lost

2013-06-09 Thread Pacho Ramos
Due a problem in my mail system, I lost most of the mails sent at Friday 7 then, if you sent my a private mail or change anything important in a bug I could be involved (mainly, gnome and dotnet), please ping me again via private mail if you think it's needed Thanks!

Re: [gentoo-dev] repoman warning on python data_files

2013-06-09 Thread Tom Wijsman
On Sun, 9 Jun 2013 06:13:32 +0200 yac wrote: > I have just noticed that if package is using relative paths in:: > > setup.py data_files = ... > > Then the files are installed right into /usr in case of CPython (The > exact dest is determined by sys.prefix) > > So, I'm thinking it could be