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 10AB2139085 for ; Sun, 5 Feb 2017 06:58:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 342F421C039; Sun, 5 Feb 2017 06:58:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 11CD821C039 for ; Sun, 5 Feb 2017 06:58:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B18A7341586 for ; Sun, 5 Feb 2017 06:58:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 192E93B8E for ; Sun, 5 Feb 2017 06:58:14 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1486277818.13f765855bd8bdfe41206c8f6323ffa5c229dc61.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: games-board/knights/ X-VCS-Repository: proj/kde X-VCS-Files: games-board/knights/knights-9999.ebuild games-board/knights/metadata.xml X-VCS-Directories: games-board/knights/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 13f765855bd8bdfe41206c8f6323ffa5c229dc61 X-VCS-Branch: master Date: Sun, 5 Feb 2017 06:58:14 +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: 91c0c589-023a-4749-aa70-121ac1f11e83 X-Archives-Hash: 925df8de20cb0b191ee120921d2a6aba commit: 13f765855bd8bdfe41206c8f6323ffa5c229dc61 Author: A. Wilcox Wilcox-Tech com> AuthorDate: Fri Feb 3 20:25:50 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Feb 5 06:56:58 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=13f76585 games-board/knights: fix LICENSE, add SELinux module, add USE=speech Package-Manager: portage-2.3.1 Closes: https://github.com/gentoo/kde/pull/854 Signed-off-by: Johannes Huber gentoo.org> games-board/knights/knights-9999.ebuild | 6 ++++-- games-board/knights/metadata.xml | 3 +++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/games-board/knights/knights-9999.ebuild b/games-board/knights/knights-9999.ebuild index 2bdd8ea..a4baace 100644 --- a/games-board/knights/knights-9999.ebuild +++ b/games-board/knights/knights-9999.ebuild @@ -6,14 +6,15 @@ EAPI=6 KDE_GCC_MINIMAL="4.9" KDE_HANDBOOK="forceoptional" +KDE_SELINUX_MODULE="games" inherit kde5 DESCRIPTION="Simple chess board for KDE" HOMEPAGE="http://kde-apps.org/content/show.php/Knights?content=122046" -LICENSE="GPL-3" +LICENSE="GPL-2+" KEYWORDS="" -IUSE="" +IUSE="speech" DEPEND=" $(add_frameworks_dep kcompletion) @@ -35,6 +36,7 @@ DEPEND=" $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtnetwork) + speech? ( $(add_qt_dep qtspeech) ) $(add_qt_dep qtsvg) $(add_qt_dep qtwidgets) " diff --git a/games-board/knights/metadata.xml b/games-board/knights/metadata.xml index bf3eb2a..ec264f5 100644 --- a/games-board/knights/metadata.xml +++ b/games-board/knights/metadata.xml @@ -9,4 +9,7 @@ kde@gentoo.org Gentoo KDE Project + + Enable text-to-speech support +