From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02776139085 for ; Wed, 1 Feb 2017 12:03:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69609E0CA3; Wed, 1 Feb 2017 12:03:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44D31E0CA3 for ; Wed, 1 Feb 2017 12:03:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C97E33E142 for ; Wed, 1 Feb 2017 12:03:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A8E83D2E for ; Wed, 1 Feb 2017 12:03:45 +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: <1485950615.49f6c3de8b0e4632c78d06bc2ea14f64e4d692f3.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/khotkeys/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/khotkeys/khotkeys-5.9.49.9999.ebuild X-VCS-Directories: kde-plasma/khotkeys/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 49f6c3de8b0e4632c78d06bc2ea14f64e4d692f3 X-VCS-Branch: master Date: Wed, 1 Feb 2017 12:03:45 +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: e104ca68-dec5-40d7-a527-113a2f8f5b2b X-Archives-Hash: 4b0c9b9a9c12a35b9a5f60a887a0e855 commit: 49f6c3de8b0e4632c78d06bc2ea14f64e4d692f3 Author: Michael Palimaka gentoo org> AuthorDate: Wed Feb 1 12:03:32 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Feb 1 12:03:35 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=49f6c3de kde-plasma/khotkeys: restore 5.9 stable branch Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-plasma/khotkeys/khotkeys-5.9.49.9999.ebuild | 47 +++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/kde-plasma/khotkeys/khotkeys-5.9.49.9999.ebuild b/kde-plasma/khotkeys/khotkeys-5.9.49.9999.ebuild new file mode 100644 index 0000000..11770db --- /dev/null +++ b/kde-plasma/khotkeys/khotkeys-5.9.49.9999.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_HANDBOOK="true" +inherit kde5 + +DESCRIPTION="KDE Plasma workspace hotkey module" +KEYWORDS="" +IUSE="" + +COMMON_DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdelibs4support X) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kservice) + $(add_frameworks_dep ktextwidgets) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kwindowsystem) + $(add_frameworks_dep kxmlgui) + $(add_plasma_dep plasma-workspace) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtx11extras) + x11-libs/libX11 + x11-libs/libXtst +" +RDEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kded) + $(add_plasma_dep kde-cli-tools) + !kde-plasma/khotkeys:4 + !kde-plasma/systemsettings:4 +" +DEPEND="${COMMON_DEPEND} + x11-libs/libxcb + x11-libs/libXtst + x11-proto/xproto +"