diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-03-24 18:33:55 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-03-24 18:33:55 +0000 |
commit | a532b3d2a8ed0d007ce463e8d0b71d3c40f3521f (patch) | |
tree | 8f51a0949e4faa0a1577447b8a954f781d2548d5 /x11-misc/lightdm/lightdm-1.12.3.ebuild | |
parent | 47623dcadf4c2c19d0023a82a47cb95116d2a040 (diff) |
drop lightdm, use gentoo one
Diffstat (limited to 'x11-misc/lightdm/lightdm-1.12.3.ebuild')
-rw-r--r-- | x11-misc/lightdm/lightdm-1.12.3.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-misc/lightdm/lightdm-1.12.3.ebuild b/x11-misc/lightdm/lightdm-1.12.3.ebuild deleted file mode 100644 index 9eeeb7de..00000000 --- a/x11-misc/lightdm/lightdm-1.12.3.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -DESCRIPTION="LightDM meta package" -HOMEPAGE="http://www.freedesktop.org/wiki/Software/LightDM" - -LICENSE="GPL-3 LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" -IUSE="+gtk +introspection kde qt4" -REQUIRED_USE="|| ( gtk kde )" - -COMMON_DEPEND="~x11-misc/lightdm-base-${PV}[introspection=] - qt4? ( ~x11-misc/lightdm-qt4-${PV} )" -DEPEND="${COMMON_DEPEND}" -RDEPEND="${COMMON_DEPEND} - gtk? ( x11-misc/lightdm-gtk-greeter ) - kde? ( x11-misc/lightdm-kde )" |