aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-04-24 03:33:47 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-04-24 03:33:47 +1000
commit017ec29f3f669a7c52da3e2f8c79549b5a26156a (patch)
tree4e2c74a6244571b980899b2ab8e91a4eb7b3c7d0 /lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
parentdev-qt/qtnetwork: drop unused patch (diff)
downloadqt-017ec29f3f669a7c52da3e2f8c79549b5a26156a.tar.gz
qt-017ec29f3f669a7c52da3e2f8c79549b5a26156a.tar.bz2
qt-017ec29f3f669a7c52da3e2f8c79549b5a26156a.zip
Remove unmaintained lxqt and related live ebuilds.
Gentoo-bug: 580308
Diffstat (limited to 'lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild')
-rw-r--r--lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
deleted file mode 100644
index c91dea24..00000000
--- a/lxqt-base/lxqt-meta/lxqt-meta-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment"
-HOMEPAGE="http://lxqt.org/"
-
-LICENSE="metapackage"
-SLOT="0"
-IUSE="admin +filemanager +icons lightdm lximage -minimal +policykit powermanagement
- sddm ssh-askpass"
-
-S="${WORKDIR}"
-
-RDEPEND="
- >=lxde-base/lxmenu-data-0.1.2
- ~lxqt-base/lxqt-about-${PV}
- ~lxqt-base/lxqt-common-${PV}
- ~lxqt-base/lxqt-config-${PV}
- ~lxqt-base/lxqt-globalkeys-${PV}
- ~lxqt-base/lxqt-notificationd-${PV}
- ~lxqt-base/lxqt-panel-${PV}
- ~lxqt-base/lxqt-qtplugin-${PV}
- ~lxqt-base/lxqt-runner-${PV}
- ~lxqt-base/lxqt-session-${PV}
- admin? (
- ~lxqt-base/lxqt-admin-${PV} )
- filemanager? (
- ~x11-misc/pcmanfm-qt-${PV} )
- icons? (
- >=lxde-base/lxde-icon-theme-0.5 )
- lightdm? (
- x11-misc/lightdm )
- lximage? (
- media-gfx/lximage-qt )
- !minimal? (
- x11-wm/openbox
- x11-misc/obconf-qt )
- policykit? (
- ~lxqt-base/lxqt-policykit-${PV}
- || ( sys-auth/consolekit[policykit(-)]
- sys-apps/systemd[policykit(-)] ) )
- powermanagement? (
- ~lxqt-base/lxqt-powermanagement-${PV} )
- sddm? (
- >=x11-misc/sddm-0.10.0 )
- ssh-askpass? (
- ~lxqt-base/lxqt-openssh-askpass-${PV} )
-"