diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-08 01:14:45 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-08 01:14:45 +0000 |
commit | 47b1a46ffae3f15bde9cc4abc49850e9de566e01 (patch) | |
tree | 16fc2150defd2096917b0dd1acd8ac0db6359dbd /games-fps | |
parent | incompatible with latest doom3 patch (diff) | |
download | gentoo-2-47b1a46ffae3f15bde9cc4abc49850e9de566e01.tar.gz gentoo-2-47b1a46ffae3f15bde9cc4abc49850e9de566e01.tar.bz2 gentoo-2-47b1a46ffae3f15bde9cc4abc49850e9de566e01.zip |
Version bump
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/doom3-eventhorizon/ChangeLog | 10 | ||||
-rw-r--r-- | games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild | 22 |
2 files changed, 30 insertions, 2 deletions
diff --git a/games-fps/doom3-eventhorizon/ChangeLog b/games-fps/doom3-eventhorizon/ChangeLog index e545fc79ccee..42ea31e626ee 100644 --- a/games-fps/doom3-eventhorizon/ChangeLog +++ b/games-fps/doom3-eventhorizon/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-fps/doom3-eventhorizon -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-eventhorizon/ChangeLog,v 1.2 2008/02/15 00:35:59 wolf31o2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-eventhorizon/ChangeLog,v 1.3 2009/10/08 01:14:45 nyhm Exp $ + +*doom3-eventhorizon-1.3 (08 Oct 2009) + + 08 Oct 2009; Tristan Heaven <nyhm@gentoo.org> + +doom3-eventhorizon-1.3.ebuild: + Version bump 15 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> doom3-eventhorizon-1.2.ebuild: diff --git a/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild b/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild new file mode 100644 index 000000000000..23a3d0b3eb47 --- /dev/null +++ b/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild,v 1.1 2009/10/08 01:14:45 nyhm Exp $ + +EAPI=2 + +MOD_DESC="single-player mission based on the Event Horizon film" +MOD_NAME="Event Horizon" +MOD_DIR="eventhorizon" + +inherit games games-mods + +HOMEPAGE="http://doom3.filefront.com/file/Event_Horizon_XV;91253" +SRC_URI="ftp://files.mhgaming.com/doom3/mods/event_horizon_xv_${PV}.zip" + +LICENSE="as-is" +KEYWORDS="~amd64 ~x86" +IUSE="dedicated opengl" + +src_prepare() { + mv -f event_horizon* ${MOD_DIR} || die +} |