From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A5701582EF for ; Mon, 17 Feb 2025 16:47:32 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1486534319F for ; Mon, 17 Feb 2025 16:47:32 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DEC26110479; Mon, 17 Feb 2025 16:47:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CD505110476 for ; Mon, 17 Feb 2025 16:47:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8664B34312D for ; Mon, 17 Feb 2025 16:47:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10F5A2742 for ; Mon, 17 Feb 2025 16:47:10 +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: <1739810811.bd03098e4e4467d461c5342de62e1e1afa615d24.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/simsu/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/simsu/Manifest games-board/simsu/simsu-1.4.5.ebuild X-VCS-Directories: games-board/simsu/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bd03098e4e4467d461c5342de62e1e1afa615d24 X-VCS-Branch: master Date: Mon, 17 Feb 2025 16:47:10 +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: e1316904-ae83-4e28-b843-1efd5f87bed0 X-Archives-Hash: f9f22f54fce08cd4ebc58be54ae333ba commit: bd03098e4e4467d461c5342de62e1e1afa615d24 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 17 16:28:34 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 17 16:46:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd03098e games-board/simsu: add 1.4.5, EAPI-8, switch to cmake Signed-off-by: Andreas Sturmlechner gentoo.org> games-board/simsu/Manifest | 1 + games-board/simsu/simsu-1.4.5.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/games-board/simsu/Manifest b/games-board/simsu/Manifest index 53d17c4465d4..967da23bd478 100644 --- a/games-board/simsu/Manifest +++ b/games-board/simsu/Manifest @@ -1 +1,2 @@ DIST simsu-1.3.9-src.tar.bz2 594107 BLAKE2B ac347f46bc80dd5045124e7a69668191f4996ac17e64b6da897f0bcdb66f10683944e8bc90a7c98a2000a9275b1925710938ef9ebc384a5b633de5e6c999b79c SHA512 04f46850628c113bca9c44085e073966ecf10aa727112a630894821e378ce35c14502264560c27a85df02c0ea5761e3835501f4869625cd98f50bb0a5e7afeae +DIST simsu-1.4.5.tar.bz2 602379 BLAKE2B f39fd411a7c1a3f0df48161081ae03b19213ecd2dc58ecd28c3638a62620dc88dbbe2c5053b1703def99234fdb806765910eb08cff5ef9f36b5269e4a0b66423 SHA512 e69b876ed42b6a178e2e22ca08cd70a221a0d3f429b3057e4557cbec523f10ce3232e548c10fe01094557da0e352f68cbf02cc88d26f60a695beace023b6572c diff --git a/games-board/simsu/simsu-1.4.5.ebuild b/games-board/simsu/simsu-1.4.5.ebuild new file mode 100644 index 000000000000..d748c144d2eb --- /dev/null +++ b/games-board/simsu/simsu-1.4.5.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake xdg + +DESCRIPTION="Basic sudoku game" +HOMEPAGE="https://gottcode.org/simsu/" +SRC_URI="https://gottcode.org/${PN}/${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-qt/qtbase:6[gui,widgets]" +DEPEND="${RDEPEND}" +BDEPEND="dev-qt/qttools:6[linguist]"