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 66665158043 for ; Wed, 17 Apr 2024 15:11:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57760E2A1B; Wed, 17 Apr 2024 15:11:35 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 35E7CE2A1B for ; Wed, 17 Apr 2024 15:11:35 +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 47B52343477 for ; Wed, 17 Apr 2024 15:11:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9303E170F for ; Wed, 17 Apr 2024 15:11:31 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1713366136.b8ecf0089b3a55ae94211bc8a3975a950343e0b8.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-fps/far-cry-demo/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-fps/far-cry-demo/Manifest games-fps/far-cry-demo/far-cry-demo-9999.ebuild games-fps/far-cry-demo/metadata.xml X-VCS-Directories: games-fps/far-cry-demo/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: b8ecf0089b3a55ae94211bc8a3975a950343e0b8 X-VCS-Branch: master Date: Wed, 17 Apr 2024 15:11:31 +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: 6929feba-21a2-4e0d-a17f-3dc4119bad70 X-Archives-Hash: 7c8d690afc4f3464855feb09a6cc4e14 Message-ID: <20240417151131.pO7cTghDrNOn81JN5YgaLjrYrryhJwtT9jUZOjFpdKU@z> commit: b8ecf0089b3a55ae94211bc8a3975a950343e0b8 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Apr 17 15:02:09 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Apr 17 15:02:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b8ecf008 games-fps/far-cry-demo: treeclean Not appropriate package for guru, should be in another overlay. Read bug for more info. Bug: https://bugs.gentoo.org/927922 Signed-off-by: Arthur Zamarin gentoo.org> games-fps/far-cry-demo/Manifest | 1 - games-fps/far-cry-demo/far-cry-demo-9999.ebuild | 52 ------------------------- games-fps/far-cry-demo/metadata.xml | 8 ---- 3 files changed, 61 deletions(-) diff --git a/games-fps/far-cry-demo/Manifest b/games-fps/far-cry-demo/Manifest deleted file mode 100644 index 7f891ec5b9..0000000000 --- a/games-fps/far-cry-demo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST far-cry-demo.tar.xz 445090396 BLAKE2B c003966975b7d050a97602b2b072dde882c2a4bd0263313db143217f8e873d3d82db36011e84b3b915bd9d642d3ce137377c82dc64b4dd84937d85e651cbf396 SHA512 59300980b8bece826dd61a967ab2c63dea3af95955e533d4e981e3840deb2a04add87c24a1a881915911dd661dc4c4f3cf93dd9e34f6aca8644748f478a8990d diff --git a/games-fps/far-cry-demo/far-cry-demo-9999.ebuild b/games-fps/far-cry-demo/far-cry-demo-9999.ebuild deleted file mode 100644 index 90f9770b8b..0000000000 --- a/games-fps/far-cry-demo/far-cry-demo-9999.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2024 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Famous game from 2004, developed by CryTek" -HOMEPAGE="https://en.wikipedia.org/wiki/Far_Cry_(video_game)" - -SRC_URI="https://archive.org/download/$PN.tar.xz/$PN.tar.xz" - -KEYWORDS="~amd64" -S="${WORKDIR}" - -LICENSE="all-rights-reserved" -SLOT="0" -RESTRICT="strip" - -RDEPEND=" - ~games-emulation/conty-1.25.2:0 -" - -QA_PREBUILT="*" - -src_install() { - - conty=conty-1.25.2 - - dodir opt - dodir /usr/bin - cp -r . "$ED/opt" || die - - pr="WINEPREFIX=/home/\$USER/.wine-far-cry-demo" - - echo "cd $path$PN; $pr $conty wine /opt/$PN/FarCry.exe; cd -" > "$ED/usr/bin/$PN" - fperms +x "/usr/bin/$PN" - -} - -pkg_postinst() { - einfo "Downloaded from https://www.moddb.com/games/far-cry/downloads/far-cry-demo-1" - einfo "" - einfo "More about the game:" - einfo "https://www.wikidata.org/wiki/Q337865" - einfo "https://appdb.winehq.org/objectManager.php?sClass=version&iId=37029" - einfo "" - einfo "Buy the full game at" - einfo "https://store.steampowered.com/app/13520/Far_Cry/" - einfo "https://www.gog.com/game/far_cry" - einfo "https://www.humblebundle.com/store/far-cry" - einfo "" - einfo "The game is installed to /opt/$PN - if you want to run it by another Wine or operating system" -} diff --git a/games-fps/far-cry-demo/metadata.xml b/games-fps/far-cry-demo/metadata.xml deleted file mode 100644 index 812e586b96..0000000000 --- a/games-fps/far-cry-demo/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - Vitaly Zdanevich - zdanevich.vitaly@ya.ru - -