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:46:37
Message-Id: 1338641171.950bdc07f6b5c4185aafe16531f2b0d0c363c08b.johu@gentoo
1 commit: 950bdc07f6b5c4185aafe16531f2b0d0c363c08b
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 12:46:11 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 12:46:11 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=950bdc07
7
8 [x11-misc/lightdm-kde] Moved to tree.
9
10 (Portage version: 2.2.0_alpha109/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 x11-misc/lightdm-kde/lightdm-kde-0.1.1.ebuild | 22 ----------------------
14 1 files changed, 0 insertions(+), 22 deletions(-)
15
16 diff --git a/x11-misc/lightdm-kde/lightdm-kde-0.1.1.ebuild b/x11-misc/lightdm-kde/lightdm-kde-0.1.1.ebuild
17 deleted file mode 100644
18 index f55a293..0000000
19 --- a/x11-misc/lightdm-kde/lightdm-kde-0.1.1.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
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="~amd64 ~x86"
39 -SLOT="4"
40 -IUSE="debug"
41 -
42 -DEPEND="x11-misc/lightdm[qt4]"
43 -RDEPEND="${DEPEND}"