Re: [gentoo-user] Cleaning out /etc/portage easily??

2016-06-01 Thread Dale
Dale wrote:
> Christopher J. Camisa wrote:
>> On 06/01/2016 02:28 AM, Dale wrote:
>>> Howdy,
>>>
>>> I suspect there may be more people than me wondering about this one.  I
>>> have quite a few entries in /etc/portage files, especially keywords. 
>>> I'd like to know if there is a tool that deletes no longer needed
>>> entries itself.  I been using eix-test-obsolete but doing it manually
>>> can take quite a while.  Is there a tool that I can run and it clean out
>>> those files itself instead of me doing it one line at a time?  I figure
>>> there has to be someone out there that has already done this, surely. 
>>>
>>> Anyone have any info on such a beast? 
>>>
>>> Thanks much.
>>>
>>> Dale
>>>
>>> :-)  :-) 
>>>
>>>
>>>
>> Hi Dale,
>>
>> You're looking for enalyze from app-portage/gentoolkit.
>> Have a look in the manual, ENALYZE(1) for usage.
>>
>> DESCRIPTION
>>Enalyze  is  a collection of modules for analyzing the state
>> of installed Gentoo packages for USE flags or
>>keywords used for installation, and their current masking status.
>>It can also optionally (re)generate new /etc/portage/package.*
>> files.
>>
>> Kind Regards,
>> -Camisa
>
> That looks vrrr interesting.  That just may be what I need. 
> It seems to do it backwards from what I was expecting but I'll give it
> a shot, once I read how to use it.  ;-)
>
> Thanks much.
>
> Dale
>
> :-)  :-) 


OK.  Did a little reading on this and gave it a test run.  It doesn't
generate quite what I was expecting.  This is a sample of what it generates.


kde-plasma/kde-cli-tools ~amd64
kde-plasma/kde-gtk-config ~amd64
kde-plasma/kdecoration ~amd64
kde-plasma/kdeplasma-addons ~amd64
kde-plasma/kgamma ~amd64
kde-plasma/khotkeys ~amd64
kde-plasma/kinfocenter ~amd64
kde-plasma/kmenuedit ~amd64
kde-plasma/kscreen ~amd64
kde-plasma/kscreenlocker ~amd64
kde-plasma/ksshaskpass ~amd64
kde-plasma/ksysguard ~amd64
kde-plasma/kwallet-pam ~amd64
kde-plasma/kwayland-integration ~amd64
kde-plasma/kwin ~amd64
kde-plasma/kwrited ~amd64
kde-plasma/libkscreen ~amd64


This is a example of what I currently have in my keyword file.


# required by kde-plasma/plasma-meta-5.6.4::gentoo
# required by @selected
# required by @world (argument)
=kde-plasma/plasma-workspace-5.6.4 ~amd64
# required by kde-plasma/plasma-desktop-5.6.4::gentoo
# required by kde-plasma/plasma-meta-5.6.4::gentoo
# required by @selected
# required by @world (argument)
=kde-frameworks/karchive-5.22.0 ~amd64
# required by kde-plasma/plasma-meta-5.6.4::gentoo
# required by @selected
# required by @world (argument)
=kde-plasma/kinfocenter-5.6.4 ~amd64
# required by kde-plasma/plasma-workspace-5.6.4::gentoo
# required by kde-plasma/plasma-meta-5.6.4::gentoo
# required by @selected
# required by @world (argument)
=kde-plasma/kwin-5.6.4 ~amd64


The output of what emerge gives includes a version.  The enalyze program
seems to leave that out which may lead to upgrades that I'm not looking
for yet. 

What I was hoping for, something that would for example see that
plasma-workspace-5.6.4 is either no longer installed or no longer
keyworded and can be removed from the file and then remove it. 
Honestly, I'm not a scripting guru but I sort of think it would be a
hard thing to do given that basically every line would have to be
checked.  Also, the commented part above it would be deleted to in a
ideal world.  That to would be difficult since not all lines have those
above it.

H.  Gonna see what else it can do. 

Dale

:-)  :-) 


Re: [gentoo-user] Plasma teething problems - Part II

2019-06-24 Thread Mick
On Monday, 24 June 2019 21:40:07 BST you wrote:
> On Monday, 24 June 2019 21:16:51 BST Dale wrote:
> > I went through this a few years ago.  I had some large programs
> > installed that I didn't use, Kmail and others.  I wanted to clean them
> > out but at the time I had installed KDE with kde-meta.  Basically, that
> > installs everything KDE, wanted or not.  I uninstalled that and went
> 
> > these instead:
> According to the current wiki page these days the kde-meta has been replaced
> with plasma-meta.  This is how I have configured plasma-meta:
> 
>  Installed versions:  5.15.5(5)(12:58:00 14/06/19)(bluetooth browser-
> integration crypt desktop-portal display-manager elogind handbook legacy-
> systray pam pm-utils sddm wallpapers -consolekit -discover -grub -gtk -
> networkmanager -plymouth -pulseaudio -sdk -systemd)
> 
> BUT ... I am thinking of uninstalling it, deplclean-ing my world and
> installing  kde-plasma/plasma-desktop which is the slim version, while
> keeping some select kde-meta packages I need/want.
> 
> > root@fireball / # equery list *kde*meta*
> > 
> >  * Searching for *kde*meta* ...
> > 
> > [IP-] [  ] kde-apps/kdeadmin-meta-19.04.2:5
> 
> I have this installed too.
> 
> > [IP-] [  ] kde-apps/kdebase-meta-19.04.2:5
> 
> I think the kdebase-meta was meant to be a transitional package from KDE4 to
> plasma/KDE5.  I suspect this has been superseded by kde-plasma/plasma-meta,
> but I'm not sure.  In any case, I do not have this installed.
> 
> > [IP-] [  ] kde-apps/kdecore-meta-19.04.2:5
> 
> I have this installed too.
> 
> > [IP-] [  ] kde-apps/kdegames-meta-19.04.2:5
> 
> No games for me, thanks.
> 
> > [IP-] [  ] kde-apps/kdegraphics-meta-19.04.2:5
> > [IP-] [  ] kde-apps/kdemultimedia-meta-19.04.2:5
> 
> I have these two installed, plus:
> 
> [IP-] [  ] kde-apps/kdenetwork-meta-18.12.3:5
> [IP-] [  ] kde-apps/kdepim-meta-18.12.3:5
> [IP-] [  ] kde-apps/kdeutils-meta-18.12.3:5
> 
> > This is one of the things I like about Gentoo, being able to cut off or
> > get rid of things I don't want.  USE flags help with that a lot.
> > 
> > Glad you got it sorted out.
> 
> Sadly I'm not there yet.   I've got to figure out how to get back my Suspend
> to Ram, Hibernate, Reboot, and Shutdown buttons, without re-importing
> NetworkManager, or at least without having it being started by powerdevil.

Hmm ... plasma-desktop was already installed, dragged in by plasma-meta.  So 
no need to reinstall it.  Sadly trying to depclean after removing plasma-meta 
will get rid of a lot of packages, something I'm not keen to do:

>>> These are the packages that would be unmerged:

 kde-plasma/plasma-browser-integration
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/plasma-vault
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/kdeplasma-addons
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/kscreen
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/kwrited
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/kwayland-integration
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/xembed-sni-proxy
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/plasma-workspace-wallpapers
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/bluedevil
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/kgamma
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/drkonqi
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/kwallet-pam
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/user-manager
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/xdg-desktop-portal-kde
selected: 5.15.5-r1 
   protected: none 
 omitted: none 

 kde-plasma/kinfocenter
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/sddm-kcm
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/systemsettings
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/kmenuedit
selected: 5.15.5 
   protected: none 
 omitted: none 

 kde-plasma/ksshaskpass
selected: 5.15.5 
   protected: none 
 omitted: none 

 sys-fs/cryfs
selected: 0.9.9 
   protected: none 
 omitted: none 

 dev-libs/libpwquality
selected: 1.4.0 
   protected: none 
 omitted: none 

 kde-frameworks/kxmlrpcclient
selected: 5.57.0 
   protected: none 
 omitted: none 

 kde-frameworks/bluez-qt
selected: 5.57.0 
   protected: none 
 omitted: none 

 sys-apps/accountsservice
selected: 0.6.50-r1 
   protected: none 
 omitted:

Re: [gentoo-user] Cleaning out /etc/portage easily??

2016-06-01 Thread Christopher J. Camisa
On 06/01/2016 03:56 AM, Dale wrote:
> Dale wrote:
>> Christopher J. Camisa wrote:
>>> On 06/01/2016 02:28 AM, Dale wrote:
>>>> Howdy,
>>>>
>>>> I suspect there may be more people than me wondering about this one.  I
>>>> have quite a few entries in /etc/portage files, especially keywords. 
>>>> I'd like to know if there is a tool that deletes no longer needed
>>>> entries itself.  I been using eix-test-obsolete but doing it manually
>>>> can take quite a while.  Is there a tool that I can run and it clean out
>>>> those files itself instead of me doing it one line at a time?  I figure
>>>> there has to be someone out there that has already done this, surely. 
>>>>
>>>> Anyone have any info on such a beast? 
>>>>
>>>> Thanks much.
>>>>
>>>> Dale
>>>>
>>>> :-)  :-) 
>>>>
>>>>
>>>>
>>> Hi Dale,
>>>
>>> You're looking for enalyze from app-portage/gentoolkit.
>>> Have a look in the manual, ENALYZE(1) for usage.
>>>
>>> DESCRIPTION
>>>Enalyze  is  a collection of modules for analyzing the state
>>> of installed Gentoo packages for USE flags or
>>>keywords used for installation, and their current masking status.
>>>It can also optionally (re)generate new
>>> /etc/portage/package.* files.
>>>
>>> Kind Regards,
>>> -Camisa
>>
>> That looks vrrr interesting.  That just may be what I need. 
>> It seems to do it backwards from what I was expecting but I'll give
>> it a shot, once I read how to use it.  ;-)
>>
>> Thanks much.
>>
>> Dale
>>
>> :-)  :-) 
>
>
> OK.  Did a little reading on this and gave it a test run.  It doesn't
> generate quite what I was expecting.  This is a sample of what it
> generates.
>
>
> kde-plasma/kde-cli-tools ~amd64
> kde-plasma/kde-gtk-config ~amd64
> kde-plasma/kdecoration ~amd64
> kde-plasma/kdeplasma-addons ~amd64
> kde-plasma/kgamma ~amd64
> kde-plasma/khotkeys ~amd64
> kde-plasma/kinfocenter ~amd64
> kde-plasma/kmenuedit ~amd64
> kde-plasma/kscreen ~amd64
> kde-plasma/kscreenlocker ~amd64
> kde-plasma/ksshaskpass ~amd64
> kde-plasma/ksysguard ~amd64
> kde-plasma/kwallet-pam ~amd64
> kde-plasma/kwayland-integration ~amd64
> kde-plasma/kwin ~amd64
> kde-plasma/kwrited ~amd64
> kde-plasma/libkscreen ~amd64
>
>
> This is a example of what I currently have in my keyword file.
>
>
> # required by kde-plasma/plasma-meta-5.6.4::gentoo
> # required by @selected
> # required by @world (argument)
> =kde-plasma/plasma-workspace-5.6.4 ~amd64
> # required by kde-plasma/plasma-desktop-5.6.4::gentoo
> # required by kde-plasma/plasma-meta-5.6.4::gentoo
> # required by @selected
> # required by @world (argument)
> =kde-frameworks/karchive-5.22.0 ~amd64
> # required by kde-plasma/plasma-meta-5.6.4::gentoo
> # required by @selected
> # required by @world (argument)
> =kde-plasma/kinfocenter-5.6.4 ~amd64
> # required by kde-plasma/plasma-workspace-5.6.4::gentoo
> # required by kde-plasma/plasma-meta-5.6.4::gentoo
> # required by @selected
> # required by @world (argument)
> =kde-plasma/kwin-5.6.4 ~amd64
>
>
> The output of what emerge gives includes a version.  The enalyze
> program seems to leave that out which may lead to upgrades that I'm
> not looking for yet. 
>
> What I was hoping for, something that would for example see that
> plasma-workspace-5.6.4 is either no longer installed or no longer
> keyworded and can be removed from the file and then remove it. 
> Honestly, I'm not a scripting guru but I sort of think it would be a
> hard thing to do given that basically every line would have to be
> checked.  Also, the commented part above it would be deleted to in a
> ideal world.  That to would be difficult since not all lines have
> those above it.
>
> H.  Gonna see what else it can do. 
>
> Dale
>
> :-)  :-) 
Hi Dale,

Try again, but this time use the --exact option to your invocation
on the command line.

Kind Regards,
-Camisa


signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] KDE and the new plasma 5 thing

2016-04-13 Thread Dale
Howdy,

Same topic sort of so going to try the same thread first.  I've run up
on something weird but I'm not real sure where to start looking.  This
is what I do and what I get in return.  I have my desktop set to folder
view which gives me icons on my desktop.  When I click on a folder, it
is supposed to open Konqueror.  It does, it really does open konqueror. 
It opens it with dozens of instances and more than once went over 100
before I could kill the thing.  Obviously, I only need one instance. 

My question.  What program actually tells it to launch that first
instance?  In other words, when I click on a folder, what is it that
tells Konqueror to open?  I think I'd like to downgrade that package for
a bit.  It seems to have a bug, a really bad one with a lot of legs. 

How I got here.  Since the plasma thing was crashing so much, I thought
a unstable plasma package might have it fixed.  Well, it stopped
crashing after I keyworded a long list of packages and did the upgrade. 
Thing is, now I get this multiple instances of Konqueror instead of just
one.  Here is a list of those packages. 



