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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0928415852A for ; Mon, 19 Aug 2024 00:43:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10EA52BC022; Mon, 19 Aug 2024 00:43:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4A402BC01B for ; Mon, 19 Aug 2024 00:43:07 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C0EC5341B52 for ; Mon, 19 Aug 2024 00:43:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2B761D9B for ; Mon, 19 Aug 2024 00:43:04 +0000 (UTC) From: "John M. Harris, Jr." To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John M. Harris, Jr." Message-ID: <1724027984.d2c74bb0b0d2a2a7308c8fc161da36d0489082ce.johnmh@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-strategy/general/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-strategy/general/Manifest games-strategy/general/general-4.6.ebuild games-strategy/general/metadata.xml X-VCS-Directories: games-strategy/general/ X-VCS-Committer: johnmh X-VCS-Committer-Name: John M. Harris, Jr. X-VCS-Revision: d2c74bb0b0d2a2a7308c8fc161da36d0489082ce X-VCS-Branch: dev Date: Mon, 19 Aug 2024 00:43:04 +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: 40755065-9971-4524-b41c-f34203688191 X-Archives-Hash: 75eb86dfd564b0afc60793de719fcc9a commit: d2c74bb0b0d2a2a7308c8fc161da36d0489082ce Author: John M. Harris Jr. johnmh me> AuthorDate: Mon Aug 19 00:39:44 2024 +0000 Commit: John M. Harris, Jr. johnmh me> CommitDate: Mon Aug 19 00:39:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2c74bb0 games-strategy/general: treeclean Signed-off-by: John M. Harris Jr. johnmh.me> games-strategy/general/Manifest | 1 - games-strategy/general/general-4.6.ebuild | 50 ------------------------------- games-strategy/general/metadata.xml | 11 ------- 3 files changed, 62 deletions(-) diff --git a/games-strategy/general/Manifest b/games-strategy/general/Manifest deleted file mode 100644 index 5201bc8ff..000000000 --- a/games-strategy/general/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST general-4.6.tar.xz 1370628 BLAKE2B cd7a113e6e4ab322af0abd83da77af809c8774541b1353d11093c246f0e11cb0a914fb6a34e2980f6a0c8f4476b6ba6a4e6f9b4ddafa780bb9ab502f5140f178 SHA512 77acc50d8b41a9cb09a7133843e6bdbedb3a428a54461c990725b436fc8bca9618ca44d6c20ba890676e1f765c31b29e651032fddbf8917c11d09659ed4ec55a diff --git a/games-strategy/general/general-4.6.ebuild b/games-strategy/general/general-4.6.ebuild deleted file mode 100644 index a49d96922..000000000 --- a/games-strategy/general/general-4.6.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Turn-based, old style with minimum graphic, full game, 5 MB size" -HOMEPAGE="http://akasoft.genliga.ru/index_e.php" -SRC_URI="https://archive.org/download/general.tar.xz/$P.tar.xz" - -S="${WORKDIR}" - -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="~amd64" - -RESTRICT="strip" - -RDEPEND=" - ~games-emulation/conty-1.25.2:0 -" -# TODO add USE flag to be able to choolse local wine or wine-proton, against 1.4 GB dependency? - -QA_PREBUILT="*" - -src_install() { - - mkdir -p "$ED$/opt" || die - - mkdir "$ED/opt" || die - mkdir -p "$ED/usr/bin/" || die - cp -r "$PN" "$ED/opt/$PN" || die - - conty='conty-1.25.2' - - echo "cd /opt/$PN; $conty wine $PN; cd -" > "$ED/usr/bin/$PN" || die - fperms +x "/usr/bin/$PN" - # I tried this but on run error: "Problems during decoding OGG files" - - # because I need to run from the directory of the game, - # but cd does not works with exec - # make_wrapper "$PN" "$conty wine /opt/$PN/$PN.exe /d /opt/$PN" - -} - -pkg_postinst() { - einfo "More about the game:" - einfo "See screenshots at http://akasoft.genliga.ru/rus/about.php" - einfo "https://ru.wikipedia.org/wiki/Генерал_(игра)" - einfo "https://www.wikidata.org/wiki/Q4043784" - einfo "https://www.wikidata.org/wiki/Q4135303" -} diff --git a/games-strategy/general/metadata.xml b/games-strategy/general/metadata.xml deleted file mode 100644 index 57d4ed33b..000000000 --- a/games-strategy/general/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Vitaly Zdanevich - zdanevich.vitaly@ya.ru - - - http://akasoft.genliga.ru/eng/howto.php - -