diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-05 23:21:01 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-05 23:21:01 +0000 |
commit | b11efed7cf010ec879454267283e6d7759df9db7 (patch) | |
tree | 81d0cc82283e1cbb8bcb84f896a0eebbe0dda76e /games-fps/ut2004-airbuccaneers | |
parent | Version bumps, remove old. (diff) | |
download | gentoo-2-b11efed7cf010ec879454267283e6d7759df9db7.tar.gz gentoo-2-b11efed7cf010ec879454267283e6d7759df9db7.tar.bz2 gentoo-2-b11efed7cf010ec879454267283e6d7759df9db7.zip |
Use original zip file instead of third party installer; fix USE=dedicated file collision, bug #275616
(Portage version: 2.2_rc43/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/ut2004-airbuccaneers')
-rw-r--r-- | games-fps/ut2004-airbuccaneers/ChangeLog | 11 | ||||
-rw-r--r-- | games-fps/ut2004-airbuccaneers/ut2004-airbuccaneers-1.6-r2.ebuild | 19 |
2 files changed, 28 insertions, 2 deletions
diff --git a/games-fps/ut2004-airbuccaneers/ChangeLog b/games-fps/ut2004-airbuccaneers/ChangeLog index 709ef5a79a12..eb52cf915a02 100644 --- a/games-fps/ut2004-airbuccaneers/ChangeLog +++ b/games-fps/ut2004-airbuccaneers/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for games-fps/ut2004-airbuccaneers -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-airbuccaneers/ChangeLog,v 1.6 2008/07/28 16:46:04 wolf31o2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-airbuccaneers/ChangeLog,v 1.7 2009/10/05 23:21:01 nyhm Exp $ + +*ut2004-airbuccaneers-1.6-r2 (05 Oct 2009) + + 05 Oct 2009; Tristan Heaven <nyhm@gentoo.org> + +ut2004-airbuccaneers-1.6-r2.ebuild: + Use original zip file instead of third party installer; fix USE=dedicated + file collision, bug #275616 28 Jul 2008; Chris Gianelloni <wolf31o2@gentoo.org> metadata.xml: Removing myself from metadata.xml since I am retiring from the project. diff --git a/games-fps/ut2004-airbuccaneers/ut2004-airbuccaneers-1.6-r2.ebuild b/games-fps/ut2004-airbuccaneers/ut2004-airbuccaneers-1.6-r2.ebuild new file mode 100644 index 000000000000..50fa17f8e8ff --- /dev/null +++ b/games-fps/ut2004-airbuccaneers/ut2004-airbuccaneers-1.6-r2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-airbuccaneers/ut2004-airbuccaneers-1.6-r2.ebuild,v 1.1 2009/10/05 23:21:01 nyhm Exp $ + +EAPI=2 + +MOD_DESC="Pirate-style conversion with flying wooden ships" +MOD_NAME="Air Buccaneers" +MOD_DIR="AirBuccaneers" +MOD_ICON="Help/abuicon.ico" + +inherit games games-mods + +HOMEPAGE="http://ludocraft.oulu.fi/airbuccaneers/" +SRC_URI="http://ludocraft.oulu.fi/airbuccaneers/download/airbuccaneers1_6_zipinstall.zip" + +LICENSE="freedist" +KEYWORDS="~amd64 ~x86" +IUSE="dedicated opengl" |