commit:     1b7ed1ca9b04740ad8934fe8afe8db7257bca7f4
Author:     Finn Rayment <finn <AT> rayment <DOT> fr>
AuthorDate: Sat Aug 12 13:09:06 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 15:01:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b7ed1ca

games-roguelike/FTL-gog: drop 1.6.9.25330

Signed-off-by: Finn Rayment <finn <AT> rayment.fr>
Closes: https://github.com/gentoo/gentoo/pull/32271
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 games-roguelike/FTL-gog/FTL-gog-1.6.9.25330.ebuild | 63 ----------------------
 games-roguelike/FTL-gog/Manifest                   |  1 -
 2 files changed, 64 deletions(-)

diff --git a/games-roguelike/FTL-gog/FTL-gog-1.6.9.25330.ebuild 
b/games-roguelike/FTL-gog/FTL-gog-1.6.9.25330.ebuild
deleted file mode 100644
index d06484d8ce7f..000000000000
--- a/games-roguelike/FTL-gog/FTL-gog-1.6.9.25330.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop unpacker
-
-DESCRIPTION="Top-down roguelike space ship simulator"
-HOMEPAGE="https://www.gog.com/game/faster_than_light";
-SRC_URI="ftl_advanced_edition_${PV//./_}.sh"
-RESTRICT="bindist fetch mirror strip test"
-
-LICENSE="GOG-EULA"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-BDEPEND="app-arch/unzip"
-RDEPEND="media-libs/freetype
-       media-libs/libsdl[X,sound,opengl,video]
-       media-libs/libpng
-       sys-libs/zlib
-       virtual/opengl"
-
-S="${WORKDIR}/data/noarch"
-
-pkg_nofetch() {
-       elog "Please buy and download ${SRC_URI} from"
-       elog "https://www.gog.com/game/faster_than_light";
-}
-
-src_unpack() {
-       unpack_zip "${DISTDIR}/${A}"
-}
-
-src_prepare() {
-       default
-       rm -r support/{xdg*,*.{sh,txt}} || die
-       if ! use x86; then
-               rm game/data/FTL.x86 || die
-       fi
-       if ! use amd64; then
-               rm game/data/FTL.amd64 || die
-       fi
-
-       sed -i start.sh -e '/chmod/d' || die
-}
-
-src_install() {
-       insinto /opt/gog/FTL
-       doins -r .
-       fperms +x /opt/gog/FTL/{start.sh,game/FTL,game/data/FTL}
-
-       if use x86; then
-               fperms +x /opt/gog/FTL/game/data/FTL.x86
-       fi
-       if use amd64; then
-               fperms +x /opt/gog/FTL/game/data/FTL.amd64
-       fi
-
-       make_desktop_entry "/opt/gog/FTL/start.sh" "FTL: Advanced Edition" FTL
-       newicon support/icon.png FTL.png
-}

diff --git a/games-roguelike/FTL-gog/Manifest b/games-roguelike/FTL-gog/Manifest
index 6f0c4cec287a..eb8cfb556ab7 100644
--- a/games-roguelike/FTL-gog/Manifest
+++ b/games-roguelike/FTL-gog/Manifest
@@ -1,2 +1 @@
-DIST ftl_advanced_edition_1_6_9_25330.sh 200833898 BLAKE2B 
9eb048e302158f1cc040492a9fb5bd84038dd9202b8cfdd08ec50a3e55326da18048f4eab0c8b79ecf47229d54b59fca46cebaa107d253eadc0cc5659da4792b
 SHA512 
7b1d87b5def455989290366ef80652361dee9d0fd2838806d2386d8a1df44e0ab125c5538aa07b20382be4aa3054b14b4a489b39b6aa252f3cc00ead8504186c
 DIST ftl_advanced_edition_1_6_12_2_35269.sh 246732960 BLAKE2B 
a26cafabc43b7e80d31d105fb909d867319c4bd900f7558277f17399bb4998b27c3b9f1d18f670ae1092ae872840b0181c3bea81790edd097240d1ee78abc924
 SHA512 
d3e061605069e874ed3e55440e5aae24ab6690977ce477728a46f7e7f487595a09ab4a56ec22c784e454286b0bfe2a3a791d78645fd7dc0feab9649cf282afd2

Reply via email to