diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:31 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:54:00 +0100 |
commit | bc86a436d561da3d01ff8ec9edb2169ff4fc7621 (patch) | |
tree | 644e6f94a694b71bc463aaf2b272b6cd01340767 /games-sports | |
parent | games-sports/speed-dreams: Remove old (diff) | |
download | gentoo-bc86a436d561da3d01ff8ec9edb2169ff4fc7621.tar.gz gentoo-bc86a436d561da3d01ff8ec9edb2169ff4fc7621.tar.bz2 gentoo-bc86a436d561da3d01ff8ec9edb2169ff4fc7621.zip |
games-sports/stormbaancoureur: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/stormbaancoureur/stormbaancoureur-2.1.6.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/games-sports/stormbaancoureur/stormbaancoureur-2.1.6.ebuild b/games-sports/stormbaancoureur/stormbaancoureur-2.1.6.ebuild deleted file mode 100644 index 6bb608abfe8a..000000000000 --- a/games-sports/stormbaancoureur/stormbaancoureur-2.1.6.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -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="virtual/opengl - virtual/glu - media-libs/freeglut - >=dev-games/ode-0.8 - >=media-libs/plib-1.8.4 - media-libs/alsa-lib" -RDEPEND=${DEPEND} - -S=${WORKDIR}/${P}/src-${PN} - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch - sed -ie "s:GENTOODIR:${GAMES_DATADIR}/${PN}:" main.cxx || die -} - -src_install() { - dogamesbin ${PN} - insinto "${GAMES_DATADIR}"/${PN} - doins -r images/ models/ sounds/ shaders/ - dodoc JOYSTICKS README TODO - make_desktop_entry ${PN} "Stormbaan Coureur" - prepgamesdirs -} |