diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-20 01:21:01 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-20 01:21:01 +0000 |
commit | 2a0df7c79655b09471cb44d70434da0cff82d603 (patch) | |
tree | 1dc720aef5e9e3b2208bf281af2f2cf53590071e /games-sports | |
parent | old (diff) | |
download | gentoo-2-2a0df7c79655b09471cb44d70434da0cff82d603.tar.gz gentoo-2-2a0df7c79655b09471cb44d70434da0cff82d603.tar.bz2 gentoo-2-2a0df7c79655b09471cb44d70434da0cff82d603.zip |
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/trigger/ChangeLog | 8 | ||||
-rw-r--r-- | games-sports/trigger/files/trigger-0.5.2.1-ldflags.patch | 11 | ||||
-rw-r--r-- | games-sports/trigger/trigger-0.5.2.1.ebuild | 58 |
3 files changed, 6 insertions, 71 deletions
diff --git a/games-sports/trigger/ChangeLog b/games-sports/trigger/ChangeLog index 04df5c0be263..34bfd5935198 100644 --- a/games-sports/trigger/ChangeLog +++ b/games-sports/trigger/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-sports/trigger -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/trigger/ChangeLog,v 1.26 2012/11/01 20:54:54 mr_bones_ Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/trigger/ChangeLog,v 1.27 2013/01/20 01:21:00 mr_bones_ Exp $ + + 20 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> + -files/trigger-0.5.2.1-ldflags.patch, -trigger-0.5.2.1.ebuild: + old 01 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> trigger-0.6.0.ebuild: work around jam's AR handling (bug #440828) diff --git a/games-sports/trigger/files/trigger-0.5.2.1-ldflags.patch b/games-sports/trigger/files/trigger-0.5.2.1-ldflags.patch deleted file mode 100644 index c3b602b5020b..000000000000 --- a/games-sports/trigger/files/trigger-0.5.2.1-ldflags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- mk/jam/unix.jam.old 2010-09-30 17:33:30.000000000 +0200 -+++ mk/jam/unix.jam 2010-09-30 17:33:48.000000000 +0200 -@@ -41,7 +41,7 @@ - - actions LinkApplication bind NEEDLIBS bind EXTRAOBJECTS - { -- $(LINK) -o $(<) $(>) $(EXTRAOBJECTS) $(NEEDLIBS) $(LFLAGS) -+ $(LINK) $(LDFLAGS) -o $(<) $(>) $(EXTRAOBJECTS) $(NEEDLIBS) $(LFLAGS) - } - - diff --git a/games-sports/trigger/trigger-0.5.2.1.ebuild b/games-sports/trigger/trigger-0.5.2.1.ebuild deleted file mode 100644 index 508647f94544..000000000000 --- a/games-sports/trigger/trigger-0.5.2.1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/trigger/trigger-0.5.2.1.ebuild,v 1.8 2010/09/30 15:41:38 tupone Exp $ - -EAPI=2 -inherit eutils games - -DATA_V=0.5.2 -DESCRIPTION="Free OpenGL rally car racing game" -HOMEPAGE="http://www.positro.net/trigger/" -SRC_URI="mirror://sourceforge/${PN}-rally/${P}-src.tar.bz2 - mirror://sourceforge/${PN}-rally/${PN}-${DATA_V}-data.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc 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}/${P}-src - -PATCHES=( "${FILESDIR}"/${P}-ldflags.patch ) - -src_configure() { - egamesconf --datadir="${GAMES_DATADIR}"/${PN} || die -} - -src_compile() { - jam -qa || die "jam failed" -} - -src_install() { - dogamesbin trigger || die "dogamesbin failed" - cd ../${PN}-${DATA_V}-data - insinto "${GAMES_DATADIR}"/${PN} - doins -r events maps plugins sounds textures vehicles trigger.config.defs \ - || die "doins failed" - newicon textures/life_helmet.png ${PN}.png - make_desktop_entry ${PN} Trigger - dodoc README.txt README-stereo.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" -} |