* [gentoo-commits] repo/gentoo:master commit in: games-sports/trigger/
@ 2016-10-03 19:12 Austin English
0 siblings, 0 replies; 5+ messages in thread
From: Austin English @ 2016-10-03 19:12 UTC (permalink / raw
To: gentoo-commits
commit: f927d143ef7c3874c3f305a58116eb25ae92c55b
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 3 19:10:44 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Mon Oct 3 19:11:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f927d143
games-sports/trigger: remove deprecated games eclass
Also update to EAPI 6
Gentoo-Bug: https://bugs.gentoo.org/574082
Package-Manager: portage-2.3.0
games-sports/trigger/trigger-0.6.1-r1.ebuild | 60 ++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
diff --git a/games-sports/trigger/trigger-0.6.1-r1.ebuild b/games-sports/trigger/trigger-0.6.1-r1.ebuild
new file mode 100644
index 00000000..95b3492
--- /dev/null
+++ b/games-sports/trigger/trigger-0.6.1-r1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils
+
+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 ~ppc ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-games/physfs
+ media-libs/freealut
+ media-libs/libsdl
+ media-libs/openal
+ media-libs/sdl-image[jpeg,png]
+ media-libs/sdl-mixer
+ virtual/glu
+ virtual/opengl"
+DEPEND="${RDEPEND}
+ dev-util/ftjam"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_setup() {
+ # Otherwise build fails with:
+ # ...skipped trigger for lack of libpengine.a...
+ tc-export AR
+}
+
+src_configure() {
+ econf --datadir=/usr/share/games/${PN}
+}
+
+src_compile() {
+ AR="${AR} cru" jam -dx -qa || die
+
+}
+
+src_install() {
+ dobin ${PN}
+ insinto /usr/share/games/${PN}
+ doins -r data/*
+ newicon data/textures/life_helmet.png ${PN}.png
+ make_desktop_entry ${PN} Trigger
+ dodoc doc/*.txt
+}
+
+pkg_postinst() {
+ elog "After running ${PN} for the first time, a config file is"
+ elog "available in ~/.trigger/trigger.config"
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-sports/trigger/
@ 2017-10-01 12:34 Michael Palimaka
0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2017-10-01 12:34 UTC (permalink / raw
To: gentoo-commits
commit: 99d4636314024f151a7c80c57ab44ccaa0f6e087
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 12:29:52 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 12:34:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d46363
games-sports/trigger: stabilise 0.6.1-r1 for amd64/x86
Closes: https://bugs.gentoo.org/632546
Package-Manager: Portage-2.3.8, Repoman-2.3.3
games-sports/trigger/trigger-0.6.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-sports/trigger/trigger-0.6.1-r1.ebuild b/games-sports/trigger/trigger-0.6.1-r1.ebuild
index 0b608391997..08b3404df78 100644
--- a/games-sports/trigger/trigger-0.6.1-r1.ebuild
+++ b/games-sports/trigger/trigger-0.6.1-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-sports/trigger/
@ 2017-10-01 12:34 Michael Palimaka
0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2017-10-01 12:34 UTC (permalink / raw
To: gentoo-commits
commit: ac95c4b355ed86e9390423230d89f873785341b0
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 1 12:30:17 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Oct 1 12:34:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac95c4b3
games-sports/trigger: remove 0.6.1
Package-Manager: Portage-2.3.8, Repoman-2.3.3
games-sports/trigger/trigger-0.6.1.ebuild | 53 -------------------------------
1 file changed, 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 bb1711362c7..00000000000
--- 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"
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-sports/trigger/
@ 2021-04-12 2:31 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2021-04-12 2:31 UTC (permalink / raw
To: gentoo-commits
commit: a922e3c91b356f615a9a5f437a2a0e9ef6314f18
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 12 01:36:16 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 12 02:30:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a922e3c9
games-sports/trigger: eutils->desktop
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-sports/trigger/trigger-0.6.1-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/games-sports/trigger/trigger-0.6.1-r1.ebuild b/games-sports/trigger/trigger-0.6.1-r1.ebuild
index 7cd4dd0382f..71a5f7d7bfd 100644
--- a/games-sports/trigger/trigger-0.6.1-r1.ebuild
+++ b/games-sports/trigger/trigger-0.6.1-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit eutils toolchain-funcs
+
+inherit desktop toolchain-funcs
MY_PN=${PN}-rally
MY_P=${MY_PN}-${PV}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-sports/trigger/
@ 2022-02-07 4:41 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-02-07 4:41 UTC (permalink / raw
To: gentoo-commits
commit: ea9d025668dbe8ec90b089e6b7459657f0e78d54
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 7 04:40:27 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 7 04:41:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9d0256
games-sports/trigger: update EAPI 6 -> 8, fix joystick dependency
Closes: https://bugs.gentoo.org/832817
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-sports/trigger/trigger-0.6.1-r1.ebuild | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/games-sports/trigger/trigger-0.6.1-r1.ebuild b/games-sports/trigger/trigger-0.6.1-r1.ebuild
index 71a5f7d7bfd1..cd17773e871f 100644
--- a/games-sports/trigger/trigger-0.6.1-r1.ebuild
+++ b/games-sports/trigger/trigger-0.6.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit desktop toolchain-funcs
@@ -10,49 +10,48 @@ MY_P=${MY_PN}-${PV}
DESCRIPTION="Free OpenGL rally car racing game"
HOMEPAGE="http://trigger-rally.sourceforge.net/"
SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.bz2"
+S="${WORKDIR}"/${MY_P}
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RDEPEND="
dev-games/physfs
media-libs/freealut
- media-libs/libsdl
+ media-libs/libsdl[joystick]
media-libs/openal
media-libs/sdl-image[jpeg,png]
media-libs/sdl-mixer
virtual/glu
virtual/opengl"
-DEPEND="${RDEPEND}
- dev-util/ftjam"
-
-S=${WORKDIR}/${MY_P}
+DEPEND="${RDEPEND}"
+BDEPEND="dev-util/ftjam"
PATCHES=( "${FILESDIR}"/${P}-gcc6.patch )
-pkg_setup() {
+src_configure() {
# Otherwise build fails with:
# ...skipped trigger for lack of libpengine.a...
tc-export AR
-}
-src_configure() {
econf --datadir=/usr/share/games/${PN}
}
src_compile() {
AR="${AR} cru" jam -dx -qa || die
-
}
src_install() {
dobin ${PN}
+
insinto /usr/share/games/${PN}
doins -r data/*
+
newicon data/textures/life_helmet.png ${PN}.png
+
make_desktop_entry ${PN} Trigger
+
dodoc doc/*.txt
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-02-07 4:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-03 19:12 [gentoo-commits] repo/gentoo:master commit in: games-sports/trigger/ Austin English
-- strict thread matches above, loose matches on Subject: below --
2017-10-01 12:34 Michael Palimaka
2017-10-01 12:34 Michael Palimaka
2021-04-12 2:31 Sam James
2022-02-07 4:41 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox