commit:     507e01b897d5c7d950da06588b5d5d6dd2d36b70
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 20:16:55 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 20:18:14 2017 +0000
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
-<dev-vcs/giggle-0.7-r1 -eds
-
 # Pulled in by grilo-plugins which is needed for gnome-music
 media-libs/grilo playlist
 
@@ -57,15 +48,11 @@ media-libs/libmediaart gtk -qt4 -qt5
 
 # Pulled in by net-im/telepathy-connection-managers[msn] (via dev-python/papyon
 # and net-voip/telepathy-butterfly)
-net-libs/farsight2 python
 net-libs/libproxy python
 
 # Required by net-misc/vinagre-3
 net-libs/gtk-vnc gtk3
 
-# Required by dev-libs/folks[libsocialweb]
-net-libs/libsocialweb vala
-
 # The following are required by ekiga-3
 net-libs/opal sip
 net-libs/ptlib wav

diff --git a/profiles/targets/desktop/kde/package.use 
b/profiles/targets/desktop/kde/package.use
index 7391cc3..8ecdd60 100644
--- a/profiles/targets/desktop/kde/package.use
+++ b/profiles/targets/desktop/kde/package.use
@@ -1,10 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 # Resolve conflicts with slot 5 ebuilds
 kde-frameworks/baloo minimal
-kde-apps/kde4-l10n minimal
 
 # Required by kde-frameworks/kauth
 sys-auth/polkit-qt qt5
@@ -19,7 +18,7 @@ media-libs/phonon qt5
 media-libs/phonon-vlc qt5
 
 # Required by kde-apps/kdenlive:5
-media-libs/mlt kdenlive qt5 melt -kde -qt4
+media-libs/mlt kdenlive qt5 melt
 
 # Required by dev-qt/qtcore:5
 dev-libs/libpcre pcre16

diff --git a/profiles/targets/desktop/package.use 
b/profiles/targets/desktop/package.use
index d652560..0d44890 100644
--- a/profiles/targets/desktop/package.use
+++ b/profiles/targets/desktop/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$
 
@@ -19,41 +19,22 @@ x11-drivers/nvidia-drivers gtk2
 # Enable sensible defaults for desktop users (bug #540046)
 dev-python/PyQt5 gui network printsupport widgets
 
-# Chí-Thanh Christopher Nguyễn <[email protected]> (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 <[email protected]> (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 <[email protected]> (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
-<net-analyzer/wireshark-1.11.0 -qt4
-
 # Chí-Thanh Christopher Nguyễn <[email protected]> (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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (15 May 2012)
-# Replaced by USE="udisks" in make.defaults for -r1 and higher
-<gnome-base/gvfs-1.14 gdu -udisks
-
 # Jeremy Olexa <[email protected]> (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

Reply via email to