diff options
author | Alexey Sokolov <alexey+gentoo@asokolov.org> | 2021-07-07 23:48:08 +0100 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-07-08 06:13:39 -0400 |
commit | 2c0adc50288f332e2c31a87acb1d891c00fb3e7e (patch) | |
tree | 1398c37d9803f67e9ffd4089bf4c5090f4f4fb49 /games-sports/stormbaancoureur | |
parent | games-sports/stormbaancoureur: bump EAPI, fix build (diff) | |
download | gentoo-2c0adc50288f332e2c31a87acb1d891c00fb3e7e.tar.gz gentoo-2c0adc50288f332e2c31a87acb1d891c00fb3e7e.tar.bz2 gentoo-2c0adc50288f332e2c31a87acb1d891c00fb3e7e.zip |
games-sports/stormbaancoureur: drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/21556
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-sports/stormbaancoureur')
-rw-r--r-- | games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r1.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r1.ebuild b/games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r1.ebuild deleted file mode 100644 index 9fe138c0c52f..000000000000 --- a/games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit desktop - -DESCRIPTION="Simulated obstacle course for automobiles" -HOMEPAGE="http://www.stolk.org/stormbaancoureur/" -SRC_URI="http://www.stolk.org/stormbaancoureur/download/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - >=dev-games/ode-0.8 - media-libs/alsa-lib - media-libs/freeglut - >=media-libs/plib-1.8.4 - virtual/glu - virtual/opengl" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${P}/src-${PN} - -PATCHES=( - "${FILESDIR}"/${P}-gentoo.patch -) - -src_prepare() { - default - - sed -ie "s:GENTOODIR:/usr/share/${PN}:" main.cxx || die -} - -src_install() { - dobin ${PN} - insinto /usr/share/${PN} - doins -r images/ models/ sounds/ shaders/ - dodoc JOYSTICKS README TODO - make_desktop_entry ${PN} "Stormbaan Coureur" -} |