Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/bass/
Date: Thu, 24 Jun 2021 02:16:25
Message-Id: 1624499640.fbb6f99eea2a6b2e8c0faeb7ffa33f4c6d4527ef.ionen@gentoo
1 commit: fbb6f99eea2a6b2e8c0faeb7ffa33f4c6d4527ef
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Mon Jun 21 16:55:44 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 24 01:54:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb6f99e
7
8 games-rpg/bass: remove old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/21361
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 games-rpg/bass/bass-1.3.ebuild | 33 ---------------------------------
16 1 file changed, 33 deletions(-)
17
18 diff --git a/games-rpg/bass/bass-1.3.ebuild b/games-rpg/bass/bass-1.3.ebuild
19 deleted file mode 100644
20 index 4ca16f0ae14..00000000000
21 --- a/games-rpg/bass/bass-1.3.ebuild
22 +++ /dev/null
23 @@ -1,33 +0,0 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 -# Distributed under the terms of the GNU General Public License v2
26 -
27 -EAPI=6
28 -inherit desktop eutils
29 -
30 -DESCRIPTION="Beneath a Steel Sky: a SciFi thriller set in a bleak vision of the future"
31 -#HOMEPAGE="http://www.revgames.com/_display.php?id=16"
32 -HOMEPAGE="https://en.wikipedia.org/wiki/Beneath_a_Steel_Sky"
33 -SRC_URI="http://downloads.sourceforge.net/scummvm/BASS-Floppy-${PV}.zip
34 - mirror://gentoo/${PN}.png"
35 -
36 -LICENSE="bass"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~ppc64 ~x86"
39 -IUSE=""
40 -
41 -RDEPEND=">=games-engines/scummvm-0.5.0"
42 -DEPEND="${RDEPEND}
43 - app-arch/unzip
44 -"
45 -
46 -S="${WORKDIR}/"
47 -
48 -src_install() {
49 - make_wrapper bass "scummvm -f -p \"/usr/share/${PN}\" -q\$(scummvmGetLang.sh) sky" .
50 - dobin "${FILESDIR}"/scummvmGetLang.sh
51 - insinto /usr/share/${PN}
52 - doins sky.*
53 - dodoc readme.txt
54 - doicon "${DISTDIR}"/${PN}.png
55 - make_desktop_entry ${PN} "Beneath a Steel Sky"
56 -}