summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2023-12-07 22:28:04 +0000
committerJames Le Cuirot <chewi@gentoo.org>2023-12-07 22:28:04 +0000
commitf105b822a636fc9ac20f5daba6af76577c9671f3 (patch)
tree92694353c7940d02f0518cc0f4dc4c80fcaeafcb
parentgames-arcade/mars-game: add 0.7.6_p20211017 (diff)
downloadgamerlay-f105b822a636fc9ac20f5daba6af76577c9671f3.tar.gz
gamerlay-f105b822a636fc9ac20f5daba6af76577c9671f3.tar.bz2
gamerlay-f105b822a636fc9ac20f5daba6af76577c9671f3.zip
games-action/psychonauts: Drop in favour of packages in the main repo
There are -hb (Humble Bundle) and -gog (GOG) variants of the package. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r--games-action/psychonauts/Manifest1
-rw-r--r--games-action/psychonauts/metadata.xml15
-rw-r--r--games-action/psychonauts/psychonauts-2013.05.06.ebuild53
3 files changed, 0 insertions, 69 deletions
diff --git a/games-action/psychonauts/Manifest b/games-action/psychonauts/Manifest
deleted file mode 100644
index 9def42c..0000000
--- a/games-action/psychonauts/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST psychonauts-linux-05062013-bin 4419978962 SHA256 18f191726d5af33045bef38f2dbc4a0e3d8fd6991e70943166c8d3ad02c5f618 SHA512 623bbb2556e3ec0bb9fd3a02913199dcc14d68e74f591409793df37965baded4423fd931ec322a0ebb3724f78efd2d81e5c43fc048dff29b8a84694d3b7f5672 WHIRLPOOL 3010fb923be2407a8960d9a8554e8bccc91f16a112a61630e7f8fe6d30046e7cfa7b54593874c919c6f8a0122c37a550ea272fa88ecafae72687e550319fa229
diff --git a/games-action/psychonauts/metadata.xml b/games-action/psychonauts/metadata.xml
deleted file mode 100644
index 58233f7..0000000
--- a/games-action/psychonauts/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-<email>azamat.hackimov@gmail.com</email>
-<name>Azamat H. Hackimov</name>
-</maintainer>
-<longdescription lang="en">
-A mind-bending platforming adventure from Double Fine Productions.
-</longdescription>
-<longdescription lang="ru">
-Психологическая платформенная адвенчура от Double Fine Productions.
-</longdescription>
-</pkgmetadata>
-
diff --git a/games-action/psychonauts/psychonauts-2013.05.06.ebuild b/games-action/psychonauts/psychonauts-2013.05.06.ebuild
deleted file mode 100644
index b09f4de..0000000
--- a/games-action/psychonauts/psychonauts-2013.05.06.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop eutils multilib-minimal
-
-DESCRIPTION="A mind-bending platforming adventure from Double Fine Productions."
-HOMEPAGE="http://www.psychonauts.com/"
-SRC_URI="${PN}-linux-$(ver_cut 2)$(ver_cut 3)$(ver_cut 1)-bin"
-
-LICENSE="Psychonauts-EULA"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND="virtual/opengl
- media-libs/openal[${MULTILIB_USEDEP}]
- media-libs/libsdl[${MULTILIB_USEDEP}]"
-
-RESTRICT="fetch strip"
-
-S="${WORKDIR}/data"
-
-pkg_nofetch() {
- einfo "Please download ${A}"
- einfo "from your personal page in Humble Indie Bundle V site"
- einfo "(http://www.humblebundle.com)"
- einfo "and place it to ${DISTDIR}"
-}
-
-src_unpack() {
- # self unpacking zip archive; unzip warns about the exe stuff
- # (taken from lugaru ebuild)
- local a=${DISTDIR}/${A}
- echo ">>> Unpacking ${a} to ${PWD}"
- unzip -q "${a}"
- [ $? -gt 1 ] && die "unpacking failed"
-}
-
-src_install() {
- local dir="/opt/${PN}"
- dodoc "Psychonauts Manual Win.pdf"
- dodoc Documents/Readmes/*
- exeinto ${dir}
- doexe Psychonauts || die
- insinto ${dir}
- doins -r DisplaySettings.ini PsychonautsData2.pkg WorkResource || die
- doicon ${PN}.png
- make_wrapper ${PN} ./Psychonauts "${dir}" "${dir}"
- make_desktop_entry ${PN} Psychonauts ${PN}
-}