commit:     f105b822a636fc9ac20f5daba6af76577c9671f3
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  7 22:28:04 2023 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Dec  7 22:28:04 2023 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=f105b822

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 <AT> gentoo.org>

 games-action/psychonauts/metadata.xml              | 15 ------
 .../psychonauts/psychonauts-2013.05.06.ebuild      | 53 ----------------------
 2 files changed, 68 deletions(-)

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.hacki...@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}
-}

Reply via email to