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 772F1138CCF for ; Sat, 23 May 2015 16:26:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6E7FE0AA3; Sat, 23 May 2015 16:26:31 +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 83AE8E0AA2 for ; Sat, 23 May 2015 16:26:31 +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 C31CF340DA1 for ; Sat, 23 May 2015 16:26:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74A699F8 for ; Sat, 23 May 2015 16:26:26 +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: <1432398374.ec2e9c447c93813872b5008dcd08d1fd2dee8de4.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/kolor-manager/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/kolor-manager/kolor-manager-5.9999.ebuild X-VCS-Directories: kde-misc/kolor-manager/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ec2e9c447c93813872b5008dcd08d1fd2dee8de4 X-VCS-Branch: master Date: Sat, 23 May 2015 16:26:26 +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: b3709adf-e20b-4aec-ab4f-2fddba403c59 X-Archives-Hash: a9deafb7283072123396894963948b1b commit: ec2e9c447c93813872b5008dcd08d1fd2dee8de4 Author: Andreas Sturmlechner gmail com> AuthorDate: Sun May 10 19:27:25 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat May 23 16:26:14 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ec2e9c44 [kde-misc/kolor-manager] Add kf5 version Package-Manager: portage-2.2.18 kde-misc/kolor-manager/kolor-manager-5.9999.ebuild | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/kde-misc/kolor-manager/kolor-manager-5.9999.ebuild b/kde-misc/kolor-manager/kolor-manager-5.9999.ebuild new file mode 100644 index 0000000..ae4743a --- /dev/null +++ b/kde-misc/kolor-manager/kolor-manager-5.9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +EGIT_BRANCH="frameworks" +inherit kde5 + +DESCRIPTION="KControl module for Oyranos CMS cross desktop settings" +HOMEPAGE="http://www.oyranos.org/wiki/index.php?title=Kolor-manager" + +LICENSE="BSD-2" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep ki18n) + dev-qt/qtwidgets:5 + media-gfx/synnefo[qt5] + =media-libs/oyranos-9999 + media-libs/libXcm + x11-libs/libXrandr +" +RDEPEND="${DEPEND}"