From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-787119-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 4D864138CC4
	for <garchives@archives.gentoo.org>; Sat, 28 Mar 2015 22:03:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4515DE0833;
	Sat, 28 Mar 2015 22:03:00 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E17CFE0833
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Mar 2015 22:02:59 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id AB917340BA0
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Mar 2015 22:02:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6089A14BB3
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Mar 2015 22:02:56 +0000 (UTC)
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" <johu@gentoo.org>
Message-ID: <1427580125.64cf2e0608672ebd095e08cc36cac9f2a2e23e5e.johu@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-plasma/plasma-meta/plasma-meta-5.2.2.ebuild
X-VCS-Directories: kde-plasma/plasma-meta/
X-VCS-Committer: johu
X-VCS-Committer-Name: Johannes Huber
X-VCS-Revision: 64cf2e0608672ebd095e08cc36cac9f2a2e23e5e
X-VCS-Branch: master
Date: Sat, 28 Mar 2015 22:02:56 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 3704edce-8402-4690-964a-16c72a515b78
X-Archives-Hash: 6942aa76126bb1376bf1aca72a92fd94

commit:     64cf2e0608672ebd095e08cc36cac9f2a2e23e5e
Author:     Rinaldus <forreg <AT> rinaldus <DOT> ru>
AuthorDate: Thu Mar 26 00:57:38 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 22:02:05 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=64cf2e06

[kde-plasma/plasma-meta] Version bump 5.2.2

 kde-plasma/plasma-meta/plasma-meta-5.2.2.ebuild | 56 +++++++++++++++++++++++++
 1 file changed, 56 insertions(+)

diff --git a/kde-plasma/plasma-meta/plasma-meta-5.2.2.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.2.2.ebuild
new file mode 100644
index 0000000..81656ec
--- /dev/null
+++ b/kde-plasma/plasma-meta/plasma-meta-5.2.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5-functions
+
+DESCRIPTION="Merge this to pull in all Plasma 5 packages"
+HOMEPAGE="http://www.kde.org/workspaces/plasmadesktop/"
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE="bluetooth +display-manager +sddm modemmanager networkmanager +wallpapers"
+
+RDEPEND="
+	$(add_plasma_dep baloo)
+	$(add_plasma_dep breeze)
+	$(add_plasma_dep kde-cli-tools)
+	$(add_plasma_dep kde-gtk-config)
+	$(add_plasma_dep kdecoration)
+	$(add_plasma_dep kfilemetadata)
+	$(add_plasma_dep khelpcenter)
+	$(add_plasma_dep khotkeys)
+	$(add_plasma_dep kinfocenter)
+	$(add_plasma_dep kio-extras)
+	$(add_plasma_dep kmenuedit)
+	$(add_plasma_dep kscreen)
+	$(add_plasma_dep ksshaskpass)
+	$(add_plasma_dep ksysguard)
+	$(add_plasma_dep kwayland)
+	$(add_plasma_dep kwin)
+	$(add_plasma_dep kwrited)
+	$(add_plasma_dep libkscreen)
+	$(add_plasma_dep milou)
+	$(add_plasma_dep oxygen)
+	$(add_plasma_dep oxygen-fonts)
+	$(add_plasma_dep plasma-desktop)
+	$(add_plasma_dep plasma-workspace)
+	$(add_plasma_dep polkit-kde-agent)
+	$(add_plasma_dep powerdevil)
+	$(add_plasma_dep systemsettings)
+	bluetooth? (
+		$(add_plasma_dep bluedevil)
+		$(add_plasma_dep libbluedevil)
+	)
+	display-manager? (
+		sddm? ( x11-misc/sddm )
+		!sddm? ( x11-misc/lightdm )
+	)
+	modemmanager? ( $(add_plasma_dep libmm-qt) )
+	networkmanager? ( $(add_plasma_dep plasma-nm) )
+	sddm? ( $(add_plasma_dep sddm-kcm) )
+	wallpapers? ( $(add_plasma_dep plasma-workspace-wallpapers) )
+"