Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-sports/trigger/
Date: Sun, 01 Oct 2017 12:34:42
Message-Id: 1506861262.ac95c4b355ed86e9390423230d89f873785341b0.kensington@gentoo
1 commit: ac95c4b355ed86e9390423230d89f873785341b0
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 1 12:30:17 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 1 12:34:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac95c4b3
7
8 games-sports/trigger: remove 0.6.1
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 games-sports/trigger/trigger-0.6.1.ebuild | 53 -------------------------------
13 1 file changed, 53 deletions(-)
14
15 diff --git a/games-sports/trigger/trigger-0.6.1.ebuild b/games-sports/trigger/trigger-0.6.1.ebuild
16 deleted file mode 100644
17 index bb1711362c7..00000000000
18 --- a/games-sports/trigger/trigger-0.6.1.ebuild
19 +++ /dev/null
20 @@ -1,53 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit eutils games
26 -
27 -MY_PN=${PN}-rally
28 -MY_P=${MY_PN}-${PV}
29 -DESCRIPTION="Free OpenGL rally car racing game"
30 -HOMEPAGE="http://www.positro.net/trigger/"
31 -SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.bz2"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -RDEPEND="virtual/opengl
39 - virtual/glu
40 - media-libs/libsdl
41 - media-libs/sdl-image[jpeg,png]
42 - media-libs/sdl-mixer
43 - media-libs/openal
44 - media-libs/freealut
45 - dev-games/physfs"
46 -DEPEND="${RDEPEND}
47 - dev-util/ftjam"
48 -
49 -S=${WORKDIR}/${MY_P}
50 -
51 -src_configure() {
52 - egamesconf --datadir="${GAMES_DATADIR}"/${PN}
53 -}
54 -
55 -src_compile() {
56 - AR="${AR} cru" jam -dx -qa || die
57 -}
58 -
59 -src_install() {
60 - dogamesbin ${PN}
61 - insinto "${GAMES_DATADIR}"/${PN}
62 - doins -r data/*
63 - newicon data/textures/life_helmet.png ${PN}.png
64 - make_desktop_entry ${PN} Trigger
65 - dodoc doc/*.txt
66 - prepgamesdirs
67 -}
68 -
69 -pkg_postinst() {
70 - games_pkg_postinst
71 - elog "After running ${PN} for the first time, a config file is"
72 - elog "available in ~/.trigger/trigger.config"
73 -}