From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B641F138CDF for ; Fri, 12 Jun 2015 15:12:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 233B5E07DD; Fri, 12 Jun 2015 15:12:04 +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 C3649E07DD for ; Fri, 12 Jun 2015 15:12:03 +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 9655A340A03 for ; Fri, 12 Jun 2015 15:12:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ED18A14 for ; Fri, 12 Jun 2015 15:12:01 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1434121913.e5d5f940016f59a7943e3734e9b9cae5117cbfe4.mrueg@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.3.1-r1.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: e5d5f940016f59a7943e3734e9b9cae5117cbfe4 X-VCS-Branch: master Date: Fri, 12 Jun 2015 15:12:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 00517193-196d-4119-a6cc-8330a011f1e7 X-Archives-Hash: 73c37e81b7512e2b675fb3ff48c24903 commit: e5d5f940016f59a7943e3734e9b9cae5117cbfe4 Author: Manuel Rüger rueg eu> AuthorDate: Fri Jun 12 15:11:53 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Jun 12 15:11:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e5d5f940 [kde-plasma/plasma-meta] Readd revision that allows to install KDE Frameworks 5.11. Package-Manager: portage-2.2.20 kde-plasma/plasma-meta/plasma-meta-5.3.1-r1.ebuild | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/kde-plasma/plasma-meta/plasma-meta-5.3.1-r1.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.3.1-r1.ebuild new file mode 100644 index 0000000..d206c17 --- /dev/null +++ b/kde-plasma/plasma-meta/plasma-meta-5.3.1-r1.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-meta/plasma-meta-5.3.1.ebuild,v 1.2 2015/06/11 20:00:24 johu Exp $ + +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 gtk +sddm networkmanager +wallpapers" + +RDEPEND=" + $(add_plasma_dep baloo) + $(add_plasma_dep breeze) + $(add_plasma_dep kde-cli-tools) + $(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 '' '5.3.1-r1') + ) + gtk? ( $(add_plasma_dep kde-gtk-config) ) + display-manager? ( + sddm? ( x11-misc/sddm ) + !sddm? ( x11-misc/lightdm ) + ) + networkmanager? ( $(add_plasma_dep plasma-nm) ) + sddm? ( $(add_plasma_dep sddm-kcm) ) + wallpapers? ( $(add_plasma_dep plasma-workspace-wallpapers) ) +"