summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-05-01 18:27:27 +0200
committerPacho Ramos <pacho@gentoo.org>2018-05-01 21:35:07 +0200
commitccac3f31cb6ed7f5ae600ea6761fbec39526fc30 (patch)
tree7c7202df7715deaaa416e64947e9bf6c41a66613 /games-rpg/bass/bass-1.2-r1.ebuild
parentgames-rpg/bass: Version bump (diff)
downloadgentoo-ccac3f31cb6ed7f5ae600ea6761fbec39526fc30.tar.gz
gentoo-ccac3f31cb6ed7f5ae600ea6761fbec39526fc30.tar.bz2
gentoo-ccac3f31cb6ed7f5ae600ea6761fbec39526fc30.zip
games-rpg/bass: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-rpg/bass/bass-1.2-r1.ebuild')
-rw-r--r--games-rpg/bass/bass-1.2-r1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/games-rpg/bass/bass-1.2-r1.ebuild b/games-rpg/bass/bass-1.2-r1.ebuild
deleted file mode 100644
index 1e217f1dd025..000000000000
--- a/games-rpg/bass/bass-1.2-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-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="mirror://sourceforge/scummvm/bass-cd-${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}/bass-cd-${PV}
-
-src_install() {
- games_make_wrapper bass "scummvm -f -p \"${GAMES_DATADIR}/${PN}\" -q\$(scummvmGetLang.sh) sky" .
- dogamesbin "${FILESDIR}"/scummvmGetLang.sh
- insinto "${GAMES_DATADIR}"/${PN}
- doins sky.*
- dodoc readme.txt
- doicon "${DISTDIR}"/${PN}.png
- make_desktop_entry ${PN} "Beneath a Steel Sky"
- prepgamesdirs
-}