diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-10-01 23:30:17 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-10-01 23:34:22 +1100 |
commit | ac95c4b355ed86e9390423230d89f873785341b0 (patch) | |
tree | 874b6c94a2caef9309504f292ec5ef2496f115b2 /games-sports | |
parent | games-sports/trigger: stabilise 0.6.1-r1 for amd64/x86 (diff) | |
download | gentoo-ac95c4b355ed86e9390423230d89f873785341b0.tar.gz gentoo-ac95c4b355ed86e9390423230d89f873785341b0.tar.bz2 gentoo-ac95c4b355ed86e9390423230d89f873785341b0.zip |
games-sports/trigger: remove 0.6.1
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/trigger/trigger-0.6.1.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/games-sports/trigger/trigger-0.6.1.ebuild b/games-sports/trigger/trigger-0.6.1.ebuild deleted file mode 100644 index bb1711362c75..000000000000 --- a/games-sports/trigger/trigger-0.6.1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -MY_PN=${PN}-rally -MY_P=${MY_PN}-${PV} -DESCRIPTION="Free OpenGL rally car racing game" -HOMEPAGE="http://www.positro.net/trigger/" -SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="virtual/opengl - virtual/glu - media-libs/libsdl - media-libs/sdl-image[jpeg,png] - media-libs/sdl-mixer - media-libs/openal - media-libs/freealut - dev-games/physfs" -DEPEND="${RDEPEND} - dev-util/ftjam" - -S=${WORKDIR}/${MY_P} - -src_configure() { - egamesconf --datadir="${GAMES_DATADIR}"/${PN} -} - -src_compile() { - AR="${AR} cru" jam -dx -qa || die -} - -src_install() { - dogamesbin ${PN} - insinto "${GAMES_DATADIR}"/${PN} - doins -r data/* - newicon data/textures/life_helmet.png ${PN}.png - make_desktop_entry ${PN} Trigger - dodoc doc/*.txt - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - elog "After running ${PN} for the first time, a config file is" - elog "available in ~/.trigger/trigger.config" -} |