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 B944F138334 for ; Tue, 1 Jan 2019 23:56:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 856BBE097A; Tue, 1 Jan 2019 23:56:21 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59853E097A for ; Tue, 1 Jan 2019 23:56:20 +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 32613335CD2 for ; Tue, 1 Jan 2019 23:56:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C0D4326 for ; Tue, 1 Jan 2019 23:56:17 +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: <1546386953.87f48f78ed3bb973a5e16194a2a7f96a552cb3f2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: games-board/atlantik/ X-VCS-Repository: proj/kde X-VCS-Files: games-board/atlantik/atlantik-9999.ebuild games-board/atlantik/metadata.xml X-VCS-Directories: games-board/atlantik/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 87f48f78ed3bb973a5e16194a2a7f96a552cb3f2 X-VCS-Branch: master Date: Tue, 1 Jan 2019 23:56:17 +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: b3841809-f5b1-4c79-a4c0-d20d50fe354b X-Archives-Hash: 4342c3073d1b436f07ac2e408d526d0e commit: 87f48f78ed3bb973a5e16194a2a7f96a552cb3f2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 1 23:55:53 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 1 23:55:53 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=87f48f78 games-board/atlantik: New package (formerly kde-base/atlantik) Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> games-board/atlantik/atlantik-9999.ebuild | 36 +++++++++++++++++++++++++++++++ games-board/atlantik/metadata.xml | 8 +++++++ 2 files changed, 44 insertions(+) diff --git a/games-board/atlantik/atlantik-9999.ebuild b/games-board/atlantik/atlantik-9999.ebuild new file mode 100644 index 0000000000..5a304cea8a --- /dev/null +++ b/games-board/atlantik/atlantik-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="optional" +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Atlantik board game" +HOMEPAGE="https://cgit.kde.org/atlantik.git" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0" +KEYWORDS="" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kcrash) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep knotifyconfig) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_kdeapps_dep libkdegames) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtwidgets) + $(add_qt_dep qtxml) +" +DEPEND="${RDEPEND}" diff --git a/games-board/atlantik/metadata.xml b/games-board/atlantik/metadata.xml new file mode 100644 index 0000000000..2fdbf33d96 --- /dev/null +++ b/games-board/atlantik/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +