summaryrefslogtreecommitdiff
path: root/games-roguelike/FTL-gog
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /games-roguelike/FTL-gog
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'games-roguelike/FTL-gog')
-rw-r--r--games-roguelike/FTL-gog/FTL-gog-1.6.12.2.35269.ebuild64
-rw-r--r--games-roguelike/FTL-gog/Manifest1
-rw-r--r--games-roguelike/FTL-gog/metadata.xml16
3 files changed, 0 insertions, 81 deletions
diff --git a/games-roguelike/FTL-gog/FTL-gog-1.6.12.2.35269.ebuild b/games-roguelike/FTL-gog/FTL-gog-1.6.12.2.35269.ebuild
deleted file mode 100644
index fe20f5e8e0c2..000000000000
--- a/games-roguelike/FTL-gog/FTL-gog-1.6.12.2.35269.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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
- virtual/zlib:=
- virtual/opengl"
-
-S="${WORKDIR}/data/noarch"
-
-pkg_nofetch() {
- einfo "Please buy and download ${SRC_URI} from"
- einfo "https://www.gog.com/game/faster_than_light"
- einfo "and place it in your DISTDIR directory."
-}
-
-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/FTL
- doins -r .
- fperms +x /opt/FTL/{start.sh,game/FTL,game/data/FTL}
-
- if use x86; then
- fperms +x /opt/FTL/game/data/FTL.x86
- fi
- if use amd64; then
- fperms +x /opt/FTL/game/data/FTL.amd64
- fi
-
- make_desktop_entry "/opt/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
deleted file mode 100644
index eb8cfb556ab7..000000000000
--- a/games-roguelike/FTL-gog/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ftl_advanced_edition_1_6_12_2_35269.sh 246732960 BLAKE2B a26cafabc43b7e80d31d105fb909d867319c4bd900f7558277f17399bb4998b27c3b9f1d18f670ae1092ae872840b0181c3bea81790edd097240d1ee78abc924 SHA512 d3e061605069e874ed3e55440e5aae24ab6690977ce477728a46f7e7f487595a09ab4a56ec22c784e454286b0bfe2a3a791d78645fd7dc0feab9649cf282afd2
diff --git a/games-roguelike/FTL-gog/metadata.xml b/games-roguelike/FTL-gog/metadata.xml
deleted file mode 100644
index bb63cf656fd3..000000000000
--- a/games-roguelike/FTL-gog/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person" proxied="yes">
- <email>kitsunenokenja@protonmail.ch</email>
- <name>Rob Levitsky</name>
- </maintainer>
- <maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
- </maintainer>
- <maintainer type="project" proxied="proxy">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
-</pkgmetadata>