=kde-plasma/plasma-meta-5.6.2
=kde-plasma/powerdevil-5.6.2 ~amd64
=kde-frameworks/kwidgetsaddons-5.21.0 ~amd64
=kde-plasma/ksysguard-5.6.2 ~amd64
=kde-plasma/ksshaskpass-5.6.2 ~amd64
=kde-frameworks/kbookmarks-5.21.0 ~amd64
=kde-plasma/libksysguard-5.6.2 ~amd64
=kde-frameworks/kconfig-5.21.0 ~amd64
=kde-frameworks/kitemmodels-5.21.0 ~amd64
=kde-frameworks/attica-5.21.0 ~amd64
=kde-plasma/sddm-kcm-5.6.2 ~amd64
=kde-plasma/milou-5.6.2 ~amd64
=kde-plasma/khelpcenter-5.6.2 ~amd64
=kde-frameworks/kglobalaccel-5.21.0 ~amd64
=kde-frameworks/kwallet-5.21.0 ~amd64
=kde-frameworks/kservice-5.21.0 ~amd64
=kde-plasma/khotkeys-5.6.2 ~amd64
=kde-frameworks/kpeople-5.21.0 ~amd64
=kde-frameworks/karchive-5.21.0 ~amd64
=kde-plasma/systemsettings-5.6.2 ~amd64
=kde-plasma/user-manager-5.6.2 ~amd64
=kde-frameworks/kdelibs4support-5.21.0 ~amd64
=kde-plasma/oxygen-5.6.2 ~amd64
=kde-frameworks/kxmlgui-5.21.0 ~amd64
=kde-frameworks/kdoctools-5.21.0 ~amd64
=kde-frameworks/kunitconversion-5.21.0 ~amd64
=kde-plasma/kdeplasma-addons-5.6.2 ~amd64
=kde-plasma/libkscreen-5.6.2 ~amd64
=kde-frameworks/kcmutils-5.21.0 ~amd64
=kde-frameworks/kpackage-5.21.0 ~amd64
=kde-frameworks/kcrash-5.21.0 ~amd64
=kde-frameworks/kidletime-5.21.0 ~amd64
=kde-frameworks/plasma-5.21.0 ~amd64
=kde-frameworks/kcodecs-5.21.0 ~amd64
=kde-frameworks/extra-cmake-modules-5.21.0 ~amd64
=kde-frameworks/kfilemetadata-5.21.0 ~amd64
=kde-frameworks/kdesignerplugin-5.21.0 ~amd64
=kde-plasma/kactivitymanagerd-5.6.2 ~amd64
=kde-frameworks/kparts-5.21.0 ~amd64
=kde-frameworks/threadweaver-5.21.0 ~amd64
=kde-plasma/kwrited-5.6.2 ~amd64
=kde-plasma/plasma-workspace-wallpapers-5.6.2 ~amd64
=kde-frameworks/knotifications-5.21.0 ~amd64
=kde-frameworks/kcompletion-5.21.0 ~amd64
=kde-frameworks/ki18n-5.21.0 ~amd64
=kde-frameworks/solid-5.21.0 ~amd64
=kde-plasma/kgamma-5.6.2 ~amd64
=kde-frameworks/kitemviews-5.21.0 ~amd64
=kde-frameworks/kcoreaddons-5.21.0 ~amd64
=kde-plasma/kwayland-integration-5.6.2 ~amd64
=kde-frameworks/baloo-5.21.0 ~amd64
=kde-frameworks/kwindowsystem-5.21.0 ~amd64
=kde-frameworks/kio-5.21.0 ~amd64
=kde-frameworks/kauth-5.21.0 ~amd64
=kde-frameworks/kguiaddons-5.21.0 ~amd64
=kde-frameworks/kdewebkit-5.21.0 ~amd64
=kde-frameworks/kconfigwidgets-5.21.0 ~amd64
=kde-frameworks/kdbusaddons-5.21.0 ~amd64
=kde-plasma/kscreen-5.6.2 ~amd64
=kde-frameworks/knotifyconfig-5.21.0 ~amd64
=kde-frameworks/kdeclarative-5.21.0 ~amd64
=kde-frameworks/knewstuff-5.21.0 ~amd64
=kde-frameworks/sonnet-5.21.0 ~amd64
=kde-plasma/plasma-desktop-5.6.2 ~amd64
=kde-frameworks/kjobwidgets-5.21.0 ~amd64
=kde-frameworks/ktextwidgets-5.21.0 ~amd64
=kde-plasma/kde-gtk-config-5.6.2 ~amd64
=kde-frameworks/kinit-5.21.0 ~amd64
=kde-frameworks/kiconthemes-5.21.0 ~amd64
=kde-plasma/breeze-5.6.2 ~amd64
=kde-plasma/breeze-gtk-5.6.2 ~amd64
=kde-plasma/kinfocenter-5.6.2 ~amd64
=kde-plasma/plasma-workspace-5.6.2 ~amd64
=kde-frameworks/krunner-5.21.0 ~amd64
=kde-plasma/kmenuedit-5.6.2 ~amd64
=kde-frameworks/kemoticons-5.21.0 ~amd64


I figure one of those packages is responsible for this but none of them
are obvious to me as to if it is the one or not.  Anyone have a clue
which one it could be? 

Thanks.

Dale

:-)  :-) 




[gentoo-user] resolving blocks from sets

2009-01-20 Thread Norberto Bensa
Hello list,

well. I couldn't resist and I emerged kde4.2 with something like this:

  sudo emerge @kdebase

Now I want to upgrade Qt to 4.5beta but (see below)

Is there any obvious way to solve this that can't see because it's 2AM
and need some sleep or are @sets _evil_ ?

And before you jump and tell me hey, just remove the packages and
update Qt see this:

$ sudo emerge -C kdm-4.1.96
Not unmerging package kde-base/kdm-4.1.96 as it is
still referenced by the following package sets:
kdebase

Do I _really_ need to do emerge -C @kdebase!?


sudo emerge @qt-all-4.5
Calculating dependencies... done!
[ebuild U ] x11-libs/qt-core-4.5.0_beta1 [4.4.2] USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-sql-4.5.0_beta1 [4.4.2] USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-dbus-4.5.0_beta1 [4.4.2] USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-script-4.5.0_beta1 [4.4.2] USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-test-4.5.0_beta1 [4.4.2] USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-xmlpatterns-4.5.0_beta1 [4.4.2]
USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-gui-4.5.0_beta1 [4.4.2-r1] USE=gtkstyle%*
-custom-cxxflags%
[ebuild U ] x11-libs/qt-qt3support-4.5.0_beta1 [4.4.2]
USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-webkit-4.5.0_beta1 [4.4.2]
USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-opengl-4.5.0_beta1 [4.4.2]
USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-svg-4.5.0_beta1 [4.4.2]
USE=-custom-cxxflags%
[ebuild U ] x11-libs/qt-assistant-4.5.0_beta1 [4.4.2-r1]
USE=-custom-cxxflags%
[ebuild  N] x11-libs/qt-phonon-4.5.0_beta1  USE=dbus pch
-custom-cxxflags -debug
[uninstall] kde-base/ktimezoned-4.1.96
[uninstall] kde-base/ark-4.1.96
[uninstall] kde-base/solid-4.1.96
[uninstall] kde-base/kopete-4.1.96
[uninstall] kde-base/kscd-4.1.96
[blocks B ] media-sound/phonon (media-sound/phonon is blocking
x11-libs/qt-phonon-4.5.0_beta1)
[blocks B ] x11-libs/qt-phonon:4 (x11-libs/qt-phonon:4 is
blocking media-sound/phonon-4.2.96)
[blocks B ] x11-libs/qt-phonon (x11-libs/qt-phonon is blocking
kde-base/kquitapp-4.1.96, kde-base/kdedglobalaccel-4.1.96,
kde-base/kdeartwork-kscreensaver-4.1.96, kde-base/plasma-apps-4.1.96,
kde-base/knetattach-4.1.96, kde-base/kdebugdialog-4.1.96,
kde-base/kmail-4.1.96, kde-base/powerdevil-4.1.96,
kde-base/solid-4.1.96, kde-base/phonon-kde-4.1.96,
kde-base/kdm-4.1.96, kde-misc/yakuake-2.9.4-r2,
kde-base/soliduiserver-4.1.96, kde-base/kode-4.1.96,
kde-base/kde-menu-4.1.96, kde-base/libkonq-4.1.96,
kde-base/kstartupconfig-4.1.96, kde-base/kdepimlibs-4.1.4,
kde-base/knetworkconf-4.1.96, kde-base/libkdcraw-4.1.96,
kde-base/kmix-4.1.96, kde-base/kdebase-startkde-4.1.96,
kde-base/libksieve-4.1.96, kde-base/kdeplasma-addons-4.1.96,
kde-base/dragonplayer-4.1.96, kde-base/kdebase-kioslaves-4.1.96,
kde-base/ktnef-4.1.4, kde-base/kwrite-4.1.96, kde-base/mimelib-4.1.96,
kde-base/kscreensaver-4.1.96, kde-base/kmimetypefinder-4.1.96,
kde-base/renamedlg-plugins-4.1.96, kde-base/kaddressbook-4.1.96,
kde-base/plasma-workspace-4.1.96, kde-base/kdepasswd-4.1.96,
kde-base/kioclient-4.1.96, kde-base/kinfocenter-4.1.96,
kde-base/libplasmaclock-4.1.96, kde-base/nepomuk-4.1.96,
kde-base/kappfinder-4.1.96, kde-base/kode-4.1.4,
kde-base/kdelibs-4.1.4, kde-base/klipper-4.1.96, kde-base/kwin-4.1.96,
kde-base/kontact-4.1.96, kde-base/kfind-4.1.96,
kde-base/ksmserver-4.1.96, media-gfx/digikam-0.10.0_beta8,
kde-base/kscd-4.1.96, kde-base/libkpgp-4.1.96,
kde-base/libtaskmanager-4.1.96, kde-base/kdebase-data-4.1.4,
kde-base/libkcddb-4.1.96, kde-base/kcminit-4.1.96,
kde-base/kontactinterfaces-4.1.96, kde-base/libkipi-4.1.96,
kde-base/nsplugins-4.1.96, kde-base/krdc-4.1.96,
kde-base/kdenetwork-filesharing-4.1.96, kde-base/libkworkspace-4.1.96,
kde-base/konqueror-4.1.96, kde-base/kopete-4.1.96,
kde-base/okular-4.1.96, kde-base/juk-4.1.96, kde-base/dolphin-4.1.96,
kde-base/kdelibs-4.1.96, kde-base/kamera-4.1.96,
kde-base/kdebase-desktoptheme-4.1.96, kde-base/kdebase-data-4.1.96,
kde-base/kdnssd-4.1.96, kde-base/keditbookmarks-4.1.96,
kde-base/kurifilter-plugins-4.1.96, kde-base/kmailcvt-4.1.96,
kde-base/kdebase-cursors-4.1.96, kde-base/kwrited-4.1.96,
kde-base/kstyles-4.1.96, kde-base/kreadconfig-4.1.96,
kde-base/kephal-4.1.96, kde-base/kate-4.1.96,
kde-base/kiconfinder-4.1.96, kde-base/kcontrol-4.1.96,
kde-base/ark-4.1.96, media-plugins/kipi-plugins-0.2.0_beta6,
kde-base/ksplash-4.1.96, kde-base/knewstuff-4.1.96,
kde-misc/kdiff3-0.9.93, kde-base/ksysguard-4.1.96,
kde-base/knotes-4.1.96, kde-base/ksnapshot-4.1.96,
kde-base/solid-hardware-4.1.96, kde-base/kcmshell-4.1.96,
kde-base/kdialog-4.1.96, kde-base/ksystraycmd-4.1.96,
kde-base/krunner-4.1.96, kde-base/kuiserver-4.1.96,
kde-base/khotkeys-4.1.96, kde-base/kde-wallpapers-4.1.96,
kde-base/kpasswdserver-4.1.96, kde-base/drkonqi-4.1.96,
kde-base/libkleo-4.1.96, kde-base/kdepimlibs-4.1.96,
kde-base/libkexiv2-4.1.96, kde-base/kgamma-4.1.96,
kde-base/kstart-4.1.96, kde-base/gwenview-4.1.96,
kde-base/kfile

[gentoo-user] Re: Syntax for masking kde:4?

2009-10-11 Thread Nikos Chantziaras

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




Re: [gentoo-user] Re: Syntax for masking kde:4?

2009-10-11 Thread Chris Reffett
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








[gentoo-user] Re: Syntax for masking kde:4?

2009-10-11 Thread Nikos Chantziaras

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





Re: [gentoo-user] Re: Syntax for masking kde:4?

2009-10-11 Thread Chris Reffett
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









[gentoo-user] The Great Macbook Update 3: Qt-4.5.1 to Qt-4.5.3 blocks hell

2009-12-26 Thread bn
-test-4.5.1,
x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1,
x11-libs/qt-sql-4.5.1, x11-libs/qt-core-4.5.1, x11-libs/qt-webkit-4.5.1)

[blocks B ] x11-libs/qt-webkit-4.5.3 (x11-libs/qt-webkit-4.5.3
is blocking x11-libs/qt-dbus-4.5.3-r1, x11-libs/qt-core-4.5.3-r2,
x11-libs/qt-gui-4.5.3-r2, x11-libs/qt-qt3support-4.5.3,
x11-libs/qt-script-4.5.3-r1, x11-libs/qt-sql-4.5.3)

[blocks B ] x11-libs/qt-sql-4.5.1-r
(x11-libs/qt-sql-4.5.1-r is blocking x11-libs/qt-assistant-4.5.1,
x11-libs/qt-opengl-4.5.1, x11-libs/qt-svg-4.5.1-r1,
x11-libs/qt-script-4.5.1, x11-libs/qt-dbus-4.5.1,
x11-libs/qt-xmlpatterns-4.5.1, x11-libs/qt-test-4.5.1,
x11-libs/qt-gui-4.5.1, x11-libs/qt-qt3support-4.5.1,
x11-libs/qt-core-4.5.1, x11-libs/qt-webkit-4.5.1)

[blocks B ] x11-libs/qt-sql-4.5.3 (x11-libs/qt-sql-4.5.3 is
blocking x11-libs/qt-dbus-4.5.3-r1, x11-libs/qt-core-4.5.3-r2,
x11-libs/qt-gui-4.5.3-r2, x11-libs/qt-qt3support-4.5.3,
x11-libs/qt-script-4.5.3-r1)

[blocks B ] x11-libs/qt-svg-4.5.3 (x11-libs/qt-svg-4.5.3 is
blocking x11-libs/qt-dbus-4.5.3-r1, x11-libs/qt-core-4.5.3-r2,
x11-libs/qt-gui-4.5.3-r2, x11-libs/qt-qt3support-4.5.3,
x11-libs/qt-script-4.5.3-r1, x11-libs/qt-sql-4.5.3)


Total: 49 packages (19 upgrades, 30 new, 2 uninstalls), Size of
downloads: 164,986 kB
Conflict: 24 blocks (16 unsatisfied)


 * Error: The above package list contains packages which cannot be
 * installed at the same time on the same system.

  ('ebuild', '/', 'x11-libs/qt-dbus-4.5.3-r1', 'merge') pulled in by
x11-libs/qt-dbus:4 required by ('installed', '/',
'dev-libs/soprano-2.3.1-r1', 'nomerge')
=x11-libs/qt-dbus-4.4.0:4 required by ('installed', '/',
'media-sound/phonon-4.3.50_pre20090520', 'nomerge')
=x11-libs/qt-dbus-4.5*:4 required by ('installed', '/',
'dev-python/PyQt4-4.5.4-r4', 'nomerge')
(and 2 more)


  ('ebuild', '/', 'x11-libs/qt-gui-4.5.3-r2', 'merge') pulled in by
=x11-libs/qt-gui-4.5.1:4[accessibility,dbus] required by
('installed', '/', 'kde-base/drkonqi-4.3.3', 'nomerge')
=x11-libs/qt-gui-4.5.1:4[accessibility,dbus] required by
('installed', '/', 'kde-base/phonon-kde-4.3.3', 'nomerge')
=x11-libs/qt-gui-4.5.1:4[accessibility,dbus] required by
('installed', '/', 'kde-base/khotkeys-4.3.3', 'nomerge')
(and 92 more)


  ('installed', '/', 'x11-libs/qt-gui-4.5.1', 'nomerge') pulled in by
=x11-libs/qt-gui-4.5.1:4[accessibility,dbus] required by
('installed', '/', 'kde-base/drkonqi-4.3.3', 'nomerge')
=x11-libs/qt-gui-4.5.1:4[accessibility,dbus] required by
('installed', '/', 'kde-base/phonon-kde-4.3.3', 'nomerge')
=x11-libs/qt-gui-4.5.1:4[accessibility,dbus] required by
('installed', '/', 'kde-base/khotkeys-4.3.3', 'nomerge')
(and 95 more)


  ('installed', '/', 'x11-libs/qt-sql-4.5.1', 'nomerge') pulled in by
