diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-06-21 18:55:44 +0200 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-06-23 21:54:00 -0400 |
commit | fbb6f99eea2a6b2e8c0faeb7ffa33f4c6d4527ef (patch) | |
tree | 6d9ec69015e4db6880efe7d211a1e6822faaa4b6 /games-rpg | |
parent | games-rpg/bass: EAPI7, minor updates (diff) | |
download | gentoo-fbb6f99eea2a6b2e8c0faeb7ffa33f4c6d4527ef.tar.gz gentoo-fbb6f99eea2a6b2e8c0faeb7ffa33f4c6d4527ef.tar.bz2 gentoo-fbb6f99eea2a6b2e8c0faeb7ffa33f4c6d4527ef.zip |
games-rpg/bass: remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/21361
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/bass/bass-1.3.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/games-rpg/bass/bass-1.3.ebuild b/games-rpg/bass/bass-1.3.ebuild deleted file mode 100644 index 4ca16f0ae141..000000000000 --- a/games-rpg/bass/bass-1.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit desktop eutils - -DESCRIPTION="Beneath a Steel Sky: a SciFi thriller set in a bleak vision of the future" -#HOMEPAGE="http://www.revgames.com/_display.php?id=16" -HOMEPAGE="https://en.wikipedia.org/wiki/Beneath_a_Steel_Sky" -SRC_URI="http://downloads.sourceforge.net/scummvm/BASS-Floppy-${PV}.zip - mirror://gentoo/${PN}.png" - -LICENSE="bass" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="" - -RDEPEND=">=games-engines/scummvm-0.5.0" -DEPEND="${RDEPEND} - app-arch/unzip -" - -S="${WORKDIR}/" - -src_install() { - make_wrapper bass "scummvm -f -p \"/usr/share/${PN}\" -q\$(scummvmGetLang.sh) sky" . - dobin "${FILESDIR}"/scummvmGetLang.sh - insinto /usr/share/${PN} - doins sky.* - dodoc readme.txt - doicon "${DISTDIR}"/${PN}.png - make_desktop_entry ${PN} "Beneath a Steel Sky" -} |