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 A68711387FD for ; Fri, 4 Apr 2014 14:42:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C23CE087D; Fri, 4 Apr 2014 14:42:24 +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 B94C7E087D for ; Fri, 4 Apr 2014 14:42:23 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D57333FE4E for ; Fri, 4 Apr 2014 14:42:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 1B79318874 for ; Fri, 4 Apr 2014 14:42:21 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1396622521.9a3d6c3f44cde7bb2a2bef1711191459bb7d5a46.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/systemsettings/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/systemsettings/systemsettings-9999.ebuild X-VCS-Directories: kde-base/systemsettings/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9a3d6c3f44cde7bb2a2bef1711191459bb7d5a46 X-VCS-Branch: master Date: Fri, 4 Apr 2014 14:42:21 +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: 14db44f2-e6ee-4842-92df-5e2b5b903f17 X-Archives-Hash: 168a7c8be74386f002ea25e850923dce commit: 9a3d6c3f44cde7bb2a2bef1711191459bb7d5a46 Author: Michael Palimaka gentoo org> AuthorDate: Fri Apr 4 14:42:01 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Apr 4 14:42:01 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=9a3d6c3f [kde-base/systemsettings] Add KF5 version. Package-Manager: portage-2.2.8-r1 --- kde-base/systemsettings/systemsettings-9999.ebuild | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/kde-base/systemsettings/systemsettings-9999.ebuild b/kde-base/systemsettings/systemsettings-9999.ebuild new file mode 100644 index 0000000..f8b3d1c --- /dev/null +++ b/kde-base/systemsettings/systemsettings-9999.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde5 + +DESCRIPTION="System settings utility" +LICENSE="GPL-2" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kauth) + $(add_frameworks_dep kcmutils) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kde4support) + $(add_frameworks_dep khtml) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kitemviews) + $(add_frameworks_dep kservice) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +RDEPEND="${DEPEND} + !kde-base/systemsettings:4 +"