From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SanWq-0003O5-TL for garchives@archives.gentoo.org; Sat, 02 Jun 2012 12:34:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10EA7E04EC; Sat, 2 Jun 2012 12:33:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D32D7E04EC for ; Sat, 2 Jun 2012 12:33:38 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C0961B4011 for ; Sat, 2 Jun 2012 12:33:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D2ACDE5428 for ; Sat, 2 Jun 2012 12:33:36 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1338639764.c2992aa6dbfbe7c7942be7d8f79e634ea2236821.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: x11-misc/lightdm-kde/ X-VCS-Repository: proj/kde X-VCS-Files: x11-misc/lightdm-kde/lightdm-kde-9999.ebuild X-VCS-Directories: x11-misc/lightdm-kde/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: c2992aa6dbfbe7c7942be7d8f79e634ea2236821 X-VCS-Branch: master Date: Sat, 2 Jun 2012 12:33:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c7e89018-ea13-4fe7-a131-d6c2ecc40b41 X-Archives-Hash: fe974fc5be582e82c7c9d57e74fdf176 commit: c2992aa6dbfbe7c7942be7d8f79e634ea2236821 Author: Johannes Huber gentoo org> AuthorDate: Sat Jun 2 12:22:44 2012 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jun 2 12:22:44 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3Dc2992aa6 [x11-misc/lightdm-kde] Add live version. (Portage version: 2.2.0_alpha109/git/Linux x86_64, unsigned Manifest comm= it) --- x11-misc/lightdm-kde/lightdm-kde-9999.ebuild | 22 ++++++++++++++++++++= ++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/x11-misc/lightdm-kde/lightdm-kde-9999.ebuild b/x11-misc/ligh= tdm-kde/lightdm-kde-9999.ebuild new file mode 100644 index 0000000..7daf5b7 --- /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=3D4 + +KDE_MINIMAL=3D"4.8" +KDE_SCM=3D"git" +EGIT_REPONAME=3D"${PN/-kde/}" +inherit kde4-base + +DESCRIPTION=3D"LightDM KDE greeter" +HOMEPAGE=3D"https://projects.kde.org/projects/playground/base/lightdm" +[[ ${PV} =3D 9999* ]] || SRC_URI=3D"mirror://kde/unstable/${PN}/src/${P}= .tar.bz2" + +LICENSE=3D"GPL-2 LGPL-2" +KEYWORDS=3D"" +SLOT=3D"4" +IUSE=3D"debug" + +DEPEND=3D"x11-misc/lightdm[qt4]" +RDEPEND=3D"${DEPEND}"