* [gentoo-user] Syntax for masking kde:4?
@ 2009-10-11 11:30 Peter Humphrey
2009-10-11 14:49 ` Alan McKinnon
` (5 more replies)
0 siblings, 6 replies; 18+ messages in thread
From: Peter Humphrey @ 2009-10-11 11:30 UTC (permalink / raw
To: gentoo-user
Hello list,
In the last few days some parts of KDE v4 seem to have been moved into the
stable tree, but on some of my boxes I want to exclude kde:4 (but not qt:4).
What is the syntax for a single entry in package.mask to exclude the whole of
kde:4? I did start masking each package separately, but that's far too much
work - I'd finish up with an entry for every kde package that has a version
4. Also, "kde:4", which seems like the right thing to specify, is an invalid
package atom according to eix.
I can't see anything relevant in man pages or the gentoo kde configuration
guide. Google hasn't helped me either.
--
Rgds
Peter
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] Syntax for masking kde:4?
2009-10-11 11:30 [gentoo-user] Syntax for masking kde:4? Peter Humphrey
@ 2009-10-11 14:49 ` Alan McKinnon
2009-10-11 16:18 ` Dirk Heinrichs
` (4 subsequent siblings)
5 siblings, 0 replies; 18+ messages in thread
From: Alan McKinnon @ 2009-10-11 14:49 UTC (permalink / raw
To: gentoo-user
On Sunday 11 October 2009 13:30:06 Peter Humphrey wrote:
> Hello list,
>
> In the last few days some parts of KDE v4 seem to have been moved into the
> stable tree, but on some of my boxes I want to exclude kde:4 (but not
> qt:4).
>
> What is the syntax for a single entry in package.mask to exclude the whole
> of kde:4? I did start masking each package separately, but that's far too
> much work - I'd finish up with an entry for every kde package that has a
> version 4. Also, "kde:4", which seems like the right thing to specify, is
> an invalid package atom according to eix.
>
> I can't see anything relevant in man pages or the gentoo kde configuration
> guide. Google hasn't helped me either.
kde:4 won't work as the package "kde" does exist but there is no SLOT=4 for it
(it's the old monolithic package for <=kde-3.5.9).
You have to list each package you don't want individually - the reverse of
what bleeding edge users have to do to unmask the latest greates packages as
they hit the tree.
Easiest is to use autounmask but send the output to package.mask.
You could also use a combination of find $PORTDIR and sed, but that's painful.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] Syntax for masking kde:4?
2009-10-11 11:30 [gentoo-user] Syntax for masking kde:4? Peter Humphrey
2009-10-11 14:49 ` Alan McKinnon
@ 2009-10-11 16:18 ` Dirk Heinrichs
2009-10-11 16:23 ` Volker Armin Hemmann
` (3 subsequent siblings)
5 siblings, 0 replies; 18+ messages in thread
From: Dirk Heinrichs @ 2009-10-11 16:18 UTC (permalink / raw
To: gentoo-user
Am Sonntag 11 Oktober 2009 13:30:06 schrieb Peter Humphrey:
> What is the syntax for a single entry in package.mask to exclude the whole
> of kde:4?
When using paludis, that would be
=kde-base/*:4.3
or more general:
=<category>/*:<slot>
Don't know wether this works the same with portage, though.
HTH...
Dirk
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] Syntax for masking kde:4?
2009-10-11 11:30 [gentoo-user] Syntax for masking kde:4? Peter Humphrey
2009-10-11 14:49 ` Alan McKinnon
2009-10-11 16:18 ` Dirk Heinrichs
@ 2009-10-11 16:23 ` Volker Armin Hemmann
2009-10-11 17:04 ` Peter Humphrey
2009-10-11 19:16 ` [gentoo-user] " Nikos Chantziaras
` (2 subsequent siblings)
5 siblings, 1 reply; 18+ messages in thread
From: Volker Armin Hemmann @ 2009-10-11 16:23 UTC (permalink / raw
To: gentoo-user
On Sonntag 11 Oktober 2009, Peter Humphrey wrote:
> Hello list,
>
> In the last few days some parts of KDE v4 seem to have been moved into the
> stable tree, but on some of my boxes I want to exclude kde:4 (but not
> qt:4).
>
> What is the syntax for a single entry in package.mask to exclude the whole
> of kde:4? I did start masking each package separately, but that's far too
> much work - I'd finish up with an entry for every kde package that has a
> version 4. Also, "kde:4", which seems like the right thing to specify, is
> an invalid package atom according to eix.
>
> I can't see anything relevant in man pages or the gentoo kde configuration
> guide. Google hasn't helped me either.
>
since everything kde depends on kdelibs you could mask that
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] Syntax for masking kde:4?
2009-10-11 16:23 ` Volker Armin Hemmann
@ 2009-10-11 17:04 ` Peter Humphrey
2009-10-11 21:30 ` Alan McKinnon
0 siblings, 1 reply; 18+ messages in thread
From: Peter Humphrey @ 2009-10-11 17:04 UTC (permalink / raw
To: gentoo-user
On Sunday 11 October 2009 17:23:14 Volker Armin Hemmann wrote:
> since everything kde depends on kdelibs you could mask that
I tried that, but of course the problem is that I get a whole load of errors
because things that want to be installed can't be. I need to know how to
prevent those things being installed at all.
--
Rgds
Peter
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-user] Re: Syntax for masking kde:4?
2009-10-11 11:30 [gentoo-user] Syntax for masking kde:4? Peter Humphrey
` (2 preceding siblings ...)
2009-10-11 16:23 ` Volker Armin Hemmann
@ 2009-10-11 19:16 ` Nikos Chantziaras
2009-10-11 19:58 ` Chris Reffett
2009-10-12 9:37 ` Peter Humphrey
2009-10-14 12:28 ` [gentoo-user] " daid kahl
2009-10-14 12:38 ` Neil Bothwick
5 siblings, 2 replies; 18+ messages in thread
From: Nikos Chantziaras @ 2009-10-11 19:16 UTC (permalink / raw
To: gentoo-user
On 10/11/2009 02:30 PM, Peter Humphrey wrote:
> Hello list,
>
> In the last few days some parts of KDE v4 seem to have been moved into the
> stable tree, but on some of my boxes I want to exclude kde:4 (but not qt:4).
>
> What is the syntax for a single entry in package.mask to exclude the whole of
> kde:4? I did start masking each package separately, but that's far too much
> work - I'd finish up with an entry for every kde package that has a version
> 4. Also, "kde:4", which seems like the right thing to specify, is an invalid
> package atom according to eix.
>
> I can't see anything relevant in man pages or the gentoo kde configuration
> guide. Google hasn't helped me either.
Portage unfortunately doesn't allow wildcards in the package name of
atoms. But you can install KDE4 on one machine and then use:
qlist -ISLC kde-base/*:4.3
to generate a list to put in package.mask in the machines you don't want
KDE4. On my machine, the above command results in the following (it
should at least cut down on the rest of the packages you need to mask):
kde-base/ark:4.3
kde-base/dolphin:4.3
kde-base/drkonqi:4.3
kde-base/gwenview:4.3
kde-base/kamera:4.3
kde-base/kappfinder:4.3
kde-base/kapptemplate:4.3
kde-base/kate:4.3
kde-base/kcalc:4.3
kde-base/kcheckpass:4.3
kde-base/kcminit:4.3
kde-base/kcmshell:4.3
kde-base/kcolorchooser:4.3
kde-base/kcontrol:4.3
kde-base/kde-env:4.3
kde-base/kdeartwork-colorschemes:4.3
kde-base/kdeartwork-desktopthemes:4.3
kde-base/kdeartwork-emoticons:4.3
kde-base/kdeartwork-iconthemes:4.3
kde-base/kdeartwork-kscreensaver:4.3
kde-base/kdeartwork-meta:4.3
kde-base/kdeartwork-sounds:4.3
kde-base/kdeartwork-styles:4.3
kde-base/kdeartwork-wallpapers:4.3
kde-base/kdeartwork-weatherwallpapers:4.3
kde-base/kdebase-cursors:4.3
kde-base/kdebase-data:4.3
kde-base/kdebase-desktoptheme:4.3
kde-base/kdebase-kioslaves:4.3
kde-base/kdebase-menu:4.3
kde-base/kdebase-menu-icons:4.3
kde-base/kdebase-meta:4.3
kde-base/kdebase-startkde:4.3
kde-base/kdebase-wallpapers:4.3
kde-base/kdebugdialog:4.3
kde-base/kdegraphics-meta:4.3
kde-base/kdegraphics-strigi-analyzer:4.3
kde-base/kdelibs:4.3
kde-base/kdepasswd:4.3
kde-base/kdepimlibs:4.3
kde-base/kdeplasma-addons:4.3
kde-base/kdesu:4.3
kde-base/kdialog:4.3
kde-base/kdm:4.3
kde-base/kdnssd:4.3
kde-base/keditbookmarks:4.3
kde-base/keditfiletype:4.3
kde-base/kephal:4.3
kde-base/kfile:4.3
kde-base/kfind:4.3
kde-base/kfmclient:4.3
kde-base/kgamma:4.3
kde-base/kget:4.3
kde-base/kglobalaccel:4.3
kde-base/khelpcenter:4.3
kde-base/khotkeys:4.3
kde-base/kiconfinder:4.3
kde-base/kinfocenter:4.3
kde-base/kioclient:4.3
kde-base/klipper:4.3
kde-base/kmenuedit:4.3
kde-base/kmimetypefinder:4.3
kde-base/knetattach:4.3
kde-base/knewstuff:4.3
kde-base/knotify:4.3
kde-base/kolourpaint:4.3
kde-base/konqueror:4.3
kde-base/konsole:4.3
kde-base/kpasswdserver:4.3
kde-base/kquitapp:4.3
kde-base/krdc:4.3
kde-base/kreadconfig:4.3
kde-base/krosspython:4.3
kde-base/kruler:4.3
kde-base/krunner:4.3
kde-base/ksaneplugin:4.3
kde-base/kscreensaver:4.3
kde-base/ksmserver:4.3
kde-base/ksnapshot:4.3
kde-base/ksplash:4.3
kde-base/kstart:4.3
kde-base/kstartupconfig:4.3
kde-base/kstyles:4.3
kde-base/ksysguard:4.3
kde-base/ksystraycmd:4.3
kde-base/ktimezoned:4.3
kde-base/ktraderclient:4.3
kde-base/kuiserver:4.3
kde-base/kurifilter-plugins:4.3
kde-base/kwalletd:4.3
kde-base/kwin:4.3
kde-base/kwrite:4.3
kde-base/kwrited:4.3
kde-base/libkcddb:4.3
kde-base/libkdcraw:4.3
kde-base/libkexiv2:4.3
kde-base/libkipi:4.3
kde-base/libknotificationitem:4.3
kde-base/libkonq:4.3
kde-base/libksane:4.3
kde-base/libkworkspace:4.3
kde-base/libplasmaclock:4.3
kde-base/libtaskmanager:4.3
kde-base/nsplugins:4.3
kde-base/okular:4.3
kde-base/oxygen-icons:4.3
kde-base/phonon-kde:4.3
kde-base/plasma-apps:4.3
kde-base/plasma-runtime:4.3
kde-base/plasma-workspace:4.3
kde-base/powerdevil:4.3
kde-base/renamedlg-plugins:4.3
kde-base/solid:4.3
kde-base/solid-hardware:4.3
kde-base/solidautoeject:4.3
kde-base/soliduiserver:4.3
kde-base/svgpart:4.3
kde-base/systemsettings:4.3
kde-base/thumbnailers:4.3
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] Re: Syntax for masking kde:4?
2009-10-11 19:16 ` [gentoo-user] " Nikos Chantziaras
@ 2009-10-11 19:58 ` Chris Reffett
2009-10-11 20:01 ` Nikos Chantziaras
2009-10-12 9:37 ` Peter Humphrey
1 sibling, 1 reply; 18+ messages in thread
From: Chris Reffett @ 2009-10-11 19:58 UTC (permalink / raw
To: gentoo-user
Couldn't you just grab the kde 4.3 package.keyword list and append that
to package.mask, since it uses the same slot format?
Nikos Chantziaras wrote:
> On 10/11/2009 02:30 PM, Peter Humphrey wrote:
>> Hello list,
>>
>> In the last few days some parts of KDE v4 seem to have been moved
>> into the
>> stable tree, but on some of my boxes I want to exclude kde:4 (but not
>> qt:4).
>>
>> What is the syntax for a single entry in package.mask to exclude the
>> whole of
>> kde:4? I did start masking each package separately, but that's far
>> too much
>> work - I'd finish up with an entry for every kde package that has a
>> version
>> 4. Also, "kde:4", which seems like the right thing to specify, is an
>> invalid
>> package atom according to eix.
>>
>> I can't see anything relevant in man pages or the gentoo kde
>> configuration
>> guide. Google hasn't helped me either.
>
> Portage unfortunately doesn't allow wildcards in the package name of
> atoms. But you can install KDE4 on one machine and then use:
>
> qlist -ISLC kde-base/*:4.3
>
> to generate a list to put in package.mask in the machines you don't
> want KDE4. On my machine, the above command results in the following
> (it should at least cut down on the rest of the packages you need to
> mask):
>
> kde-base/ark:4.3
> kde-base/dolphin:4.3
> kde-base/drkonqi:4.3
> kde-base/gwenview:4.3
> kde-base/kamera:4.3
> kde-base/kappfinder:4.3
> kde-base/kapptemplate:4.3
> kde-base/kate:4.3
> kde-base/kcalc:4.3
> kde-base/kcheckpass:4.3
> kde-base/kcminit:4.3
> kde-base/kcmshell:4.3
> kde-base/kcolorchooser:4.3
> kde-base/kcontrol:4.3
> kde-base/kde-env:4.3
> kde-base/kdeartwork-colorschemes:4.3
> kde-base/kdeartwork-desktopthemes:4.3
> kde-base/kdeartwork-emoticons:4.3
> kde-base/kdeartwork-iconthemes:4.3
> kde-base/kdeartwork-kscreensaver:4.3
> kde-base/kdeartwork-meta:4.3
> kde-base/kdeartwork-sounds:4.3
> kde-base/kdeartwork-styles:4.3
> kde-base/kdeartwork-wallpapers:4.3
> kde-base/kdeartwork-weatherwallpapers:4.3
> kde-base/kdebase-cursors:4.3
> kde-base/kdebase-data:4.3
> kde-base/kdebase-desktoptheme:4.3
> kde-base/kdebase-kioslaves:4.3
> kde-base/kdebase-menu:4.3
> kde-base/kdebase-menu-icons:4.3
> kde-base/kdebase-meta:4.3
> kde-base/kdebase-startkde:4.3
> kde-base/kdebase-wallpapers:4.3
> kde-base/kdebugdialog:4.3
> kde-base/kdegraphics-meta:4.3
> kde-base/kdegraphics-strigi-analyzer:4.3
> kde-base/kdelibs:4.3
> kde-base/kdepasswd:4.3
> kde-base/kdepimlibs:4.3
> kde-base/kdeplasma-addons:4.3
> kde-base/kdesu:4.3
> kde-base/kdialog:4.3
> kde-base/kdm:4.3
> kde-base/kdnssd:4.3
> kde-base/keditbookmarks:4.3
> kde-base/keditfiletype:4.3
> kde-base/kephal:4.3
> kde-base/kfile:4.3
> kde-base/kfind:4.3
> kde-base/kfmclient:4.3
> kde-base/kgamma:4.3
> kde-base/kget:4.3
> kde-base/kglobalaccel:4.3
> kde-base/khelpcenter:4.3
> kde-base/khotkeys:4.3
> kde-base/kiconfinder:4.3
> kde-base/kinfocenter:4.3
> kde-base/kioclient:4.3
> kde-base/klipper:4.3
> kde-base/kmenuedit:4.3
> kde-base/kmimetypefinder:4.3
> kde-base/knetattach:4.3
> kde-base/knewstuff:4.3
> kde-base/knotify:4.3
> kde-base/kolourpaint:4.3
> kde-base/konqueror:4.3
> kde-base/konsole:4.3
> kde-base/kpasswdserver:4.3
> kde-base/kquitapp:4.3
> kde-base/krdc:4.3
> kde-base/kreadconfig:4.3
> kde-base/krosspython:4.3
> kde-base/kruler:4.3
> kde-base/krunner:4.3
> kde-base/ksaneplugin:4.3
> kde-base/kscreensaver:4.3
> kde-base/ksmserver:4.3
> kde-base/ksnapshot:4.3
> kde-base/ksplash:4.3
> kde-base/kstart:4.3
> kde-base/kstartupconfig:4.3
> kde-base/kstyles:4.3
> kde-base/ksysguard:4.3
> kde-base/ksystraycmd:4.3
> kde-base/ktimezoned:4.3
> kde-base/ktraderclient:4.3
> kde-base/kuiserver:4.3
> kde-base/kurifilter-plugins:4.3
> kde-base/kwalletd:4.3
> kde-base/kwin:4.3
> kde-base/kwrite:4.3
> kde-base/kwrited:4.3
> kde-base/libkcddb:4.3
> kde-base/libkdcraw:4.3
> kde-base/libkexiv2:4.3
> kde-base/libkipi:4.3
> kde-base/libknotificationitem:4.3
> kde-base/libkonq:4.3
> kde-base/libksane:4.3
> kde-base/libkworkspace:4.3
> kde-base/libplasmaclock:4.3
> kde-base/libtaskmanager:4.3
> kde-base/nsplugins:4.3
> kde-base/okular:4.3
> kde-base/oxygen-icons:4.3
> kde-base/phonon-kde:4.3
> kde-base/plasma-apps:4.3
> kde-base/plasma-runtime:4.3
> kde-base/plasma-workspace:4.3
> kde-base/powerdevil:4.3
> kde-base/renamedlg-plugins:4.3
> kde-base/solid:4.3
> kde-base/solid-hardware:4.3
> kde-base/solidautoeject:4.3
> kde-base/soliduiserver:4.3
> kde-base/svgpart:4.3
> kde-base/systemsettings:4.3
> kde-base/thumbnailers:4.3
>
>
>
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-user] Re: Syntax for masking kde:4?
2009-10-11 19:58 ` Chris Reffett
@ 2009-10-11 20:01 ` Nikos Chantziaras
2009-10-11 20:33 ` Chris Reffett
0 siblings, 1 reply; 18+ messages in thread
From: Nikos Chantziaras @ 2009-10-11 20:01 UTC (permalink / raw
To: gentoo-user
From where?
On 10/11/2009 10:58 PM, Chris Reffett wrote:
> Couldn't you just grab the kde 4.3 package.keyword list and append that
> to package.mask, since it uses the same slot format?
> Nikos Chantziaras wrote:
>> On 10/11/2009 02:30 PM, Peter Humphrey wrote:
>>> Hello list,
>>>
>>> In the last few days some parts of KDE v4 seem to have been moved
>>> into the
>>> stable tree, but on some of my boxes I want to exclude kde:4 (but not
>>> qt:4).
>>>
>>> What is the syntax for a single entry in package.mask to exclude the
>>> whole of
>>> kde:4? I did start masking each package separately, but that's far
>>> too much
>>> work - I'd finish up with an entry for every kde package that has a
>>> version
>>> 4. Also, "kde:4", which seems like the right thing to specify, is an
>>> invalid
>>> package atom according to eix.
>>>
>>> I can't see anything relevant in man pages or the gentoo kde
>>> configuration
>>> guide. Google hasn't helped me either.
>>
>> Portage unfortunately doesn't allow wildcards in the package name of
>> atoms. But you can install KDE4 on one machine and then use:
>>
>> qlist -ISLC kde-base/*:4.3
>>
>> to generate a list to put in package.mask in the machines you don't
>> want KDE4. On my machine, the above command results in the following
>> (it should at least cut down on the rest of the packages you need to
>> mask):
>>
>> kde-base/ark:4.3
>> kde-base/dolphin:4.3
>> kde-base/drkonqi:4.3
>> kde-base/gwenview:4.3
>> kde-base/kamera:4.3
>> kde-base/kappfinder:4.3
>> kde-base/kapptemplate:4.3
>> kde-base/kate:4.3
>> kde-base/kcalc:4.3
>> kde-base/kcheckpass:4.3
>> kde-base/kcminit:4.3
>> kde-base/kcmshell:4.3
>> kde-base/kcolorchooser:4.3
>> kde-base/kcontrol:4.3
>> kde-base/kde-env:4.3
>> kde-base/kdeartwork-colorschemes:4.3
>> kde-base/kdeartwork-desktopthemes:4.3
>> kde-base/kdeartwork-emoticons:4.3
>> kde-base/kdeartwork-iconthemes:4.3
>> kde-base/kdeartwork-kscreensaver:4.3
>> kde-base/kdeartwork-meta:4.3
>> kde-base/kdeartwork-sounds:4.3
>> kde-base/kdeartwork-styles:4.3
>> kde-base/kdeartwork-wallpapers:4.3
>> kde-base/kdeartwork-weatherwallpapers:4.3
>> kde-base/kdebase-cursors:4.3
>> kde-base/kdebase-data:4.3
>> kde-base/kdebase-desktoptheme:4.3
>> kde-base/kdebase-kioslaves:4.3
>> kde-base/kdebase-menu:4.3
>> kde-base/kdebase-menu-icons:4.3
>> kde-base/kdebase-meta:4.3
>> kde-base/kdebase-startkde:4.3
>> kde-base/kdebase-wallpapers:4.3
>> kde-base/kdebugdialog:4.3
>> kde-base/kdegraphics-meta:4.3
>> kde-base/kdegraphics-strigi-analyzer:4.3
>> kde-base/kdelibs:4.3
>> kde-base/kdepasswd:4.3
>> kde-base/kdepimlibs:4.3
>> kde-base/kdeplasma-addons:4.3
>> kde-base/kdesu:4.3
>> kde-base/kdialog:4.3
>> kde-base/kdm:4.3
>> kde-base/kdnssd:4.3
>> kde-base/keditbookmarks:4.3
>> kde-base/keditfiletype:4.3
>> kde-base/kephal:4.3
>> kde-base/kfile:4.3
>> kde-base/kfind:4.3
>> kde-base/kfmclient:4.3
>> kde-base/kgamma:4.3
>> kde-base/kget:4.3
>> kde-base/kglobalaccel:4.3
>> kde-base/khelpcenter:4.3
>> kde-base/khotkeys:4.3
>> kde-base/kiconfinder:4.3
>> kde-base/kinfocenter:4.3
>> kde-base/kioclient:4.3
>> kde-base/klipper:4.3
>> kde-base/kmenuedit:4.3
>> kde-base/kmimetypefinder:4.3
>> kde-base/knetattach:4.3
>> kde-base/knewstuff:4.3
>> kde-base/knotify:4.3
>> kde-base/kolourpaint:4.3
>> kde-base/konqueror:4.3
>> kde-base/konsole:4.3
>> kde-base/kpasswdserver:4.3
>> kde-base/kquitapp:4.3
>> kde-base/krdc:4.3
>> kde-base/kreadconfig:4.3
>> kde-base/krosspython:4.3
>> kde-base/kruler:4.3
>> kde-base/krunner:4.3
>> kde-base/ksaneplugin:4.3
>> kde-base/kscreensaver:4.3
>> kde-base/ksmserver:4.3
>> kde-base/ksnapshot:4.3
>> kde-base/ksplash:4.3
>> kde-base/kstart:4.3
>> kde-base/kstartupconfig:4.3
>> kde-base/kstyles:4.3
>> kde-base/ksysguard:4.3
>> kde-base/ksystraycmd:4.3
>> kde-base/ktimezoned:4.3
>> kde-base/ktraderclient:4.3
>> kde-base/kuiserver:4.3
>> kde-base/kurifilter-plugins:4.3
>> kde-base/kwalletd:4.3
>> kde-base/kwin:4.3
>> kde-base/kwrite:4.3
>> kde-base/kwrited:4.3
>> kde-base/libkcddb:4.3
>> kde-base/libkdcraw:4.3
>> kde-base/libkexiv2:4.3
>> kde-base/libkipi:4.3
>> kde-base/libknotificationitem:4.3
>> kde-base/libkonq:4.3
>> kde-base/libksane:4.3
>> kde-base/libkworkspace:4.3
>> kde-base/libplasmaclock:4.3
>> kde-base/libtaskmanager:4.3
>> kde-base/nsplugins:4.3
>> kde-base/okular:4.3
>> kde-base/oxygen-icons:4.3
>> kde-base/phonon-kde:4.3
>> kde-base/plasma-apps:4.3
>> kde-base/plasma-runtime:4.3
>> kde-base/plasma-workspace:4.3
>> kde-base/powerdevil:4.3
>> kde-base/renamedlg-plugins:4.3
>> kde-base/solid:4.3
>> kde-base/solid-hardware:4.3
>> kde-base/solidautoeject:4.3
>> kde-base/soliduiserver:4.3
>> kde-base/svgpart:4.3
>> kde-base/systemsettings:4.3
>> kde-base/thumbnailers:4.3
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] Re: Syntax for masking kde:4?
2009-10-11 20:01 ` Nikos Chantziaras
@ 2009-10-11 20:33 ` Chris Reffett
2009-10-11 22:08 ` Jonathan Callen
0 siblings, 1 reply; 18+ messages in thread
From: Chris Reffett @ 2009-10-11 20:33 UTC (permalink / raw
To: gentoo-user
It could be manually downloaded from
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.3.keywords;hb=master
Nikos Chantziaras wrote:
> From where?
>
> On 10/11/2009 10:58 PM, Chris Reffett wrote:
>> Couldn't you just grab the kde 4.3 package.keyword list and append that
>> to package.mask, since it uses the same slot format?
>> Nikos Chantziaras wrote:
>>> On 10/11/2009 02:30 PM, Peter Humphrey wrote:
>>>> Hello list,
>>>>
>>>> In the last few days some parts of KDE v4 seem to have been moved
>>>> into the
>>>> stable tree, but on some of my boxes I want to exclude kde:4 (but not
>>>> qt:4).
>>>>
>>>> What is the syntax for a single entry in package.mask to exclude the
>>>> whole of
>>>> kde:4? I did start masking each package separately, but that's far
>>>> too much
>>>> work - I'd finish up with an entry for every kde package that has a
>>>> version
>>>> 4. Also, "kde:4", which seems like the right thing to specify, is an
>>>> invalid
>>>> package atom according to eix.
>>>>
>>>> I can't see anything relevant in man pages or the gentoo kde
>>>> configuration
>>>> guide. Google hasn't helped me either.
>>>
>>> Portage unfortunately doesn't allow wildcards in the package name of
>>> atoms. But you can install KDE4 on one machine and then use:
>>>
>>> qlist -ISLC kde-base/*:4.3
>>>
>>> to generate a list to put in package.mask in the machines you don't
>>> want KDE4. On my machine, the above command results in the following
>>> (it should at least cut down on the rest of the packages you need to
>>> mask):
>>>
>>> kde-base/ark:4.3
>>> kde-base/dolphin:4.3
>>> kde-base/drkonqi:4.3
>>> kde-base/gwenview:4.3
>>> kde-base/kamera:4.3
>>> kde-base/kappfinder:4.3
>>> kde-base/kapptemplate:4.3
>>> kde-base/kate:4.3
>>> kde-base/kcalc:4.3
>>> kde-base/kcheckpass:4.3
>>> kde-base/kcminit:4.3
>>> kde-base/kcmshell:4.3
>>> kde-base/kcolorchooser:4.3
>>> kde-base/kcontrol:4.3
>>> kde-base/kde-env:4.3
>>> kde-base/kdeartwork-colorschemes:4.3
>>> kde-base/kdeartwork-desktopthemes:4.3
>>> kde-base/kdeartwork-emoticons:4.3
>>> kde-base/kdeartwork-iconthemes:4.3
>>> kde-base/kdeartwork-kscreensaver:4.3
>>> kde-base/kdeartwork-meta:4.3
>>> kde-base/kdeartwork-sounds:4.3
>>> kde-base/kdeartwork-styles:4.3
>>> kde-base/kdeartwork-wallpapers:4.3
>>> kde-base/kdeartwork-weatherwallpapers:4.3
>>> kde-base/kdebase-cursors:4.3
>>> kde-base/kdebase-data:4.3
>>> kde-base/kdebase-desktoptheme:4.3
>>> kde-base/kdebase-kioslaves:4.3
>>> kde-base/kdebase-menu:4.3
>>> kde-base/kdebase-menu-icons:4.3
>>> kde-base/kdebase-meta:4.3
>>> kde-base/kdebase-startkde:4.3
>>> kde-base/kdebase-wallpapers:4.3
>>> kde-base/kdebugdialog:4.3
>>> kde-base/kdegraphics-meta:4.3
>>> kde-base/kdegraphics-strigi-analyzer:4.3
>>> kde-base/kdelibs:4.3
>>> kde-base/kdepasswd:4.3
>>> kde-base/kdepimlibs:4.3
>>> kde-base/kdeplasma-addons:4.3
>>> kde-base/kdesu:4.3
>>> kde-base/kdialog:4.3
>>> kde-base/kdm:4.3
>>> kde-base/kdnssd:4.3
>>> kde-base/keditbookmarks:4.3
>>> kde-base/keditfiletype:4.3
>>> kde-base/kephal:4.3
>>> kde-base/kfile:4.3
>>> kde-base/kfind:4.3
>>> kde-base/kfmclient:4.3
>>> kde-base/kgamma:4.3
>>> kde-base/kget:4.3
>>> kde-base/kglobalaccel:4.3
>>> kde-base/khelpcenter:4.3
>>> kde-base/khotkeys:4.3
>>> kde-base/kiconfinder:4.3
>>> kde-base/kinfocenter:4.3
>>> kde-base/kioclient:4.3
>>> kde-base/klipper:4.3
>>> kde-base/kmenuedit:4.3
>>> kde-base/kmimetypefinder:4.3
>>> kde-base/knetattach:4.3
>>> kde-base/knewstuff:4.3
>>> kde-base/knotify:4.3
>>> kde-base/kolourpaint:4.3
>>> kde-base/konqueror:4.3
>>> kde-base/konsole:4.3
>>> kde-base/kpasswdserver:4.3
>>> kde-base/kquitapp:4.3
>>> kde-base/krdc:4.3
>>> kde-base/kreadconfig:4.3
>>> kde-base/krosspython:4.3
>>> kde-base/kruler:4.3
>>> kde-base/krunner:4.3
>>> kde-base/ksaneplugin:4.3
>>> kde-base/kscreensaver:4.3
>>> kde-base/ksmserver:4.3
>>> kde-base/ksnapshot:4.3
>>> kde-base/ksplash:4.3
>>> kde-base/kstart:4.3
>>> kde-base/kstartupconfig:4.3
>>> kde-base/kstyles:4.3
>>> kde-base/ksysguard:4.3
>>> kde-base/ksystraycmd:4.3
>>> kde-base/ktimezoned:4.3
>>> kde-base/ktraderclient:4.3
>>> kde-base/kuiserver:4.3
>>> kde-base/kurifilter-plugins:4.3
>>> kde-base/kwalletd:4.3
>>> kde-base/kwin:4.3
>>> kde-base/kwrite:4.3
>>> kde-base/kwrited:4.3
>>> kde-base/libkcddb:4.3
>>> kde-base/libkdcraw:4.3
>>> kde-base/libkexiv2:4.3
>>> kde-base/libkipi:4.3
>>> kde-base/libknotificationitem:4.3
>>> kde-base/libkonq:4.3
>>> kde-base/libksane:4.3
>>> kde-base/libkworkspace:4.3
>>> kde-base/libplasmaclock:4.3
>>> kde-base/libtaskmanager:4.3
>>> kde-base/nsplugins:4.3
>>> kde-base/okular:4.3
>>> kde-base/oxygen-icons:4.3
>>> kde-base/phonon-kde:4.3
>>> kde-base/plasma-apps:4.3
>>> kde-base/plasma-runtime:4.3
>>> kde-base/plasma-workspace:4.3
>>> kde-base/powerdevil:4.3
>>> kde-base/renamedlg-plugins:4.3
>>> kde-base/solid:4.3
>>> kde-base/solid-hardware:4.3
>>> kde-base/solidautoeject:4.3
>>> kde-base/soliduiserver:4.3
>>> kde-base/svgpart:4.3
>>> kde-base/systemsettings:4.3
>>> kde-base/thumbnailers:4.3
>
>
>
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] Syntax for masking kde:4?
2009-10-11 17:04 ` Peter Humphrey
@ 2009-10-11 21:30 ` Alan McKinnon
2009-10-12 9:30 ` Peter Humphrey
0 siblings, 1 reply; 18+ messages in thread
From: Alan McKinnon @ 2009-10-11 21:30 UTC (permalink / raw
To: gentoo-user
On Sunday 11 October 2009 19:04:57 Peter Humphrey wrote:
> On Sunday 11 October 2009 17:23:14 Volker Armin Hemmann wrote:
> > since everything kde depends on kdelibs you could mask that
>
> I tried that, but of course the problem is that I get a whole load of
> errors because things that want to be installed can't be. I need to know
> how to prevent those things being installed at all.
>
Have you considered simply not installing them at all? If you don't want
apache, cups, syslog-ng and bind you don't take any special steps, you simply
don't emerge them.
Unless of course you do want kde:3.5 (I don't recall if you mentioned that or
not).
OT: I really like kde:4 myself, but it's such a different product to kde:3.5
that I honestly feel it's official name should have been kde4. If the kde devs
had done that, your issue would simply never have happened. This versioning is
causing problems for many people, you are not the only one wanting to avoid
kde:4
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 18+ messages in thread
* [gentoo-user] Re: Syntax for masking kde:4?
2009-10-11 20:33 ` Chris Reffett
@ 2009-10-11 22:08 ` Jonathan Callen
0 siblings, 0 replies; 18+ messages in thread
From: Jonathan Callen @ 2009-10-11 22:08 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Chris Reffett wrote:
> It could be manually downloaded from
> http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.keywords/kde-4.3.keywords;hb=master
>
We actually have a package.mask file for KDE 4.3 at [1]. This file
*only* contains the KDE 4.3 packages, as opposed to the p.keywords file,
which also contains some of KDE's dependencies.
[1]
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=blob_plain;f=Documentation/package.unmask/kde-4.3;hb=master
- --
Jonathan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkrSV0kACgkQOypDUo0oQOondwCdGRJowiTlQMBnfSYXUcYmg2+g
IwwAnR0UltyqiDakkQ4/GIjOeBuEi3Sh
=TlLL
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] Syntax for masking kde:4?
2009-10-11 21:30 ` Alan McKinnon
@ 2009-10-12 9:30 ` Peter Humphrey
2009-10-12 9:58 ` Dale
2009-10-12 10:11 ` Alan McKinnon
0 siblings, 2 replies; 18+ messages in thread
From: Peter Humphrey @ 2009-10-12 9:30 UTC (permalink / raw
To: gentoo-user
On Sunday 11 October 2009 22:30:29 Alan McKinnon wrote:
> Have you considered simply not installing them at all? If you don't want
> apache, cups, syslog-ng and bind you don't take any special steps, you
> simply don't emerge them.
No, but those are single packages, more or less. KDE is hundreds of packages -
not the same scale at all.
> Unless of course you do want kde:3.5 (I don't recall if you mentioned that
> or not).
Yes, where a GUI is installed it's kde:3.5, and I want to keep it, except on a
test box where it can be kept safely confined.
> OT: I really like kde:4 myself, but it's such a different product to
> kde:3.5 that I honestly feel it's official name should have been kde4. If
> the kde devs had done that, your issue would simply never have happened.
> This versioning is causing problems for many people, you are not the only
> one wanting to avoid kde:4
Oh woe! I've just run a sync and found another 25 of them. The other day I put
13 entries into package.mask and that held the fort for the time; now I have
another battle to fight. There will be more, too.
What I need is an automask to complement autounmask, or perhaps a kde4 USE
flag.
--
Rgds
Peter
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] Re: Syntax for masking kde:4?
2009-10-11 19:16 ` [gentoo-user] " Nikos Chantziaras
2009-10-11 19:58 ` Chris Reffett
@ 2009-10-12 9:37 ` Peter Humphrey
1 sibling, 0 replies; 18+ messages in thread
From: Peter Humphrey @ 2009-10-12 9:37 UTC (permalink / raw
To: gentoo-user
On Sunday 11 October 2009 20:16:24 Nikos Chantziaras wrote:
> Portage unfortunately doesn't allow wildcards in the package name of
> atoms. But you can install KDE4 on one machine and then use:
>
> qlist -ISLC kde-base/*:4.3
>
> to generate a list to put in package.mask in the machines you don't want
> KDE4. On my machine, the above command results in the following (it
> should at least cut down on the rest of the packages you need to mask):
Excellent idea! I'll get started straight away - thanks Nikos.
A third possibility, besides the two I mentioned just now: a good dose of
lateral thinking.
--
Rgds
Peter
PS. Thanks also to Jonathan C who's saved me even that little trouble.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] Syntax for masking kde:4?
2009-10-12 9:30 ` Peter Humphrey
@ 2009-10-12 9:58 ` Dale
2009-10-12 10:11 ` Alan McKinnon
1 sibling, 0 replies; 18+ messages in thread
From: Dale @ 2009-10-12 9:58 UTC (permalink / raw
To: gentoo-user
Peter Humphrey wrote:
> On Sunday 11 October 2009 22:30:29 Alan McKinnon wrote:
>
>
>> Have you considered simply not installing them at all? If you don't want
>> apache, cups, syslog-ng and bind you don't take any special steps, you
>> simply don't emerge them.
>>
>
> No, but those are single packages, more or less. KDE is hundreds of packages -
> not the same scale at all.
>
>
>> Unless of course you do want kde:3.5 (I don't recall if you mentioned that
>> or not).
>>
>
> Yes, where a GUI is installed it's kde:3.5, and I want to keep it, except on a
> test box where it can be kept safely confined.
>
>
>> OT: I really like kde:4 myself, but it's such a different product to
>> kde:3.5 that I honestly feel it's official name should have been kde4. If
>> the kde devs had done that, your issue would simply never have happened.
>> This versioning is causing problems for many people, you are not the only
>> one wanting to avoid kde:4
>>
>
> Oh woe! I've just run a sync and found another 25 of them. The other day I put
> 13 entries into package.mask and that held the fort for the time; now I have
> another battle to fight. There will be more, too.
>
> What I need is an automask to complement autounmask, or perhaps a kde4 USE
> flag.
>
>
I would do as someone else suggested, run autounmask for kde 4 and move
the list package.unmask to package.mask. You would likely have to add
to that over time but it is at least a start. Keep in mind, once KDE 4
is stable, you can't use autounmask to do this since it is already
unmasked.
According to -dev, KDE 4 is going stable pretty soon.
http://bugs.gentoo.org/show_bug.cgi?id=287697 It's already in the works.
Dale
:-) :-)
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] Syntax for masking kde:4?
2009-10-12 9:30 ` Peter Humphrey
2009-10-12 9:58 ` Dale
@ 2009-10-12 10:11 ` Alan McKinnon
1 sibling, 0 replies; 18+ messages in thread
From: Alan McKinnon @ 2009-10-12 10:11 UTC (permalink / raw
To: gentoo-user
On Monday 12 October 2009 11:30:22 Peter Humphrey wrote:
> > OT: I really like kde:4 myself, but it's such a different product to
> > kde:3.5 that I honestly feel it's official name should have been kde4. If
> > the kde devs had done that, your issue would simply never have happened.
> > This versioning is causing problems for many people, you are not the only
> > one wanting to avoid kde:4
>
> Oh woe! I've just run a sync and found another 25 of them. The other day I
> put 13 entries into package.mask and that held the fort for the time; now
> I have another battle to fight. There will be more, too.
Yes, there will be more. And it's not likely to stop.
It really is a pity that two different products have the same name with
different slots. Causes no end of trouble, as you are seeing.
But it's too late to change it now
> What I need is an automask to complement autounmask, or perhaps a kde4 USE
> flag.
autounmask outputs a file, right? Move it from the package.unmask to the
package.mask area - the format is the same for both.
A USE flag won't help you here. USE s to enable/disable *features* of certain
packages, not enable/disable entire packages or prevent them from being
installed.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] Syntax for masking kde:4?
2009-10-11 11:30 [gentoo-user] Syntax for masking kde:4? Peter Humphrey
` (3 preceding siblings ...)
2009-10-11 19:16 ` [gentoo-user] " Nikos Chantziaras
@ 2009-10-14 12:28 ` daid kahl
2009-10-14 12:38 ` Neil Bothwick
5 siblings, 0 replies; 18+ messages in thread
From: daid kahl @ 2009-10-14 12:28 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 858 bytes --]
> What is the syntax for a single entry in package.mask to exclude the whole of
> kde:4? I did start masking each package separately, but that's far too much
> work - I'd finish up with an entry for every kde package that has a version
> 4. Also, "kde:4", which seems like the right thing to specify, is an invalid
> package atom according to eix.
Sorry for the late reply. I attach 3 files with tell-tale names to
mask all of kde-4 (I was previously running ~x86).
Throw them in /etc/portage/package.mask
I might have been goofing around with one or two things...
I think, for example, I needed to turn of the KDE use flag on svn in
package.use:
dev-util/subversion -kde
Since it wants me to upgrade kdelibs to 4 something otherwise.
When a new kde-4 comes out, I copy an old one and do a find-replace on
like 4.2 to 4.3 or something..
Cheers,
daid
[-- Attachment #2: kde-4.1-mask.text --]
[-- Type: text/plain, Size: 6174 bytes --]
#Other fixes
>=media-sound/amarok-1.9
kde-base/kdepim-meta:4.1
# KDE deps
=kde-base/qimageblitz-0.0*
# KDE base libs
kde-base/kdelibs:4.1
kde-base/kdepimlibs:4.1
kde-base/libkcddb:4.1
kde-base/libkcompactdisc:4.1
kde-base/libkdcraw:4.1
kde-base/libkdeedu:4.1
kde-base/libkdepim:4.1
kde-base/libkexiv2:4.1
kde-base/libkholidays:4.1
kde-base/libkipi:4.1
kde-base/libkleo:4.1
kde-base/libkonq:4.1
kde-base/libkpgp:4.1
kde-base/libksane:4.1
kde-base/libksieve:4.1
kde-base/libkworkspace:4.1
kde-base/libplasma:4.1
kde-base/libtaskmanager:4.1
# KDE packages
kde-base/akonadi:4.1
kde-base/akregator:4.1
kde-base/amor:4.1
kde-base/ark:4.1
kde-base/blinken:4.1
kde-base/bovo:4.1
kde-base/cervisia:4.1
kde-base/dolphin:4.1
kde-base/dragonplayer:4.1
kde-base/drkonqi:4.1
kde-base/gwenview:4.1
kde-base/juk:4.1
kde-base/kaddressbook:4.1
kde-base/kalarm:4.1
kde-base/kalgebra:4.1
kde-base/kalzium:4.1
kde-base/kamera:4.1
kde-base/kanagram:4.1
kde-base/kappfinder:4.1
kde-base/kapptemplate:4.1
kde-base/kate:4.1
kde-base/katomic:4.1
kde-base/kbattleship:4.1
kde-base/kblackbox:4.1
kde-base/kblocks:4.1
kde-base/kbounce:4.1
kde-base/kbreakout:4.1
kde-base/kbruch:4.1
kde-base/kbugbuster:4.1
kde-base/kcachegrind:4.1
kde-base/kcalc:4.1
kde-base/kcharselect:4.1
kde-base/kcheckpass:4.1
kde-base/kcminit:4.1
kde-base/kcmshell:4.1
kde-base/kcolorchooser:4.1
kde-base/kcontrol:4.1
kde-base/kcron:4.1
kde-base/kde-l10n:4.1
kde-base/kde-meta:4.1
kde-base/kdeaccessibility-colorschemes:4.1
kde-base/kdeaccessibility-iconthemes:4.1
kde-base/kdeaccessibility-meta:4.1
kde-base/kdeaccounts-plugin:4.1
kde-base/kdeadmin-meta:4.1
kde-baes/kdeadmin-optional:4.1
kde-base/kdeartwork-colorschemes:4.1
kde-base/kdeartwork-emoticons:4.1
kde-base/kdeartwork-icewm-themes:4.1
kde-base/kdeartwork-iconthemes:4.1
kde-base/kdeartwork-kscreensaver:4.1
kde-base/kdeartwork-kworldclock:4.1
kde-base/kdeartwork-meta:4.1
kde-base/kdeartwork-sounds:4.1
kde-base/kdeartwork-styles:4.1
kde-base/kdeartwork-wallpapers:4.1
kde-base/kdebase-cursors:4.1
kde-base/kdebase-data:4.1
kde-base/kdebase-kioslaves:4.1
kde-base/kdebase-meta:4.1
kde-base/kdebase-startkde:4.1
kde-base/kdebugdialog:4.1
kde-base/kdeedu-meta:4.1
kde-base/kdegames-meta:4.1
kde-base/kdegames-optional:4.1
kde-base/kdegraphics-meta:4.1
kde-base/kdegraphics-strigi-analyzer:4.1
kde-base/kde-menu:4.1
kde-base/kde-menu-icons:4.1
kde-base/kdemaildir:4.1
kde-base/kdemultimedia-kioslaves:4.1
kde-base/kdemultimedia-meta:4.1
kde-base/kdenetwork-filesharing:4.1
kde-base/kdenetwork-meta:4.1
kde-base/kdepasswd:4.1
kde-base/kdepim-kresources:4.1
kde-base/kdepim-strigi-analyzer:4.1
kde-base/kdepim-wizards:4.1
kde-base/kdeplasma-addons:4.1
kde-base/kdesdk-kioslaves:4.1
kde-base/kdesdk-meta:4.1
kde-base/kdesdk-misc:4.1
kde-base/kdesdk-scripts:4.1
kde-base/kdesdk-strigi-analyzer:4.1
kde-base/kdessh:4.1
kde-base/kdesu:4.1
kde-base/kdetoys-meta:4.1
kde-base/kdeutils-meta:4.1
kde-base/kdeutils-optional:4.1
kde-base/kde-wallpapers:4.1
kde-base/kdf:4.1
kde-base/kdialog:4.1
kde-base/kdiamond:4.1
kde-base/kdm:4.1
kde-base/kdnssd:4.1
kde-base/keditbookmarks:4.1
kde-base/kfile:4.1
kde-base/kfind:4.1
kde-base/kfloppy:4.1
kde-base/kfourinline:4.1
kde-base/kgamma:4.1
kde-base/kgeography:4.1
kde-base/kget:4.1
kde-base/kgoldrunner:4.1
kde-base/kgpg:4.1
kde-base/khangman:4.1
kde-base/khelpcenter:4.1
kde-base/khotkeys:4.1
kde-base/kiconfinder:4.1
kde-base/kig:4.1
kde-base/kinfocenter:4.1
kde-base/kioclient:4.1
kde-base/kiriki:4.1
kde-base/kitchensync:4.1
kde-base/kiten:4.1
kde-base/kjots:4.1
kde-base/kjumpingcube:4.1
kde-base/kleopatra:4.1
kde-base/klettres:4.1
kde-base/klines:4.1
kde-base/klipper:4.1
kde-base/kmag:4.1
kde-base/kmahjongg:4.1
kde-base/kmail:4.1
kde-base/kmailcvt:4.1
kde-base/kmenuedit:4.1
kde-base/kmimetypefinder:4.1
kde-base/kmines:4.1
kde-base/kmix:4.1
kde-base/kmousetool:4.1
kde-base/kmouth:4.1
kde-base/kmplot:4.1
kde-base/knetattach:4.1
kde-base/knetwalk:4.1
kde-base/knetworkconf:4.1
kde-base/knewsticker:4.1
kde-base/knewstuff:4.1
kde-base/knode:4.1
kde-base/knotes:4.1
kde-base/knotify:4.1
kde-base/kode:4.1
kde-base/kolf:4.1
kde-base/kollision:4.1
kde-base/kolourpaint:4.1
kde-base/kompare:4.1
kde-base/konqueror:4.1
kde-base/konquest:4.1
kde-base/konsole:4.1
kde-base/kontact:4.1
kde-base/kontactinterfaces:4.1
kde-base/kopete:4.1
kde-base/korganizer:4.1
kde-base/korn:4.1
kde-base/kpackage:4.1
kde-base/kpasswdserver:4.1
kde-base/kpat:4.1
kde-base/kpercentage:4.1
kde-base/kppp:4.1
kde-base/kquitapp:4.1
kde-base/krdc:4.1
kde-base/kreadconfig:4.1
kde-base/kreversi:4.1
kde-base/krfb:4.1
kde-base/kruler:4.1
kde-base/krunner:4.1
kde-base/ksame:4.1
kde-base/kscd:4.1
kde-base/kscreensaver:4.1
kde-base/kshisen:4.1
kde-base/ksirk:4.1
kde-base/ksmserver:4.1
kde-base/ksnapshot:4.1
kde-base/kspaceduel:4.1
kde-base/ksplash:4.1
kde-base/ksquares:4.1
kde-base/kstars:4.1
kde-base/kstart:4.1
kde-base/kstartperf:4.1
kde-base/kstartupconfig:4.1
kde-base/kstyles:4.1
kde-base/ksudoku:4.1
kde-base/ksysguard:4.1
kde-base/ksystemlog:4.1
kde-base/ksystraycmd:4.1
kde-base/kteatime:4.1
kde-base/ktimer:4.1
kde-base/ktimetracker:4.1
kde-base/ktimezoned:4.1
kde-base/ktnef:4.1
kde-base/ktouch:4.1
kde-base/ktraderclient:4.1
kde-base/kttsd:4.1
kde-base/ktuberling:4.1
kde-base/kturtle:4.1
kde-base/ktux:4.1
kde-base/kubrick:4.1
kde-base/kuiserver:4.1
kde-base/kuiviewer:4.1
kde-base/kurifilter-plugins:4.1
kde-base/kuser:4.1
kde-base/kwallet:4.1
kde-base/kweather:4.1
kde-base/kwin:4.1
kde-base/kwrite:4.1
kde-base/kwordquiz:4.1
kde-base/libkdegames:4.1
kde-base/libkmahjongg:4.1
kde-base/lilo-config:4.1
kde-base/lokalize:4.1
kde-base/lskat:4.1
kde-base/marble:4.1
kde-base/mimelib:4.1
kde-base/nepomuk:4.1
kde-base/nsplugins:4.1
kde-base/okteta:4.1
kde-base/okular:4.1
kde-base/parley:4.1
kde-base/phonon-xine:4.1
kde-base/plasma-apps:4.1
kde-base/plasma-workspace:4.1
kde-base/renamedlg-plugins:4.1
kde-base/solid:4.1
kde-base/solid-hardware:4.1
kde-base/soliduiserver:4.1
kde-base/step:4.1
kde-base/superkaramba:4.1
kde-base/svgpart:4.1
kde-base/sweeper:4.1
kde-base/systemsettings:4.1
kde-base/umbrello:4.1
# kde misc stuff
kde-base/kdepim-icons:4.1
media-sound/phonon
kde-base/automoc
kde-base/kommander:4.1
kde-base/kfilereplace:4.1
[-- Attachment #3: kde-4.2-mask.text --]
[-- Type: text/plain, Size: 6278 bytes --]
#Other fixes
>=media-sound/amarok-1.9
kde-base/kdepim-meta:4.2
# KDE deps
=kde-base/qimageblitz-0.0*
# KDE base libs
kde-base/kdelibs:4.2
kde-base/kdepimlibs:4.2
kde-base/libkcddb:4.2
kde-base/libkcompactdisc:4.2
kde-base/libkdcraw:4.2
kde-base/libkdeedu:4.2
kde-base/libkdepim:4.2
kde-base/libkexiv2:4.2
kde-base/libkholidays:4.2
kde-base/libkipi:4.2
kde-base/libkleo:4.2
kde-base/libkonq:4.2
kde-base/libkpgp:4.2
kde-base/libksane:4.2
kde-base/libksieve:4.2
kde-base/libkworkspace:4.2
kde-base/libplasma:4.2
kde-base/libtaskmanager:4.2
# KDE packages
kde-base/akonadi:4.2
kde-base/akregator:4.2
kde-base/amor:4.2
kde-base/ark:4.2
kde-base/blinken:4.2
kde-base/bovo:4.2
kde-base/cervisia:4.2
kde-base/dolphin:4.2
kde-base/dragonplayer:4.2
kde-base/drkonqi:4.2
kde-base/gwenview:4.2
kde-base/juk:4.2
kde-base/kaddressbook:4.2
kde-base/kalarm:4.2
kde-base/kalgebra:4.2
kde-base/kalzium:4.2
kde-base/kamera:4.2
kde-base/kanagram:4.2
kde-base/kappfinder:4.2
kde-base/kapptemplate:4.2
kde-base/kate:4.2
kde-base/katomic:4.2
kde-base/kbattleship:4.2
kde-base/kblackbox:4.2
kde-base/kblocks:4.2
kde-base/kbounce:4.2
kde-base/kbreakout:4.2
kde-base/kbruch:4.2
kde-base/kbugbuster:4.2
kde-base/kcachegrind:4.2
kde-base/kcalc:4.2
kde-base/kcharselect:4.2
kde-base/kcheckpass:4.2
kde-base/kcminit:4.2
kde-base/kcmshell:4.2
kde-base/kcolorchooser:4.2
kde-base/kcontrol:4.2
kde-base/kcron:4.2
kde-base/kde-l10n:4.2
kde-base/kde-meta:4.2
kde-base/kdeaccessibility-colorschemes:4.2
kde-base/kdeaccessibility-iconthemes:4.2
kde-base/kdeaccessibility-meta:4.2
kde-base/kdeaccounts-plugin:4.2
kde-base/kdeadmin-meta:4.2
kde-baes/kdeadmin-optional:4.2
kde-base/kdeartwork-colorschemes:4.2
kde-base/kdeartwork-emoticons:4.2
kde-base/kdeartwork-icewm-themes:4.2
kde-base/kdeartwork-iconthemes:4.2
kde-base/kdeartwork-kscreensaver:4.2
kde-base/kdeartwork-kworldclock:4.2
kde-base/kdeartwork-meta:4.2
kde-base/kdeartwork-sounds:4.2
kde-base/kdeartwork-styles:4.2
kde-base/kdeartwork-wallpapers:4.2
kde-base/kdebase-cursors:4.2
kde-base/kdebase-data:4.2
kde-base/kdebase-kioslaves:4.2
kde-base/kdebase-meta:4.2
kde-base/kdebase-startkde:4.2
kde-base/kdebugdialog:4.2
kde-base/kdeedu-meta:4.2
kde-base/kdegames-meta:4.2
kde-base/kdegames-optional:4.2
kde-base/kdegraphics-meta:4.2
kde-base/kdegraphics-strigi-analyzer:4.2
kde-base/kde-menu:4.2
kde-base/kde-menu-icons:4.2
kde-base/kdemaildir:4.2
kde-base/kdemultimedia-kioslaves:4.2
kde-base/kdemultimedia-meta:4.2
kde-base/kdenetwork-filesharing:4.2
kde-base/kdenetwork-meta:4.2
kde-base/kdepasswd:4.2
kde-base/kdepim-kresources:4.2
kde-base/kdepim-strigi-analyzer:4.2
kde-base/kdepim-wizards:4.2
kde-base/kdeplasma-addons:4.2
kde-base/kdesdk-kioslaves:4.2
kde-base/kdesdk-meta:4.2
kde-base/kdesdk-misc:4.2
kde-base/kdesdk-scripts:4.2
kde-base/kdesdk-strigi-analyzer:4.2
kde-base/kdessh:4.2
kde-base/kdesu:4.2
kde-base/kdetoys-meta:4.2
kde-base/kdeutils-meta:4.2
kde-base/kdeutils-optional:4.2
kde-base/kde-wallpapers:4.2
kde-base/kdf:4.2
kde-base/kdialog:4.2
kde-base/kdiamond:4.2
kde-base/kdm:4.2
kde-base/kdnssd:4.2
kde-base/keditbookmarks:4.2
kde-base/kfile:4.2
kde-base/kfind:4.2
kde-base/kfloppy:4.2
kde-base/kfourinline:4.2
kde-base/kgamma:4.2
kde-base/kgeography:4.2
kde-base/kget:4.2
kde-base/kgoldrunner:4.2
kde-base/kgpg:4.2
kde-base/khangman:4.2
kde-base/khelpcenter:4.2
kde-base/khotkeys:4.2
kde-base/kiconfinder:4.2
kde-base/kig:4.2
kde-base/kinfocenter:4.2
kde-base/kioclient:4.2
kde-base/kiriki:4.2
kde-base/kitchensync:4.2
kde-base/kiten:4.2
kde-base/kjots:4.2
kde-base/kjumpingcube:4.2
kde-base/kleopatra:4.2
kde-base/klettres:4.2
kde-base/klines:4.2
kde-base/klipper:4.2
kde-base/kmag:4.2
kde-base/kmahjongg:4.2
kde-base/kmail:4.2
kde-base/kmailcvt:4.2
kde-base/kmenuedit:4.2
kde-base/kmimetypefinder:4.2
kde-base/kmines:4.2
kde-base/kmix:4.2
kde-base/kmousetool:4.2
kde-base/kmouth:4.2
kde-base/kmplot:4.2
kde-base/knetattach:4.2
kde-base/knetwalk:4.2
kde-base/knetworkconf:4.2
kde-base/knewsticker:4.2
kde-base/knewstuff:4.2
kde-base/knode:4.2
kde-base/knotes:4.2
kde-base/knotify:4.2
kde-base/kode:4.2
kde-base/kolf:4.2
kde-base/kollision:4.2
kde-base/kolourpaint:4.2
kde-base/kompare:4.2
kde-base/konqueror:4.2
kde-base/konquest:4.2
kde-base/konsole:4.2
kde-base/kontact:4.2
kde-base/kontactinterfaces:4.2
kde-base/kopete:4.2
kde-base/korganizer:4.2
kde-base/korn:4.2
kde-base/kpackage:4.2
kde-base/kpasswdserver:4.2
kde-base/kpat:4.2
kde-base/kpercentage:4.2
kde-base/kppp:4.2
kde-base/kquitapp:4.2
kde-base/krdc:4.2
kde-base/kreadconfig:4.2
kde-base/kreversi:4.2
kde-base/krfb:4.2
kde-base/kruler:4.2
kde-base/krunner:4.2
kde-base/ksame:4.2
kde-base/kscd:4.2
kde-base/kscreensaver:4.2
kde-base/kshisen:4.2
kde-base/ksirk:4.2
kde-base/ksmserver:4.2
kde-base/ksnapshot:4.2
kde-base/kspaceduel:4.2
kde-base/ksplash:4.2
kde-base/ksquares:4.2
kde-base/kstars:4.2
kde-base/kstart:4.2
kde-base/kstartperf:4.2
kde-base/kstartupconfig:4.2
kde-base/kstyles:4.2
kde-base/ksudoku:4.2
kde-base/ksysguard:4.2
kde-base/ksystemlog:4.2
kde-base/ksystraycmd:4.2
kde-base/kteatime:4.2
kde-base/ktimer:4.2
kde-base/ktimetracker:4.2
kde-base/ktimezoned:4.2
kde-base/ktnef:4.2
kde-base/ktouch:4.2
kde-base/ktraderclient:4.2
kde-base/kttsd:4.2
kde-base/ktuberling:4.2
kde-base/kturtle:4.2
kde-base/ktux:4.2
kde-base/kubrick:4.2
kde-base/kuiserver:4.2
kde-base/kuiviewer:4.2
kde-base/kurifilter-plugins:4.2
kde-base/kuser:4.2
kde-base/kwallet:4.2
kde-base/kweather:4.2
kde-base/kwin:4.2
kde-base/kwrite:4.2
kde-base/kwordquiz:4.2
kde-base/libkdegames:4.2
kde-base/libkmahjongg:4.2
kde-base/lilo-config:4.2
kde-base/lokalize:4.2
kde-base/lskat:4.2
kde-base/marble:4.2
kde-base/mimelib:4.2
kde-base/nepomuk:4.2
kde-base/nsplugins:4.2
kde-base/okteta:4.2
kde-base/okular:4.2
kde-base/parley:4.2
kde-base/phonon-xine:4.2
kde-base/plasma-apps:4.2
kde-base/plasma-workspace:4.2
kde-base/renamedlg-plugins:4.2
kde-base/solid:4.2
kde-base/solid-hardware:4.2
kde-base/soliduiserver:4.2
kde-base/step:4.2
kde-base/superkaramba:4.2
kde-base/svgpart:4.2
kde-base/sweeper:4.2
kde-base/systemsettings:4.2
kde-base/umbrello:4.2
# kde misc stuff
kde-base/kdepim-icons:4.2
media-sound/phonon
kde-base/automoc
kde-base/kommander:4.2
kde-base/kfilereplace:4.2
#=kde-misc/kgtk-0.10.1
#daid commented out next line because git needs it
#>=dev-util/subversion-1.6.0
[-- Attachment #4: kde-4.3-mask.text --]
[-- Type: text/plain, Size: 6279 bytes --]
#Other fixes
>=media-sound/amarok-1.9
kde-base/kdepim-meta:4.3
# KDE deps
=kde-base/qimageblitz-0.0*
# KDE base libs
kde-base/kdelibs:4.3
kde-base/kdepimlibs:4.3
kde-base/libkcddb:4.3
kde-base/libkcompactdisc:4.3
kde-base/libkdcraw:4.3
kde-base/libkdeedu:4.3
kde-base/libkdepim:4.3
kde-base/libkexiv2:4.3
kde-base/libkholidays:4.3
kde-base/libkipi:4.3
kde-base/libkleo:4.3
kde-base/libkonq:4.3
kde-base/libkpgp:4.3
kde-base/libksane:4.3
kde-base/libksieve:4.3
kde-base/libkworkspace:4.3
kde-base/libplasma:4.3
kde-base/libtaskmanager:4.3
# KDE packages
kde-base/akonadi:4.3
kde-base/akregator:4.3
kde-base/amor:4.3
kde-base/ark:4.3
kde-base/blinken:4.3
kde-base/bovo:4.3
kde-base/cervisia:4.3
kde-base/dolphin:4.3
kde-base/dragonplayer:4.3
kde-base/drkonqi:4.3
kde-base/gwenview:4.3
kde-base/juk:4.3
kde-base/kaddressbook:4.3
kde-base/kalarm:4.3
kde-base/kalgebra:4.3
kde-base/kalzium:4.3
kde-base/kamera:4.3
kde-base/kanagram:4.3
kde-base/kappfinder:4.3
kde-base/kapptemplate:4.3
kde-base/kate:4.3
kde-base/katomic:4.3
kde-base/kbattleship:4.3
kde-base/kblackbox:4.3
kde-base/kblocks:4.3
kde-base/kbounce:4.3
kde-base/kbreakout:4.3
kde-base/kbruch:4.3
kde-base/kbugbuster:4.3
kde-base/kcachegrind:4.3
kde-base/kcalc:4.3
kde-base/kcharselect:4.3
kde-base/kcheckpass:4.3
kde-base/kcminit:4.3
kde-base/kcmshell:4.3
kde-base/kcolorchooser:4.3
kde-base/kcontrol:4.3
kde-base/kcron:4.3
kde-base/kde-l10n:4.3
kde-base/kde-meta:4.3
kde-base/kdeaccessibility-colorschemes:4.3
kde-base/kdeaccessibility-iconthemes:4.3
kde-base/kdeaccessibility-meta:4.3
kde-base/kdeaccounts-plugin:4.3
kde-base/kdeadmin-meta:4.3
kde-baes/kdeadmin-optional:4.3
kde-base/kdeartwork-colorschemes:4.3
kde-base/kdeartwork-emoticons:4.3
kde-base/kdeartwork-icewm-themes:4.3
kde-base/kdeartwork-iconthemes:4.3
kde-base/kdeartwork-kscreensaver:4.3
kde-base/kdeartwork-kworldclock:4.3
kde-base/kdeartwork-meta:4.3
kde-base/kdeartwork-sounds:4.3
kde-base/kdeartwork-styles:4.3
kde-base/kdeartwork-wallpapers:4.3
kde-base/kdebase-cursors:4.3
kde-base/kdebase-data:4.3
kde-base/kdebase-kioslaves:4.3
kde-base/kdebase-meta:4.3
kde-base/kdebase-startkde:4.3
kde-base/kdebugdialog:4.3
kde-base/kdeedu-meta:4.3
kde-base/kdegames-meta:4.3
kde-base/kdegames-optional:4.3
kde-base/kdegraphics-meta:4.3
kde-base/kdegraphics-strigi-analyzer:4.3
kde-base/kde-menu:4.3
kde-base/kde-menu-icons:4.3
kde-base/kdemaildir:4.3
kde-base/kdemultimedia-kioslaves:4.3
kde-base/kdemultimedia-meta:4.3
kde-base/kdenetwork-filesharing:4.3
kde-base/kdenetwork-meta:4.3
kde-base/kdepasswd:4.3
kde-base/kdepim-kresources:4.3
kde-base/kdepim-strigi-analyzer:4.3
kde-base/kdepim-wizards:4.3
kde-base/kdeplasma-addons:4.3
kde-base/kdesdk-kioslaves:4.3
kde-base/kdesdk-meta:4.3
kde-base/kdesdk-misc:4.3
kde-base/kdesdk-scripts:4.3
kde-base/kdesdk-strigi-analyzer:4.3
kde-base/kdessh:4.3
kde-base/kdesu:4.3
kde-base/kdetoys-meta:4.3
kde-base/kdeutils-meta:4.3
kde-base/kdeutils-optional:4.3
kde-base/kde-wallpapers:4.3
kde-base/kdf:4.3
kde-base/kdialog:4.3
kde-base/kdiamond:4.3
kde-base/kdm:4.3
kde-base/kdnssd:4.3
kde-base/keditbookmarks:4.3
kde-base/kfile:4.3
kde-base/kfind:4.3
kde-base/kfloppy:4.3
kde-base/kfourinline:4.3
kde-base/kgamma:4.3
kde-base/kgeography:4.3
kde-base/kget:4.3
kde-base/kgoldrunner:4.3
kde-base/kgpg:4.3
kde-base/khangman:4.3
kde-base/khelpcenter:4.3
kde-base/khotkeys:4.3
kde-base/kiconfinder:4.3
kde-base/kig:4.3
kde-base/kinfocenter:4.3
kde-base/kioclient:4.3
kde-base/kiriki:4.3
kde-base/kitchensync:4.3
kde-base/kiten:4.3
kde-base/kjots:4.3
kde-base/kjumpingcube:4.3
kde-base/kleopatra:4.3
kde-base/klettres:4.3
kde-base/klines:4.3
kde-base/klipper:4.3
kde-base/kmag:4.3
kde-base/kmahjongg:4.3
kde-base/kmail:4.3
kde-base/kmailcvt:4.3
kde-base/kmenuedit:4.3
kde-base/kmimetypefinder:4.3
kde-base/kmines:4.3
kde-base/kmix:4.3
kde-base/kmousetool:4.3
kde-base/kmouth:4.3
kde-base/kmplot:4.3
kde-base/knetattach:4.3
kde-base/knetwalk:4.3
kde-base/knetworkconf:4.3
kde-base/knewsticker:4.3
kde-base/knewstuff:4.3
kde-base/knode:4.3
kde-base/knotes:4.3
kde-base/knotify:4.3
kde-base/kode:4.3
kde-base/kolf:4.3
kde-base/kollision:4.3
kde-base/kolourpaint:4.3
kde-base/kompare:4.3
kde-base/konqueror:4.3
kde-base/konquest:4.3
#kde-base/konsole:4.3
kde-base/kontact:4.3
kde-base/kontactinterfaces:4.3
kde-base/kopete:4.3
kde-base/korganizer:4.3
kde-base/korn:4.3
kde-base/kpackage:4.3
kde-base/kpasswdserver:4.3
kde-base/kpat:4.3
kde-base/kpercentage:4.3
kde-base/kppp:4.3
kde-base/kquitapp:4.3
kde-base/krdc:4.3
kde-base/kreadconfig:4.3
kde-base/kreversi:4.3
kde-base/krfb:4.3
kde-base/kruler:4.3
kde-base/krunner:4.3
kde-base/ksame:4.3
kde-base/kscd:4.3
kde-base/kscreensaver:4.3
kde-base/kshisen:4.3
kde-base/ksirk:4.3
kde-base/ksmserver:4.3
kde-base/ksnapshot:4.3
kde-base/kspaceduel:4.3
kde-base/ksplash:4.3
kde-base/ksquares:4.3
kde-base/kstars:4.3
kde-base/kstart:4.3
kde-base/kstartperf:4.3
kde-base/kstartupconfig:4.3
kde-base/kstyles:4.3
kde-base/ksudoku:4.3
kde-base/ksysguard:4.3
kde-base/ksystemlog:4.3
kde-base/ksystraycmd:4.3
kde-base/kteatime:4.3
kde-base/ktimer:4.3
kde-base/ktimetracker:4.3
kde-base/ktimezoned:4.3
kde-base/ktnef:4.3
kde-base/ktouch:4.3
kde-base/ktraderclient:4.3
kde-base/kttsd:4.3
kde-base/ktuberling:4.3
kde-base/kturtle:4.3
kde-base/ktux:4.3
kde-base/kubrick:4.3
kde-base/kuiserver:4.3
kde-base/kuiviewer:4.3
kde-base/kurifilter-plugins:4.3
kde-base/kuser:4.3
kde-base/kwallet:4.3
kde-base/kweather:4.3
kde-base/kwin:4.3
kde-base/kwrite:4.3
kde-base/kwordquiz:4.3
kde-base/libkdegames:4.3
kde-base/libkmahjongg:4.3
kde-base/lilo-config:4.3
kde-base/lokalize:4.3
kde-base/lskat:4.3
kde-base/marble:4.3
kde-base/mimelib:4.3
kde-base/nepomuk:4.3
kde-base/nsplugins:4.3
kde-base/okteta:4.3
kde-base/okular:4.3
kde-base/parley:4.3
kde-base/phonon-xine:4.3
kde-base/plasma-apps:4.3
kde-base/plasma-workspace:4.3
kde-base/renamedlg-plugins:4.3
kde-base/solid:4.3
kde-base/solid-hardware:4.3
kde-base/soliduiserver:4.3
kde-base/step:4.3
kde-base/superkaramba:4.3
kde-base/svgpart:4.3
kde-base/sweeper:4.3
kde-base/systemsettings:4.3
kde-base/umbrello:4.3
# kde misc stuff
kde-base/kdepim-icons:4.3
media-sound/phonon
kde-base/automoc
kde-base/kommander:4.3
kde-base/kfilereplace:4.3
#=kde-misc/kgtk-0.10.1
#daid commented out next line because git needs it
#>=dev-util/subversion-1.6.0
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] Syntax for masking kde:4?
2009-10-11 11:30 [gentoo-user] Syntax for masking kde:4? Peter Humphrey
` (4 preceding siblings ...)
2009-10-14 12:28 ` [gentoo-user] " daid kahl
@ 2009-10-14 12:38 ` Neil Bothwick
2009-10-14 14:19 ` Peter Humphrey
5 siblings, 1 reply; 18+ messages in thread
From: Neil Bothwick @ 2009-10-14 12:38 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 945 bytes --]
On Sun, 11 Oct 2009 12:30:06 +0100, Peter Humphrey wrote:
> In the last few days some parts of KDE v4 seem to have been moved into
> the stable tree, but on some of my boxes I want to exclude kde:4 (but
> not qt:4).
>
> What is the syntax for a single entry in package.mask to exclude the
> whole of kde:4? I did start masking each package separately, but that's
> far too much work - I'd finish up with an entry for every kde package
> that has a version 4. Also, "kde:4", which seems like the right thing
> to specify, is an invalid package atom according to eix.
If you've installed via kde-meta, either mask kde-meta:4 or change the
world entry to kde-meta:3.5.
Otherwise masking the 4.x versions of all KDE packages in world should do
most of what you need
grep ^kde-base /var/lib/portage/world | sed s/$/:4/ >/etc/portage/package.mask/kde4
--
Neil Bothwick
Windows Error:01F Reserved for future mistakes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [gentoo-user] Syntax for masking kde:4?
2009-10-14 12:38 ` Neil Bothwick
@ 2009-10-14 14:19 ` Peter Humphrey
0 siblings, 0 replies; 18+ messages in thread
From: Peter Humphrey @ 2009-10-14 14:19 UTC (permalink / raw
To: gentoo-user
On Wednesday 14 October 2009 13:38:53 Neil Bothwick wrote:
> grep ^kde-base /var/lib/portage/world | sed s/$/:4/
> >/etc/portage/package.mask/kde4
That's neat. Thanks - though it misses anything pulled in by world entries.
Meanwhile I've captured the file that Jonathan mentioned - and I've already
had to augment it to mask the latest versions of kdiff3 and kmplayer, which
want to exclude kde:3 libraries.
--
Rgds
Peter
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2009-10-14 14:19 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-11 11:30 [gentoo-user] Syntax for masking kde:4? Peter Humphrey
2009-10-11 14:49 ` Alan McKinnon
2009-10-11 16:18 ` Dirk Heinrichs
2009-10-11 16:23 ` Volker Armin Hemmann
2009-10-11 17:04 ` Peter Humphrey
2009-10-11 21:30 ` Alan McKinnon
2009-10-12 9:30 ` Peter Humphrey
2009-10-12 9:58 ` Dale
2009-10-12 10:11 ` Alan McKinnon
2009-10-11 19:16 ` [gentoo-user] " Nikos Chantziaras
2009-10-11 19:58 ` Chris Reffett
2009-10-11 20:01 ` Nikos Chantziaras
2009-10-11 20:33 ` Chris Reffett
2009-10-11 22:08 ` Jonathan Callen
2009-10-12 9:37 ` Peter Humphrey
2009-10-14 12:28 ` [gentoo-user] " daid kahl
2009-10-14 12:38 ` Neil Bothwick
2009-10-14 14:19 ` Peter Humphrey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox