diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-21 17:47:39 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-21 17:47:39 +0000 |
commit | 9c91052e1d520256fdc7426eb143eb519d09224a (patch) | |
tree | 1a1e90e070a7d384ae6d63a1c4ea5131afd08227 /games-fps/ut2003 | |
parent | Added addition dir variable to games_make_wrapper for bug #109793. (diff) | |
download | gentoo-2-9c91052e1d520256fdc7426eb143eb519d09224a.tar.gz gentoo-2-9c91052e1d520256fdc7426eb143eb519d09224a.tar.bz2 gentoo-2-9c91052e1d520256fdc7426eb143eb519d09224a.zip |
Added addition dir variable to games_make_wrapper for bug #109793.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'games-fps/ut2003')
-rw-r--r-- | games-fps/ut2003/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r3.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog index 69c1fe8c4b62..d113b487918a 100644 --- a/games-fps/ut2003/ChangeLog +++ b/games-fps/ut2003/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2003 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.31 2005/10/16 21:55:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.32 2005/10/21 17:47:39 wolf31o2 Exp $ + + 21 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r3.ebuild: + Added addition dir variable to games_make_wrapper for bug #109793. 16 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r3.ebuild: Added CATEGORY. diff --git a/games-fps/ut2003/ut2003-2225-r3.ebuild b/games-fps/ut2003/ut2003-2225-r3.ebuild index 459f57696e5a..866c8a6918d9 100644 --- a/games-fps/ut2003/ut2003-2225-r3.ebuild +++ b/games-fps/ut2003/ut2003-2225-r3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r3.ebuild,v 1.7 2005/10/16 21:55:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r3.ebuild,v 1.8 2005/10/21 17:47:39 wolf31o2 Exp $ -inherit games +inherit eutils games DESCRIPTION="Unreal Tournament 2003 - Sequel to the 1999 Game of the Year multi-player first-person shooter" HOMEPAGE="http://www.unrealtournament2003.com/" @@ -112,11 +112,11 @@ src_install() { # installing documentation/icon dodoc ${S}/README.linux || die "dodoc README.linux" - insinto /usr/share/pixmaps ; newins ${S}/Unreal.xpm UT2003.xpm || die "copying pixmap" + newicon Unreal.xpm ut2003.xpm || die "copying pixmap" insinto ${dir} doins ${S}/README.linux ${S}/Unreal.xpm || die "copying readme/icon" - games_make_wrapper ut2003 ./ut2003 ${dir} + games_make_wrapper ut2003 ./ut2003 "${dir}" "${dir}" # this brings our install up to the newest version cp -r ${S}/ut2003-lnx-2225/* ${Ddir} || die |