aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games-action/vintage-story/Manifest1
-rw-r--r--games-action/vintage-story/vintage-story-1.22.3.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/games-action/vintage-story/Manifest b/games-action/vintage-story/Manifest
deleted file mode 100644
index 233f3ee..0000000
--- a/games-action/vintage-story/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vs_client_linux-x64_1.22.3.tar.gz 618852949 BLAKE2B 547617624433251adf245e9f7be081a7bf63b9dbc3f2dde4989d55667bfbcca7935e414900c2bda900099d2ffe657122225967d878c41babc1bb548ce2afc4ba SHA512 12df8792c92118bb9b39524dc72a9ac9b1afffedc9b8b537a13d462c9ff48c28035d663c098971619ba204ce7d9330dfa4b829a82e62fac8b25b59ddb6ac5df1
diff --git a/games-action/vintage-story/vintage-story-1.22.3.ebuild b/games-action/vintage-story/vintage-story-1.22.3.ebuild
deleted file mode 100644
index 796ad11..0000000
--- a/games-action/vintage-story/vintage-story-1.22.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHECKREQS_DISK_BUILD="900M"
-inherit desktop check-reqs xdg
-
-DESCRIPTION="Uncompromising wilderness survival sandbox game (requires paid account)"
-HOMEPAGE="https://www.vintagestory.at/"
-SRC_URI="https://cdn.vintagestory.at/gamefiles/stable/vs_client_linux-x64_${PV}.tar.gz"
-S="${WORKDIR}/vintagestory"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-RESTRICT="bindist splitdebug strip mirror"
-
-RDEPEND="
- >=virtual/dotnet-sdk-10.0
- virtual/opengl
- media-libs/openal
- app-shells/bash
-"
-
-DIR="/opt/${PN}"
-QA_PREBUILT="${DIR#/}/*"
-
-src_prepare() {
- default
- rm -v "${S}/install.sh" || die
-}
-
-src_install() {
- insinto "${DIR}"
- doins -r "${S}"/*
- fperms +x "${DIR}/Vintagestory" "${DIR}/run.sh"
-
- newicon -s 512 "${S}/assets/gameicon.png" ${PN}.png
- dosym "../..${DIR}/run.sh" /usr/bin/${PN}
- make_desktop_entry --eapi9 ${PN} -n 'Vintage Story' -c Game \
- -C 'Uncompromising wilderness survival sandbox game'
-}