=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('installed', '/',
'kde-base/ksmserver-4.3.3', 'nomerge')
=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('installed', '/',
'kde-base/kwalletd-4.3.3', 'nomerge')
=x11-libs/qt-sql-4.5.1:4[qt3support] required by ('installed', '/',
'kde-base/libplasmaclock-4.3.3', 'nomerge')
(and 83 more)


  ('installed', '/', 'x11-libs/qt-qt3support-4.5.1', 'nomerge') pulled in by
=x11-libs/qt-qt3support-4.5.1:4[accessibility,kde] required by
('installed', '/', 'kde-base/pykde4-4.3.3', 'nomerge')
=x11-libs/qt-qt3support-4.5.1:4[accessibility,kde] required by
('installed', '/', 'kde-base/kquitapp-4.3.3', 'nomerge')
=x11-libs/qt-qt3support-4.5.1:4[accessibility,kde] required by
('installed', '/', 'kde-base/konsole-4.3.3', 'nomerge')
(and 82 more)


  ('ebuild', '/', 'x11-libs/qt-qt3support-4.5.3', 'merge') pulled in by
=x11-libs/qt-qt3support-4.5.1:4[accessibility,kde] required by
('installed', '/', 'kde-base/pykde4-4.3.3', 'nomerge')
=x11-libs/qt-qt3support-4.5.1:4[accessibility,kde] required by
('installed', '/', 'kde-base/kquitapp-4.3.3', 'nomerge')
=x11-libs/qt-qt3support-4.5.1:4[accessibility,kde] required by
('installed', '/', 'kde-base/konsole-4.3.3', 'nomerge')
(and 82 more)


  ('installed', '/', 'x11-libs/qt-opengl-4.5.1', 'nomerge') pulled in by
=x11-libs/qt-opengl-4.5.1:4 required by ('installed', '/',
'kde-base/kscreensaver-4.3.3', 'nomerge')
=x11-libs/qt-opengl-4.5.1:4 required by ('installed', '/',
'kde-base/kdelibs-4.3.3-r1', 'nomerge')
=x11-libs/qt-opengl-4.5.1:4 required by ('installed', '/',
'kde-base/kinfocenter-4.3.3', 'nomerge')
(and 7 more)


  ('installed', '/', 'x11-libs/qt-script-4.5.1', 'nomerge') pulled in by
=x11-libs/qt-script-4.5.1:4 required by ('installed', '/',
'kde-base/kreadconfig-4.3.3', 'nomerge')
=x11-libs/qt-script-4.5.1:4 required by ('installed', '/',
'kde-base/kmimetypefinder-4.3.3', 'nomerge')
=x11-libs/qt-script-4.5.1:4 required by ('installed', '/',
'kde-base/kwrited-4.3.3', 'nomerge')
(and 83 more)


  ('installed', '/', 'x11-libs/qt-core-4.5.1', 'nomerge') pulled in by
=x11-libs/qt-core-4.5.1:4

[gentoo-user] Re: icons and KDE

2016-07-29 Thread »Q«
On Fri, 29 Jul 2016 14:11:58 +0100
Stroller <strol...@stellar.eclipse.co.uk> wrote:

> > On 28 Jul 2016, at 20:22, »Q« <boxc...@gmx.net> wrote:
> > 
> > Yesterday, I went from kde-plasma/plasma-desktop-5.5.5-r1 to -5.6.5,
> > after which I am not seeing nearly as many icons as I used to.  A
> > lot of other KDE packages were upgraded as well, and I don't know
> > where to start with troubleshooting.
> > 
> > In Dolphin, I no longer see icons for flac or mp3 files, just blank
> > space where an icon should be.  I haven't checked other file
> > types.  
> 
> 
> The place to start with troubleshooting is with some creative
> investigation.
> 
> `genlop -l --date "2016/07/28"` will show you all packages installed
> in the last 2 days - grep the output for "icon" and "theme".
> 
> Use `eix -I icon` to see what relevant packages are installed on your
> system. Now the same for `eix -I theme`.
> 
> If any of the installed icon or theme packages have not been updated
> in the last 2 days, update them.
> 
> I speculate that kde-plasma/plasma-desktop depends on packages X and
> Y, and between -5.5.5 and -5.6.5 some icons were moved from one
> package to the other.

The file-type icons are still be where they should be, but for some
reason they were no longer associated with their respective
mime types.  I've now solved the problem for them by going to the 'file
association' part of system settings and editing the icons for the mime
types which were missing icons.

The program icons which do not show up in the Quicklaunches haven't
changed on my system.  They also don't show up in the Kmenu, which uses
the same .desktop files -- I didn't realize that before because I
rarely look at the menu.  AFAICS, all the icons that no longer show up
in the menu or the launchers are in /usr/share/pixmaps/.  I can use
kmenuedit, which I think edits the .desktop files, to select the icons
which should be displayed, but they're still not displayed.

> Surely there are things you can try before posting here. I feel
> unkind saying this, so I apologise, but at the least you could have
> posted a list of the packages that you installed yesterday. 

Just the ones with 'theme|icon':

 kde-frameworks/breeze-icons-5.23.0
 kde-frameworks/oxygen-icons-5.23.0
 kde-frameworks/kemoticons-5.23.0
 kde-frameworks/kiconthemes-5.23.0

All the packages:

 kde-frameworks/extra-cmake-modules-5.23.0
 media-libs/libv4l-1.10.1
 kde-frameworks/breeze-icons-5.23.0
 kde-frameworks/oxygen-icons-5.23.0
 kde-frameworks/karchive-5.23.0-r1
 kde-plasma/breeze-gtk-5.6.5
 kde-frameworks/kitemmodels-5.23.0
 kde-frameworks/kdoctools-5.23.0
 kde-frameworks/threadweaver-5.23.0
 kde-frameworks/attica-5.23.0
 kde-plasma/kdecoration-5.6.5
 kde-frameworks/kimageformats-5.23.0
 kde-frameworks/kjs-5.23.0
 kde-frameworks/kwayland-5.23.0
 kde-frameworks/kguiaddons-5.23.0
 kde-frameworks/kplotting-5.23.0
 kde-frameworks/kidletime-5.23.0
 kde-plasma/libkscreen-5.6.5
 kde-frameworks/ki18n-5.23.0
 kde-frameworks/kcoreaddons-5.23.0
 kde-frameworks/kconfig-5.23.0
 kde-frameworks/kwidgetsaddons-5.23.0
 kde-frameworks/kwindowsystem-5.23.0
 kde-frameworks/kdbusaddons-5.23.0
 kde-frameworks/kitemviews-5.23.0
 kde-frameworks/kcodecs-5.23.0
 kde-frameworks/kunitconversion-5.23.0
 kde-frameworks/sonnet-5.23.0
 kde-frameworks/kcrash-5.23.0
 kde-frameworks/kcompletion-5.23.0
 kde-frameworks/kpty-5.23.0
 kde-frameworks/kjobwidgets-5.23.0
 kde-plasma/kwayland-integration-5.6.5
 kde-frameworks/kpackage-5.23.0
 kde-frameworks/kdnssd-5.23.0
 kde-frameworks/kglobalaccel-5.23.0-r1
 kde-frameworks/kservice-5.23.0
 kde-frameworks/kfilemetadata-5.23.0
 kde-frameworks/kjsembed-5.23.0
 kde-frameworks/solid-5.23.0
 kde-frameworks/kauth-5.23.0-r1
 kde-frameworks/kdesu-5.23.0
 kde-frameworks/kemoticons-5.23.0
 kde-frameworks/kpeople-5.23.0
 kde-frameworks/kconfigwidgets-5.23.0
 kde-frameworks/knotifications-5.23.0
 kde-frameworks/kiconthemes-5.23.0
 kde-plasma/kwrited-5.6.5
 kde-plasma/polkit-kde-agent-5.6.5
 kde-frameworks/ktextwidgets-5.23.0
 kde-frameworks/kwallet-5.23.0
 kde-frameworks/kxmlgui-5.23.0-r1
 kde-frameworks/frameworkintegration-5.23.0
 kde-frameworks/kbookmarks-5.23.0
 kde-frameworks/kio-5.23.0
 kde-frameworks/kinit-5.23.0
 kde-frameworks/kded-5.23.0
 kde-frameworks/kdeclarative-5.23.0
 kde-frameworks/kparts-5.23.0
 kde-frameworks/knotifyconfig-5.23.0
 kde-frameworks/kxmlrpcclient-5.23.0
 kde-frameworks/kcmutils-5.23.0
 kde-frameworks/knewstuff-5.23.0
 kde-frameworks/baloo-5.23.0
 kde-frameworks/khtml-5.23.0
 kde-frameworks/kdewebkit-5.23.0
 kde-frameworks/kdesignerplugin-5.23.0
 kde-frameworks/kross-5.23.0
 kde-apps/spectacle-16.04.3
 kde-plasma/oxygen-5.6.5
 kde-frameworks/ktexteditor-5.23.0
 kde-frameworks/kdelibs4support-5.23.0-r1
 kde-plasma/kde-cli-tools-5.6.5
 kde-plasma/kgamma-5.6.5
 kde-plasma/user-manager-5.6.5
 kde-plas

Re: [gentoo-user] Re: Copying USB->USB: sync after every file

2017-02-06 Thread Mick
On Monday 06 Feb 2017 07:33:07 Daniel Frey wrote:
> On 02/05/2017 10:56 PM, Mick wrote:
> > Ha!  I just upgraded to 4.9.6-r1 gentoo kernel sources and I can no
> > longer mount USB sticks!  I can still mount them using pmount on the
> > CLI, but the desktop click-to-mount function does not work in Plasma,
> > KDE applications or enlightenment.
> 
> I am using gentoo-sources-4.9.6-r1 on my Surface, and I just plugged in
> a USB stick and Dolphin mounted it with no issues.
> 
> Dan

OK, I had a closer look.  Kernel 4.9.6-r1 is not the problem on at least two 
boxen I just checked - I also tried a Macbook which keeps crashing at boot 
time with this kernel, but that's for another post.

The USB problem is related to the latest updates I ran, which also coincided 
with the kernel upgrade and this put me off the scent.  I booted into 4.4.39 
and the problem was still there on two different PCs.

I also booted into two different desktop managers, Plasma and Enlightenment.  
The problem remained with both of them, whether I used KDE apps to mount the 
USB stick or not.

As I mentioned, when I use pmount on the CLI I can mount the device.  However, 
when I used udisksctl, I got this:

$ udisksctl mount -b /dev/sdb
 AUTHENTICATING FOR org.freedesktop.udisks2.filesystem-mount ===
Authentication is required to mount Crucial Gizmo! overdrive (/dev/sdb)
Authenticating as: root
Password: 

What?!  This comes up with plain users, and users in the wheel group.  This 
makes me think the problem may be polkit related.  These are the packages I 
emerged last weekend:

# genlop --list --date last Saturday
 * packages merged:

 Sat Feb  4 08:25:45 2017 >>> sys-libs/efivar-30
 Sat Feb  4 08:28:27 2017 >>> sys-kernel/gentoo-sources-4.9.6-r1
 Sat Feb  4 08:29:25 2017 >>> sys-apps/portage-2.3.3
 Sat Feb  4 08:30:23 2017 >>> net-misc/youtube-dl-2017.02.01
 Sat Feb  4 08:30:46 2017 >>> x11-misc/util-macros-1.19.1
 Sat Feb  4 08:31:27 2017 >>> kde-plasma/plasma-workspace-wallpapers-5.8.5
 Sat Feb  4 08:32:00 2017 >>> kde-plasma/kwallet-pam-5.8.5
 Sat Feb  4 08:32:20 2017 >>> sys-boot/efibootmgr-14
 Sat Feb  4 08:33:10 2017 >>> net-analyzer/tcpdump-4.9.0
 Sat Feb  4 08:33:52 2017 >>> kde-plasma/kdecoration-5.8.5
 Sat Feb  4 08:34:39 2017 >>> net-misc/tigervnc-1.7.1
 Sat Feb  4 08:36:00 2017 >>> kde-plasma/libkscreen-5.8.5
 Sat Feb  4 08:36:34 2017 >>> kde-plasma/kwayland-integration-5.8.5
 Sat Feb  4 08:37:51 2017 >>> x11-misc/sddm-0.14.0-r2
 Sat Feb  4 08:38:27 2017 >>> kde-plasma/polkit-kde-agent-5.8.5
 Sat Feb  4 14:39:34 2017 >>> www-client/chromium-56.0.2924.76-r1
 Sat Feb  4 15:22:06 2017 >>> www-client/firefox-45.7.0
 Sat Feb  4 15:22:44 2017 >>> kde-plasma/kwrited-5.8.5
 Sat Feb  4 15:23:13 2017 >>> kde-plasma/ksshaskpass-5.8.5
 Sat Feb  4 15:24:29 2017 >>> kde-plasma/kactivitymanagerd-5.8.5
 Sat Feb  4 15:25:20 2017 >>> kde-plasma/systemsettings-5.8.5
 Sat Feb  4 15:26:32 2017 >>> kde-plasma/kde-cli-tools-5.8.5
 Sat Feb  4 15:27:34 2017 >>> kde-plasma/libksysguard-5.8.5
 Sat Feb  4 15:28:34 2017 >>> kde-plasma/plasma-pa-5.8.5
 Sat Feb  4 15:29:20 2017 >>> kde-plasma/user-manager-5.8.5
 Sat Feb  4 15:29:56 2017 >>> kde-plasma/kgamma-5.8.5
 Sat Feb  4 15:31:01 2017 >>> kde-plasma/kscreenlocker-5.8.5
 Sat Feb  4 15:31:41 2017 >>> kde-plasma/milou-5.8.5
 Sat Feb  4 15:32:43 2017 >>> kde-plasma/ksysguard-5.8.5
 Sat Feb  4 15:33:27 2017 >>> kde-plasma/sddm-kcm-5.8.5
 Sat Feb  4 15:34:55 2017 >>> kde-plasma/kinfocenter-5.8.5
 Sat Feb  4 15:36:32 2017 >>> kde-plasma/bluedevil-5.8.5
 Sat Feb  4 15:37:40 2017 >>> kde-plasma/kscreen-5.8.5
 Sat Feb  4 15:40:12 2017 >>> kde-plasma/breeze-5.8.5
 Sat Feb  4 15:43:48 2017 >>> kde-plasma/oxygen-5.8.5
 Sat Feb  4 15:52:22 2017 >>> kde-plasma/kwin-5.8.5
 Sat Feb  4 15:53:04 2017 >>> kde-plasma/plasma-integration-5.8.5-r1
 Sat Feb  4 16:01:35 2017 >>> kde-plasma/plasma-workspace-5.8.5
 Sat Feb  4 16:03:16 2017 >>> kde-plasma/khotkeys-5.8.5
 Sat Feb  4 16:14:04 2017 >>> kde-plasma/plasma-desktop-5.8.5-r1
 Sat Feb  4 16:16:23 2017 >>> kde-plasma/kdeplasma-addons-5.8.5
 Sat Feb  4 16:18:23 2017 >>> kde-plasma/powerdevil-5.8.5
 Sat Feb  4 16:19:08 2017 >>> kde-plasma/kmenuedit-5.8.5
 Sat Feb  4 16:19:26 2017 >>> kde-plasma/plasma-meta-5.8.5
 Sun Feb  5 09:52:45 2017 >>> sys-apps/sandbox-2.10-r3
 Sun Feb  5 09:53:13 2017 >>> dev-perl/Net-SSLeay-1.800.0
 Sun Feb  5 09:54:08 2017 >>> sys-fs/ntfs3g-2016.2.22-r2
 Sun Feb  5 09:54:35 2017 >>> sys-apps/ifplugd-0.28-r10
 Sun Feb  5 09:55:47 2017 >>> net-wireless/bluez-5.43-r1


What do you think?
-- 
Regards,
Mick

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] Re: Copying USB->USB: sync after every file

2017-02-06 Thread Mick
On Monday 06 Feb 2017 12:32:25 Daniel Frey wrote:
> On 02/06/2017 11:49 AM, Mick wrote:
> > On Monday 06 Feb 2017 07:33:07 Daniel Frey wrote:
> >> On 02/05/2017 10:56 PM, Mick wrote:
> >>> Ha!  I just upgraded to 4.9.6-r1 gentoo kernel sources and I can no
> >>> longer mount USB sticks!  I can still mount them using pmount on the
> >>> CLI, but the desktop click-to-mount function does not work in Plasma,
> >>> KDE applications or enlightenment.
> >> 
> >> I am using gentoo-sources-4.9.6-r1 on my Surface, and I just plugged in
> >> a USB stick and Dolphin mounted it with no issues.
> >> 
> >> Dan
> > 
> > OK, I had a closer look.  Kernel 4.9.6-r1 is not the problem on at least
> > two boxen I just checked - I also tried a Macbook which keeps crashing at
> > boot time with this kernel, but that's for another post.
> > 
> > The USB problem is related to the latest updates I ran, which also
> > coincided with the kernel upgrade and this put me off the scent.  I
> > booted into 4.4.39 and the problem was still there on two different PCs.
> > 
> > I also booted into two different desktop managers, Plasma and
> > Enlightenment. The problem remained with both of them, whether I used KDE
> > apps to mount the USB stick or not.
> > 
> > As I mentioned, when I use pmount on the CLI I can mount the device. 
> > However, when I used udisksctl, I got this:
> > 
> > $ udisksctl mount -b /dev/sdb
> >  AUTHENTICATING FOR org.freedesktop.udisks2.filesystem-mount ===
> > Authentication is required to mount Crucial Gizmo! overdrive (/dev/sdb)
> > Authenticating as: root
> > Password:
> > 
> > What?!  This comes up with plain users, and users in the wheel group. 
> > This
> > makes me think the problem may be polkit related.  These are the packages
> > I
> > emerged last weekend:
> > 
> > # genlop --list --date last Saturday
> > 
> >  * packages merged:
> >  Sat Feb  4 08:25:45 2017 >>> sys-libs/efivar-30
> >  Sat Feb  4 08:28:27 2017 >>> sys-kernel/gentoo-sources-4.9.6-r1
> >  Sat Feb  4 08:29:25 2017 >>> sys-apps/portage-2.3.3
> >  Sat Feb  4 08:30:23 2017 >>> net-misc/youtube-dl-2017.02.01
> >  Sat Feb  4 08:30:46 2017 >>> x11-misc/util-macros-1.19.1
> >  Sat Feb  4 08:31:27 2017 >>>
> >  kde-plasma/plasma-workspace-wallpapers-5.8.5
> >  Sat Feb  4 08:32:00 2017 >>> kde-plasma/kwallet-pam-5.8.5
> >  Sat Feb  4 08:32:20 2017 >>> sys-boot/efibootmgr-14
> >  Sat Feb  4 08:33:10 2017 >>> net-analyzer/tcpdump-4.9.0
> >  Sat Feb  4 08:33:52 2017 >>> kde-plasma/kdecoration-5.8.5
> >  Sat Feb  4 08:34:39 2017 >>> net-misc/tigervnc-1.7.1
> >  Sat Feb  4 08:36:00 2017 >>> kde-plasma/libkscreen-5.8.5
> >  Sat Feb  4 08:36:34 2017 >>> kde-plasma/kwayland-integration-5.8.5
> >  Sat Feb  4 08:37:51 2017 >>> x11-misc/sddm-0.14.0-r2
> >  Sat Feb  4 08:38:27 2017 >>> kde-plasma/polkit-kde-agent-5.8.5
> >  Sat Feb  4 14:39:34 2017 >>> www-client/chromium-56.0.2924.76-r1
> >  Sat Feb  4 15:22:06 2017 >>> www-client/firefox-45.7.0
> >  Sat Feb  4 15:22:44 2017 >>> kde-plasma/kwrited-5.8.5
> >  Sat Feb  4 15:23:13 2017 >>> kde-plasma/ksshaskpass-5.8.5
> >  Sat Feb  4 15:24:29 2017 >>> kde-plasma/kactivitymanagerd-5.8.5
> >  Sat Feb  4 15:25:20 2017 >>> kde-plasma/systemsettings-5.8.5
> >  Sat Feb  4 15:26:32 2017 >>> kde-plasma/kde-cli-tools-5.8.5
> >  Sat Feb  4 15:27:34 2017 >>> kde-plasma/libksysguard-5.8.5
> >  Sat Feb  4 15:28:34 2017 >>> kde-plasma/plasma-pa-5.8.5
> >  Sat Feb  4 15:29:20 2017 >>> kde-plasma/user-manager-5.8.5
> >  Sat Feb  4 15:29:56 2017 >>> kde-plasma/kgamma-5.8.5
> >  Sat Feb  4 15:31:01 2017 >>> kde-plasma/kscreenlocker-5.8.5
> >  Sat Feb  4 15:31:41 2017 >>> kde-plasma/milou-5.8.5
> >  Sat Feb  4 15:32:43 2017 >>> kde-plasma/ksysguard-5.8.5
> >  Sat Feb  4 15:33:27 2017 >>> kde-plasma/sddm-kcm-5.8.5
> >  Sat Feb  4 15:34:55 2017 >>> kde-plasma/kinfocenter-5.8.5
> >  Sat Feb  4 15:36:32 2017 >>> kde-plasma/bluedevil-5.8.5
> >  Sat Feb  4 15:37:40 2017 >>> kde-plasma/kscreen-5.8.5
> >  Sat Feb  4 15:40:12 2017 >>> kde-plasma/breeze-5.8.5
> >  Sat Feb  4 15:43:48 201

Re: [gentoo-user] Re: Copying USB->USB: sync after every file

2017-02-06 Thread Daniel Frey
On 02/06/2017 12:39 PM, Mick wrote:
> On Monday 06 Feb 2017 12:32:25 Daniel Frey wrote:
>> On 02/06/2017 11:49 AM, Mick wrote:
>>> On Monday 06 Feb 2017 07:33:07 Daniel Frey wrote:
>>>> On 02/05/2017 10:56 PM, Mick wrote:
>>>>> Ha!  I just upgraded to 4.9.6-r1 gentoo kernel sources and I can no
>>>>> longer mount USB sticks!  I can still mount them using pmount on the
>>>>> CLI, but the desktop click-to-mount function does not work in Plasma,
>>>>> KDE applications or enlightenment.
>>>>
>>>> I am using gentoo-sources-4.9.6-r1 on my Surface, and I just plugged in
>>>> a USB stick and Dolphin mounted it with no issues.
>>>>
>>>> Dan
>>>
>>> OK, I had a closer look.  Kernel 4.9.6-r1 is not the problem on at least
>>> two boxen I just checked - I also tried a Macbook which keeps crashing at
>>> boot time with this kernel, but that's for another post.
>>>
>>> The USB problem is related to the latest updates I ran, which also
>>> coincided with the kernel upgrade and this put me off the scent.  I
>>> booted into 4.4.39 and the problem was still there on two different PCs.
>>>
>>> I also booted into two different desktop managers, Plasma and
>>> Enlightenment. The problem remained with both of them, whether I used KDE
>>> apps to mount the USB stick or not.
>>>
>>> As I mentioned, when I use pmount on the CLI I can mount the device. 
>>> However, when I used udisksctl, I got this:
>>>
>>> $ udisksctl mount -b /dev/sdb
>>>  AUTHENTICATING FOR org.freedesktop.udisks2.filesystem-mount ===
>>> Authentication is required to mount Crucial Gizmo! overdrive (/dev/sdb)
>>> Authenticating as: root
>>> Password:
>>>
>>> What?!  This comes up with plain users, and users in the wheel group. 
>>> This
>>> makes me think the problem may be polkit related.  These are the packages
>>> I
>>> emerged last weekend:
>>>
>>> # genlop --list --date last Saturday
>>>
>>>  * packages merged:
>>>  Sat Feb  4 08:25:45 2017 >>> sys-libs/efivar-30
>>>  Sat Feb  4 08:28:27 2017 >>> sys-kernel/gentoo-sources-4.9.6-r1
>>>  Sat Feb  4 08:29:25 2017 >>> sys-apps/portage-2.3.3
>>>  Sat Feb  4 08:30:23 2017 >>> net-misc/youtube-dl-2017.02.01
>>>  Sat Feb  4 08:30:46 2017 >>> x11-misc/util-macros-1.19.1
>>>  Sat Feb  4 08:31:27 2017 >>>
>>>  kde-plasma/plasma-workspace-wallpapers-5.8.5
>>>  Sat Feb  4 08:32:00 2017 >>> kde-plasma/kwallet-pam-5.8.5
>>>  Sat Feb  4 08:32:20 2017 >>> sys-boot/efibootmgr-14
>>>  Sat Feb  4 08:33:10 2017 >>> net-analyzer/tcpdump-4.9.0
>>>  Sat Feb  4 08:33:52 2017 >>> kde-plasma/kdecoration-5.8.5
>>>  Sat Feb  4 08:34:39 2017 >>> net-misc/tigervnc-1.7.1
>>>  Sat Feb  4 08:36:00 2017 >>> kde-plasma/libkscreen-5.8.5
>>>  Sat Feb  4 08:36:34 2017 >>> kde-plasma/kwayland-integration-5.8.5
>>>  Sat Feb  4 08:37:51 2017 >>> x11-misc/sddm-0.14.0-r2
>>>  Sat Feb  4 08:38:27 2017 >>> kde-plasma/polkit-kde-agent-5.8.5
>>>  Sat Feb  4 14:39:34 2017 >>> www-client/chromium-56.0.2924.76-r1
>>>  Sat Feb  4 15:22:06 2017 >>> www-client/firefox-45.7.0
>>>  Sat Feb  4 15:22:44 2017 >>> kde-plasma/kwrited-5.8.5
>>>  Sat Feb  4 15:23:13 2017 >>> kde-plasma/ksshaskpass-5.8.5
>>>  Sat Feb  4 15:24:29 2017 >>> kde-plasma/kactivitymanagerd-5.8.5
>>>  Sat Feb  4 15:25:20 2017 >>> kde-plasma/systemsettings-5.8.5
>>>  Sat Feb  4 15:26:32 2017 >>> kde-plasma/kde-cli-tools-5.8.5
>>>  Sat Feb  4 15:27:34 2017 >>> kde-plasma/libksysguard-5.8.5
>>>  Sat Feb  4 15:28:34 2017 >>> kde-plasma/plasma-pa-5.8.5
>>>  Sat Feb  4 15:29:20 2017 >>> kde-plasma/user-manager-5.8.5
>>>  Sat Feb  4 15:29:56 2017 >>> kde-plasma/kgamma-5.8.5
>>>  Sat Feb  4 15:31:01 2017 >>> kde-plasma/kscreenlocker-5.8.5
>>>  Sat Feb  4 15:31:41 2017 >>> kde-plasma/milou-5.8.5
>>>  Sat Feb  4 15:32:43 2017 >>> kde-plasma/ksysguard-5.8.5
>>>  Sat Feb  4 15:33:27 2017 >>> kde-plasma/sddm-kcm-5.8.5
>>>  Sat Feb  4 15:34:55 2017 >>> kde-plasma/kinfocenter-5.8.5
>>> 

Re: [gentoo-user] Re: Copying USB->USB: sync after every file

2017-02-06 Thread Daniel Frey
On 02/06/2017 11:49 AM, Mick wrote:
> On Monday 06 Feb 2017 07:33:07 Daniel Frey wrote:
>> On 02/05/2017 10:56 PM, Mick wrote:
>>> Ha!  I just upgraded to 4.9.6-r1 gentoo kernel sources and I can no
>>> longer mount USB sticks!  I can still mount them using pmount on the
>>> CLI, but the desktop click-to-mount function does not work in Plasma,
>>> KDE applications or enlightenment.
>>
>> I am using gentoo-sources-4.9.6-r1 on my Surface, and I just plugged in
>> a USB stick and Dolphin mounted it with no issues.
>>
>> Dan
> 
> OK, I had a closer look.  Kernel 4.9.6-r1 is not the problem on at least two 
> boxen I just checked - I also tried a Macbook which keeps crashing at boot 
> time with this kernel, but that's for another post.
> 
> The USB problem is related to the latest updates I ran, which also coincided 
> with the kernel upgrade and this put me off the scent.  I booted into 4.4.39 
> and the problem was still there on two different PCs.
> 
> I also booted into two different desktop managers, Plasma and Enlightenment.  
> The problem remained with both of them, whether I used KDE apps to mount the 
> USB stick or not.
> 
> As I mentioned, when I use pmount on the CLI I can mount the device.  
> However, 
> when I used udisksctl, I got this:
> 
> $ udisksctl mount -b /dev/sdb
>  AUTHENTICATING FOR org.freedesktop.udisks2.filesystem-mount ===
> Authentication is required to mount Crucial Gizmo! overdrive (/dev/sdb)
> Authenticating as: root
> Password: 
> 
> What?!  This comes up with plain users, and users in the wheel group.  This 
> makes me think the problem may be polkit related.  These are the packages I 
> emerged last weekend:
> 
> # genlop --list --date last Saturday
>  * packages merged:
> 
>  Sat Feb  4 08:25:45 2017 >>> sys-libs/efivar-30
>  Sat Feb  4 08:28:27 2017 >>> sys-kernel/gentoo-sources-4.9.6-r1
>  Sat Feb  4 08:29:25 2017 >>> sys-apps/portage-2.3.3
>  Sat Feb  4 08:30:23 2017 >>> net-misc/youtube-dl-2017.02.01
>  Sat Feb  4 08:30:46 2017 >>> x11-misc/util-macros-1.19.1
>  Sat Feb  4 08:31:27 2017 >>> kde-plasma/plasma-workspace-wallpapers-5.8.5
>  Sat Feb  4 08:32:00 2017 >>> kde-plasma/kwallet-pam-5.8.5
>  Sat Feb  4 08:32:20 2017 >>> sys-boot/efibootmgr-14
>  Sat Feb  4 08:33:10 2017 >>> net-analyzer/tcpdump-4.9.0
>  Sat Feb  4 08:33:52 2017 >>> kde-plasma/kdecoration-5.8.5
>  Sat Feb  4 08:34:39 2017 >>> net-misc/tigervnc-1.7.1
>  Sat Feb  4 08:36:00 2017 >>> kde-plasma/libkscreen-5.8.5
>  Sat Feb  4 08:36:34 2017 >>> kde-plasma/kwayland-integration-5.8.5
>  Sat Feb  4 08:37:51 2017 >>> x11-misc/sddm-0.14.0-r2
>  Sat Feb  4 08:38:27 2017 >>> kde-plasma/polkit-kde-agent-5.8.5
>  Sat Feb  4 14:39:34 2017 >>> www-client/chromium-56.0.2924.76-r1
>  Sat Feb  4 15:22:06 2017 >>> www-client/firefox-45.7.0
>  Sat Feb  4 15:22:44 2017 >>> kde-plasma/kwrited-5.8.5
>  Sat Feb  4 15:23:13 2017 >>> kde-plasma/ksshaskpass-5.8.5
>  Sat Feb  4 15:24:29 2017 >>> kde-plasma/kactivitymanagerd-5.8.5
>  Sat Feb  4 15:25:20 2017 >>> kde-plasma/systemsettings-5.8.5
>  Sat Feb  4 15:26:32 2017 >>> kde-plasma/kde-cli-tools-5.8.5
>  Sat Feb  4 15:27:34 2017 >>> kde-plasma/libksysguard-5.8.5
>  Sat Feb  4 15:28:34 2017 >>> kde-plasma/plasma-pa-5.8.5
>  Sat Feb  4 15:29:20 2017 >>> kde-plasma/user-manager-5.8.5
>  Sat Feb  4 15:29:56 2017 >>> kde-plasma/kgamma-5.8.5
>  Sat Feb  4 15:31:01 2017 >>> kde-plasma/kscreenlocker-5.8.5
>  Sat Feb  4 15:31:41 2017 >>> kde-plasma/milou-5.8.5
>  Sat Feb  4 15:32:43 2017 >>> kde-plasma/ksysguard-5.8.5
>  Sat Feb  4 15:33:27 2017 >>> kde-plasma/sddm-kcm-5.8.5
>  Sat Feb  4 15:34:55 2017 >>> kde-plasma/kinfocenter-5.8.5
>  Sat Feb  4 15:36:32 2017 >>> kde-plasma/bluedevil-5.8.5
>  Sat Feb  4 15:37:40 2017 >>> kde-plasma/kscreen-5.8.5
>  Sat Feb  4 15:40:12 2017 >>> kde-plasma/breeze-5.8.5
>  Sat Feb  4 15:43:48 2017 >>> kde-plasma/oxygen-5.8.5
>  Sat Feb  4 15:52:22 2017 >>> kde-plasma/kwin-5.8.5
>  Sat Feb  4 15:53:04 2017 >>> kde-plasma/plasma-integration-5.8.5-r1
>  Sat Feb  4 16:01:35 2017 >>> kde-plasma/plasma-workspace-5.8.5
>  Sat Feb  4 16:03:16 2017 >>> kde-plasma/khotkeys-5.8.5
>  Sat Feb  4 16:14:04 2017 >>> kde-plasma/plasma-desktop-5.8.5-r1
>  Sat Feb 

Re: [gentoo-user] Problems with Xinerama after upgrade to Plasma (KDE5)

2016-09-16 Thread J. Roeleveld
asma/plasma-meta-5.7.4::kde
# required by @selected
# required by @world (argument)
=kde-plasma/plasma-desktop-5.7.4 ~amd64
# required by kde-plasma/plasma-meta-5.7.4::kde
# required by @selected
# required by @world (argument)
=kde-plasma/khotkeys-5.7.4 ~amd64
# required by kde-plasma/plasma-meta-5.7.4::kde
# required by @selected
# required by @world (argument)
=kde-plasma/kgamma-5.7.4 ~amd64
# required by kde-plasma/plasma-meta-5.7.4::kde[pulseaudio]
# required by @selected
# required by @world (argument)
=kde-plasma/plasma-pa-5.7.4 ~amd64
# required by kde-plasma/plasma-meta-5.7.4::kde
# required by @selected
# required by @world (argument)
=kde-plasma/kinfocenter-5.7.4 ~amd64
# required by kde-plasma/plasma-meta-5.7.4::kde
# required by @selected
# required by @world (argument)
=kde-plasma/kwrited-5.7.4 ~amd64
# required by kde-plasma/plasma-workspace-5.7.4::kde
# required by kde-plasma/plasma-desktop-5.7.4::kde
# required by kde-plasma/plasma-meta-5.7.4::kde
# required by @selected
# required by @world (argument)
=kde-plasma/libksysguard-5.7.4 ~amd64
# required by kde-plasma/plasma-workspace-5.7.4::kde
# required by kde-plasma/plasma-desktop-5.7.4::kde
# required by kde-plasma/plasma-meta-5.7.4::kde
# required by @selected
# required by @world (argument)
=kde-plasma/ksysguard-5.7.4 ~amd64
# required by kde-plasma/systemsettings-5.7.4::kde[gtk]
# required by kde-plasma/plasma-meta-5.7.4::kde
# required by @selected
# required by @world (argument)
=kde-plasma/kde-gtk-config-5.7.4 ~amd64
# required by kde-plasma/plasma-workspace-5.7.4::kde
# required by kde-plasma/plasma-desktop-5.7.4::kde
# required by kde-plasma/plasma-meta-5.7.4::kde
# required by @selected
# required by @world (argument)
=kde-plasma/milou-5.7.4 ~amd64
# required by kde-plasma/plasma-workspace-5.7.4::kde
# required by kde-plasma/plasma-desktop-5.7.4::kde
# required by kde-plasma/plasma-meta-5.7.4::kde
# required by @selected
# required by @world (argument)
=kde-plasma/kscreenlocker-5.7.4 ~amd64
# required by kde-apps/kmix-16.04.3-r1::gentoo
# required by kde-apps/kdemultimedia-meta-16.04.3::gentoo
# required by kde-apps/kde-apps-meta-16.04.3::gentoo
# required by @selected
# required by @world (argument)
=kde-plasma/kde-cli-tools-5.7.4 ~amd64
# required by kde-plasma/plasma-meta-5.7.4::kde[pam]
# required by @selected
# required by @world (argument)
=kde-plasma/kwallet-pam-5.7.4 ~amd64
# required by kde-plasma/plasma-workspace-5.7.4::kde
# required by kde-plasma/plasma-desktop-5.7.4::kde
# required by kde-plasma/plasma-meta-5.7.4::kde
# required by @selected
# required by @world (argument)
=kde-plasma/plasma-integration-5.7.4 ~amd64



Re: [gentoo-user] update to portage 2.2

2009-02-26 Thread Alan McKinnon
: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/killbots:4.2
kde-base/kimagemapeditor:4.2
kde-base/kinfocenter:4.2
kde-base/kioclient:4.2
kde-base/kiriki: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/klinkstatus: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/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/kommander: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/kontact-specialdates:4.2
kde-base/kopete:4.2
kde-base/korganizer:4.2
kde-base/kpasswdserver:4.2
kde-base/kpat: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/krosspython:4.2
kde-base/krossruby:4.2
kde-base/kruler:4.2
kde-base/krunner:4.2
kde-base/ksame:4.2
kde-base/ksaneplugin: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/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/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/kwalletd:4.2
kde-base/kweather:4.2
kde-base/kwin:4.2
kde-base/kwordquiz:4.2
kde-base/kwrite:4.2
kde-base/kwrited:4.2
kde-base/kxsldbg:4.2
kde-base/libkcddb:4.2
kde-base/libkcompactdisc:4.2
kde-base/libkdcraw:4.2
kde-base/libkdeedu:4.2
kde-base/libkdegames: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/libkmahjongg: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/libplasmaclock:4.2
kde-base/libtaskmanager: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-kde:4.2
kde-base/plasma-apps:4.2
kde-base/plasma-workspace:4.2
kde-base/powerdevil:4.2
kde-base/printer-applet:4.2
kde-base/pykde4: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/system-config-printer-kde:4.2
kde-base/systemsettings:4.2
kde-base/umbrello:4.2
media-sound/phonon
~kde-base/akonadi-4.2.0
~kde-base/akregator-4.2.0
~kde-base/amor-4.2.0
~kde-base/ark-4.2.0
~kde-base/blinken-4.2.0
~kde-base/bomber-4.2.0
~kde-base/bovo-4.2.0
~kde-base/cervisia-4.2.0
~kde-base/dolphin-4.2.0
~kde-base/dragonplayer-4.2.0
~kde-base/drkonqi-4.2.0
~kde-base/gwenview-4.2.0
~kde-base/juk-4.2.0
~kde-base/kaddressbook-4.2.0
~kde-base/kalarm-4.2.0
~kde-base/kalgebra-4.2.0
~kde-base/kalzium-4.2.0
~kde-base/kamera-4.2.0
~kde-base/kanagram-4.2.0
~kde-base/kapman-4.2.0
~kde-base/kappfinder-4.2.0
~kde-base/kapptemplate-4.2.0
~kde-base/kate-4.2.0
~kde-base/katomic-4.2.0
~kde-base/kbattleship-4.2.0
~kde-base/kblackbox-4.2.0
~kde-base/kblocks-4.2.0
~kde-base/kbounce-4.2.0
~kde-base/kbreakout-4.2.0
~kde-base/kbruch-4.2.0
~kde-base/kbugbuster-4.2.0
~kde-base/kcachegrind-4.2.0
~kde-base/kcalc-4.2.0
~kde-base/kcharselect-4.2.0
~kde-base/kcheckpass-4.2.0
~kde-base/kcminit-4.2.0
~kde-base/kcmshell-4.2.0
~kde-base/kcolorchooser-4.2.0
~kde-base/kcontrol-4.2.0
~kde-base/kcron-4.2.0
~kde-base/kdeaccessibility-colorschemes-4.2.0
~kde-base/kdeaccessibility-iconthemes-4.2.0
~kde-base/kdeaccessibility-meta-4.2.0
~kde-base/kdeaccounts-plugin-4.2.0
~kde-base/kdeadmin-meta-4.2.0
~kde-base/kdeartwork-colorschemes-4.2.0
~kde-base/kdeartwork-desktopthemes-4.2.0
~kde-base/kdeartwork-emoticons-4.2.0
~kde-base/kdeartwork-iconthemes-4.2.0
~kde-base/kdeartwork-kscreensaver-4.2.0
~kde-base/kdeartwork-meta-4.2.0
~kde-base/kdeartwork-sounds-4.2.0
~kde-base/kdeartwork-styles-4.2.0
~kde-base/kdeartwork-wallpapers

[gentoo-user] emerge --rebuild-if-new-rev always triggers rebuild

2016-04-29 Thread Michael Mol
From the does-this-happen-to-anyone-else-or-is-it-just-me department.

I'm finding that if I include "--rebuild-if-new-rev y", I get a slew of new 
packages built, *even if I just built them*. That seems wrong. I've tried 
removing it, and the problem goes away. The presence or absence of "--rebuild-
if-new-slot y" seems to have no impact.

EMERGE_DEFAULT_OPTS="--tree --with-bdeps=y --keep-going --quiet-build=y --deep 
--unordered-display --load-average 3 --jobs=3 --rebuild-if-new-slot y --
rebuild-if-new-rev y"

$ emerge -puDN @world

These are the packages that would be merged:

Calculating dependencies... done!
[nomerge   ] dev-python/virtualenv-13.1.2 
[nomerge   ]  dev-python/setuptools-18.4 
[nomerge   ]   dev-lang/python-3.4.3-r1 
[nomerge   ]sys-libs/ncurses-5.9-r5 
[nomerge   ] sys-libs/gpm-1.20.7-r2 
[nomerge   ]  virtual/yacc-0 
[nomerge   ]   sys-devel/bison-3.0.4-r1 
[nomerge   ]sys-devel/flex-2.5.39-r1 
[nomerge   ] sys-devel/gettext-0.19.4 
[nomerge   ]  dev-libs/libxml2-2.9.3 
[nomerge   ]   sys-devel/autoconf-2.69 
[nomerge   ]dev-lang/perl-5.20.2 
[nomerge   ] app-admin/perl-cleaner-2.19 
[nomerge   ]  app-portage/portage-utils-0.62 
[nomerge   ]   dev-libs/iniparser-3.1-r1 
[nomerge   ]app-doc/doxygen-1.8.10-r1 
[nomerge   ] app-text/ghostscript-gpl-9.15-r1 
[nomerge   ]  x11-libs/gtk+-3.18.7 
[nomerge   ]   app-accessibility/at-spi2-atk-2.18.1 
[nomerge   ]dev-libs/glib-2.46.2-r2 
[nomerge   ] dev-libs/libxslt-1.1.28-r5 
[nomerge   ]  dev-libs/libgcrypt-1.6.5 
[nomerge   ]   virtual/texi2dvi-0 
[nomerge   ]virtual/latex-base-1.0 
[nomerge   ] dev-texlive/texlive-fontutils-2014 
[nomerge   ]  dev-texlive/texlive-basic-2014 
[nomerge   ]   app-text/texlive-core-2014-r4 
[nomerge   ]x11-libs/cairo-1.14.2 
[nomerge   ] x11-libs/libX11-1.6.3 
[nomerge   ]  app-text/docbook-xml-dtd-4.3-r1 
[nomerge   ]   app-text/build-docbook-
catalog-1.19.1 
[nomerge   ]sys-apps/util-linux-2.26.2 
[nomerge   ] sys-libs/pam-1.2.1 
[nomerge   ]  sys-auth/pambase-20150213 
[nomerge   ]   sys-auth/consolekit-1.1.0 
[nomerge   ]sys-auth/polkit-0.113 
[ebuild  rR   ~] kde-plasma/polkit-kde-
agent-5.6.3 
[nomerge   ] kde-apps/kleopatra-4.14.10 
[nomerge   ]  kde-base/kdelibs-4.14.16 
[ebuild  rR   ~]   kde-apps/khelpcenter-5.6.2-r1 
[ebuild  rR]kde-frameworks/khtml-5.18.0 
[ebuild  rR   ~]kde-plasma/kde-cli-tools-5.6.3 
[ebuild  rR] kde-frameworks/kdesu-5.18.0 
[ebuild  rR]  kde-frameworks/kpty-5.18.0 
[nomerge   ] kde-plasma/plasma-meta-5.6.3 
[ebuild  rR   ~]  kde-plasma/ksshaskpass-5.6.3 
[ebuild  rR   ~]  kde-plasma/kmenuedit-5.6.3 
[ebuild  rR   ~]   kde-plasma/khotkeys-5.6.3 
[ebuild  rR   ~]kde-plasma/plasma-workspace-5.6.3 
[ebuild  rR   ~] kde-plasma/kwin-5.6.3 
[ebuild  rR   ~]  kde-plasma/kscreenlocker-5.6.3 
[ebuild  rR   ~] kde-plasma/libksysguard-5.6.3 
[ebuild  rR   ~] kde-apps/kio-extras-15.12.3 
[ebuild  rR] kde-frameworks/kxmlrpcclient-5.18.0 
[ebuild  rR   ~] kde-plasma/ksysguard-5.6.3 
[ebuild  rR   ~] kde-plasma/milou-5.6.3 
[ebuild  rR] kde-frameworks/ktexteditor-5.18.0 
[ebuild  rR   ~]  kde-plasma/kwrited-5.6.3 
[ebuild  rR   ~]  kde-plasma/bluedevil-5.6.3 
[ebuild  rR   ~]  kde-plasma/kgamma-5.6.3 
[ebuild  rR   ~]  kde-plasma/kinfocenter-5.6.3 
[ebuild  rR   ~]  kde-plasma/plasma-integration-5.6.3 
[ebuild  rR   ~]  kde-plasma/breeze-5.6.3 
[ebuild  rR]   kde-frameworks/frameworkintegration-5.18.0 
[ebuild  rR   ~]  kde-plasma/systemsettings-5.6.3 
[ebuild  rR   ~]   kde-plasma/kde-gtk-config-5.6.3 
[nomerge   ]  kde-plasma/plasma-desktop-5.6.3 
[ebuild  rR   ~]   kde-plasma/plasma-pa-5.6.3 
[ebuild  rR   ~]   kde-plasma/oxygen-5.6.3 
[ebuild  rR   ~]  kde-plasma/powerdevil-5.6.3 
[ebuild  rR   ~]  kde-plasma/sddm-kcm-5.6.3 
[ebuild  rR   ~]  kde-plasma/kdeplasma-addons-5.6.3 
[ebuild  rR]   kde-frameworks/kross-5.18.0 
[ebuild  rR   ~]  kde-plasma/kscreen-5.6.3 
[ebuild  rR   ~]  kde-plasma/user-manager-5.6.3 
[nomerge   ] kde-apps/kde-apps-meta-15.12.3-r3 
[nomerge   ]  kde-apps/kdegames-meta-15.12.3 
[ebuild  rR   ~]   kde-apps/ksquares-15.12.3 
[ebuild  rR   ~]  

Re: [gentoo-user] Re: Update blocked by kdebase-startkde:4

2016-07-09 Thread Daniel Frey
On 07/09/2016 03:40 PM, Peter Humphrey wrote:
> 
> In fact I tried the separate masking. It led on to having to treat kde-plasma 
> and kde-frameworks similarly, and before I knew it I was unmasking a load of 
> packages that don't belong in a KDE-4 system.
> 
> What to try next?
> 

When I tried plasma and it crashed every 10 seconds I reverted and
manually masked all packages >4.15.

I figure eventually the instability will go away but decided to leave it
for another year or so. Heck, I may never update again. ;-) I like
having a desktop that just works.

I haven't tried updating recently (some months because I don't want to
deal with the plasma stuff now) though, so I don't know if it still works.

I've attached my package.mask if you want to try it. Talk about try to
solve updates with a sledgehammer though...

I think you'll also have to remove wallpapers in order to make portage
happy about conflicts:

[/etc/portage/package.use]
kde-base/kdebase-startkde -wallpapers
kde-apps/kdebase-meta -wallpapers

(Yes, it took forever to do that manually.)

I suspect it will probably not work now but it'll be a starting point if
you want to try this method. Maybe all you'll have to do is adjust some
versions?

Dan

>kde-apps/kopete-4.15
>kde-apps/kate-4.15
>kde-apps/libkdegames-4.15
>kde-apps/libkdeedu-4.15
>kde-apps/libkmahjongg-4.15
>kde-apps/analitza-4.15
>kde-apps/kde4-l10n-4.15
>kde-apps/amor-4.15
>kde-apps/kteatime-4.15
>kde-apps/kiten-4.15
>kde-apps/pairs-4.15
>kde-apps/step-4.15
>kde-apps/kbruch-4.15
>kde-apps/blinken-4.15
>kde-apps/cantor-4.15
>kde-apps/kig-4.15
>kde-apps/kgeography-4.15
>kde-apps/rocs-4.15
>kde-apps/dragon-4.15
>kde-apps/juk-4.15
>kde-apps/kopete-4.15
>kde-apps/parley-4.15
>kde-apps/khangman-4.15
>kde-apps/kwordquiz-4.15
>kde-apps/klettres-4.15
>kde-apps/kalgebra-4.15
>kde-apps/kalzium-4.15
>kde-apps/kanagram-4.15
>kde-apps/kturtle-4.15
>kde-apps/kmplot-4.15
>kde-apps/kstars-4.15
>kde-apps/kolf-4.15
>kde-apps/konquest-4.15
>kde-apps/kdiamond-4.15
>kde-apps/kubrick-4.15
>kde-apps/kiriki-4.15
>kde-apps/ksquares-4.15
>kde-apps/kigo-4.15
>kde-apps/kbreakout-4.15
>kde-apps/lskat-4.15
>kde-apps/palapeli-4.15
>kde-apps/klines-4.15
>kde-apps/kollision-4.15
>kde-apps/klickety-4.15
>kde-apps/kblackbox-4.15
>kde-apps/katomic-4.15
>kde-apps/knetwalk-4.15
>kde-apps/bovo-4.15
>kde-apps/ksudoku-4.15
>kde-apps/knavalbattle-4.15
>kde-apps/kmines-4.15
>kde-apps/kfourinline-4.15
>kde-apps/kblocks-4.15
>kde-apps/kreversi-4.15
>kde-apps/kpat-4.15
>kde-apps/kgoldrunner-4.15
>kde-apps/killbots-4.15
>kde-apps/kjumpingcube-4.15
>kde-apps/picmi-4.15
>kde-apps/kmahjongg-4.15
>kde-apps/kshisen-4.15
>kde-apps/ktuberling-4.15
>kde-apps/kspaceduel-4.15
>kde-apps/bomber-4.15
>kde-apps/ksnakeduel-4.15
>kde-apps/kapman-4.15
>kde-apps/kbounce-4.15
>kde-apps/granatier-4.15
>kde-apps/ksirk-4.15
>kde-apps/kdegames-meta-4.15
>kde-apps/kdenetwork-meta-4.15
>kde-apps/ktux-4.15
>kde-apps/ffmpegthumbs-4.15
>kde-apps/kqtquickcharts-4.15
>kde-apps/kdemultimedia-meta-4.15
>kde-apps/kdetoys-meta-4.15
>kde-base/kdeplasma-addons-4.15
>kde-apps/ktouch-4.15
>kde-apps/artikulate-4.15
>kde-apps/kdeedu-meta-4.15
>kde-apps/kde-meta-4.14.3
>kde-apps/kdebase-runtime-meta-4.15
>kde-base/kde-env-4.15
>kde-frameworks/oxygen-icons-4.15
>kde-base/kdelibs-4.15
>kde-apps/kfmclient-4.15
>kde-apps/kdesu-4.15
>kde-base/katepart-4.15
>kde-base/libkworkspace-4.15
>kde-apps/libkonq-4.15
>kde-apps/libkexiv2-4.15
>kde-base/kephal-4.15
>kde-apps/libkdcraw-4.15
>kde-apps/libkipi-4.15 
>kde-base/kcheckpass-4.15
>kde-base/ksysguard-4.15
>kde-apps/knotify-4.15
>kde-base/liboxygenstyle-4.15
>kde-apps/libkcddb-4.15
>kde-apps/kde-wallpapers-4.15
>kde-base/kcminit-4.15
>kde-apps/kcmshell-4.15
>kde-apps/kdeartwork-wallpapers-4.15
>kde-apps/kioclient-4.15
>kde-apps/kreadconfig-4.15
>kde-apps/kdialog-4.15
>kde-apps/svgpart-4.15
>kde-base/kstartupconfig-4.15
>kde-base/ksplash-4.15
>kde-apps/kwalletmanager-4.15
>kde-apps/kwalletd-4.15
>kde-apps/kurifilter-plugins-4.15
>kde-apps/solid-runtime-4.15
>kde-base/libkgreeter-4.15
>kde-apps/libkcompactdisc-4.15
>kde-apps/kdeartwork-colorschemes-4.15
>kde-apps/kdeartwork-iconthemes-4.15
>kde-apps/kdeartwork-desktopthemes-4.15
>kde-apps/kdeartwork-emoticons-4.15
>kde-apps/kamera-4.15
>kde-apps/kcolorchooser-4.15
>kde-apps/kgamma-4.15
>kde-apps/kruler-4.15
>kde-apps/kdegraphics-mobipocket-4.15
>kde-apps/kolourpaint-4.15
>kde-base/freespacenotifier-4.15
>kde-apps/kde-base-artwork-4.15
>kde-base/ksystraycmd-4.15
>kde-base/kinfocenter-4.15
>kde-base/qguiplatformplugin_kde-4.15
>kde-base/kdebase-cursors-4.15
>kde-bas

Re: [gentoo-user] Re: How install KDE4 without without layman overlays ?

2009-07-22 Thread Vagner Rodrigues
-menu-icons-4.2.4  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kstartupconfig-4.2.4  USE=-debug (-kdeprefix) 
0 kB

[ebuild  N] kde-base/kstyles-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/pykde4-4.2.4-r2  USE=-akonadi -debug -examples 
(-kdeprefix) -semantic-desktop 0 kB

[ebuild  N] kde-base/libksane-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kde-l10n-4.2.4-r1  USE=handbook (-kdeprefix) 
LINGUAS=pt_BR -ar -bg -bn_IN -ca -cs -csb -da -de -el -en_GB -es -et 
-eu -fi -fr -ga -gl -gu -he -hi -hu -is -it -ja -kk -km -kn -ko -ku -lt 
-lv -mai -mk -ml -mr -nb -nds -nl -nn -pa -pl -pt -ro -ru -sk -sl -sr 
-sv -tg -th -tr -uk -wa -zh_CN -zh_TW 0 kB
[ebuild  N] kde-base/kate-4.2.4  USE=handbook plasma -debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/knetworkconf-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kcron-4.2.4  USE=handbook -debug (-kdeprefix) 
0 kB

[ebuild  N] kde-base/kquitapp-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kappfinder-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/kuiserver-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kdebase-cursors-4.2.4  USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kiconfinder-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kfile-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kdebugdialog-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kwrite-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/renamedlg-plugins-4.2.4  USE=-debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/knetattach-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kmimetypefinder-4.2.4  USE=-debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/konsole-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/solid-hardware-4.2.4  USE=-debug (-kdeprefix) 
0 kB

[ebuild  N] kde-base/kstart-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/ktraderclient-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/khelpcenter-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/kde-menu-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kwrited-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/drkonqi-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kinfocenter-4.2.4  USE=handbook ieee1394 
opengl -debug (-kdeprefix) 0 kB

[ebuild  N] kde-base/knewstuff-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/ksystraycmd-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kreadconfig-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kcalc-4.2.4  USE=handbook -debug (-kdeprefix) 
-test 0 kB

[ebuild  N] kde-base/sweeper-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kdf-4.2.4  USE=handbook -debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kdessh-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/okteta-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kcharselect-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/ktimer-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/superkaramba-4.2.4  USE=handbook python -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/ark-4.2.4  USE=archive handbook zip -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kweather-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/amor-4.2.4  USE=handbook -debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kteatime-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/libkdcraw-4.2.4-r1  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/libkexiv2-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kamera-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/kcolorchooser-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/ksnapshot-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdegraphics-strigi-analyzer-4.2.4  USE=-debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/libkipi-4.2.4-r1  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/svgpart-4.2.4  USE=-debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/kruler-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kolourpaint-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/okular-4.2.4  USE=crypt handbook jpeg pdf ps 
tiff -chm -debug -djvu -ebook (-kdeprefix) 0 kB
[ebuild  N] kde-base/kgamma-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdeaccessibility-iconthemes-4.2.4  
USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kdeaccessibility-colorschemes-4.2.4  
USE=(-kdeprefix) 0 kB
[ebuild  N] kde-base/kmouth-4.2.4  USE=handbook -debug 
(-kdeprefix) 0 kB

[ebuild  N] kde-base/kmag-4.2.4  USE=handbook -debug (-kdeprefix) 0 kB
[ebuild  N] kde-base/juk-4.2.4  USE=handbook -debug (-kdeprefix) 
-musicbrainz 0

Re: [gentoo-user] Did an emerge world, now display customisations all gone

2013-03-19 Thread Andrew Lowe
 Mon Mar 18 22:43:23 2013  kde-base/kcheckpass-4.10.1
 Mon Mar 18 22:43:42 2013  kde-base/libkmahjongg-4.10.1
 Mon Mar 18 22:44:06 2013  kde-base/liboxygenstyle-4.10.1
 Mon Mar 18 22:44:42 2013  kde-base/ksplash-4.10.1
 Mon Mar 18 22:45:13 2013  kde-base/kde-wallpapers-4.10.1
 Mon Mar 18 22:45:35 2013  kde-base/libkipi-4.10.1
 Mon Mar 18 22:45:59 2013  kde-base/kwalletd-4.10.1
 Mon Mar 18 22:46:19 2013  kde-base/kdialog-4.10.1
 Mon Mar 18 22:46:40 2013  kde-base/kstartupconfig-4.10.1
 Mon Mar 18 22:47:07 2013  kde-base/phonon-kde-4.10.1
 Mon Mar 18 22:47:25 2013  kde-base/kcmshell-4.10.1
 Mon Mar 18 22:47:50 2013  kde-base/solid-runtime-4.10.1
 Mon Mar 18 22:48:08 2013  kde-base/svgpart-4.10.1
 Mon Mar 18 22:48:30 2013  kde-base/kwrited-4.10.1
 Mon Mar 18 22:48:53 2013  kde-base/freespacenotifier-4.10.1
 Mon Mar 18 22:49:21 2013  kde-base/kdebase-cursors-4.10.1
 Mon Mar 18 22:49:39 2013  kde-base/kde-base-artwork-4.10.1
 Mon Mar 18 22:50:00 2013  kde-base/ksystraycmd-4.10.1
 Mon Mar 18 22:50:21 2013  kde-base/qguiplatformplugin_kde-4.10.1
 Mon Mar 18 22:50:38 2013  kde-base/kdebase-menu-4.10.1
 Mon Mar 18 22:50:59 2013  kde-base/kglobalaccel-4.10.1
 Mon Mar 18 22:51:17 2013  kde-base/kstart-4.10.1
 Mon Mar 18 22:51:34 2013  kde-base/ktraderclient-4.10.1
 Mon Mar 18 22:51:52 2013  kde-base/kfile-4.10.1
 Mon Mar 18 22:52:12 2013  kde-base/kioclient-4.10.1
 Mon Mar 18 22:52:30 2013  kde-base/kdebase-menu-icons-4.10.1
 Mon Mar 18 22:52:48 2013  kde-base/kdontchangethehostname-4.10.1
 Mon Mar 18 22:53:05 2013  kde-base/kmimetypefinder-4.10.1
 Mon Mar 18 22:53:34 2013  kde-base/nepomuk-4.10.1
 Mon Mar 18 22:53:57 2013  kde-base/kuiserver-4.10.1
 Mon Mar 18 22:54:20 2013  kde-base/knetattach-4.10.1
 Mon Mar 18 22:54:42 2013  kde-base/kurifilter-plugins-4.10.1
 Mon Mar 18 22:55:01 2013  kde-base/kdebase-desktoptheme-4.10.1
 Mon Mar 18 22:55:19 2013  kde-base/renamedlg-plugins-4.10.1
 Mon Mar 18 22:55:39 2013  kde-base/attica-4.10.1
 Mon Mar 18 22:56:02 2013  kde-base/keditfiletype-4.10.1
 Mon Mar 18 22:56:24 2013  kde-base/kpasswdserver-4.10.1
 Mon Mar 18 22:56:45 2013  kde-base/kdebugdialog-4.10.1
 Mon Mar 18 22:57:05 2013  kde-base/knewstuff-4.10.1
 Mon Mar 18 22:57:24 2013  kde-base/kiconfinder-4.10.1
 Mon Mar 18 22:57:42 2013  kde-base/kquitapp-4.10.1
 Mon Mar 18 22:58:03 2013  kde-base/ktimezoned-4.10.1
 Mon Mar 18 22:58:28 2013  kde-base/kwallet-4.10.1
 Mon Mar 18 22:58:48 2013  kde-base/kdnssd-4.10.1
 Mon Mar 18 22:59:08 2013  kde-base/kreadconfig-4.10.1
 Mon Mar 18 22:59:30 2013  kde-base/knotify-4.10.1
 Mon Mar 18 23:00:36 2013  kde-base/okular-4.10.1
 Mon Mar 18 23:01:06 2013  app-text/kchmviewer-6.0-r1
 Mon Mar 18 23:02:24 2013  kde-base/kolourpaint-4.10.1
 Mon Mar 18 23:58:52 2013  app-office/libreoffice-4.0.1.2
 Mon Mar 18 23:59:19 2013  kde-base/libkcddb-4.10.1
 Tue Mar 19 00:00:17 2013  kde-base/solid-4.10.1
 Tue Mar 19 00:00:55 2013  kde-base/khotkeys-4.10.1
 Tue Mar 19 00:01:17 2013  kde-base/kcminit-4.10.1
 Tue Mar 19 00:01:41 2013  kde-base/kfind-4.10.1
 Tue Mar 19 00:03:33 2013  kde-base/kwin-4.10.1-r1
 Tue Mar 19 00:04:01 2013  kde-base/libtaskmanager-4.10.1
 Tue Mar 19 00:04:31 2013  kde-base/libplasmagenericshell-4.10.1
 Tue Mar 19 00:04:58 2013  kde-base/keditbookmarks-4.10.1
 Tue Mar 19 00:05:23 2013  kde-base/plasma-apps-4.10.1
 Tue Mar 19 00:05:44 2013  kde-base/kdepasswd-4.10.1
 Tue Mar 19 00:06:09 2013  kde-base/libplasmaclock-4.10.1
 Tue Mar 19 00:07:07 2013  kde-base/plasma-runtime-4.10.1
 Tue Mar 19 00:07:35 2013  kde-base/kdepim-icons-4.10.1
 Tue Mar 19 00:07:59 2013  kde-base/kspaceduel-4.10.1
 Tue Mar 19 00:08:22 2013  kde-base/ksnakeduel-4.10.1
 Tue Mar 19 00:08:46 2013  kde-base/knetwalk-4.10.1
 Tue Mar 19 00:09:19 2013  kde-base/kolf-4.10.1
 Tue Mar 19 00:09:40 2013  kde-base/kjumpingcube-4.10.1
 Tue Mar 19 00:10:09 2013  kde-base/knavalbattle-4.10.1
 Tue Mar 19 00:10:42 2013  kde-base/kollision-4.10.1
 Tue Mar 19 00:11:18 2013  kde-base/palapeli-4.10.1
 Tue Mar 19 00:11:40 2013  kde-base/kshisen-4.10.1
 Tue Mar 19 00:12:06 2013  kde-base/ktuberling-4.10.1
 Tue Mar 19 00:12:32 2013  kde-base/kmahjongg-4.10.1
 Tue Mar 19 00:12:57 2013  kde-base/killbots-4.10.1
 Tue Mar 19 00:13:20 2013  kde-base/kmines-4.10.1
 Tue Mar 19 00:13:44 2013  kde-base/katomic-4.10.1
 Tue Mar 19 00:14:09 2013  kde-base/kubrick-4.10.1
 Tue Mar 19 00:14:36 2013  kde-base/kblackbox-4.10.1
 Tue Mar 19 00:15:00 2013  kde-base/klickety-4.10.1
 Tue Mar 19 00:15:24 2013  kde-base/klines-4.10.1
 Tue Mar 19 00:15:57 2013  kde-base/kreversi-4.10.1
 Tue Mar 19 00:16:19 2013  kde-base/kdiamond-4.10.1
 Tue Mar 19 00:16:49 2013  kde-base/ksudoku-4.10.1
 Tue Mar 19 00:17:27 2013  kde

[gentoo-user] blank (black) screen on kde 5

2016-04-15 Thread Francisco Ares
ksmserver: Autostart 1 done
2016-04-14T12:01:45 Checking update-file
'/usr/share/kconf_update/kde4breeze.upd' for new updates
2016-04-14T12:01:45 kde4breeze.upd: Found new update '5.0KDE4Breeze_2'
2016-04-14T12:01:45 kde4breeze.upd: Running script 'kde4breeze'

HP Linux Imaging and Printing System (ver. 3.16.3)
System Tray Status Service ver. 2.0

Copyright (c) 2001-15 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

kscreen: Primary output changed from KScreen::Output(Id: 599 , Name:
"HDMI-0" ) ( "HDMI-0" ) to KScreen::Output(Id: 599 , Name: "HDMI-0" ) (
"HDMI-0" )
kscreen: Primary output changed from KScreen::Output(Id: 599 , Name:
"HDMI-0" ) ( "HDMI-0" ) to KScreen::Output(Id: 599 , Name: "HDMI-0" ) (
"HDMI-0" )
Trying to use rootObject before initialization is completed, whilst using
setInitializationDelayed. Forcing completion
/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py:127:
RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK
  set_interactive(1)
kwin_core: Failed to initialize compositing, compositing disabled
Plasma Shell startup completed
evaluating startup script:
"/usr/share/plasma/shells/org.kde.plasma.desktop/contents/layout.js"
Setting the name of  0x6f6cc0  to
 "org.kde.ActivityManager.Resources.Scoring"
Creating directory:
 "/home/vision/.local/share/kactivitymanagerd/resources/"
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
org.kde.plasma: unversioned plugin detected, may result in instability
Setting default Containment plugin: "undefined"
org.kde.plasma: unversioned plugin detected, may result in instability
"1"
org.kde.baloo: "/home/vision"
KActivities: Database connection:
 "kactivities_db_resources_139946767820608_readwrite"
query_only:  QVariant(qlonglong, 0)
journal_mode:QVariant(QString, "wal")
wal_autocheckpoint:  QVariant(qlonglong, 100)
synchronous: QVariant(qlonglong, 1)
Setting the name of  0x6ea000  to  "org.kde.ActivityManager.RunApplication"
Setting the name of  0x73e420  to
 "org.kde.ActivityManager.ActivityTemplates"
