Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: x11-misc/lightdm-kde/
Date: Sat, 02 Jun 2012 12:34:03
Message-Id: 1338639764.c2992aa6dbfbe7c7942be7d8f79e634ea2236821.johu@gentoo
1 commit: c2992aa6dbfbe7c7942be7d8f79e634ea2236821
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 12:22:44 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 12:22:44 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c2992aa6
7
8 [x11-misc/lightdm-kde] Add live version.
9
10 (Portage version: 2.2.0_alpha109/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 x11-misc/lightdm-kde/lightdm-kde-9999.ebuild | 22 ++++++++++++++++++++++
14 1 files changed, 22 insertions(+), 0 deletions(-)
15
16 diff --git a/x11-misc/lightdm-kde/lightdm-kde-9999.ebuild b/x11-misc/lightdm-kde/lightdm-kde-9999.ebuild
17 new file mode 100644
18 index 0000000..7daf5b7
19 --- /dev/null
20 +++ b/x11-misc/lightdm-kde/lightdm-kde-9999.ebuild
21 @@ -0,0 +1,22 @@
22 +# Copyright 1999-2012 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI=4
27 +
28 +KDE_MINIMAL="4.8"
29 +KDE_SCM="git"
30 +EGIT_REPONAME="${PN/-kde/}"
31 +inherit kde4-base
32 +
33 +DESCRIPTION="LightDM KDE greeter"
34 +HOMEPAGE="https://projects.kde.org/projects/playground/base/lightdm"
35 +[[ ${PV} = 9999* ]] || SRC_URI="mirror://kde/unstable/${PN}/src/${P}.tar.bz2"
36 +
37 +LICENSE="GPL-2 LGPL-2"
38 +KEYWORDS=""
39 +SLOT="4"
40 +IUSE="debug"
41 +
42 +DEPEND="x11-misc/lightdm[qt4]"
43 +RDEPEND="${DEPEND}"