Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-fps/doom3-inhell: doom3-inhell-1.1-r1.ebuild ChangeLog
Date: Thu, 08 Oct 2009 03:41:05
Message-Id: E1MvjsF-0003xh-B3@stork.gentoo.org
1 nyhm 09/10/08 03:41:03
2
3 Modified: doom3-inhell-1.1-r1.ebuild ChangeLog
4 Log:
5 EAPI=2; RESTRICT=fetch
6 (Portage version: 2.2_rc44/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: doom3-inhell-1.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- doom3-inhell-1.1-r1.ebuild 1 Oct 2009 20:54:34 -0000 1.4
22 +++ doom3-inhell-1.1-r1.ebuild 8 Oct 2009 03:41:02 -0000 1.5
23 @@ -1,25 +1,29 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild,v 1.4 2009/10/01 20:54:34 nyhm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/doom3-inhell-1.1-r1.ebuild,v 1.5 2009/10/08 03:41:02 nyhm Exp $
28 +
29 +EAPI=2
30
31 MOD_DESC="Ultimate Doom-inspired levels for Doom 3"
32 MOD_NAME="In Hell"
33 MOD_DIR="inhell"
34
35 -inherit versionator games games-mods
36 -
37 -MY_PV=$(replace_version_separator 1 '')
38 +inherit games games-mods
39
40 HOMEPAGE="http://www.doomerland.de.vu/"
41 -SRC_URI="ftp://ftp.dvo.ru/pub/distfiles/in_hell_v${MY_PV}.zip"
42 +SRC_URI="in_hell_v${PV/.}.zip"
43
44 LICENSE="as-is"
45 KEYWORDS="amd64 x86"
46 IUSE="dedicated opengl"
47 +RESTRICT="fetch"
48
49 -S=${WORKDIR}
50 +pkg_nofetch() {
51 + elog "Please download ${SRC_URI} from:"
52 + elog "http://www.filefront.com/4631315"
53 + elog "and move it to ${DISTDIR}"
54 +}
55
56 -src_unpack() {
57 - games-mods_src_unpack
58 - mv In_Hell ${MOD_DIR} || die
59 +src_prepare() {
60 + mv -f In_Hell ${MOD_DIR} || die
61 }
62
63
64
65 1.6 games-fps/doom3-inhell/ChangeLog
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/doom3-inhell/ChangeLog?rev=1.6&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/doom3-inhell/ChangeLog?rev=1.6&content-type=text/plain
69 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/doom3-inhell/ChangeLog?r1=1.5&r2=1.6
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/ChangeLog,v
74 retrieving revision 1.5
75 retrieving revision 1.6
76 diff -u -r1.5 -r1.6
77 --- ChangeLog 13 Jul 2009 17:04:47 -0000 1.5
78 +++ ChangeLog 8 Oct 2009 03:41:02 -0000 1.6
79 @@ -1,6 +1,9 @@
80 # ChangeLog for games-fps/doom3-inhell
81 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/ChangeLog,v 1.5 2009/07/13 17:04:47 mr_bones_ Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-inhell/ChangeLog,v 1.6 2009/10/08 03:41:02 nyhm Exp $
84 +
85 + 08 Oct 2009; Tristan Heaven <nyhm@g.o> doom3-inhell-1.1-r1.ebuild:
86 + EAPI=2; RESTRICT=fetch
87
88 13 Jul 2009; Michael Sterrett <mr_bones_@g.o>
89 doom3-inhell-1.1-r1.ebuild: