[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2024-01-21 Thread Andreas Sturmlechner
commit: 7dfa2de4ad8411e40e455e7be818332eb2a28787
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 21 21:16:45 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 21 21:36:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dfa2de4

profiles: plasma: Add kde-apps/kio-extras-kf5 phonon to package.use

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 3176268c6753..64d344192d29 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Alfred Wingate  (2023-12-25)
@@ -72,6 +72,7 @@ sys-libs/zlib minizip
 # Keep existing defaults after dropping IUSE=phonon from make.defaults
 

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2024-01-21 Thread Andreas Sturmlechner
commit: ea0a0dbf3f49865ebe64af154e6334b3bd2f1e7d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 21 21:18:18 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 21 21:36:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea0a0dbf

profiles: plasma: Add kaccounts defaults to package.use

Not adding kde-plasma/plasma-welcome for upstream disabling it again
in Plasma 6.

Bug: https://bugs.gentoo.org/920914
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 64d344192d29..e3eb9e4f43f6 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -80,3 +80,7 @@ kde-plasma/kwin lock
 
 # plasma profile never enabled pulseaudio. We're skipping to pipewire.
 media-video/pipewire sound-server
+
+# Expected to be available by default in Plasma
+kde-frameworks/purpose kaccounts
+kde-plasma/plasma-desktop kaccounts



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2023-11-12 Thread Andreas Sturmlechner
commit: 8d3cf287fd83ddbb22445eaae5f2644db6d88a8c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 12 10:52:19 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 12 10:52:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d3cf287

profiles: targets/desktop: Consolidate dev-python/* package.use

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 4ef2ed3e47a6..a5943aee3640 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -1,14 +1,6 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# qtwebchannel package is fairly small, and python bindings are
-# required by some popular desktop packages such as calibre,
-# qutebrowser, and freecad (or indirectly through PyQt*WebEngine).
-dev-python/PyQt5 webchannel
-dev-python/PyQt6 webchannel
-dev-python/pyside2 webchannel
-dev-python/pyside6 webchannel
-
 # NSS: Required by kde-apps/okular[pdf]
 # Boost: app-text/poppler[qt5] recommended w/ Boost (bug #795888)
 app-text/poppler nss boost
@@ -18,8 +10,14 @@ dev-libs/libjcat gpg pkcs7
 
 # Required by www-client/falkon[python] and dev-python/pyside2[location],
 # in addition fix REQUIRED_USE conflict caused if "webengine" is enabled.
+# qtwebchannel package is fairly small, and python bindings are
+# required by some popular desktop packages such as calibre,
+# qutebrowser, and freecad (or indirectly through PyQt*WebEngine).
+dev-python/PyQt5 webchannel
+dev-python/PyQt6 webchannel
 dev-python/pyside2 designer location positioning quick
 dev-python/pyside2 printsupport webchannel
+dev-python/pyside6 webchannel
 
 # Required by sys-apps/flatpak, a dependency of kde-plasma/discover
 dev-util/ostree curl



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2023-11-12 Thread Andreas Sturmlechner
commit: fa55d3203ebcc13b92fca154a2be8cd497004768
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 12 10:53:51 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 12 10:53:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa55d320

profiles: desktop/plasma: Copy app-emulation/fuse[-pulseaudio] p.use

... from gnome target.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index a5943aee3640..2fdcfe232a9d 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -1,6 +1,13 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Marek Szuba  (2023-11-12)
+# FUSE cannot be built with multiple audio drivers, and desktop/gnome
+# profiles set both USE=pulseaudio (directly) and USE=alsa (inherited
+# from desktop). Default to the latter for now because PulseAudio support
+# in FUSE is currently considered experimental.
+app-emulation/fuse -pulseaudio
+
 # NSS: Required by kde-apps/okular[pdf]
 # Boost: app-text/poppler[qt5] recommended w/ Boost (bug #795888)
 app-text/poppler nss boost



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2023-11-12 Thread Andreas Sturmlechner
commit: 529e7020d34363d098847d5aacc88468af92b2d8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Nov 12 10:57:19 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Nov 12 10:57:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=529e7020

profiles: desktop/plasma: Add dev-qt/qtmultimedia:5[gstreamer] to p.use

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 2fdcfe232a9d..c1825d73f861 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -29,6 +29,9 @@ dev-python/pyside6 webchannel
 # Required by sys-apps/flatpak, a dependency of kde-plasma/discover
 dev-util/ostree curl
 
+# Required by net-im/neochat:5
+dev-qt/qtmultimedia:5 gstreamer
+
 # Required by app-editors/okteta
 dev-qt/qtscript:5 scripttools
 



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2023-10-15 Thread Ionen Wolkens
commit: fc4b3c74d90e57bbc0ef19e5f641a4f2c52685ad
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Oct 15 20:11:19 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Oct 15 20:16:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4b3c74

profiles: plasma: migrate USE=webchannel default to package.use

Used by too few packages to be worth growing global defaults over.

Bindings still take some time to build, but plasma desktop users
that end up emerging PyQt* or pyside will likely often want these.

pyside6's is not used *yet*, but odds are it will be by freecad
in the future and also keeping for parity.

Signed-off-by: Ionen Wolkens  gentoo.org>

 profiles/targets/desktop/plasma/make.defaults | 2 +-
 profiles/targets/desktop/plasma/package.use   | 8 
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/make.defaults 
b/profiles/targets/desktop/plasma/make.defaults
index a75c7561fd06..62e625bbfdcb 100644
--- a/profiles/targets/desktop/plasma/make.defaults
+++ b/profiles/targets/desktop/plasma/make.defaults
@@ -1,4 +1,4 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-USE="activities declarative dri kde kwallet networkmanager pipewire plasma 
policykit pulseaudio qml screencast semantic-desktop wayland webchannel widgets"
+USE="activities declarative dri kde kwallet networkmanager pipewire plasma 
policykit pulseaudio qml screencast semantic-desktop wayland widgets"

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 7144cc980c09..4ef2ed3e47a6 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -1,6 +1,14 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# qtwebchannel package is fairly small, and python bindings are
+# required by some popular desktop packages such as calibre,
+# qutebrowser, and freecad (or indirectly through PyQt*WebEngine).
+dev-python/PyQt5 webchannel
+dev-python/PyQt6 webchannel
+dev-python/pyside2 webchannel
+dev-python/pyside6 webchannel
+
 # NSS: Required by kde-apps/okular[pdf]
 # Boost: app-text/poppler[qt5] recommended w/ Boost (bug #795888)
 app-text/poppler nss boost



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2023-10-15 Thread Andreas K. Hüttel
commit: 13b21df088c1b390adfdb934693ba04b80563613
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Oct 15 17:27:31 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Oct 15 17:29:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b21df0

plasma profile make.defaults: enable USE=webchannel by default

* the qtwebchannel package itself is tiny
* it's already pulled in by qtwebengine etc bla bla
* the useflag mostly switches on various binding support
* and that is needed and useful for calibre, qutebrowser, ...

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 profiles/targets/desktop/plasma/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/make.defaults 
b/profiles/targets/desktop/plasma/make.defaults
index 62e625bbfdcb..a75c7561fd06 100644
--- a/profiles/targets/desktop/plasma/make.defaults
+++ b/profiles/targets/desktop/plasma/make.defaults
@@ -1,4 +1,4 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-USE="activities declarative dri kde kwallet networkmanager pipewire plasma 
policykit pulseaudio qml screencast semantic-desktop wayland widgets"
+USE="activities declarative dri kde kwallet networkmanager pipewire plasma 
policykit pulseaudio qml screencast semantic-desktop wayland webchannel widgets"



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2023-09-09 Thread Andreas Sturmlechner
commit: 7744f7bec7ac0c1eb7e401575b7ffaa20df11a50
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep  9 11:05:26 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep  9 11:06:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7744f7be

profiles: plasma: Add IUSE networkmanager to make.defaults

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/make.defaults 
b/profiles/targets/desktop/plasma/make.defaults
index 6aab4ee1d8a3..62e625bbfdcb 100644
--- a/profiles/targets/desktop/plasma/make.defaults
+++ b/profiles/targets/desktop/plasma/make.defaults
@@ -1,4 +1,4 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-USE="activities declarative dri kde kwallet pipewire plasma policykit 
pulseaudio qml screencast semantic-desktop wayland widgets"
+USE="activities declarative dri kde kwallet networkmanager pipewire plasma 
policykit pulseaudio qml screencast semantic-desktop wayland widgets"



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2023-05-21 Thread Andreas Sturmlechner
commit: 9a3d7c98a6cd127e4bb473553c74e4f13ee7be03
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 21 12:04:58 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 21 12:05:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3d7c98

profiles: plasma: Set media-libs/libsdl2[gles2] package.use default

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index be322330295a..7144cc980c09 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -37,6 +37,9 @@ media-gfx/graphviz python
 # Required by media-gfx/graphviz which is required by kde-apps/kcachegrind
 media-libs/gd fontconfig
 
+# Needed by a global USE=wayland right now
+media-libs/libsdl2 gles2
+
 # Required by kde-plasma/kwin
 media-libs/mesa wayland
 



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2023-05-21 Thread Andreas Sturmlechner
commit: a3b2584cc7bb6a70529372ba0d46e754b6458d55
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 10 11:08:08 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 21 07:04:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b2584c

profiles: desktop/plasma: Set IUSE=pipewire,pulseaudio in make.defaults

With media-video/pipewire[sound-server] in package.use.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/make.defaults | 2 +-
 profiles/targets/desktop/plasma/package.use   | 5 -
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/profiles/targets/desktop/plasma/make.defaults 
b/profiles/targets/desktop/plasma/make.defaults
index 887741f8924f..6aab4ee1d8a3 100644
--- a/profiles/targets/desktop/plasma/make.defaults
+++ b/profiles/targets/desktop/plasma/make.defaults
@@ -1,4 +1,4 @@
 # Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-USE="activities declarative dri kde kwallet plasma policykit qml screencast 
semantic-desktop wayland widgets"
+USE="activities declarative dri kde kwallet pipewire plasma policykit 
pulseaudio qml screencast semantic-desktop wayland widgets"

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 78b21cc90aef..be322330295a 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # NSS: Required by kde-apps/okular[pdf]
@@ -60,3 +60,6 @@ kde-apps/marble phonon
 
 # Required by kde-plasma/plasma-meta
 kde-plasma/kwin lock
+
+# plasma profile never enabled pulseaudio. We're skipping to pipewire.
+media-video/pipewire sound-server



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2023-05-21 Thread Andreas Sturmlechner
commit: cca1077a7664f1fe6d3d9350f57bf5fa0ec10714
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 10 11:02:22 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 21 07:04:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca1077a

profiles: desktop/plasma: Set IUSE=screencast,wayland in make.defaults

Bug: https://bugs.gentoo.org/818253
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/targets/desktop/plasma/make.defaults 
b/profiles/targets/desktop/plasma/make.defaults
index 94f35c83e1de..887741f8924f 100644
--- a/profiles/targets/desktop/plasma/make.defaults
+++ b/profiles/targets/desktop/plasma/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-USE="activities declarative dri kde kwallet plasma policykit qml 
semantic-desktop widgets"
+USE="activities declarative dri kde kwallet plasma policykit qml screencast 
semantic-desktop wayland widgets"



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/, profiles/desc/, profiles/arch/powerpc/ppc64/, ...

2022-08-29 Thread Michał Górny
commit: 5150a09819323ec035d1b795447fbf8f34e36dbd
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 30 04:40:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 30 04:48:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5150a098

profiles: Clean obsolete entries

Signed-off-by: Michał Górny  gentoo.org>

 profiles/arch/alpha/package.use.mask  | 4 
 profiles/arch/amd64/package.use.mask  | 5 -
 profiles/arch/amd64/x32/package.mask  | 1 -
 profiles/arch/amd64/x32/package.use.mask  | 4 +---
 profiles/arch/arm/package.use.mask| 1 -
 profiles/arch/arm64/package.use.mask  | 4 
 profiles/arch/base/package.use.mask   | 5 -
 profiles/arch/hppa/package.mask   | 5 -
 profiles/arch/hppa/package.use.mask   | 1 -
 profiles/arch/hppa/package.use.stable.mask| 2 +-
 profiles/arch/ia64/package.use.mask   | 4 
 profiles/arch/mips/package.use.mask   | 2 +-
 profiles/arch/powerpc/package.use.mask| 4 
 profiles/arch/powerpc/package.use.stable.mask | 3 +--
 profiles/arch/powerpc/ppc64/package.use.mask  | 4 
 profiles/arch/sparc/package.use.mask  | 2 +-
 profiles/arch/x86/package.use.mask| 1 -
 profiles/base/package.use.force   | 6 --
 profiles/base/package.use.mask| 8 
 profiles/base/use.mask| 1 -
 profiles/default/linux/package.use.mask   | 5 -
 profiles/desc/video_cards.desc| 2 --
 .../features/prefix/standalone/kernel-2.6.16+/package.use.mask| 4 ++--
 profiles/package.deprecated   | 1 -
 profiles/package.mask | 6 --
 profiles/prefix/darwin/macos/arch/arm64/package.mask  | 6 --
 profiles/targets/desktop/gnome/package.use| 4 ++--
 profiles/targets/desktop/plasma/package.use   | 2 +-
 profiles/use.desc | 1 -
 29 files changed, 10 insertions(+), 88 deletions(-)

diff --git a/profiles/arch/alpha/package.use.mask 
b/profiles/arch/alpha/package.use.mask
index abbd44fb24ad..9373dfba9868 100644
--- a/profiles/arch/alpha/package.use.mask
+++ b/profiles/arch/alpha/package.use.mask
@@ -309,10 +309,6 @@ dev-db/mariadb numa
 # Requires USE=seccomp that is masked in this profile.
 net-libs/gnutls test-full
 
-# Michał Górny  (2017-08-08)
-# Requires USE=bluetooth that is masked in this profile.
-media-sound/pulseaudio native-headset
-
 # Tobias Klausmann  (2017-05-18)
 # Stack protector code is not ported to alpha (and may not ever be)
 >=sys-devel/gcc-6 ssp

diff --git a/profiles/arch/amd64/package.use.mask 
b/profiles/arch/amd64/package.use.mask
index f41be68b0826..cd1d4bce1891 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -33,10 +33,6 @@ media-sound/qmmp -xmp
 # Need intel-hybrid-codec-driver, which only works on amd64
 x11-libs/libva-intel-driver -hybrid
 
-# Georgy Yakovlev  (2021-11-01)
-# requires sys-apps/dbus-broker, which is keyworded here.
-sys-apps/systemd -hostnamed-fallback
-
 # James Le Cuirot  (2021-10-22)
 # The JIT feature only works on amd64 and x86.
 app-emulation/fs-uae -jit
@@ -351,7 +347,6 @@ app-arch/zpaq -jit
 # Arun Raghavan  (2012-03-29)
 # webrtc-audio-processing is only supported on x86/amd64. Possibly arm can be
 # added.
-media-sound/pulseaudio -webrtc-aec
 media-sound/pulseaudio-daemon -webrtc-aec
 
 # Bernard Cafarelli  (2012-02-27)

diff --git a/profiles/arch/amd64/x32/package.mask 
b/profiles/arch/amd64/x32/package.mask
index 5ab09809bb60..24238bc3899a 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -113,7 +113,6 @@ net-misc/nextcloud-client
 net-p2p/ktorrent:5
 sci-geosciences/qmapshack
 sci-mathematics/rkward:5
-sci-mathematics/rstudio
 sci-visualization/labplot:5
 www-client/falkon
 www-client/otter

diff --git a/profiles/arch/amd64/x32/package.use.mask 
b/profiles/arch/amd64/x32/package.use.mask
index 6114ca775ec9..a960225a3a6f 100644
--- a/profiles/arch/amd64/x32/package.use.mask
+++ b/profiles/arch/amd64/x32/package.use.mask
@@ -16,11 +16,10 @@ kde-apps/kde-apps-meta:5 pim
 kde-apps/kdenetwork-meta:5 bittorrent telepathy
 kde-apps/kleopatra:5 pim
 kde-apps/umbrello:5 php
-kde-misc/kio-gdrive kaccounts share
+kde-misc/kio-gdrive share
 net-irc/quassel urlpreview
 net-misc/fatrat 

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2022-08-28 Thread Matt Turner
commit: c2301c8a6bfce136a18f5196c7bf39505e432c78
Author: Mike Lothian  fireburn  co  uk>
AuthorDate: Sun Aug 28 10:46:36 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Aug 28 17:57:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2301c8a

profiles: desktop/plasma: Remove forced egl use on mesa-progs

The egl flag has been dropped and is now always enabled

Signed-off-by: Mike Lothian  fireburn.co.uk>
Signed-off-by: Matt Turner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 2 --
 1 file changed, 2 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 3ca6c67990fc..205df60ff518 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -39,8 +39,6 @@ media-libs/gd fontconfig
 
 # Required by kde-plasma/kwin
 media-libs/mesa egl wayland
-# Not required, but makes sense in return
-x11-apps/mesa-progs egl
 
 # Required by kde-apps/kdenlive
 media-libs/mlt ffmpeg frei0r rubberband



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2022-02-04 Thread Andreas Sturmlechner
commit: 17acf0a61dd056a9962c76c8f1711c10701af72e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Feb  4 13:09:47 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Feb  4 14:07:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17acf0a6

profiles: desktop/plasma: Add IUSE defaults for dev-python/pyside2

www-client/falkon[python] requires IUSE="designer" in addition to
default enabled IUSE="gui,widgets".

Fixes REQUIRED_USE conflicts:
- IUSE webengine,widgets triggers IUSE="printsupport,webchannel" req
- IUSE webengine triggers IUSE="location,quick" req
- IUSE location triggers IUSE="positioning" req

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index ace810f3220d..5e9ebf34903f 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -8,6 +8,11 @@ app-text/poppler nss boost
 # Required by sys-apps/fwupd, a dependency of kde-plasma/discover
 dev-libs/libjcat gpg pkcs7
 
+# Required by www-client/falkon[python] and dev-python/pyside2[location],
+# in addition fix REQUIRED_USE conflict caused if "webengine" is enabled.
+dev-python/pyside2 designer location positioning quick
+dev-python/pyside2 printsupport webchannel
+
 # Required by sys-apps/flatpak, a dependency of kde-plasma/discover
 dev-util/ostree curl
 



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2022-02-04 Thread Andreas Sturmlechner
commit: d7e45b924c8df55be2a3e8cca7774c9d5fdbbde4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Feb  4 13:14:39 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Feb  4 14:07:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e45b92

profiles: desktop/plasma: Drop obsolete IUSE kipi from make.defaults

kipi plugins are dead.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/targets/desktop/plasma/make.defaults 
b/profiles/targets/desktop/plasma/make.defaults
index 443e5705c4c6..94f35c83e1de 100644
--- a/profiles/targets/desktop/plasma/make.defaults
+++ b/profiles/targets/desktop/plasma/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-USE="activities declarative dri kde kipi kwallet plasma policykit qml 
semantic-desktop widgets"
+USE="activities declarative dri kde kwallet plasma policykit qml 
semantic-desktop widgets"



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2022-01-20 Thread Ionen Wolkens
commit: 3294c8d47994672af48e9b600c8ab67f29726d7a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Jan 20 10:04:36 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Jan 20 10:17:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3294c8d4

profiles/targets/desktop/plasma: drop obsolete egl-wayland mask

Fixed with >=qtwayland-5.15.2-r18. It isn't stable yet but
stable users are only affected if using ~arch nvidia-drivers.

Signed-off-by: Ionen Wolkens  gentoo.org>

 profiles/targets/desktop/plasma/package.mask | 10 --
 1 file changed, 10 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.mask 
b/profiles/targets/desktop/plasma/package.mask
deleted file mode 100644
index dffbcd8e2ab2..
--- a/profiles/targets/desktop/plasma/package.mask
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Ionen Wolkens  (2021-12-13)
-# GBM-aware egl-wayland makes qtwayland+kwin mostly unusable, and
-# old egl-wayland leads to issues for everything else using GBM.
-# Feel free to unmask if your configuration is not affected.
-# https://codereview.qt-project.org/c/qt/qtwayland/+/373473
-# https://github.com/NVIDIA/egl-wayland/issues/40
->=gui-libs/egl-wayland-1.1.8



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2022-01-01 Thread Sam James
commit: 85df0a33008541023952625c3c62dedda383198f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  1 09:52:50 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  1 09:52:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85df0a33

profiles/targets/desktop/plasma: drop obsolete entry

Signed-off-by: Sam James  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index a85ee3fa4ce6..ace810f3220d 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # NSS: Required by kde-apps/okular[pdf]
@@ -52,11 +52,7 @@ net-firewall/nftables json python xtables
 # Required by dev-qt/qtwebengine:5
 sys-libs/zlib minizip
 
-# Required by kde-plasma/kwin; >=1.20.13-r1 has dropped the flag
-

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/, profiles/

2021-12-14 Thread Ionen Wolkens
commit: b221d011a23a2f54f80e94fbd22d68b59e56e3bd
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Dec 13 20:25:38 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Dec 14 15:54:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b221d011

profiles: move egl-wayland mask to plasma profile

This is generally more stable now and lacking 1.1.9 is an issue
when using GBM. Now that mutter-41.2 defaults to GBM, keeping
this masked everywhere doesn't seem right.

Signed-off-by: Ionen Wolkens  gentoo.org>

 profiles/package.mask|  9 -
 profiles/targets/desktop/plasma/package.mask | 10 ++
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 70d8af5c799d..d746a9d84150 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -452,15 +452,6 @@ net-libs/libsoup:3.0
 # Masked until dev-libs/openssl-3.0* is unmasked
 =dev-libs/gost-engine-3.0*
 
-# Ionen Wolkens  (2021-09-03)
-# Known to break plasma, and several other applications on EGLStream
-# wayland, and egl-wayland-1.1.7-r1 is still usable with newer drivers.
-# While it does not prevent using wlroots-based compositors with GBM,
-# it's needed to use some features with it (unmask if wanted).
-# https://github.com/NVIDIA/egl-wayland/issues/40
-# https://github.com/NVIDIA/egl-wayland/issues/41
->=gui-libs/egl-wayland-1.1.8
-
 # Bernard Cafarelli  (2021-08-26)
 # Preparing for final 5.0.0 release
 >=app-text/tesseract-5.0.0_beta

diff --git a/profiles/targets/desktop/plasma/package.mask 
b/profiles/targets/desktop/plasma/package.mask
new file mode 100644
index ..dffbcd8e2ab2
--- /dev/null
+++ b/profiles/targets/desktop/plasma/package.mask
@@ -0,0 +1,10 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Ionen Wolkens  (2021-12-13)
+# GBM-aware egl-wayland makes qtwayland+kwin mostly unusable, and
+# old egl-wayland leads to issues for everything else using GBM.
+# Feel free to unmask if your configuration is not affected.
+# https://codereview.qt-project.org/c/qt/qtwayland/+/373473
+# https://github.com/NVIDIA/egl-wayland/issues/40
+>=gui-libs/egl-wayland-1.1.8



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2021-09-14 Thread Andreas Sturmlechner
commit: 47d7ceb64d62c910713589bc616d88545632b052
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Sep 14 09:00:17 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Sep 14 09:03:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d7ceb6

profiles: desktop/plasma: Drop >=media-libs/libglvnd-1.3.4 p.mask

Bug: https://bugs.gentoo.org/810511
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.mask | 5 -
 1 file changed, 5 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.mask 
b/profiles/targets/desktop/plasma/package.mask
deleted file mode 100644
index a74631167f3..000
--- a/profiles/targets/desktop/plasma/package.mask
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Breaks build of kde-plasma/kwin, bug 810511, KDE-bug 440372
-~media-libs/libglvnd-1.3.4



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2021-08-30 Thread Andreas Sturmlechner
commit: 0bdd12a854088a83427b12b3f0d2d5da1decfa42
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Aug 30 13:41:28 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Aug 30 13:45:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bdd12a8

profiles: desktop/plasma: Mask ~media-libs/libglvnd-1.3.4

Support at least Plasma profile users by masking the broken version.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.mask 
b/profiles/targets/desktop/plasma/package.mask
new file mode 100644
index 000..a74631167f3
--- /dev/null
+++ b/profiles/targets/desktop/plasma/package.mask
@@ -0,0 +1,5 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Breaks build of kde-plasma/kwin, bug 810511, KDE-bug 440372
+~media-libs/libglvnd-1.3.4



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2021-08-22 Thread Andreas Sturmlechner
commit: 97be75d62b181cb8cc89eea9b97cfbbe8c1c6db2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 21 08:13:24 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 22 12:32:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97be75d6

profiles: targets/plasma: Add some IUSE=phonon defaults to package.use

...after phonon was dropped from make.defaults.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 8 
 1 file changed, 8 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index b65158ad383..caaffc9ab3c 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -54,3 +54,11 @@ sys-libs/zlib minizip
 
 # Required by kde-plasma/kwin; >=1.20.13-r1 has dropped the flag
 

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2021-08-22 Thread Andreas Sturmlechner
commit: fd53676728d2c4627990796c1270a3de4b1f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 21 08:09:48 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 22 12:32:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd53

profiles: targets/plasma: Drop IUSE=phonon from make.defaults

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/make.defaults 
b/profiles/targets/desktop/plasma/make.defaults
index 1a55f5454a2..443e5705c4c 100644
--- a/profiles/targets/desktop/plasma/make.defaults
+++ b/profiles/targets/desktop/plasma/make.defaults
@@ -1,4 +1,4 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-USE="activities declarative dri kde kipi kwallet phonon plasma policykit qml 
semantic-desktop widgets"
+USE="activities declarative dri kde kipi kwallet plasma policykit qml 
semantic-desktop widgets"



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2021-08-03 Thread Andreas Sturmlechner
commit: 59b348af4e4dfc3d5a433f7b363801efe3934e4d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  3 11:35:50 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug  3 11:38:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b348af

profiles: targets/plasma: Default enable xorg-server[wayland]

Bug: https://bugs.gentoo.org/806220
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index dea40502c37..b65158ad383 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -51,3 +51,6 @@ net-firewall/nftables json python xtables
 
 # Required by dev-qt/qtwebengine:5
 sys-libs/zlib minizip
+
+# Required by kde-plasma/kwin; >=1.20.13-r1 has dropped the flag
+

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2021-07-27 Thread Sam James
commit: 246b711749f8938063db19a160667950494c1eda
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 27 20:44:29 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 27 20:45:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=246b7117

profiles/targets/desktop/plasma: enable app-text/poppler[boost]

Recommended for use with app-text/poppler[qt5].

Closes: https://bugs.gentoo.org/795888
Signed-off-by: Sam James  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 1ebc67017da..dea40502c37 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -1,8 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-# Required by kde-apps/okular[pdf]
-app-text/poppler nss
+# NSS: Required by kde-apps/okular[pdf]
+# Boost: app-text/poppler[qt5] recommended w/ Boost (bug #795888)
+app-text/poppler nss boost
 
 # Required by sys-apps/fwupd, a dependency of kde-plasma/discover
 dev-libs/libjcat gpg pkcs7



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2021-04-16 Thread Andreas Sturmlechner
commit: 3fcd01083f2292e7aa47b07d04e9f43c71b4f4b5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 16 22:00:03 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 16 22:01:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fcd0108

profiles: plasma: Add app-text/poppler[nss] to package.use

Required by kde-apps/okular[pdf].

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 8dd1aadbddb..1ebc67017da 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -1,6 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Required by kde-apps/okular[pdf]
+app-text/poppler nss
+
 # Required by sys-apps/fwupd, a dependency of kde-plasma/discover
 dev-libs/libjcat gpg pkcs7
 



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2021-02-16 Thread Andreas Sturmlechner
commit: a3d94ab2bb3cf55959e3d0945c8844fce0e34f6b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Feb 16 17:32:08 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 16 17:33:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d94ab2

profiles: targets/desktop: plasma: kde-plasma/plasma-firewall dep reqs

Required by net-firewall/firewalld[iptables] (default enabled):
net-firewall/iptables ipv6

Required by net-firewall/firewalld[nftables] (default enabled):
net-firewall/nftables json python xtables

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 7369f1b8b1f..8dd1aadbddb 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -39,5 +39,11 @@ media-libs/mlt ffmpeg frei0r rubberband
 # Required by media-gfx/digikam
 media-libs/opencv contrib contribdnn
 
+# Required by kde-plasma/plasma-firewall
+# Required by net-firewall/firewalld[iptables] (default enabled)
+net-firewall/iptables ipv6
+# Required by net-firewall/firewalld[nftables] (default enabled)
+net-firewall/nftables json python xtables
+
 # Required by dev-qt/qtwebengine:5
 sys-libs/zlib minizip



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2021-02-06 Thread Sam James
commit: 3d0ce492c8205d8e06bc12fbc7af8d1e9cedb488
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb  7 02:15:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb  7 02:15:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0ce492

profiles/targets/desktop/plasma/package.use: media-libs/mlt cleanup

kdenlive and melt are now unconditional.

Signed-off-by: Sam James  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 3391075bd06..7369f1b8b1f 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -34,7 +34,7 @@ media-libs/mesa egl wayland
 x11-apps/mesa-progs egl
 
 # Required by kde-apps/kdenlive
-media-libs/mlt ffmpeg frei0r kdenlive melt rubberband
+media-libs/mlt ffmpeg frei0r rubberband
 
 # Required by media-gfx/digikam
 media-libs/opencv contrib contribdnn



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2021-01-03 Thread Andreas Sturmlechner
commit: 5136708eae80dead1ad0824caaaf332f52f0dbdc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan  3 13:25:45 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan  3 15:52:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5136708e

profiles: plasma: Add media-libs/mlt[rubberband] to package.use

Bug: https://bugs.gentoo.org/763222
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 8a87587b189..3391075bd06 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -34,7 +34,7 @@ media-libs/mesa egl wayland
 x11-apps/mesa-progs egl
 
 # Required by kde-apps/kdenlive
-media-libs/mlt ffmpeg frei0r kdenlive melt
+media-libs/mlt ffmpeg frei0r kdenlive melt rubberband
 
 # Required by media-gfx/digikam
 media-libs/opencv contrib contribdnn



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2020-12-12 Thread Andreas Sturmlechner
commit: 2c2fdb104d73adbfa96f100a524add1b78f0d134
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 12 19:30:39 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 12 19:36:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2fdb10

profiles: plasma: Set x11-apps/mesa-progs[egl] in package.use

Reported-by: Till Schäfer  uni-dortmund.de>
Closes: https://bugs.gentoo.org/758884
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index f8807bf4894..8a87587b189 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -30,6 +30,8 @@ media-libs/gd fontconfig
 
 # Required by kde-plasma/kwin
 media-libs/mesa egl wayland
+# Not required, but makes sense in return
+x11-apps/mesa-progs egl
 
 # Required by kde-apps/kdenlive
 media-libs/mlt ffmpeg frei0r kdenlive melt



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2020-11-11 Thread Andreas Sturmlechner
commit: 59e71fa4f13d8efbe534c22326f5b6aebd7c2fa9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 11 17:59:25 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 11 18:30:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59e71fa4

profiles: plasma: Enable media-libs/opencv[contrib,contribdnn] for digikam

Bug: https://bugs.gentoo.org/746596
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index f11c0163579..f8807bf4894 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -34,5 +34,8 @@ media-libs/mesa egl wayland
 # Required by kde-apps/kdenlive
 media-libs/mlt ffmpeg frei0r kdenlive melt
 
+# Required by media-gfx/digikam
+media-libs/opencv contrib contribdnn
+
 # Required by dev-qt/qtwebengine:5
 sys-libs/zlib minizip



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2020-10-26 Thread Andreas Sturmlechner
commit: 94a7b471624e4f97881b30305888d216b52f75a7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 26 13:53:23 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 26 13:55:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a7b471

profiles: targets: desktop/plasma: Enable dev-util/ostree[curl]

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index a5e5a4f82d3..f11c0163579 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -4,6 +4,9 @@
 # Required by sys-apps/fwupd, a dependency of kde-plasma/discover
 dev-libs/libjcat gpg pkcs7
 
+# Required by sys-apps/flatpak, a dependency of kde-plasma/discover
+dev-util/ostree curl
+
 # Required by app-editors/okteta
 dev-qt/qtscript:5 scripttools
 



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2020-10-26 Thread Andreas Sturmlechner
commit: 5a2a01699b8e1b4b6a8743ef45213ad0680a1c73
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Oct 26 13:50:45 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Oct 26 13:55:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a2a0169

profiles: targets: desktop/plasma: Enable dev-libs/libjcat[gpg,pkcs7]

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 7674bc4eb44..a5e5a4f82d3 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -1,6 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Required by sys-apps/fwupd, a dependency of kde-plasma/discover
+dev-libs/libjcat gpg pkcs7
+
 # Required by app-editors/okteta
 dev-qt/qtscript:5 scripttools
 



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2020-05-10 Thread Andreas Sturmlechner
commit: a336367de2cbec7d77312a18717865ceeaf8f8e4
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun May 10 18:43:16 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun May 10 18:43:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a336367d

profiles: plasma: Drop USE xcomposite from make.defaults

It was renamed to X some time ago and the last package using it was dropped.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/make.defaults 
b/profiles/targets/desktop/plasma/make.defaults
index 81288cb5218..1a55f5454a2 100644
--- a/profiles/targets/desktop/plasma/make.defaults
+++ b/profiles/targets/desktop/plasma/make.defaults
@@ -1,4 +1,4 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-USE="activities declarative dri kde kipi kwallet phonon plasma policykit qml 
semantic-desktop widgets xcomposite"
+USE="activities declarative dri kde kipi kwallet phonon plasma policykit qml 
semantic-desktop widgets"



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2020-04-13 Thread Andreas Sturmlechner
commit: ab86a8d80af4d9341ec0872b09e80b7370552350
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 15 20:12:15 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Apr 13 23:46:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab86a8d8

profiles: plasma: Drop consolekit from make.defaults

elogind is the new default, set by desktop profile anyway.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/targets/desktop/plasma/make.defaults 
b/profiles/targets/desktop/plasma/make.defaults
index d819ea1da36..81288cb5218 100644
--- a/profiles/targets/desktop/plasma/make.defaults
+++ b/profiles/targets/desktop/plasma/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-USE="activities consolekit declarative dri kde kipi kwallet phonon plasma 
policykit qml semantic-desktop widgets xcomposite"
+USE="activities declarative dri kde kipi kwallet phonon plasma policykit qml 
semantic-desktop widgets xcomposite"



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2019-10-01 Thread Andreas Sturmlechner
commit: 15d72c3bcb447e8836a24dd9026473af6bc2cdf3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct  1 23:00:10 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct  1 23:43:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15d72c3b

profiles: plasma: Update comment for sys-libs/zlib[minizip]

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index e14d4c9e815..7674bc4eb44 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -28,5 +28,5 @@ media-libs/mesa egl wayland
 # Required by kde-apps/kdenlive
 media-libs/mlt ffmpeg frei0r kdenlive melt
 
-# Required by kde-frameworks/kactivities
+# Required by dev-qt/qtwebengine:5
 sys-libs/zlib minizip



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2019-07-16 Thread Andreas Sturmlechner
commit: 79b75349c95f53c5f34b15a3b4ca8bb665b87a47
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Jul 16 08:56:07 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Jul 16 08:56:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b75349

profiles: plasma: Fix package.use after kde-misc/yakuake pkgmove

Closes: https://bugs.gentoo.org/689948
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 4bf47736482..e14d4c9e815 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -11,7 +11,7 @@ dev-qt/qtsql:5 mysql
 kde-apps/ktp-common-internals otr
 
 # Enable by default, requires kde-frameworks/kwayland
-kde-misc/yakuake absolute-position
+kde-apps/yakuake absolute-position
 
 # Required by kde-apps/libkexiv2
 media-gfx/exiv2 xmp



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2019-01-10 Thread Andreas Sturmlechner
commit: 355667518b8739610431ed769283254ac56085f8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 10 23:09:36 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jan 11 00:37:14 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35566751

profiles: plasma: Drop obsolete media-sound/pulseaudio[gnome] USE

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 2f769b4105d..021d9c78a1c 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -31,8 +31,5 @@ media-libs/mesa egl wayland
 # Required by kde-apps/kdenlive
 media-libs/mlt ffmpeg frei0r kdenlive melt
 
-# Required by kde-plasma/plasma-pa
-media-sound/pulseaudio gnome
-
 # Required by kde-frameworks/kactivities
 sys-libs/zlib minizip



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2018-12-22 Thread Andreas Sturmlechner
commit: 3307cf33baa34dea5b22ad06712a78246f42d729
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Dec 22 13:14:16 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Dec 22 14:02:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3307cf33

profiles: plasma: Default-enable kde-misc/yakuake[absolute-position]

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index a3a24f39f81..2f769b4105d 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -13,6 +13,9 @@ dev-qt/qtsql:5 mysql
 # Required by kde-apps/ktp-text-ui
 kde-apps/ktp-common-internals otr
 
+# Enable by default, requires kde-frameworks/kwayland
+kde-misc/yakuake absolute-position
+
 # Required by kde-apps/libkexiv2
 media-gfx/exiv2 xmp
 



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2018-11-06 Thread Andreas Sturmlechner
commit: 1d5f0a8e15b7037e2628b02046d54d9d71e7afdf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov  6 21:41:03 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov  7 07:46:27 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5f0a8e

profiles: plasma: Add media-libs/mlt[frei0r] to package.use

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index fabc4f7388d..a3a24f39f81 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -26,7 +26,7 @@ media-libs/gd fontconfig
 media-libs/mesa egl wayland
 
 # Required by kde-apps/kdenlive
->=media-libs/mlt-0.9.8-r2 ffmpeg kdenlive melt
+media-libs/mlt ffmpeg frei0r kdenlive melt
 
 # Required by kde-plasma/plasma-pa
 media-sound/pulseaudio gnome



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2018-03-20 Thread Michael Palimaka
commit: 044eda49a8872638b6481a69f888c8e23df39975
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Mar 20 12:58:06 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Mar 20 12:58:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=044eda49

profiles: add dev-libs/libxml2[icu] to plasma package.use

 profiles/targets/desktop/plasma/package.use | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index f7220f54f50..28e4455fb40 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -1,6 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Required by >=dev-qt/qtwebengine-5.9
+dev-libs/libxml2 icu
+
 # Required by kde-apps/okteta
 dev-qt/qtscript:5 scripttools
 



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2018-02-25 Thread Andreas Sturmlechner
commit: e965b6bc27e27ecd5d66d73412c437bb2094058e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Feb 25 22:19:51 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Feb 25 22:41:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e965b6bc

profiles: plasma: Drop obsolete designer[-phonon] package.use

 profiles/targets/desktop/plasma/package.use | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index a83e019b25f..f7220f54f50 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -30,6 +30,3 @@ media-sound/pulseaudio gnome
 
 # Required by kde-frameworks/kactivities
 sys-libs/zlib minizip
-
-# Mitigate media-libs/phonon:4[designer] dep by USE=phonon in make.defaults
-dev-qt/designer:4 -phonon



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2018-01-27 Thread Andreas Sturmlechner
commit: 1bf666c925bc0fa6b809ce24969a1f5ea7bb89ea
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan 27 19:29:24 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 27 20:28:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf666c9

profiles: plasma: Revert >=libreoffice-6.1[gtk] kde-surprise-usedep

Not necessary as long as ebuild enables gtk by default anyway.

 profiles/targets/desktop/plasma/package.use | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 05f104c0969..a83e019b25f 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -1,9 +1,6 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# Required by app-office/libreoffice[kde]
->=app-office/libreoffice-6.1 gtk
-
 # Required by kde-apps/okteta
 dev-qt/qtscript:5 scripttools
 



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2018-01-27 Thread Andreas Sturmlechner
commit: f557ecefc60e84185be75326c754d9680090571a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jan 27 18:55:28 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jan 27 20:27:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f557ecef

profiles: plasma: Disable USE=phonon roundtrip for dev-qt/designer

Caused by USE=phonon in make.defaults.

 profiles/targets/desktop/plasma/package.use | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 554fb2728a6..05f104c0969 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -33,3 +33,6 @@ media-sound/pulseaudio gnome
 
 # Required by kde-frameworks/kactivities
 sys-libs/zlib minizip
+
+# Mitigate media-libs/phonon:4[designer] dep by USE=phonon in make.defaults
+dev-qt/designer:4 -phonon



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2018-01-25 Thread Andreas Sturmlechner
commit: 1a07a7d75924b3fe5eb5680692cc795d36982f6b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 25 20:19:28 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 25 20:24:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a07a7d7

profiles: plasma: Drop bogus package.use for app-office/libreoffice

There is no evidence that this is needed.

 profiles/targets/desktop/plasma/package.use | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 070a1c58fcf..554fb2728a6 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -28,9 +28,6 @@ media-libs/mesa egl wayland
 # Required by kde-apps/kdenlive
 >=media-libs/mlt-0.9.8-r2 ffmpeg kdenlive melt
 
-# Required by app-office/libreoffice
-media-libs/phonon designer
-
 # Required by kde-plasma/plasma-pa
 media-sound/pulseaudio gnome
 



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2018-01-25 Thread Andreas Sturmlechner
commit: 572bc417b4bffd70c4838a6853ab42a97f111e51
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jan 25 20:16:47 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jan 25 20:24:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572bc417

profiles: plasma: Add >=libreoffice-6.1[gtk] kde-surprise-usedep

 profiles/targets/desktop/plasma/package.use | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 3c79e5bbb7e..070a1c58fcf 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -1,6 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+# Required by app-office/libreoffice[kde]
+>=app-office/libreoffice-6.1 gtk
+
 # Required by kde-apps/okteta
 dev-qt/qtscript:5 scripttools
 



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-12-31 Thread Andreas Sturmlechner
commit: f34a8f8562cb6e30d572c41f958707a80c27f116
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Jan  1 01:11:47 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Jan  1 01:12:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34a8f85

profiles: desktop/plasma: Drop USE=xinerama from make.defaults

 profiles/targets/desktop/plasma/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/targets/desktop/plasma/make.defaults 
b/profiles/targets/desktop/plasma/make.defaults
index 11d2a79da9e..d819ea1da36 100644
--- a/profiles/targets/desktop/plasma/make.defaults
+++ b/profiles/targets/desktop/plasma/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-USE="activities consolekit declarative dri kde kipi kwallet phonon plasma 
policykit qml semantic-desktop widgets xcomposite xinerama"
+USE="activities consolekit declarative dri kde kipi kwallet phonon plasma 
policykit qml semantic-desktop widgets xcomposite"



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-11-30 Thread Andreas Sturmlechner
commit: 7c5a18acf01033513f20df3d5f01c885f346a63c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 29 15:53:46 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 30 22:12:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c5a18ac

profiles: plasma: package.use.mask moved to desktop profile

 profiles/targets/desktop/plasma/package.use.mask | 20 
 1 file changed, 20 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use.mask 
b/profiles/targets/desktop/plasma/package.use.mask
deleted file mode 100644
index 26f3c6d9458..000
--- a/profiles/targets/desktop/plasma/package.use.mask
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# USE=gles2 in the following packages disables full OpenGL
-# Upstream does not test for that case and packages frequently
-# fail to build or run if set.
-dev-python/PyQt5 gles2
-dev-qt/qt3d gles2
-dev-qt/qtdatavis3d gles2
-dev-qt/qtdeclarative gles2
-dev-qt/qtgui gles2
-dev-qt/qtmultimedia gles2
-dev-qt/qtopengl gles2
-dev-qt/qtprintsupport gles2
-dev-qt/qtwebkit gles2
-dev-qt/qtwidgets gles2
-kde-apps/kdenlive gles2
-kde-frameworks/plasma gles2
-kde-plasma/kinfocenter gles2
-kde-plasma/kwin gles2



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-11-30 Thread Andreas Sturmlechner
commit: 1fd6bf1f2d3062aad312d35ac924b3e372a15423
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 29 12:38:31 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 30 22:12:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd6bf1f

profiles: plasma: Drop USE=xscreensaver from make.defaults

 profiles/targets/desktop/plasma/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/make.defaults 
b/profiles/targets/desktop/plasma/make.defaults
index 828fd88356b..11d2a79da9e 100644
--- a/profiles/targets/desktop/plasma/make.defaults
+++ b/profiles/targets/desktop/plasma/make.defaults
@@ -1,4 +1,4 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-USE="activities consolekit declarative dri kde kipi kwallet phonon plasma 
policykit qml semantic-desktop widgets xcomposite xinerama xscreensaver"
+USE="activities consolekit declarative dri kde kipi kwallet phonon plasma 
policykit qml semantic-desktop widgets xcomposite xinerama"



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-11-30 Thread Andreas Sturmlechner
commit: 6482d7e7205cef5ef742f27b2e3817a8013a8cd8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 28 22:44:29 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 30 22:12:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6482d7e7

profiles: plasma: USE qt5 was moved to desktop profile

 profiles/targets/desktop/plasma/make.defaults |  2 +-
 profiles/targets/desktop/plasma/package.use   | 19 ---
 2 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/profiles/targets/desktop/plasma/make.defaults 
b/profiles/targets/desktop/plasma/make.defaults
index 47fe9ae2f94..828fd88356b 100644
--- a/profiles/targets/desktop/plasma/make.defaults
+++ b/profiles/targets/desktop/plasma/make.defaults
@@ -1,4 +1,4 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-USE="activities consolekit declarative dri kde kipi kwallet phonon plasma 
policykit qml qt5 semantic-desktop widgets xcomposite xinerama xscreensaver"
+USE="activities consolekit declarative dri kde kipi kwallet phonon plasma 
policykit qml semantic-desktop widgets xcomposite xinerama xscreensaver"

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 0a0dbc02138..3c79e5bbb7e 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -1,22 +1,6 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# Avoid circular dependency when installing from scratch
-dev-util/cmake -qt5
-
-# Not required, but makes life easier with Qt; bug 457934
-app-arch/unzip natspec
-
-# Required by dev-qt/qtcore
-dev-libs/libpcre pcre16
-dev-libs/libpcre2 pcre16
-
-# Required by kde-frameworks/kcoreaddons
-dev-qt/qtcore:5 icu
-
-# Required by kde-frameworks/kwayland
-dev-qt/qtgui:5 egl libinput
-
 # Required by kde-apps/okteta
 dev-qt/qtscript:5 scripttools
 
@@ -35,9 +19,6 @@ media-gfx/graphviz python
 # Required by media-gfx/graphviz which is required by kde-apps/kcachegrind
 media-libs/gd fontconfig
 
-# Required by dev-qt/qtwebengine
-media-libs/libvpx svc
-
 # Required by kde-plasma/kwin
 media-libs/mesa egl wayland
 



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-11-30 Thread Andreas Sturmlechner
commit: fd9876451d156ec94d354eb20639306c1a9fd383
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Nov 28 22:28:50 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 30 22:12:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd987645

profiles: plasma: Drop obsolete package.use

 profiles/targets/desktop/plasma/package.use | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 87f22f285ab..0a0dbc02138 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -23,9 +23,6 @@ dev-qt/qtscript:5 scripttools
 # Required by kde-apps/akonadi
 dev-qt/qtsql:5 mysql
 
-# Required by kde-apps/kate[addons]
-dev-libs/libgit2 threads
-
 # Required by kde-apps/ktp-text-ui
 kde-apps/ktp-common-internals otr
 



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-11-27 Thread Andreas Sturmlechner
commit: aeeaf6a56ea99eb53fa630d7a0caf75e8b30feab
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 20 17:23:22 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 27 23:57:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeeaf6a5

profiles: plasma: Cleanup obsolete package.use entries

 profiles/targets/desktop/plasma/package.use | 8 
 1 file changed, 8 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 749d8eb0b93..87f22f285ab 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -55,11 +55,3 @@ media-sound/pulseaudio gnome
 
 # Required by kde-frameworks/kactivities
 sys-libs/zlib minizip
-
-# FIXME: unnecessary REQUIRED_USE ^^ ( qt4 qt5 )
-=app-crypt/pinentry-0.9.6-r5 -qt4
->=media-libs/opencv-2.4.12-r1 -qt4



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-10-08 Thread Johannes Huber
commit: a24d7924be9239fc0fe512841566b483f133cf4c
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Oct  8 09:40:37 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Oct  8 09:44:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24d7924

profiles: Update plasma package use for Qt 5.9

 profiles/targets/desktop/plasma/package.use | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 05e33501bcf..749d8eb0b93 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -9,12 +9,13 @@ app-arch/unzip natspec
 
 # Required by dev-qt/qtcore
 dev-libs/libpcre pcre16
+dev-libs/libpcre2 pcre16
 
 # Required by kde-frameworks/kcoreaddons
 dev-qt/qtcore:5 icu
 
 # Required by kde-frameworks/kwayland
-dev-qt/qtgui:5 egl
+dev-qt/qtgui:5 egl libinput
 
 # Required by kde-apps/okteta
 dev-qt/qtscript:5 scripttools



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-10-06 Thread Michael Palimaka
commit: 78c51cc061d46b615ea89b43f252f09a84f0d91f
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Oct  7 03:32:34 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Oct  7 03:32:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c51cc0

profiles: mask dev-qt/qtwebkit[gles2] in plasma profile

 profiles/targets/desktop/plasma/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/targets/desktop/plasma/package.use.mask 
b/profiles/targets/desktop/plasma/package.use.mask
index 243f440fe66..26f3c6d9458 100644
--- a/profiles/targets/desktop/plasma/package.use.mask
+++ b/profiles/targets/desktop/plasma/package.use.mask
@@ -12,6 +12,7 @@ dev-qt/qtgui gles2
 dev-qt/qtmultimedia gles2
 dev-qt/qtopengl gles2
 dev-qt/qtprintsupport gles2
+dev-qt/qtwebkit gles2
 dev-qt/qtwidgets gles2
 kde-apps/kdenlive gles2
 kde-frameworks/plasma gles2



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-10-03 Thread Andreas Sturmlechner
commit: 81115ff648d64de917af969b3bd5c3d60cfbe7da
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct  3 19:15:00 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct  3 19:39:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81115ff6

profiles: plasma: Pin dev-qt/ package.use settings to slot 5

 profiles/targets/desktop/plasma/package.use | 42 ++---
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 7a29a153a8c..05e33501bcf 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -1,23 +1,26 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-# Required by kde-plasma/plasma-pa
-media-sound/pulseaudio gnome
-
 # Avoid circular dependency when installing from scratch
 dev-util/cmake -qt5
 
 # Not required, but makes life easier with Qt; bug 457934
 app-arch/unzip natspec
 
-# Required by kde-apps/akonadi
-dev-qt/qtsql mysql
-
 # Required by dev-qt/qtcore
 dev-libs/libpcre pcre16
 
-# Required by media-gfx/graphviz which is required by kde-apps/kcachegrind
-media-libs/gd fontconfig
+# Required by kde-frameworks/kcoreaddons
+dev-qt/qtcore:5 icu
+
+# Required by kde-frameworks/kwayland
+dev-qt/qtgui:5 egl
+
+# Required by kde-apps/okteta
+dev-qt/qtscript:5 scripttools
+
+# Required by kde-apps/akonadi
+dev-qt/qtsql:5 mysql
 
 # Required by kde-apps/kate[addons]
 dev-libs/libgit2 threads
@@ -28,32 +31,29 @@ kde-apps/ktp-common-internals otr
 # Required by kde-apps/libkexiv2
 media-gfx/exiv2 xmp
 
-# Required by kde-apps/okteta
-dev-qt/qtscript scripttools
-
-# Required by kde-frameworks/kactivities
-sys-libs/zlib minizip
-
 # Required by kde-frameworks/kapidox
 media-gfx/graphviz python
 
-# Required by kde-frameworks/kcoreaddons
-dev-qt/qtcore icu
+# Required by media-gfx/graphviz which is required by kde-apps/kcachegrind
+media-libs/gd fontconfig
+
+# Required by dev-qt/qtwebengine
+media-libs/libvpx svc
 
 # Required by kde-plasma/kwin
 media-libs/mesa egl wayland
 
-# Required by kde-frameworks/kwayland
-dev-qt/qtgui:5 egl
-
 # Required by kde-apps/kdenlive
 >=media-libs/mlt-0.9.8-r2 ffmpeg kdenlive melt
 
 # Required by app-office/libreoffice
 media-libs/phonon designer
 
-# Required by dev-qt/qtwebengine
-media-libs/libvpx svc
+# Required by kde-plasma/plasma-pa
+media-sound/pulseaudio gnome
+
+# Required by kde-frameworks/kactivities
+sys-libs/zlib minizip
 
 # FIXME: unnecessary REQUIRED_USE ^^ ( qt4 qt5 )
 

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-09-19 Thread Johannes Huber
commit: 3bcff0cf293269de983627a660507bdac6012b89
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Sep 19 16:49:47 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Sep 19 16:50:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bcff0cf

profiles: kde-apps/pykde4 stray

 profiles/targets/desktop/plasma/package.use | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 05e7130206e..7a29a153a8c 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -31,9 +31,6 @@ media-gfx/exiv2 xmp
 # Required by kde-apps/okteta
 dev-qt/qtscript scripttools
 
-# Required by kde-apps/pykde4
-dev-python/PyQt4 script sql
-
 # Required by kde-frameworks/kactivities
 sys-libs/zlib minizip
 



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-09-10 Thread Andreas Sturmlechner
commit: 535545f92c69775f435d022c902803099268ac9d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep  9 15:48:34 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep 10 14:43:23 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=535545f9

profiles: plasma: Mask USE=gles2 in relevant packages

Users too often burn themselves when enabling this flag globally.

Gentoo-bug: 554478, 584010, 585334, 588914, 627758, 629632

 profiles/targets/desktop/plasma/package.use.mask | 19 +++
 1 file changed, 19 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use.mask 
b/profiles/targets/desktop/plasma/package.use.mask
new file mode 100644
index 000..243f440fe66
--- /dev/null
+++ b/profiles/targets/desktop/plasma/package.use.mask
@@ -0,0 +1,19 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# USE=gles2 in the following packages disables full OpenGL
+# Upstream does not test for that case and packages frequently
+# fail to build or run if set.
+dev-python/PyQt5 gles2
+dev-qt/qt3d gles2
+dev-qt/qtdatavis3d gles2
+dev-qt/qtdeclarative gles2
+dev-qt/qtgui gles2
+dev-qt/qtmultimedia gles2
+dev-qt/qtopengl gles2
+dev-qt/qtprintsupport gles2
+dev-qt/qtwidgets gles2
+kde-apps/kdenlive gles2
+kde-frameworks/plasma gles2
+kde-plasma/kinfocenter gles2
+kde-plasma/kwin gles2



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-09-03 Thread Andreas Sturmlechner
commit: 77a4af4d8b3c1313043807824fe53492f5ba57bc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep  2 21:07:51 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Sep  3 19:30:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77a4af4d

profiles: plasma: Drop obsolete qtwayland[egl] from package.use

 profiles/targets/desktop/plasma/package.use | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 0642a0f8d70..05e7130206e 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -48,7 +48,6 @@ media-libs/mesa egl wayland
 
 # Required by kde-frameworks/kwayland
 dev-qt/qtgui:5 egl
-dev-qt/qtwayland:5 egl
 
 # Required by kde-apps/kdenlive
 >=media-libs/mlt-0.9.8-r2 ffmpeg kdenlive melt



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-08-27 Thread Andreas Sturmlechner
commit: 8bfbb2bf7faad0139ed7505500351c8832f6a5c3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Aug 27 09:30:46 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 27 09:35:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bfbb2bf

profiles: Drop obsolete media-sound/amarok[cdda] package.use.mask

 profiles/targets/desktop/plasma/package.use | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index d20057117c6..0642a0f8d70 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -59,9 +59,6 @@ media-libs/phonon designer
 # Required by dev-qt/qtwebengine
 media-libs/libvpx svc
 
-# Conflicts with kde-apps/audiocd-kio:5
-media-sound/amarok:4 -cdda
-
 # FIXME: unnecessary REQUIRED_USE ^^ ( qt4 qt5 )
 

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-08-04 Thread Andreas Sturmlechner
commit: 42aa34b622e38ea3ed92990461972eff7b3bef12
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug  4 19:36:56 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug  4 19:40:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42aa34b6

profiles: plasma: Add activities to make.defaults

 profiles/targets/desktop/plasma/make.defaults | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/make.defaults 
b/profiles/targets/desktop/plasma/make.defaults
index 001f16f0394..47fe9ae2f94 100644
--- a/profiles/targets/desktop/plasma/make.defaults
+++ b/profiles/targets/desktop/plasma/make.defaults
@@ -1,4 +1,4 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-USE="consolekit declarative dri kde kipi kwallet phonon plasma policykit qml 
qt5 semantic-desktop widgets xcomposite xinerama xscreensaver"
+USE="activities consolekit declarative dri kde kipi kwallet phonon plasma 
policykit qml qt5 semantic-desktop widgets xcomposite xinerama xscreensaver"



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-07-07 Thread Andreas Sturmlechner
commit: 8a574740d3845ada6ce6f216118ae8c1c2f0c9ba
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jul  7 21:05:24 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jul  7 21:05:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a574740

profiles: Drop obsolete plasma profile package.use line

The affected package versions were dropped from tree.

 profiles/targets/desktop/plasma/package.use | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 391d594bd49..d20057117c6 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -63,7 +63,6 @@ media-libs/libvpx svc
 media-sound/amarok:4 -cdda
 
 # FIXME: unnecessary REQUIRED_USE ^^ ( qt4 qt5 )
-

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-06-25 Thread Andreas Sturmlechner
commit: bf833eda4e98c603c4fbd54a8c453eebc5b5e698
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 25 07:12:17 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 25 07:14:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf833eda

profiles: Drop net-wireless/wpa_supplicant[-qt4] from plasma package.use

Version without USE=qt4 is now stable.

 profiles/targets/desktop/plasma/package.use | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index ceeeda626ee..391d594bd49 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -70,4 +70,3 @@ media-sound/amarok:4 -cdda
 # FIXME: REQUIRED_USE conflicts: qt5? ( !qt4 )
 >=app-crypt/pinentry-0.9.6-r5 -qt4
 >=media-libs/opencv-2.4.12-r1 -qt4
-

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-06-15 Thread Andreas Sturmlechner
commit: 4a2651dc5e5389ab7d9e11ed91b10ecc8eea3383
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun 15 10:01:53 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun 15 10:01:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2651dc

profiles: Cleanup plasma package.use

kdiff3 and smplayer latest stable versions are non-conflicting now.
PyQt4[webkit] no longer required by kde-apps/pykde4.

 profiles/targets/desktop/plasma/package.use | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index fc873cd1ffe..ceeeda626ee 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -32,7 +32,7 @@ media-gfx/exiv2 xmp
 dev-qt/qtscript scripttools
 
 # Required by kde-apps/pykde4
-dev-python/PyQt4 script sql webkit
+dev-python/PyQt4 script sql
 
 # Required by kde-frameworks/kactivities
 sys-libs/zlib minizip
@@ -67,9 +67,7 @@ media-sound/amarok:4 -cdda
 =app-crypt/pinentry-0.9.6-r5 -qt4
->=kde-misc/kdiff3-0.9.98-r1 -kde -qt4
 >=media-libs/opencv-2.4.12-r1 -qt4
-

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-06-07 Thread Andreas Sturmlechner
commit: 721a91b629fbd68f434dabe2379245a7de05bcd6
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  7 21:13:20 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  7 21:21:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=721a91b6

profiles: Drop obsolete plasma package.use.stable.mask

 profiles/targets/desktop/plasma/package.use.stable.mask | 6 --
 1 file changed, 6 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use.stable.mask 
b/profiles/targets/desktop/plasma/package.use.stable.mask
deleted file mode 100644
index feac94e2024..000
--- a/profiles/targets/desktop/plasma/package.use.stable.mask
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Temporary mask because of app-crypt/gpgme-1.8.0 stabilisation
-# which collides with kde-apps/kdepimlibs:4, bug #611470
-<=app-crypt/gpgme-1.8.0-r2 cxx qt5



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-06-07 Thread Andreas Sturmlechner
commit: 96f2d1c58eeca40e33565f72822761b048e23bbd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jun  7 21:17:53 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jun  7 21:21:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f2d1c5

profiles: Update plasma package.use

 profiles/targets/desktop/plasma/package.use | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 1c05cb6bcc0..fc873cd1ffe 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -64,7 +64,7 @@ media-sound/amarok:4 -cdda
 
 # FIXME: unnecessary REQUIRED_USE ^^ ( qt4 qt5 )
 

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-05-06 Thread Andreas Sturmlechner
commit: 534e4f57cd506d9de8a5b57a07270de494f44250
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  1 19:51:02 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat May  6 20:01:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534e4f57

profiles: Drop obsolete plasma/package.use entries

 profiles/targets/desktop/plasma/package.use | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 5db0ffad32d..1c05cb6bcc0 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -62,10 +62,6 @@ media-libs/libvpx svc
 # Conflicts with kde-apps/audiocd-kio:5
 media-sound/amarok:4 -cdda
 
-# Allow certain KDE 4 components to be coinstalled with Plasma 5
-kde-apps/solid-runtime -bluetooth
-sys-auth/polkit-kde-agent minimal
-
 # FIXME: unnecessary REQUIRED_USE ^^ ( qt4 qt5 )
 

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-05-01 Thread Andreas Sturmlechner
commit: 3861a05909192bd7cff04fde73a42003832053ec
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  1 14:20:51 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May  1 14:21:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3861a059

profiles: Restrict -cdda to amarok slot 4

 profiles/targets/desktop/plasma/package.use | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 301b52f18d1..5db0ffad32d 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -60,7 +60,7 @@ media-libs/phonon designer
 media-libs/libvpx svc
 
 # Conflicts with kde-apps/audiocd-kio:5
-media-sound/amarok -cdda
+media-sound/amarok:4 -cdda
 
 # Allow certain KDE 4 components to be coinstalled with Plasma 5
 kde-apps/solid-runtime -bluetooth



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-05-01 Thread Andreas Sturmlechner
commit: 1799b8fd29a3d6fdfea87b210897ce86c6a1936a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May  1 14:05:53 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May  1 14:05:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1799b8fd

profiles: Address media-sound/amarok:4 vs. kde-apps/audiocd-kio:5

Drop obsolete line.

 profiles/targets/desktop/plasma/package.use | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 501a2e8b317..301b52f18d1 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -59,9 +59,11 @@ media-libs/phonon designer
 # Required by dev-qt/qtwebengine
 media-libs/libvpx svc
 
+# Conflicts with kde-apps/audiocd-kio:5
+media-sound/amarok -cdda
+
 # Allow certain KDE 4 components to be coinstalled with Plasma 5
 kde-apps/solid-runtime -bluetooth
-kde-frameworks/baloo minimal
 sys-auth/polkit-kde-agent minimal
 
 # FIXME: unnecessary REQUIRED_USE ^^ ( qt4 qt5 )



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-05-01 Thread Andreas Sturmlechner
commit: 9cb4d53bf69a2c46406e33bdbd74a35e37a64d9e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 30 14:31:24 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon May  1 08:02:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb4d53b

profiles: Plasma profile: Restrict gpgme[cxx,qt5] mask to current stable

Next revbump stabilisation should coincide with oldpim fix.

 profiles/targets/desktop/plasma/package.use.stable.mask | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use.stable.mask 
b/profiles/targets/desktop/plasma/package.use.stable.mask
index 64af0c22324..feac94e2024 100644
--- a/profiles/targets/desktop/plasma/package.use.stable.mask
+++ b/profiles/targets/desktop/plasma/package.use.stable.mask
@@ -3,4 +3,4 @@
 
 # Temporary mask because of app-crypt/gpgme-1.8.0 stabilisation
 # which collides with kde-apps/kdepimlibs:4, bug #611470
-app-crypt/gpgme cxx qt5
+<=app-crypt/gpgme-1.8.0-r2 cxx qt5



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-03-18 Thread Michael Palimaka
commit: 9bbdf01e066b7d5cdacf5e3c6c747663b1bb84d2
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Mar 19 00:37:48 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Mar 19 00:37:55 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bbdf01e

profiles: enable media-libs/mlt[ffmpeg] in plasma profile

It's required by kdenlive.

 profiles/targets/desktop/plasma/package.use | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index a35ace3326c..501a2e8b317 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -51,7 +51,7 @@ dev-qt/qtgui:5 egl
 dev-qt/qtwayland:5 egl
 
 # Required by kde-apps/kdenlive
->=media-libs/mlt-0.9.8-r2 kdenlive melt
+>=media-libs/mlt-0.9.8-r2 ffmpeg kdenlive melt
 
 # Required by app-office/libreoffice
 media-libs/phonon designer



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-03-18 Thread Michael Palimaka
commit: bb511b0e69c934ae5575c5386da9556c2af54124
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Mar 19 00:32:48 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Mar 19 00:33:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb511b0e

profiles: enable media-libs/libvpx[svc] in plasma profile

It's required by qtwebengine.

 profiles/targets/desktop/plasma/package.use | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index fab72ddba1a..a35ace3326c 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -56,6 +56,9 @@ dev-qt/qtwayland:5 egl
 # Required by app-office/libreoffice
 media-libs/phonon designer
 
+# Required by dev-qt/qtwebengine
+media-libs/libvpx svc
+
 # Allow certain KDE 4 components to be coinstalled with Plasma 5
 kde-apps/solid-runtime -bluetooth
 kde-frameworks/baloo minimal



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-03-05 Thread Andreas Sturmlechner
commit: 212fe4030b96694a7a16bb6ca979dc81529c6e40
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar  5 22:17:12 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar  5 23:16:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212fe403

profiles: Add app-crypt/gpgme[cxx,qt5] to plasma package.use.stable.mask

Gentoo-bug: 611470

 profiles/targets/desktop/plasma/package.use.stable.mask | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use.stable.mask 
b/profiles/targets/desktop/plasma/package.use.stable.mask
new file mode 100644
index 000..64af0c22324
--- /dev/null
+++ b/profiles/targets/desktop/plasma/package.use.stable.mask
@@ -0,0 +1,6 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Temporary mask because of app-crypt/gpgme-1.8.0 stabilisation
+# which collides with kde-apps/kdepimlibs:4, bug #611470
+app-crypt/gpgme cxx qt5



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-03-05 Thread Andreas Sturmlechner
commit: 8ed39aa2882fde741802656483f798257300ba43
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Mar  5 14:28:45 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Mar  5 14:33:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed39aa2

profiles: Update plasma package.use

x11-libs/qscintilla-2.10 no longer has ^^ ( qt4 qt5 )

 profiles/targets/desktop/plasma/package.use | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 103c08529f0..fab72ddba1a 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -64,7 +64,7 @@ sys-auth/polkit-kde-agent minimal
 # FIXME: unnecessary REQUIRED_USE ^^ ( qt4 qt5 )
 =app-crypt/pinentry-0.9.6-r5 -qt4



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-02-25 Thread Andreas Sturmlechner
commit: 07590cb90afe235be0b8744544acf3442e5f13e2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 29 12:56:50 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb 25 19:42:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07590cb9

profiles: Cleanup plasma package.use

 profiles/targets/desktop/plasma/package.use | 4 
 1 file changed, 4 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 519219f8c5..fe09c2eba4 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -64,16 +64,12 @@ sys-auth/polkit-kde-agent minimal
 
 # FIXME: unnecessary REQUIRED_USE ^^ ( qt4 qt5 )
 =app-crypt/pinentry-0.9.6-r5 -qt4
-=kde-misc/kdiff3-0.9.98-r1 -kde -qt4
 >=media-libs/opencv-2.4.12-r1 -qt4
 

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-02-25 Thread Andreas Sturmlechner
commit: aaf5bc3f497b6b99caad77d085cc237eea7e6c0e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Feb 25 11:02:43 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Feb 25 19:42:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf5bc3f

profiles: Add USE=kwallet to plasma make.defaults

 profiles/targets/desktop/plasma/make.defaults | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/targets/desktop/plasma/make.defaults 
b/profiles/targets/desktop/plasma/make.defaults
index c462e80bdf..d951612374 100644
--- a/profiles/targets/desktop/plasma/make.defaults
+++ b/profiles/targets/desktop/plasma/make.defaults
@@ -1,5 +1,5 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-USE="consolekit declarative dri kde kipi phonon plasma policykit qml qt5 
semantic-desktop widgets xcomposite xinerama xscreensaver"
+USE="consolekit declarative dri kde kipi kwallet phonon plasma policykit qml 
qt5 semantic-desktop widgets xcomposite xinerama xscreensaver"



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-01-22 Thread Andreas Sturmlechner
commit: 4dc242001f503943ed26f05c6dfdd0e208274a06
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 22 20:18:52 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 22 20:19:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc24200

profiles: Update Plasma package.use qt4 vs. qt5

 profiles/targets/desktop/plasma/package.use | 16 ++--
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 94e20c9..519219f 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -63,21 +63,17 @@ kde-frameworks/baloo minimal
 sys-auth/polkit-kde-agent minimal
 
 # FIXME: unnecessary REQUIRED_USE ^^ ( qt4 qt5 )
->=app-office/texmaker-4.4.1 -qt4
->=app-office/texstudio-2.9.4 -qt4
->=dev-libs/quazip-0.7.1 -qt4
-net-misc/owncloud-client -qt4
-net-p2p/bitcoin-qt -qt4
+=app-crypt/pinentry-0.9.6-r5 -qt4
->=dev-games/openscenegraph-3.2.1-r1 -qt4
+=kde-misc/kdiff3-0.9.98-r1 -kde -qt4
 >=media-libs/opencv-2.4.12-r1 -qt4
 =net-print/hplip-3.16.5 -qt4
->=net-wireless/wpa_supplicant-2.5 -qt4
+

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/, profiles/targets/desktop/kde/, ...

2017-01-20 Thread Michał Górny
commit: 507e01b897d5c7d950da06588b5d5d6dd2d36b70
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 20 20:16:55 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 20 20:18:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=507e01b8

profiles/targets: Clean obsolete package.use* entries

 profiles/targets/desktop/gnome/package.use  | 17 ++---
 profiles/targets/desktop/kde/package.use|  5 ++---
 profiles/targets/desktop/package.use| 22 +-
 profiles/targets/desktop/plasma/package.use |  1 -
 4 files changed, 5 insertions(+), 40 deletions(-)

diff --git a/profiles/targets/desktop/gnome/package.use 
b/profiles/targets/desktop/gnome/package.use
index b79dc65..e5988ff 100644
--- a/profiles/targets/desktop/gnome/package.use
+++ b/profiles/targets/desktop/gnome/package.use
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -26,7 +26,6 @@ app-emulation/wine -gstreamer
 # Required for gnome-base/gnome-2.32 to be merged directly, for
 # gnome-extra/hamster-applet-2.32 and x11-misc/alacarte-0.13
 dev-lang/python sqlite
-gnome-base/gnome-menus python
 
 # REQUIRED_USE="?? ( pulseaudio gstreamer )", and we want pulse in gnome
 net-misc/spice-gtk -gstreamer
@@ -35,17 +34,9 @@ net-misc/spice-gtk -gstreamer
 app-accessibility/speech-dispatcher python
 
 # gtk3 input method plugins required for gnome3; gnome-shell wants ibus[dconf]
-app-i18n/ibus dconf gtk3
+app-i18n/ibus gtk3
 app-i18n/uim gtk3
 
-# Require gnome-panel-2, preventing upgrade to gnome-3, bug #496722
-app-i18n/im-ja -gnome
-app-dicts/verbiste -gnome
-dev-ml/lablgtk -gnome
-
-# incompatible with >=evolution-data-server-3.6, bug #449138
- (17 Sep 2014)
-# Disable glamor for xf86-video-intel since it also needs uxa, which is
-# disabled by default
-x11-drivers/xf86-video-intel -glamor
-
 # Samuli Suominen  (24 Jul 2014)
 # Because targets/desktop/make.defaults has USE="bluetooth" but 
net-libs/libpcap doesn't
 # support BlueZ 5.x, disable USE="bluetooth" by default to avoid conflicting 
packages:
 net-libs/libpcap -bluetooth
 
-# Rick Farina  (31 May 2014)
-# wireshark 1.10.x has a mostly non-functional qt4 interface so keep
-# gtk3 the default until 1.11.x or higher is stabilized
- (08 May 2014)
 # Enable x11-libs/libxcb[xkb] as it is needed by x11-libs/libxkbcommon[X]
 # and the X flag is enabled by default in the desktop profile
 x11-libs/libxcb xkb
 
-# Alexandre Rostovtsev  (04 May 2014)
-# Enable cairo LTO by default only for desktop profiles, where cairo's
-# performance really matters, bug #509552
-x11-libs/cairo lto
-
 # Julian Ospald  (19 Apr 2014)
 # Overwrite default +sdl from desktop profile, since
 # this codepath is untested and should not be exposed
 # to regular desktop users wrt #506982
 media-video/mpv -sdl
 
-# Samuli Suominen  (15 May 2012)
-# Replaced by USE="udisks" in make.defaults for -r1 and higher
- (07 Oct 2011)
 # Required by mesa, ultimately by xorg-server (every desktop) bug 385843
 dev-libs/libxml2 python
@@ -66,7 +47,6 @@ media-libs/libpng apng
 # gudev, required by freedesktop.org udev helpers like udisks and upower
 # introspection, exception, enabled from here instead of ebuild to skip extra 
deps for a system package
 dev-libs/libgudev introspection
-sys-apps/systemd gudev introspection
 sys-fs/eudev gudev introspection
 sys-fs/udev gudev introspection
 virtual/libgudev introspection

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index fc3b404..94e20c9 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -65,7 +65,6 @@ sys-auth/polkit-kde-agent minimal
 # FIXME: unnecessary REQUIRED_USE ^^ ( qt4 qt5 )
 >=app-office/texmaker-4.4.1 -qt4
 >=app-office/texstudio-2.9.4 -qt4
-dev-db/sqlitebrowser -qt4
 >=dev-libs/quazip-0.7.1 -qt4
 net-misc/owncloud-client -qt4
 net-p2p/bitcoin-qt -qt4



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2017-01-19 Thread Johannes Huber
commit: 2db188539793e026c9edd1ec811b0374867d9d1e
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Jan 19 22:53:47 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Jan 19 22:54:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db18853

profiles: Drop obsolete Plasma's p.use entries

 profiles/targets/desktop/plasma/package.use | 13 ++---
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 04a5612..fc3b404 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@
 media-sound/pulseaudio gnome
 
 # Avoid circular dependency when installing from scratch
-dev-util/cmake -qt4 -qt5
+dev-util/cmake -qt5
 
 # Not required, but makes life easier with Qt; bug 457934
 app-arch/unzip natspec
@@ -58,7 +58,6 @@ dev-qt/qtwayland:5 egl
 media-libs/phonon designer
 
 # Allow certain KDE 4 components to be coinstalled with Plasma 5
-=app-office/texstudio-2.9.4 -qt4
 dev-db/sqlitebrowser -qt4
 >=dev-libs/quazip-0.7.1 -qt4
->=media-sound/mixxx-2.0.0-r1 -qt4
 net-misc/owncloud-client -qt4
->=net-misc/x2goclient-4.0.5.2 -qt4
-net-news/rssguard -qt4
 net-p2p/bitcoin-qt -qt4
-=sci-geosciences/merkaartor-0.18.2 -qrcode -qt4
 x11-libs/qscintilla -qt4
 
 # Fix REQUIRED_USE conflicts: qt5? ( !qt4 )
 >=app-crypt/pinentry-0.9.6-r5 -qt4
-=dev-games/openscenegraph-3.2.1-r1 -qt4
 >=kde-misc/kdiff3-0.9.98-r1 -kde -qt4
 >=media-libs/opencv-2.4.12-r1 -qt4
->=media-sound/cantata-2.0.1 -kde
 =net-print/hplip-3.16.5 -qt4
 >=net-wireless/wpa_supplicant-2.5 -qt4
-

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-12-22 Thread Johannes Huber
commit: f1c86f94029d33dfb66157647817d65f98c70477
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Dec 23 07:23:04 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Dec 23 07:24:26 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c86f94

profiles: Update plasma profile package use

 profiles/targets/desktop/plasma/package.use | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 779919a..db17370 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -75,6 +75,7 @@ net-news/rssguard -qt4
 net-p2p/bitcoin-qt -qt4
 =sci-geosciences/merkaartor-0.18.2 -qrcode -qt4
+x11-libs/qscintilla -qt4
 
 # Fix REQUIRED_USE conflicts: qt5? ( !qt4 )
 >=app-crypt/pinentry-0.9.6-r5 -qt4



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-11-20 Thread Johannes Huber
commit: 7208b4c1dd025d3363acd4e657346061878b7086
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Nov 20 08:14:27 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Nov 20 08:15:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7208b4c1

profiles: Drop obsolete package use in plasma

 profiles/targets/desktop/plasma/package.use | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 74d504a..779919a 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -61,7 +61,6 @@ media-libs/phonon designer
 

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-11-02 Thread Mike Gilbert
commit: 5ba50d0df9b3431ff4c9178d6d7f86db56cb648f
Author: Mike Gilbert  gentoo  org>
AuthorDate: Thu Nov  3 01:22:13 2016 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Thu Nov  3 01:22:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba50d0d

plasma: enable media-sound/pulseaudio[gnome] by default

 profiles/targets/desktop/plasma/package.use | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 7d1d8dc..696544b 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -2,6 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+# Required by kde-plasma/plasma-pa
+media-sound/pulseaudio gnome
+
 # Avoid circular dependency when installing from scratch
 dev-util/cmake -qt4 -qt5
 



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-11-01 Thread Johannes Huber
commit: 797bbf2af4c7e4a10f0fd09c0a81592921acba5b
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Nov  1 18:01:45 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Nov  1 18:01:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797bbf2a

profiles: Plasme profile only require egl for slot 5

 profiles/targets/desktop/plasma/package.use | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index e27339f..7d1d8dc 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -8,7 +8,7 @@ dev-util/cmake -qt4 -qt5
 # Not required, but makes life easier with Qt; bug 457934
 app-arch/unzip natspec
 
-# Required by kde/akonadi
+# Required by kde-apps/akonadi
 dev-qt/qtsql mysql
 
 # Required by dev-qt/qtcore
@@ -45,8 +45,8 @@ dev-qt/qtcore icu
 media-libs/mesa egl wayland
 
 # Required by kde-frameworks/kwayland
-dev-qt/qtgui egl
-dev-qt/qtwayland egl
+dev-qt/qtgui:5 egl
+dev-qt/qtwayland:5 egl
 
 # Required by kde-apps/kdenlive
 >=media-libs/mlt-0.9.8-r2 kdenlive melt



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-10-31 Thread Johannes Huber
commit: bd80ce0740b38d24cc7515b7f244576ff4648f6b
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Oct 31 16:31:44 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Oct 31 16:32:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd80ce07

profiles: Fix typo in Plasma package use

 profiles/targets/desktop/plasma/package.use | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 80ad8a1..e27339f 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -46,7 +46,7 @@ media-libs/mesa egl wayland
 
 # Required by kde-frameworks/kwayland
 dev-qt/qtgui egl
-dev-qt/qtwayland eql
+dev-qt/qtwayland egl
 
 # Required by kde-apps/kdenlive
 >=media-libs/mlt-0.9.8-r2 kdenlive melt



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-10-31 Thread Johannes Huber
commit: 2234afcdaa7a744813b5d2468d64ba5cd7ea60d1
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Oct 31 16:22:53 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Oct 31 16:25:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2234afcd

profiles: Update Plasma profile package use

>=kde-frameworks/kwayland-5.28 will require egl on
dev-qt/{qtgui,qtwayland}.

 profiles/targets/desktop/plasma/package.use | 4 
 1 file changed, 4 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 99d1709..80ad8a1 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -44,6 +44,10 @@ dev-qt/qtcore icu
 # Required by kde-plasma/kwin
 media-libs/mesa egl wayland
 
+# Required by kde-frameworks/kwayland
+dev-qt/qtgui egl
+dev-qt/qtwayland eql
+
 # Required by kde-apps/kdenlive
 >=media-libs/mlt-0.9.8-r2 kdenlive melt
 



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-10-16 Thread Michael Palimaka
commit: 8cb8d860adc84957b56378d959348928f997a7ba
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Oct 16 19:23:58 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Oct 16 19:25:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb8d860

profiles: revert plasma profile app-crypt/gpgme changes

The app-crypt/gpgme changes in the Plasma profile conflict with current stable
KDEPIM.

This reverts commit 9afbabc3eeeaa2f393c85889472484a1da56aff0.

 profiles/targets/desktop/plasma/package.use | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 99ed109..57ebd98 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -50,9 +50,6 @@ media-libs/mesa egl wayland
 # Required by app-office/libreoffice
 media-libs/phonon designer
 
-# Required by KDE PIM 16.12
->=app-crypt/gpgme-1.7.1 cxx qt5
-
 # Allow certain KDE 4 components to be coinstalled with Plasma 5
 

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-10-13 Thread Michael Palimaka
commit: 9afbabc3eeeaa2f393c85889472484a1da56aff0
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Oct 13 11:17:24 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Oct 13 11:17:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9afbabc3

profiles: enable cxx and qt5 USE flags on app-crypt/gpgme in plasma profile

 profiles/targets/desktop/plasma/package.use | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 57ebd98..99ed109 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -50,6 +50,9 @@ media-libs/mesa egl wayland
 # Required by app-office/libreoffice
 media-libs/phonon designer
 
+# Required by KDE PIM 16.12
+>=app-crypt/gpgme-1.7.1 cxx qt5
+
 # Allow certain KDE 4 components to be coinstalled with Plasma 5
 

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-09-29 Thread Michael Palimaka
commit: 6a029ea00735eaeedf07879b987df4be5bca52b0
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Sep 29 08:43:31 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 29 11:39:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a029ea0

profiles: Update plasma package.use

Changes:
separated ^^ ( qt4 qt5 ) cases from qt4? ( !qt5 )
added version info where newer packages have conflict resolved
Added:
>=net-misc/x2goclient-4.0.5.2 -qt4
Dropped:
kde-apps/kde4-l10n minimal (default +minimal in ebuild)

 profiles/targets/desktop/plasma/package.use | 34 +++--
 1 file changed, 18 insertions(+), 16 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 171e1f1..57ebd98 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -47,38 +47,40 @@ media-libs/mesa egl wayland
 # Required by kde-apps/kdenlive
 >=media-libs/mlt-0.9.8-r2 kdenlive melt
 
+# Required by app-office/libreoffice
+media-libs/phonon designer
+
 # Allow certain KDE 4 components to be coinstalled with Plasma 5
 =app-crypt/pinentry-0.9.6-r5 -qt4
+# FIXME: unnecessary REQUIRED_USE ^^ ( qt4 qt5 )
 >=app-office/texmaker-4.4.1 -qt4
 >=app-office/texstudio-2.9.4 -qt4
-app-text/qpdfview -qt4
 dev-db/sqlitebrowser -qt4
->=dev-games/openscenegraph-3.2.1-r1 -qt4
 >=dev-libs/quazip-0.7.1 -qt4
+>=media-sound/mixxx-2.0.0-r1 -qt4
+net-misc/owncloud-client -qt4
+>=net-misc/x2goclient-4.0.5.2 -qt4
+net-news/rssguard -qt4
+net-p2p/bitcoin-qt -qt4
+=sci-geosciences/merkaartor-0.18.2 -qrcode -qt4
+
+# Fix REQUIRED_USE conflicts: qt5? ( !qt4 )
+>=app-crypt/pinentry-0.9.6-r5 -qt4
+=dev-games/openscenegraph-3.2.1-r1 -qt4
 >=kde-misc/kdiff3-0.9.98-r1 -kde -qt4
 >=media-libs/opencv-2.4.12-r1 -qt4
 >=media-sound/cantata-2.0.1 -kde
->=media-sound/mixxx-2.0.0-r1 -qt4
->=media-video/smplayer-14.9.0.6690 -qt4
+=net-p2p/qbittorrent-3.2.0 -qt4
 net-p2p/transmission -qt4
 >=net-print/hplip-3.16.5 -qt4
 >=net-wireless/wpa_supplicant-2.5 -qt4
->=sci-geosciences/merkaartor-0.18.2 -qrcode -qt4
-www-client/qupzilla -kde -qt4
+

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-09-14 Thread Michael Palimaka
commit: f72e5a8bbe999c05ec4522828308292f6e3dd6b5
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Sep 14 20:59:05 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Sep 14 21:01:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72e5a8b

profiles: drop obsolete media-libs/mlt package.use entries for plasma

media-libs/mlt no longer has a kde or qt4 USE flag since 
a73ddafeb654f1d81b0953f742d3fe233007e285.

 profiles/targets/desktop/plasma/package.use | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index f30610f..171e1f1 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -45,7 +45,7 @@ dev-qt/qtcore icu
 media-libs/mesa egl wayland
 
 # Required by kde-apps/kdenlive
->=media-libs/mlt-0.9.8-r2 kdenlive melt -kde -qt4
+>=media-libs/mlt-0.9.8-r2 kdenlive melt
 
 # Allow certain KDE 4 components to be coinstalled with Plasma 5
 

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-09-14 Thread Michael Palimaka
commit: 005c295ac8ed6bb9e3d5fe5796feeaf323581efe
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Sep 14 20:56:38 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Sep 14 21:01:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005c295a

profile: drop obsolete package.use entry for sci-visualization/kst in plasma

The qt4 USE flag was removed from sci-visualization/kst in 
e3b9196e5d19db1770bfec45c753608df2447675.

 profiles/targets/desktop/plasma/package.use | 1 -
 1 file changed, 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 9d4a6a5..f30610f 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -81,5 +81,4 @@ net-p2p/transmission -qt4
 >=net-print/hplip-3.16.5 -qt4
 >=net-wireless/wpa_supplicant-2.5 -qt4
 >=sci-geosciences/merkaartor-0.18.2 -qrcode -qt4
-sci-visualization/kst -qt4
 www-client/qupzilla -kde -qt4



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-08-04 Thread Michael Palimaka
commit: 61868540896e4203d2f80691861bc4d9fab42c96
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Wed Aug  3 14:12:14 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Aug  4 14:31:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61868540

profiles: Update plasma package.use

media-libs/opencv-2.4.12-r1 added USE=qt5

 profiles/targets/desktop/plasma/package.use | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 88a1e07..9d4a6a5 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -67,7 +67,7 @@ dev-db/sqlitebrowser -qt4
 >=dev-games/openscenegraph-3.2.1-r1 -qt4
 >=dev-libs/quazip-0.7.1 -qt4
 >=kde-misc/kdiff3-0.9.98-r1 -kde -qt4
->=media-libs/opencv-3.0.0 -qt4
+>=media-libs/opencv-2.4.12-r1 -qt4
 >=media-sound/cantata-2.0.1 -kde
 >=media-sound/mixxx-2.0.0-r1 -qt4
 >=media-video/smplayer-14.9.0.6690 -qt4



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-07-27 Thread Michael Palimaka
commit: dea73dfa3cda98b3aa22769857b4e7858b9783c0
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Jul 24 18:13:09 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Jul 27 13:27:58 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea73dfa

profiles: Update plasma package.use

kde-apps/kde-wallpapers now has a proper stable upgrade
media-sound/cantata has qt5? ( !kde )
media-sound/mixxx just got ^^ ( qt4 qt5 ) support...
media-video/makemkv was fixed not to REQUIRED_USE

 profiles/targets/desktop/plasma/package.use | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index fd3fdf6..88a1e07 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -49,7 +49,6 @@ media-libs/mesa egl wayland
 
 # Allow certain KDE 4 components to be coinstalled with Plasma 5
 =dev-libs/quazip-0.7.1 -qt4
 >=kde-misc/kdiff3-0.9.98-r1 -kde -qt4
 >=media-libs/opencv-3.0.0 -qt4
-media-video/makemkv -qt4
+>=media-sound/cantata-2.0.1 -kde
+>=media-sound/mixxx-2.0.0-r1 -qt4
 >=media-video/smplayer-14.9.0.6690 -qt4
 media-video/vlc -qt4
 net-analyzer/wireshark -qt4



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-07-25 Thread Michael Palimaka
commit: 7035498cbccf75928d66a46caa99b1aaebb6f718
Author: Michael Palimaka  gentoo  org>
AuthorDate: Mon Jul 25 20:59:21 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Mon Jul 25 21:00:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7035498c

profiles: drop net-libs/libproxy[-kde] from plasma

Newer versions of net-libs/libproxy[kde] do not cause a conflict.

 profiles/targets/desktop/plasma/package.use | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 28927f9..fd3fdf6 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -44,9 +44,6 @@ dev-qt/qtcore icu
 # Required by kde-plasma/kwin
 media-libs/mesa egl wayland
 
-# Required by net-libs/signon-ui
-net-libs/libproxy -kde
-
 # Required by kde-apps/kdenlive
 >=media-libs/mlt-0.9.8-r2 kdenlive melt -kde -qt4
 



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-07-22 Thread Michael Palimaka
commit: ac5a99e6d94433ef99e64ec85785231928047d1f
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Thu Jul 21 10:22:01 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Jul 22 18:28:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac5a99e6

profiles: Cleanup plasma package.use

 profiles/targets/desktop/plasma/package.use | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index ce5f35d..28927f9 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -54,9 +54,6 @@ net-libs/libproxy -kde
 

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-07-20 Thread Michael Palimaka
commit: ca647eae3f99c039f4c606f55eef57636d99f613
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Fri Jul 15 20:29:30 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Jul 20 17:03:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca647eae

profiles: Cleanup plasma package.use

 profiles/targets/desktop/plasma/package.use | 12 +---
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 62675ba..ce5f35d 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -52,17 +52,13 @@ net-libs/libproxy -kde
 
 # Allow certain KDE 4 components to be coinstalled with Plasma 5
 =app-crypt/pinentry-0.9.6-r5 -qt4
-app-office/akonadi-server -qt5
 >=app-office/texmaker-4.4.1 -qt4
 >=app-office/texstudio-2.9.4 -qt4
 app-text/qpdfview -qt4
 dev-db/sqlitebrowser -qt4
 >=dev-games/openscenegraph-3.2.1-r1 -qt4
->=dev-libs/qcustomplot-1.3.0 -qt4
 >=dev-libs/quazip-0.7.1 -qt4
 >=kde-misc/kdiff3-0.9.98-r1 -kde -qt4
 >=media-libs/opencv-3.0.0 -qt4
@@ -87,15 +81,11 @@ media-video/vlc -qt4
 net-analyzer/wireshark -qt4
 net-misc/owncloud-client -qt4
 net-news/rssguard -qt4
->=net-news/quiterss-0.17.7 -qt4
 net-p2p/bitcoin-qt -qt4
 >=net-p2p/qbittorrent-3.2.0 -qt4
 net-p2p/transmission -qt4
 >=net-print/hplip-3.16.5 -qt4
 >=net-wireless/wpa_supplicant-2.5 -qt4
->=sci-geosciences/merkaartor-0.18.2 -qt4
->=sci-geosciences/qlandkartegt-1.8.0 -qt4
+>=sci-geosciences/merkaartor-0.18.2 -qrcode -qt4
 sci-visualization/kst -qt4
 www-client/qupzilla -kde -qt4
->=x11-libs/qtermwidget-0.6.0 -qt4
->=x11-terms/qterminal-0.6.0 -qt4



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/, profiles/targets/desktop/kde/

2016-07-08 Thread Johannes Huber
commit: 96f00014d737466e0fb2062706004ff24f737544
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Jul  8 06:21:43 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Jul  8 06:21:43 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f00014

profiles: Update kde + plasma profile package use

 profiles/targets/desktop/kde/package.use| 3 ---
 profiles/targets/desktop/plasma/package.use | 1 -
 2 files changed, 4 deletions(-)

diff --git a/profiles/targets/desktop/kde/package.use 
b/profiles/targets/desktop/kde/package.use
index 11dca69..d8bc342 100644
--- a/profiles/targets/desktop/kde/package.use
+++ b/profiles/targets/desktop/kde/package.use
@@ -25,6 +25,3 @@ dev-qt/qt-mobility multimedia
 
 # Required by app-office/libreoffice
 media-libs/phonon designer
-
-# Enable crash-reporter here instead of in ebuild
-kde-apps/kdebase-runtime-meta crash-reporter

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 4b44a9c..62675ba 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -56,7 +56,6 @@ kde-apps/kde-meta:4 -kdepim minimal
 kde-apps/kde-wallpapers minimal
 kde-apps/kde4-l10n minimal
 kde-apps/kdebase-meta:4 minimal
-kde-apps/kdebase-runtime-meta:4 -crash-reporter minimal
 kde-apps/kwalletmanager:4 minimal
 kde-apps/libkipi:4 minimal
 kde-apps/libksane:4 minimal



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-06-26 Thread Michael Palimaka
commit: ba961545b12df8dd97c269e091221d6a26c47328
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun 26 18:59:54 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun 26 19:02:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba961545

profiles: restore media-libs/mlt USE flags on plasma

The removal of the last version of media-libs/mlt to have kde and qt4 USE flags
was delayed.

This reverts commit 8df64ab13c2aba40c30b7b947acbf89ac8977f8d.

 profiles/targets/desktop/plasma/package.use | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 097c301..4b44a9c 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -48,7 +48,7 @@ media-libs/mesa egl wayland
 net-libs/libproxy -kde
 
 # Required by kde-apps/kdenlive
->=media-libs/mlt-0.9.8-r2 kdenlive melt
+>=media-libs/mlt-0.9.8-r2 kdenlive melt -kde -qt4
 
 # Allow certain KDE 4 components to be coinstalled with Plasma 5
 

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-06-23 Thread Michael Palimaka
commit: 8df64ab13c2aba40c30b7b947acbf89ac8977f8d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jun 23 15:10:28 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jun 23 15:11:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df64ab1

profiles: update package.use for plasma

media-libs/mlt no longer has kde or qt4 USE flags.

 profiles/targets/desktop/plasma/package.use | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 4b44a9c..097c301 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -48,7 +48,7 @@ media-libs/mesa egl wayland
 net-libs/libproxy -kde
 
 # Required by kde-apps/kdenlive
->=media-libs/mlt-0.9.8-r2 kdenlive melt -kde -qt4
+>=media-libs/mlt-0.9.8-r2 kdenlive melt
 
 # Allow certain KDE 4 components to be coinstalled with Plasma 5
 

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-06-05 Thread Michael Palimaka
commit: 782163ae4d73b1f9db6a998201ff1f5378702425
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jun  5 15:45:52 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jun  5 15:46:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782163ae

profiles: disable >=net-print/hplip-3.16.5 -qt4 in plasma

Gentoo-bug: 584970

 profiles/targets/desktop/plasma/package.use | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index c6388cc..4b44a9c 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -92,6 +92,7 @@ net-news/rssguard -qt4
 net-p2p/bitcoin-qt -qt4
 >=net-p2p/qbittorrent-3.2.0 -qt4
 net-p2p/transmission -qt4
+>=net-print/hplip-3.16.5 -qt4
 >=net-wireless/wpa_supplicant-2.5 -qt4
 >=sci-geosciences/merkaartor-0.18.2 -qt4
 >=sci-geosciences/qlandkartegt-1.8.0 -qt4



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-05-30 Thread Johannes Huber
commit: 1fb9c638bcb21e6529ab78bda87337cdaad9c17c
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon May 30 21:53:22 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon May 30 21:54:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fb9c638

profiles: Set sci-geosciences/merkaartor[-qt4] for plasma

 profiles/targets/desktop/plasma/package.use | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index cee2d04..c6388cc 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -93,6 +93,7 @@ net-p2p/bitcoin-qt -qt4
 >=net-p2p/qbittorrent-3.2.0 -qt4
 net-p2p/transmission -qt4
 >=net-wireless/wpa_supplicant-2.5 -qt4
+>=sci-geosciences/merkaartor-0.18.2 -qt4
 >=sci-geosciences/qlandkartegt-1.8.0 -qt4
 sci-visualization/kst -qt4
 www-client/qupzilla -kde -qt4



[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-05-19 Thread Johannes Huber
commit: f7192b0e2c06508929f7865d169b655ae7ffe499
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun May 15 09:11:14 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu May 19 14:16:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7192b0e

profiles: Update plasma profile's package.use

Removed -handbook items, solved within ebuilds
Drop kde-apps/kdebase-kioslaves[minimal]: Not necessary since 5.3.0
  commit: 1d5f132ae71a694930e3da8259ccc82c905db459
Drop kde-apps/kdeartwork-meta[minimal]:
  >=kwin-5.5.5 blocks  gentoo.org>

 profiles/targets/desktop/plasma/package.use | 6 --
 1 file changed, 6 deletions(-)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index dd31eb6..cee2d04 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -52,23 +52,17 @@ net-libs/libproxy -kde
 
 # Allow certain KDE 4 components to be coinstalled with Plasma 5
 

[gentoo-commits] repo/gentoo:master commit in: profiles/targets/desktop/plasma/

2016-05-18 Thread Johannes Huber
commit: c4e162d78cd430ffd54b3b47c2ca48a1ab1e7ffc
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed May 18 06:11:41 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed May 18 06:11:41 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e162d7

profiles: Update plasma profile package use

 profiles/targets/desktop/plasma/package.use | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/profiles/targets/desktop/plasma/package.use 
b/profiles/targets/desktop/plasma/package.use
index 80a3f68..dd31eb6 100644
--- a/profiles/targets/desktop/plasma/package.use
+++ b/profiles/targets/desktop/plasma/package.use
@@ -17,6 +17,9 @@ dev-libs/libpcre pcre16
 # Required by media-gfx/graphviz which is required by kde-apps/kcachegrind
 media-libs/gd fontconfig
 
+# Required by kde-apps/kate[addons]
+dev-libs/libgit2 threads
+
 # Required by kde-apps/ktp-text-ui
 kde-apps/ktp-common-internals otr
 



  1   2   >