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 E258D1582EF for ; Mon, 17 Feb 2025 16:47:30 +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 CBFBC34315D for ; Mon, 17 Feb 2025 16:47:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DEBAF110476; 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 D3FA9110476 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 8A047343138 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 23D832743 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.e4e03e4c8d7065d2433f2d31d1564a2926c8acd9.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.3.9.ebuild X-VCS-Directories: games-board/simsu/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e4e03e4c8d7065d2433f2d31d1564a2926c8acd9 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: 5ae8c20c-5354-4e50-912b-8170bb98dc07 X-Archives-Hash: c69fafef5ba9f53e282b9350aefba35e commit: e4e03e4c8d7065d2433f2d31d1564a2926c8acd9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 17 16:29:03 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=e4e03e4c games-board/simsu: drop 1.3.9 Signed-off-by: Andreas Sturmlechner gentoo.org> games-board/simsu/Manifest | 1 - games-board/simsu/simsu-1.3.9.ebuild | 46 ------------------------------------ 2 files changed, 47 deletions(-) diff --git a/games-board/simsu/Manifest b/games-board/simsu/Manifest index 967da23bd478..ac1c2957eb7d 100644 --- a/games-board/simsu/Manifest +++ b/games-board/simsu/Manifest @@ -1,2 +1 @@ -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.3.9.ebuild b/games-board/simsu/simsu-1.3.9.ebuild deleted file mode 100644 index 788697df6d49..000000000000 --- a/games-board/simsu/simsu-1.3.9.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop qmake-utils xdg-utils - -DESCRIPTION="Basic sudoku game" -HOMEPAGE="https://gottcode.org/simsu/" -SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -BDEPEND=" - dev-qt/linguist-tools:5 -" -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -DEPEND="${RDEPEND}" - -src_configure() { - eqmake5 -} - -src_install() { - dobin ${PN} - insinto /usr/share/${PN}/translations - doins translations/*qm - dodoc ChangeLog - doicon -s scalable icons/hicolor/scalable/apps/${PN}.svg - domenu icons/${PN}.desktop -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -}