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 2F2291582EF for ; Mon, 17 Feb 2025 16:47:26 +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 1BFEC34313C for ; Mon, 17 Feb 2025 16:47:26 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CFAE4110477; Mon, 17 Feb 2025 16:47:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C2840110476 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 73641343121 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 DEA08273E for ; Mon, 17 Feb 2025 16:47:09 +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: <1739810810.6410c494eeceb05b5b0fd7f9be42de16d7d8e2b8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/peg-e/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/peg-e/Manifest games-board/peg-e/peg-e-1.3.5.ebuild X-VCS-Directories: games-board/peg-e/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6410c494eeceb05b5b0fd7f9be42de16d7d8e2b8 X-VCS-Branch: master Date: Mon, 17 Feb 2025 16:47:09 +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: 3cd231f8-23d7-4d68-a39c-15de0e29b605 X-Archives-Hash: 28abfd76d688a23f03f11847a4db7872 commit: 6410c494eeceb05b5b0fd7f9be42de16d7d8e2b8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 17 16:24:23 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 17 16:46:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6410c494 games-board/peg-e: add 1.3.5, EAPI-8, switch to cmake Signed-off-by: Andreas Sturmlechner gentoo.org> games-board/peg-e/Manifest | 1 + games-board/peg-e/peg-e-1.3.5.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/games-board/peg-e/Manifest b/games-board/peg-e/Manifest index 095cb9900a37..d2068650c665 100644 --- a/games-board/peg-e/Manifest +++ b/games-board/peg-e/Manifest @@ -1 +1,2 @@ DIST peg-e-1.2.8-src.tar.bz2 592285 BLAKE2B 67c996978702ace0b249b83c3ea7159583496386114e0548b5570cb0e29ddf0d58375654b00e112228be812296ad28ad199d59f329fcda34cca8951229e35f5d SHA512 063bfb091b95f0613475e7ff9b5762ac563ede3e3a22e420e14cf098d2f6d9801bb8aaa677bddf693bdc4050b4e4be3292c1072429a294e633e2ca734d88ffa0 +DIST peg-e-1.3.5.tar.bz2 594306 BLAKE2B bf319df3d4eb38fba7ab472ed75c6617ef6a5dafb96945e87e07d071060945bed4b85d4f06e48fb48cc51d40e5b6e6649eda18c17f01d9aee6e224a268390391 SHA512 cd6dc2afd23771e8b8753a8abc6cef6dee0feadf9e61a5a78330aa46af3796d3e8a1110944344617d472fa57ce7f6f27e24d03b6e6dd56b5f83844ad8e56b393 diff --git a/games-board/peg-e/peg-e-1.3.5.ebuild b/games-board/peg-e/peg-e-1.3.5.ebuild new file mode 100644 index 000000000000..dfcaea66dad0 --- /dev/null +++ b/games-board/peg-e/peg-e-1.3.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="Peg solitaire game" +HOMEPAGE="https://gottcode.org/peg-e/" +SRC_URI="https://gottcode.org/peg-e/${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]"