diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-11-21 23:16:23 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-11-21 23:16:23 +0000 |
commit | 4e17a34e92939dd6df68ac74c27009451f53e992 (patch) | |
tree | 235e18b9c566592ea5ef012eb9ef0ece4e6bf560 /games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3-r2.ebuild | |
parent | Update cairo dep to 1.2.3, Version bump, add "3m" USE flag to build support f... (diff) | |
download | gentoo-2-4e17a34e92939dd6df68ac74c27009451f53e992.tar.gz gentoo-2-4e17a34e92939dd6df68ac74c27009451f53e992.tar.bz2 gentoo-2-4e17a34e92939dd6df68ac74c27009451f53e992.zip |
Added new revision for testing which uses the brand-spankin-new games-mods.eclass to reduce ebuild code.
(Portage version: 2.1.2_rc2-r1)
Diffstat (limited to 'games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3-r2.ebuild')
-rw-r--r-- | games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3-r2.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3-r2.ebuild b/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3-r2.ebuild new file mode 100644 index 000000000000..243d3abe6b8a --- /dev/null +++ b/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3-r2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-redorchestra/ut2004-redorchestra-3.3-r2.ebuild,v 1.1 2006/11/21 23:16:23 wolf31o2 Exp $ + +MOD_DESC="a World War II mod based on the Russian front" +MOD_NAME="Red Orchestra" +MOD_BINS="redorchestra" +MOD_TBZ2="red.orchestra red.orchestra_summer.offensive.map.pack-addon" +MOD_ICON="red.orchestra.xpm" + +inherit games games-mods + +HOMEPAGE="http://redorchestramod.gameservers.net/" +SRC_URI="mirror://liflg/red.orchestra_${PV}-english.run + mirror://liflg/red.orchestra_summer.offensive.map.pack-addon.run" + +LICENSE="freedist" + +IUSE="" + +src_unpack() { + games-mods_src_unpack + rm unpack/StaticMeshes/BenTropicalSM01.usx \ + unpack/Textures/BenTropical01.utx 3355_patch || die "Removing files" +} |