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 2183B138334 for ; Tue, 5 Mar 2019 00:12:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B4C8E086A; Tue, 5 Mar 2019 00:12:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 056E4E086A for ; Tue, 5 Mar 2019 00:12:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AF09335D1A for ; Tue, 5 Mar 2019 00:12:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FF0954D for ; Tue, 5 Mar 2019 00:12:18 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1551744720.16bf70942e4e0a3835953c6193e9986f2f6481c1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kpat/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kpat/kpat-18.04.3-r1.ebuild X-VCS-Directories: kde-apps/kpat/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 16bf70942e4e0a3835953c6193e9986f2f6481c1 X-VCS-Branch: master Date: Tue, 5 Mar 2019 00:12:18 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2a0cb157-4a8c-4430-a6d9-6f173b9ffc0c X-Archives-Hash: 3f232dc1c8537a918751bcee14a05003 commit: 16bf70942e4e0a3835953c6193e9986f2f6481c1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 4 21:53:00 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 5 00:12:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bf7094 kde-apps/kpat: EAPI-7 bump Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kpat/kpat-18.04.3-r1.ebuild | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/kde-apps/kpat/kpat-18.04.3-r1.ebuild b/kde-apps/kpat/kpat-18.04.3-r1.ebuild new file mode 100644 index 00000000000..308c1f36175 --- /dev/null +++ b/kde-apps/kpat/kpat-18.04.3-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" +inherit kde5 + +DESCRIPTION="KDE patience game" +HOMEPAGE="https://games.kde.org/game.php?game=kpat" +KEYWORDS="" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtsvg) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/kpat:4 +" + +PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )