summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-03-09 22:18:29 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-03-09 22:44:50 +1100
commit7cb95e216054a9ae4ec58a538b798c46e221463b (patch)
tree321adf8ca42c30b8756a2c41733bd0e295e29ead /lxqt-base/lxqt-meta
parentfix SRC_URI to the official one as per corosync dev Jan Friesse, see https://... (diff)
downloadgentoo-7cb95e216054a9ae4ec58a538b798c46e221463b.tar.gz
gentoo-7cb95e216054a9ae4ec58a538b798c46e221463b.tar.bz2
gentoo-7cb95e216054a9ae4ec58a538b798c46e221463b.zip
lxqt-base: remove 0.7.0
Package-Manager: portage-2.2.27
Diffstat (limited to 'lxqt-base/lxqt-meta')
-rw-r--r--lxqt-base/lxqt-meta/lxqt-meta-0.7.0-r1.ebuild59
1 files changed, 0 insertions, 59 deletions
diff --git a/lxqt-base/lxqt-meta/lxqt-meta-0.7.0-r1.ebuild b/lxqt-base/lxqt-meta/lxqt-meta-0.7.0-r1.ebuild
deleted file mode 100644
index e1a45239dbbe..000000000000
--- a/lxqt-base/lxqt-meta/lxqt-meta-0.7.0-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit readme.gentoo
-
-DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment"
-HOMEPAGE="http://lxqt.org/"
-
-LICENSE="metapackage"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+icons lightdm lximage -minimal +policykit powermanagement sddm ssh-askpass"
-
-S="${WORKDIR}"
-
-DOC_CONTENTS="
- For your convenience you can review
- https://www.gentoo.org/proj/en/desktop/lxde/lxde-howto.xml and
- http://wiki.lxde.org/en/LXDE-Qt"
-
-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-config-randr-${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}
- ~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-0.1.0 )
- policykit? (
- ~lxqt-base/lxqt-policykit-${PV}
- || ( sys-auth/consolekit[policykit(-)]
- sys-apps/systemd[policykit(-)] ) )
- powermanagement? (
- ~lxqt-base/lxqt-powermanagement-${PV} )
- sddm? (
- x11-misc/sddm )
- ssh-askpass? (
- ~lxqt-base/lxqt-openssh-askpass-${PV} )
-"
-
-pkg_postinst() {
- readme.gentoo_pkg_postinst
-}