x11-themes/redhat-artwork: Drop kdm use flag
authorJohannes Huber <johu@gentoo.org>
Wed, 18 Jan 2017 22:29:22 +0000 (23:29 +0100)
committerJohannes Huber <johu@gentoo.org>
Wed, 18 Jan 2017 22:29:22 +0000 (23:29 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

x11-themes/redhat-artwork/metadata.xml
x11-themes/redhat-artwork/redhat-artwork-5.0.8-r4.ebuild

index 2d7bbd8fb39b37a8012d939b44a0a44941028512..a2f4d17bf65de67876368df05bb3883659219cd8 100644 (file)
@@ -10,7 +10,6 @@
 <flag name="cursors">Install Bluecurve cursors</flag>
 <flag name="gdm">Install Bluecurve <pkg>gnome-base/gdm</pkg> theme</flag>
 <flag name="icons">Install Bluecurve icons</flag>
-<flag name="kdm">Install Bluecurve <pkg>kde-plasma/kdm</pkg> theme</flag>
 <flag name="nautilus">Install Bluecurve <pkg>gnome-base/nautilus</pkg> icons</flag>
 </use>
 </pkgmetadata>
index abd7c67cb2cd66c8006251bc59bceca02be18f42..9d7fd2c66db56dd561b5a9035d530daf28852498 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ LICENSE="GPL-2"
 
 SLOT="0"
 KEYWORDS="alpha amd64 ~hppa ia64 ppc sparc x86"
-IUSE="audacious cursors gdm icons kdm nautilus"
+IUSE="audacious cursors gdm icons nautilus"
 
 RDEPEND="x11-libs/gtk+:2"
 DEPEND="
@@ -134,7 +134,7 @@ src_install () {
        # Some extra features - allows redhat-artwork to be very light:
        ###
        if ! use gdm; then rm -r "${D}"/usr/share/gdm || die; fi
-       if ! use kdm; then rm -r "${D}"/usr/share/apps/kdm || die; fi
+       rm -r "${D}"/usr/share/apps/kdm || die
        if ! use cursors; then rm -r "${D}"/usr/share/cursors || die; fi
        if ! use icons; then
                rm -r "${D}"/usr/share/icons || die