Re: [gentoo-user] script to recursively unmask a package

2005-05-02 Thread Roy O. Wright
Howdy, I'm trying to figure out how to make an ebuild for this (my first ebuild). It's kind of too simple for the normal ebuild examples. I.e., no make needed, just a cp and chmod. Also there is a small correction needed to a regex in it to handle -rN and _pN packages. if(/^\-\s+(.

Re: [gentoo-user] script to recursively unmask a package

2005-05-02 Thread Christoph Gysin
Jason Cooper wrote: Integrate as in 'emerge --recursive-unmask package-name' or integrate as in 'app-portage/unmask'? in portage, not in app-portage. Never mind, it's not that I can't live without it. It would merely be a little helper for unmasking packages. Christoph -- echo mailto: NOSPAM !#

Re: [gentoo-user] script to recursively unmask a package

2005-04-29 Thread Jason Cooper
Christoph Gysin ([EMAIL PROTECTED]) scribbled: > Jason Cooper wrote: > >Why should he have to rewrite it in python? eix is C++, and genlop is > >Perl. Admittedly, they are not part of gentoolkit, but everyone uses > >them and I don't think anyone thinks any lesser of them. :) > > Don't get me wr

Re: [gentoo-user] script to recursively unmask a package

2005-04-29 Thread Christoph Gysin
Jason Cooper wrote: Why should he have to rewrite it in python? eix is C++, and genlop is Perl. Admittedly, they are not part of gentoolkit, but everyone uses them and I don't think anyone thinks any lesser of them. :) Don't get me wrong, I really like perl. But the idea was to integrate it into

Re: [gentoo-user] script to recursively unmask a package

2005-04-29 Thread Jason Cooper
Christoph Gysin ([EMAIL PROTECTED]) scribbled: > Adi wrote: > >I wish you posted this 2 days ago ... great work! :) > > I wish I read this two minutes ago! ;-) > > If you rewrite it in python, maybe we could include this feature in > {portage,gentoolkit} ? Why should he have to rewrite it in py

Re: [gentoo-user] script to recursively unmask a package

2005-04-29 Thread Christoph Gysin
Adi wrote: I wish you posted this 2 days ago ... great work! :) I wish I read this two minutes ago! ;-) If you rewrite it in python, maybe we could include this feature in {portage,gentoolkit} ? Christoph -- echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" [EMAIL PROTECTED] -- gentoo-user@

Re: [gentoo-user] script to recursively unmask a package

2005-04-28 Thread Adi
Vineri 29 Aprilie 2005 01:26, Roy O. Wright a scris: > Howdy, > > I was wanting to install just kdebase-3.4.0 without unmasking all of > kde-3.4.0. The "HOWTO > Update KDE 3.3 to KDE 3.4" > (http://www.gentoo-wiki.com/HOWTO_Update_KDE_3.3_to_KDE_3.4) > suggested running emerge kdebase -p, find a p

Re: [gentoo-user] script to recursively unmask a package

2005-04-28 Thread Jason Cooper
Roy O. Wright ([EMAIL PROTECTED]) scribbled: > Howdy, > > I was wanting to install just kdebase-3.4.0 without unmasking all of > kde-3.4.0. The "HOWTO > Update KDE 3.3 to KDE 3.4" > (http://www.gentoo-wiki.com/HOWTO_Update_KDE_3.3_to_KDE_3.4) > suggested running emerge kdebase -p, find a packag

[gentoo-user] script to recursively unmask a package

2005-04-28 Thread Roy O. Wright
Howdy, I was wanting to install just kdebase-3.4.0 without unmasking all of kde-3.4.0. The "HOWTO Update KDE 3.3 to KDE 3.4" (http://www.gentoo-wiki.com/HOWTO_Update_KDE_3.3_to_KDE_3.4) suggested running emerge kdebase -p, find a package that is blocking, then add that package to /etc/portage/p