diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:29 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:52:24 +0100 |
commit | e1a81463b53a54ebba7536700a614c30c3f835c8 (patch) | |
tree | 40545c59d0ecb339a603a28bd662556613dc39fd /games-simulation | |
parent | games-simulation/bcs-demo: Remove old (diff) | |
download | gentoo-e1a81463b53a54ebba7536700a614c30c3f835c8.tar.gz gentoo-e1a81463b53a54ebba7536700a614c30c3f835c8.tar.bz2 gentoo-e1a81463b53a54ebba7536700a614c30c3f835c8.zip |
games-simulation/crashtest: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/crashtest/crashtest-1.1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/games-simulation/crashtest/crashtest-1.1.ebuild b/games-simulation/crashtest/crashtest-1.1.ebuild deleted file mode 100644 index b7e62943228e..000000000000 --- a/games-simulation/crashtest/crashtest-1.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils flag-o-matic games - -DESCRIPTION="Educational car crash simulator" -HOMEPAGE="http://www.stolk.org/crashtest/" -SRC_URI="http://www.stolk.org/crashtest/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - x11-libs/fltk:1[opengl] - dev-games/ode - media-libs/alsa-lib - virtual/opengl - virtual/glu - media-libs/freeglut" -DEPEND="${RDEPEND} - >=media-libs/plib-1.8.4" - -S=${WORKDIR}/${P}/src-${PN} - -src_prepare() { - epatch "${FILESDIR}/${P}"-gentoo.patch - sed -i \ - -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \ - -e "s:@GENTOO_BINDIR@:${GAMES_BINDIR}:" \ - Makefile ${PN}.cxx || die - append-flags -DHAVE_ISNANF -} - -src_install() { - default - make_desktop_entry ${PN} Crashtest - prepgamesdirs -} |