Setting default Containment plugin: "undefined"
Service started, version: 6.2.0
org.kde.plasma: unversioned plugin detected, may result in instability
"0"
2016-04-14T12:01:46 [Script] setting widget style: "Breeze" true
2016-04-14T12:01:46 Checking update-file
'/usr/share/kconf_update/krdb_libpathwipe.upd' for new updates
"Missing \"Version=5\", file '/usr/share/kconf_update/krdb_libpathwipe.upd'
will be skipped."
2016-04-14T12:01:46 Checking update-file
'/usr/share/kconf_update/kscreenlocker.upd' for new updates
2016-04-14T12:01:46 kscreenlocker.upd: Found new update '0.1-autolock'
2016-04-14T12:01:46 kscreenlocker.upd: File 'kscreenlockerrc' does not
exist or empty, skipping
"Missing \"Version=5\", file '/usr/share/kconf_update/krdb_libpathwipe.upd'
will be skipped."
powerdevil: Backend loaded, loading core
powerdevil: Core loaded, initializing backend
powerdevil: Falling back to helper to get brightness
org.kde.plasma: unversioned plugin detected, may result in instability
Trying to convert empty KLocalizedString to QString.
Trying to convert empty KLocalizedString to QString.
Trying to convert empty KLocalizedString to QString.
Failed to open layout memory xml file for reading
"/home/vision/.local/share/kded5/keyboard/session/layout_memory.xml" error:
5
System timezone has been changed, new timezone is "Brazil/East"
Installing the delayed initialization callback.
Activity added twice "5f673a75-b0c4-41ea-bfdd-75087219c4d3"
QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL
are enabled
Failed to create OpenGL context for format QSurfaceFormat(version 2.0,
options QFlags(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1,
blueBufferSize -1, alphaBufferSize 8, stencilBufferSize 8, samples -1,
swapBehavior 2, swapInterval 1, profile  0)
Application::crashHandler() called with signal 6; recent crashes: 1
bluedevil: Created
kf5.kded: found kded module "kwrited" by prepending 'kded_' to the library
path, please fix your metadata.
Delayed initialization.
ksmserver: Copying autostart files from "/home/vision/.kde4//Autostart"
ksmserver: Starting notification thread
Reloading the khotkeys configuration
ksmserver:

Re: [gentoo-user] Re: Well, I went about updating my system again. (day 6)

2016-12-07 Thread Alan Grimes
 sse2 sse3 -avx -avx2 -fma3
-fma4 -sse4_1 -sse4_2 -ssse3 -xop" FFTOOLS="aviocat cws2fws ffescape
ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper qt-faststart
sidxindex trasher" 8,385 KiB
[ebuild U  ] dev-qt/qtmultimedia-5.6.2:5/5.6::gentoo
[5.6.1:5/5.6::gentoo] USE="alsa gstreamer openal pulseaudio qml -debug
-gles2 -gstreamer010 {-test} -widgets" 3,411 KiB
[ebuild U  ] media-video/movit-1.4.0::gentoo [1.3.2::gentoo] 565 KiB
[ebuild U  ] media-video/ffmpeg-3.2.2:0/55.57.57::gentoo
[2.8.8:0/54.56.56::gentoo] USE="X alsa amr bzip2 cpudetection encode
fontconfig gmp%* gpl hardcoded-tables iconv jpeg2k mp3 network openal
opengl openssl opus postproc pulseaudio sdl theora threads truetype v4l
vorbis vpx x264 xcb xvid zlib (-altivec) -amrenc (-armv5te) (-armv6)
(-armv6t2) (-armvfp) -bluray -bs2b -cdio -celt -chromaprint% -debug -doc
-ebur128% -fdk -flite -frei0r -fribidi -gcrypt% -gme -gnutls -gsm
-iec61883 -ieee1394 -jack -kvazaar% -ladspa -libass -libcaca -libilbc%
-librtmp -libsoxr -libv4l -lzma (-mipsdspr1) (-mipsdspr2) (-mipsfpu)
(-mmal) -modplug (-neon) -nvenc% -openh264% -oss -pic -rubberband%
-samba -schroedinger -snappy -speex -ssh -static-libs {-test} -twolame
-vaapi -vdpau -wavpack -webp -x265 -zimg% -zvbi (-aac%*) (-aacplus%)
(-examples%) (-faac%) (-libressl%) (-quvi%)" ABI_X86="32 (64) (-x32)"
CPU_FLAGS_X86="3dnow 3dnowext mmx mmxext sse sse2 sse3 -aes% -avx -avx2
-fma3 -fma4 -sse4_1 -sse4_2 -ssse3 -xop" FFTOOLS="aviocat cws2fws
ffescape ffeval ffhash fourcc2pixfmt graph2dot ismindex pktdumper
qt-faststart sidxindex trasher" 9,387 KiB
[ebuild U  ] games-util/joystick-1.6.0::gentoo [1.5.1::gentoo]
USE="sdl udev" 50 KiB
[ebuild   R] media-libs/xine-lib-1.2.6-r1:1::gentoo  USE="X a52 aac
alsa css dts fbcon flac gtk ipv6 jpeg mad mmap mng nls opengl pulseaudio
sdl theora truetype v4l vcd vorbis vpx xcb xv xvmc -aalib (-altivec)
-bluray -directfb -dvb -dxr3 -fusionsound% -imagemagick -jack -libav
-libcaca -modplug -musepack -oss -samba -speex -vaapi -vdpau -vdr
(-vidix) (-vis) -wavpack -xinerama (-fusion%)" 0 KiB
[ebuild   R] net-misc/freerdp-2.0.0_pre20160722:0/2::gentoo  USE="X
alsa client cups ffmpeg gstreamer jpeg pulseaudio server usb xv -debug
-doc -libav% -libressl (-neon) -smartcard -systemd {-test} -wayland
-xinerama" CPU_FLAGS_X86="sse2" 0 KiB
[ebuild U  ] media-video/mplayer-1.3.0::gentoo [1.2.1::gentoo]
USE="X a52 alsa cdio cpudetection dga dts dvd dvdnav enca encode fbcon
ftp gif iconv ipv6 jpeg jpeg2k libass lzo mad mng mp3 nas network openal
opengl osdmenu png pulseaudio sdl shm theora truetype unicode v4l vcd
vorbis x264 xscreensaver xv xvid xvmc yuv4mpeg -aalib (-altivec) (-aqua)
-bidi -bl -bluray -bs2b -cddb -cdparanoia -debug -directfb -doc -dv -dvb
-faac -faad -ggi -gsm -jack -joystick -ladspa -libcaca -libmpeg2 -lirc
-live -md5sum -nut -oss -pnm -pvr -radio -rar -rtc -rtmp -samba
(-selinux) -speex -tga -toolame -tremor -twolame -vdpau (-vidix)
-xinerama -zoran (-xanim%)" CPU_FLAGS_X86="3dnow 3dnowext mmx mmxext sse
sse2 -ssse3" VIDEO_CARDS="-mga -s3virge -tdfx" 12,968 KiB
[ebuild U  ] net-p2p/retroshare-0.6.1::gentoo [0.6.0::gentoo]
USE="cli gui%* qt5 -feedreader -qt4 -voip" 17,581 KiB
[ebuild   R] dev-python/pygame-1.9.2_pre20120101-r2::gentoo  USE="X
-doc -examples {-test}" PYTHON_TARGETS="python2_7 python3_4 python3_5
(-python3_3%)" 0 KiB
[ebuild U  ] games-engines/scummvm-1.8.1-r1::gentoo [1.8.1::gentoo]
USE="aac alsa flac fluidsynth jpeg mp3 mpeg2 opengl png theora truetype
vorbis zlib -debug -unsupported" 0 KiB
[ebuild U  ] media-libs/mlt-6.4.1::gentoo [6.2.0-r2::gentoo]
USE="ffmpeg fftw gtk kdenlive lua melt opengl python qt5 sdl xine xml
-compressed-lumas -debug -frei0r -jack -libav -libsamplerate -opencv%
-rtaudio -ruby -vdpau" CPU_FLAGS_X86="mmx sse sse2"
PYTHON_TARGETS="python2_7" 1,313 KiB
[ebuild  N ] media-libs/phonon-4.9.0::gentoo  USE="gstreamer
pulseaudio qt4 qt5 (-aqua) -debug -designer -vlc (-zeitgeist)"
ABI_X86="32 (64) (-x32)" 0 KiB
[ebuild  N ] media-libs/phonon-gstreamer-4.9.0::gentoo  USE="alsa
network qt4 qt5 -debug" 0 KiB
[ebuild  N ] kde-apps/blinken-16.08.3:5::gentoo  USE="handbook
-debug" 550 KiB
[ebuild U  ]
kde-frameworks/frameworkintegration-5.28.0:5/5.28::gentoo
[5.26.0:5/5.26::gentoo] USE="X -debug {-test}" 1,709 KiB
[ebuild U  ] kde-plasma/kwrited-5.8.4:5::gentoo [5.7.5:5::gentoo]
USE="-debug" 20 KiB
[ebuild U  ] kde-apps/kruler-16.08.3:5::gentoo [16.08.1:5::gentoo]
USE="X handbook -debug" 121 KiB
[ebuild U  ] kde-plasma/ksshaskpass-5.8.4:5::gentoo
[5.7.5:5::gentoo] USE="-debug" 19 KiB
[ebuild U  ] kde-apps/krfb-16.08.3:5::gentoo [16.08.1:5::gentoo]
USE="handbook -debug" 318 

[gentoo-user] evil ebuilds.

2018-07-11 Thread Alan Grimes
] PYTHON_TARGETS="python2_7 python3_5 python3_6
-python3_4" 0 KiB
[ebuild U  ] dev-qt/qtimageformats-5.11.1:5/5.11::gentoo
[5.9.6:5/5.9::gentoo] USE="jpeg2k mng -debug {-test}" 2,141 KiB
[ebuild   R    ] net-analyzer/net-snmp-5.7.3_p3::gentoo  USE="X bzip2
ipv6 lm_sensors mysql perl python ssl tcpd zlib -doc -elf -libressl
-mfd-rewrites -minimal -netlink -pci -rpm (-selinux) -smux -ucd-compat"
PYTHON_TARGETS="python2_7" 0 KiB
[ebuild U  ] dev-libs/libcdio-paranoia-0.94_p2::gentoo
[0.93_p1::gentoo] USE="cxx -static-libs {-test}" ABI_X86="32* (64)
(-x32)" 0 KiB
[ebuild   R    ] dev-python/translate-toolkit-2.0.0::gentoo  USE="html
ical ini subtitles yaml -doc" PYTHON_TARGETS="python2_7 python3_5
python3_6%* -python3_4" 0 KiB
[ebuild   R    ] dev-libs/liborcus-0.13.4:0/0.13::gentoo  USE="python
spreadsheet-model -static-libs -tools" PYTHON_SINGLE_TARGET="python3_5
-python3_4 -python3_6" PYTHON_TARGETS="python3_5 python3_6 -python3_4" 0 KiB
[ebuild   R    ] media-sound/playmidi-2.5-r2::gentoo  USE="X (-svga)" 0 KiB
[ebuild   R    ] x11-drivers/xf86-input-libinput-0.27.1::gentoo 
KERNEL="(linux%*)" 0 KiB
[ebuild   R    ] dev-util/gtk-doc-1.25-r1::gentoo  USE="-debug -doc
-emacs -highlight -vim" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R    ] dev-libs/libdbusmenu-16.04.0::gentoo  USE="gtk gtk3
introspection -debug {-test}" ABI_X86="32 (64) (-x32)"
PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R    ] games-util/steam-launcher-1.0.0.54-r4::steam-overlay 
USE="steamruntime" KERNEL="(linux%*)" 0 KiB
[ebuild  N ] games-util/steam-games-meta-0-r20180619::steam-overlay 
USE="steamruntime -mono -steamgames_bioshock_infinite
-steamgames_defenders_quest -steamgames_dirt_rally
-steamgames_dont_starve -steamgames_dwarfs -steamgames_hammerwatch
-steamgames_ironclad_tactics -steamgames_journey_down
-steamgames_narcissu -steamgames_painkiller -steamgames_portal
-steamgames_shadow_mordor -steamgames_shatter -steamgames_source_engine
-steamgames_te120 -steamgames_tf2 -steamgames_trine2
-steamgames_unwritten_tales -steamgames_voidexpanse
-steamgames_witcher2" VIDEO_CARDS="nvidia" 0 KiB
[ebuild   R    ] dev-libs/libappindicator-12.10.0-r201:2::gentoo 
USE="introspection python" ABI_X86="32 (64) (-x32)"
PYTHON_TARGETS="python2_7" 0 KiB
[ebuild U  ] media-gfx/imagemagick-7.0.8.5:0/7.0.8.5::gentoo
[7.0.7.35:0/7.0.7.35::gentoo] USE="X bzip2 cxx fftw fontconfig graphviz
jpeg jpeg2k lcms opencl openexr openmp pango perl png svg tiff truetype
xml zlib -corefonts -djvu -fpx -hdri -jbig -lqr -lzma -postscript -q32
-q8 -raw -static-libs {-test} -webp -wmf" 8,410 KiB
[ebuild U  ] sci-libs/gdal-2.3.0:0/2.2::gentoo
[2.2.3-r2:0/2.2::gentoo] USE="aux_xml curl gif java jpeg jpeg2k mysql
opencl pdf perl png python sqlite threads -armadillo -debug -doc -fits
-geos -gml -hdf5 -mdb -netcdf -odbc -ogdi -oracle -postgres -spatialite
-webp -xls" PYTHON_TARGETS="python2_7 python3_5 python3_6 -python3_4"
14,086 KiB
[ebuild U  ] dev-vcs/git-2.18.0::gentoo [2.17.1-r1::gentoo]
USE="blksha1 cgi curl gnome-keyring gpg iconv nls pcre pcre-jit perl
python subversion threads tk webdav -cvs -doc -emacs -highlight
-libressl -mediawiki -mediawiki-experimental (-ppcsha1) {-test} -xinetd"
PYTHON_TARGETS="python2_7" 5,399 KiB
[ebuild U  ] media-sound/fluidsynth-1.1.11::gentoo [1.1.9::gentoo]
USE="alsa dbus ipv6 pulseaudio readline -debug -examples -jack -ladspa
-lash -portaudio -sndfile" ABI_X86="32 (64) (-x32)" 620 KiB
[ebuild U  ] kde-plasma/kwrited-5.13.3:5::gentoo [5.12.5:5::gentoo]
USE="-debug" 20 KiB
[ebuild   R    ] net-libs/telepathy-glib-0.24.1::gentoo 
USE="introspection vala -debug {-test}" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R    ] net-voip/telepathy-rakia-0.8.0::gentoo  USE="{-test}"
PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R    ] net-irc/telepathy-idle-0.2.0::gentoo  USE="{-test}"
PYTHON_TARGETS="python2_7" 0 KiB
[ebuild   R    ] app-admin/system-config-printer-1.4.8::gentoo 
USE="gnome-keyring policykit -doc" PYTHON_TARGETS="python2_7" 0 KiB
[ebuild U  ] app-admin/sudo-1.8.23-r1::gentoo [1.8.23::gentoo]
USE="ldap nls openssl pam sendmail -gcrypt -offensive -sasl (-selinux)
-skey" 0 KiB
[ebuild U  ] net-misc/networkmanager-1.10.10::gentoo
[1.10.6::gentoo] USE="consolekit dhclient introspection modemmanager
ncurses nss policykit ppp wext wifi -audit -bluetooth
-connection-sharing -dhcpcd -elogind -gnutls -json -ofono -ovs
-resolvconf (-selinux) -systemd -teamd {-test} -vala" ABI_X86="32 (64)
(-x32)" 3,944 KiB
[ebuild U  ] kde-plasma/kgamma-5.13.3:5::gentoo [5.12.5:5::gent

[gentoo-user] KDE update revdep-rebuild.sh fail

2018-04-02 Thread Daniel Frey
dev-qt/qttest:5/5.9 dev-qt/qttranslations:4
dev-qt/qtvirtualkeyboard:5/5.9 dev-qt/qtwayland:5/5.9
dev-qt/qtwebkit:5/5.9 dev-qt/qtwidgets:5/5.9 dev-qt/qtx11extras:5/5.9
dev-qt/qtxml:5/5.9 dev-qt/qtxmlpatterns:4 dev-qt/qtxmlpatterns:5/5.9
dev-ruby/did_you_mean:1 dev-ruby/json:0 dev-ruby/minitest:5
dev-ruby/net-telnet:1 dev-ruby/power_assert:0 dev-ruby/racc:0
dev-ruby/rake:0 dev-ruby/rdoc:0 dev-ruby/rubygems:0 dev-ruby/test-unit:2
dev-util/automoc:0 dev-util/boost-build:0 dev-util/cmake:0
dev-util/cppunit:0 dev-util/ctags:0 dev-util/desktop-file-utils:0
dev-util/gdbus-codegen:0 dev-util/google-perftools:0/4 dev-util/gperf:0
dev-util/gtk-doc:0 dev-util/gtk-doc-am:0
dev-util/gtk-update-icon-cache:0 dev-util/intltool:0 dev-util/itstool:0
dev-util/mdds:1/1.2 dev-util/meson:0 dev-util/ninja:0
dev-util/pkgconfig:0 dev-util/ragel:0 dev-util/re2c:0 dev-util/scons:0
dev-vcs/bzr:0 dev-vcs/cvs:0 dev-vcs/git:0 dev-vcs/mercurial:0
dev-vcs/subversion:0 gnome-base/dconf:0 gnome-base/gconf:2
gnome-base/gnome-common:3 gnome-base/gnome-keyring:0
gnome-base/gsettings-desktop-schemas:0 gnome-base/gvfs:0
gnome-base/libglade:2.0 gnome-base/librsvg:2 gnome-extra/polkit-gnome:0
gnome-extra/yelp-xsl:0 kde-apps/ark:5 kde-apps/audiocd-kio:5
kde-apps/dolphin:5 kde-apps/gwenview:5 kde-apps/k3b:5 kde-apps/kate:5
kde-apps/kcalc:5 kde-apps/kdenetwork-filesharing:5
kde-apps/khelpcenter:5 kde-apps/kio-extras:5 kde-apps/kmix:5
kde-apps/konsole:5 kde-apps/krdc:5 kde-apps/krfb:5 kde-apps/libkcddb:5
kde-apps/libkcompactdisc:5 kde-apps/libkexiv2:5 kde-apps/libkipi:5/32
kde-apps/okular:5 kde-apps/spectacle:5 kde-frameworks/attica:5/5.43
kde-frameworks/bluez-qt:5/5.43 kde-frameworks/breeze-icons:5/5.43
kde-frameworks/extra-cmake-modules:5/5.43
kde-frameworks/frameworkintegration:5/5.43
kde-frameworks/kactivities:5/5.43
kde-frameworks/kactivities-stats:5/5.43 kde-frameworks/karchive:5/5.43
kde-frameworks/kauth:5/5.43 kde-frameworks/kbookmarks:5/5.43
kde-frameworks/kcmutils:5/5.43 kde-frameworks/kcodecs:5/5.43
kde-frameworks/kcompletion:5/5.43 kde-frameworks/kconfig:5/5.43
kde-frameworks/kconfigwidgets:5/5.43 kde-frameworks/kcoreaddons:5/5.43
kde-frameworks/kcrash:5/5.43 kde-frameworks/kdbusaddons:5/5.43
kde-frameworks/kdeclarative:5/5.43 kde-frameworks/kded:5/5.43
kde-frameworks/kdelibs:4/4.14 kde-frameworks/kdelibs-env:4/4.14
kde-frameworks/kdelibs4support:5/5.43
kde-frameworks/kdesignerplugin:5/5.43 kde-frameworks/kdesu:5/5.43
kde-frameworks/kdnssd:5/5.43 kde-frameworks/kdoctools:5/5.43
kde-frameworks/kemoticons:5/5.43 kde-frameworks/kf-env:5
kde-frameworks/kfilemetadata:5/5.43 kde-frameworks/kglobalaccel:5/5.43
kde-frameworks/kguiaddons:5/5.43 kde-frameworks/kholidays:5/5.43
kde-frameworks/khtml:5/5.43 kde-frameworks/ki18n:5/5.43
kde-frameworks/kiconthemes:5/5.43 kde-frameworks/kidletime:5/5.43
kde-frameworks/kimageformats:5/5.43 kde-frameworks/kinit:5/5.43
kde-frameworks/kio:5/5.43 kde-frameworks/kirigami:5/5.43
kde-frameworks/kitemmodels:5/5.43 kde-frameworks/kitemviews:5/5.43
kde-frameworks/kjobwidgets:5/5.43 kde-frameworks/kjs:5/5.43
kde-frameworks/kjsembed:5/5.43 kde-frameworks/knewstuff:5/5.43
kde-frameworks/knotifications:5/5.43 kde-frameworks/knotifyconfig:5/5.43
kde-frameworks/kpackage:5/5.43 kde-frameworks/kparts:5/5.43
kde-frameworks/kpeople:5/5.43 kde-frameworks/kpty:5/5.43
kde-frameworks/kross:5/5.43 kde-frameworks/krunner:5/5.43
kde-frameworks/kservice:5/5.43 kde-frameworks/ktexteditor:5/5.43
kde-frameworks/ktextwidgets:5/5.43 kde-frameworks/kunitconversion:5/5.43
kde-frameworks/kwallet:5/5.43 kde-frameworks/kwayland:5/5.43
kde-frameworks/kwidgetsaddons:5/5.43 kde-frameworks/kwindowsystem:5/5.43
kde-frameworks/kxmlgui:5/5.43 kde-frameworks/kxmlrpcclient:5/5.43
kde-frameworks/oxygen-icons:5/5.43 kde-frameworks/plasma:5/5.43
kde-frameworks/qqc2-desktop-style:5/5.43 kde-frameworks/solid:5/5.43
kde-frameworks/sonnet:5/5.43 kde-frameworks/syntax-highlighting:5/5.43
kde-frameworks/threadweaver:5/5.43 kde-misc/krusader:5
kde-plasma/bluedevil:5 kde-plasma/breeze:5 kde-plasma/breeze-grub:5
kde-plasma/breeze-gtk:5 kde-plasma/drkonqi:5
kde-plasma/kactivitymanagerd:5 kde-plasma/kde-cli-tools:5
kde-plasma/kde-gtk-config:5 kde-plasma/kdecoration:5
kde-plasma/kdeplasma-addons:5 kde-plasma/kgamma:5 kde-plasma/khotkeys:5
kde-plasma/kinfocenter:5 kde-plasma/kmenuedit:5 kde-plasma/kscreen:5
kde-plasma/kscreenlocker:5 kde-plasma/ksshaskpass:5
kde-plasma/ksysguard:5 kde-plasma/kwallet-pam:5
kde-plasma/kwayland-integration:5 kde-plasma/kwin:5 kde-plasma/kwrited:5
kde-plasma/libkscreen:5/7 kde-plasma/libksysguard:5 kde-plasma/milou:5
kde-plasma/oxygen:5 kde-plasma/plasma-desktop:5
kde-plasma/plasma-integration:5 kde-plasma/plasma-pa:5
kde-plasma/plasma-vault:5 kde-plasma/plasma-workspace:5
kde-plasma/plasma-workspace-wallpapers:5 kde-plasma/polkit-kde-agent:5
kde-plasma/powerdevil:5 kde-plasma/qguiplatformplugin_kde:4/4.11
kde-plasma/sddm-kcm:5 kde-plasma/systemsettings:5
kde-plasma/user-manager:5 mail-client/mailx:0
mail-client/mailx-support:0 mail-client/thund