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 831D113838B for ; Fri, 12 Sep 2014 19:28:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E960E07F4; Fri, 12 Sep 2014 19:28:22 +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 552BDE07F4 for ; Fri, 12 Sep 2014 19:28:22 +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 83BCD340224 for ; Fri, 12 Sep 2014 19:28:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 414EA54DB for ; Fri, 12 Sep 2014 19:28:20 +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: <1410550087.3b6cce682abc5b349719b8a0e4b74b084a6a7166.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: x11-libs/libkscreen/ X-VCS-Repository: proj/kde X-VCS-Files: x11-libs/libkscreen/libkscreen-5.0.93.ebuild X-VCS-Directories: x11-libs/libkscreen/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3b6cce682abc5b349719b8a0e4b74b084a6a7166 X-VCS-Branch: master Date: Fri, 12 Sep 2014 19:28:20 +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: cbafd2da-fe3f-4502-8bd5-750012770911 X-Archives-Hash: 3e747578ecd187c32c659b84e6038e0a commit: 3b6cce682abc5b349719b8a0e4b74b084a6a7166 Author: Michael Palimaka gentoo org> AuthorDate: Fri Sep 12 19:28:07 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Sep 12 19:28:07 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3b6cce68 [x11-libs/libkscreen] Version bump. Package-Manager: portage-2.2.10 --- x11-libs/libkscreen/libkscreen-5.0.93.ebuild | 33 ++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/x11-libs/libkscreen/libkscreen-5.0.93.ebuild b/x11-libs/libkscreen/libkscreen-5.0.93.ebuild new file mode 100644 index 0000000..674f180 --- /dev/null +++ b/x11-libs/libkscreen/libkscreen-5.0.93.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +if [[ $PV = *9999* ]]; then + EGIT_BRANCH="frameworks" + KEYWORDS="" +else + SRC_URI="mirror://kde/stable/plasma/5.0.2/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + +inherit kde5 + +DESCRIPTION="KDE screen management library" +HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkscreen" + +LICENSE="GPL-2" +IUSE="" + +# TODO: add X use flag, does not build at the moment + +DEPEND=" + dev-qt/qtgui:5 + dev-qt/qtx11extras:5 + x11-libs/libX11 + x11-libs/libxcb + x11-libs/libXrandr +" +RDEPEND="${DEPEND}"