From 2baf8af7daacb1e413e8cf8c0b1054894ca7c9d8 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Tue, 14 Apr 2015 23:33:07 +0300 Subject: [x11-misc/lightdm] upgrading lightdm ebuilds --- x11-misc/lightdm/lightdm-1.12.2.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 x11-misc/lightdm/lightdm-1.12.2.ebuild (limited to 'x11-misc/lightdm/lightdm-1.12.2.ebuild') diff --git a/x11-misc/lightdm/lightdm-1.12.2.ebuild b/x11-misc/lightdm/lightdm-1.12.2.ebuild new file mode 100644 index 00000000..9eeeb7de --- /dev/null +++ b/x11-misc/lightdm/lightdm-1.12.2.ebuild @@ -0,0 +1,21 @@ +# 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 )" -- cgit v1.2.3