diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-11-02 19:59:53 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-11-02 19:59:53 +0000 |
commit | 3f8a4a2f5b0dd751c6686016d74856a3216a6cb2 (patch) | |
tree | 075164f2ca3a83146b3d4ea44dfd9fa5a3576245 /games-fps/ut2004-airbuccaneers | |
parent | To cross-compile, we need to build a native version of the 'file' executable ... (diff) | |
download | gentoo-2-3f8a4a2f5b0dd751c6686016d74856a3216a6cb2.tar.gz gentoo-2-3f8a4a2f5b0dd751c6686016d74856a3216a6cb2.tar.bz2 gentoo-2-3f8a4a2f5b0dd751c6686016d74856a3216a6cb2.zip |
Added new revision for testing which uses the brand-spankin-new games-mods.eclass to reduce ebuild code.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'games-fps/ut2004-airbuccaneers')
4 files changed, 37 insertions, 1 deletions
diff --git a/games-fps/ut2004-airbuccaneers/ChangeLog b/games-fps/ut2004-airbuccaneers/ChangeLog index 40b5d9e30dad..67e7064c06c0 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-airbuccaneers/ChangeLog,v 1.3 2006/09/28 18:53:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-airbuccaneers/ChangeLog,v 1.4 2006/11/02 19:59:53 wolf31o2 Exp $ + +*ut2004-airbuccaneers-1.6-r1 (02 Nov 2006) + + 02 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> + +ut2004-airbuccaneers-1.6-r1.ebuild: + Added new revision for testing which uses the brand-spankin-new + games-mods.eclass to reduce ebuild code. 28 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-airbuccaneers-1.6.ebuild: diff --git a/games-fps/ut2004-airbuccaneers/files/digest-ut2004-airbuccaneers-1.6 b/games-fps/ut2004-airbuccaneers/files/digest-ut2004-airbuccaneers-1.6 index 46496b432a6d..7448df8a1364 100644 --- a/games-fps/ut2004-airbuccaneers/files/digest-ut2004-airbuccaneers-1.6 +++ b/games-fps/ut2004-airbuccaneers/files/digest-ut2004-airbuccaneers-1.6 @@ -1 +1,3 @@ MD5 4c6c588608e235a4a2fc88813da883e3 air.buccaneers_1.6-english.run 224204275 +RMD160 7d655e96d2df2c2f14df6997f319fba3a4e6c3a8 air.buccaneers_1.6-english.run 224204275 +SHA256 000cdadaa16b454fcce6c1d53235b3e4231577d1768536294720937e755c2fcc air.buccaneers_1.6-english.run 224204275 diff --git a/games-fps/ut2004-airbuccaneers/files/digest-ut2004-airbuccaneers-1.6-r1 b/games-fps/ut2004-airbuccaneers/files/digest-ut2004-airbuccaneers-1.6-r1 new file mode 100644 index 000000000000..7448df8a1364 --- /dev/null +++ b/games-fps/ut2004-airbuccaneers/files/digest-ut2004-airbuccaneers-1.6-r1 @@ -0,0 +1,3 @@ +MD5 4c6c588608e235a4a2fc88813da883e3 air.buccaneers_1.6-english.run 224204275 +RMD160 7d655e96d2df2c2f14df6997f319fba3a4e6c3a8 air.buccaneers_1.6-english.run 224204275 +SHA256 000cdadaa16b454fcce6c1d53235b3e4231577d1768536294720937e755c2fcc air.buccaneers_1.6-english.run 224204275 diff --git a/games-fps/ut2004-airbuccaneers/ut2004-airbuccaneers-1.6-r1.ebuild b/games-fps/ut2004-airbuccaneers/ut2004-airbuccaneers-1.6-r1.ebuild new file mode 100644 index 000000000000..44100c25780b --- /dev/null +++ b/games-fps/ut2004-airbuccaneers/ut2004-airbuccaneers-1.6-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2006 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-r1.ebuild,v 1.1 2006/11/02 19:59:53 wolf31o2 Exp $ + +MOD_DESC="pirate-style conversion with flying wooden ships" +MOD_NAME="Air Buccaneers" +MOD_BINS="airbuccaneers" +MOD_TBZ2="air.buccaneers" +MOD_ICON="air.buccaneers.xpm" + +inherit games games-mods + +HOMEPAGE="http://ludocraft.oulu.fi/airbuccaneers/" +SRC_URI="mirror://liflg/${MOD_TBZ2}_${PV}-english.run" + +LICENSE="freedist" + +KEYWORDS="~amd64 ~x86" + +src_unpack() { + games-mods_src_unpack + # We don't want this file + rm 3355_patch +} |