summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/lightdm-kde/lightdm-kde-9999.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-misc/lightdm-kde/lightdm-kde-9999.ebuild b/x11-misc/lightdm-kde/lightdm-kde-9999.ebuild
new file mode 100644
index 00000000000..7daf5b7d807
--- /dev/null
+++ b/x11-misc/lightdm-kde/lightdm-kde-9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_MINIMAL="4.8"
+KDE_SCM="git"
+EGIT_REPONAME="${PN/-kde/}"
+inherit kde4-base
+
+DESCRIPTION="LightDM KDE greeter"
+HOMEPAGE="https://projects.kde.org/projects/playground/base/lightdm"
+[[ ${PV} = 9999* ]] || SRC_URI="mirror://kde/unstable/${PN}/src/${P}.tar.bz2"
+
+LICENSE="GPL-2 LGPL-2"
+KEYWORDS=""
+SLOT="4"
+IUSE="debug"
+
+DEPEND="x11-misc/lightdm[qt4]"
+RDEPEND="${DEPEND}"