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/quake3-osp: ChangeLog quake3-osp-1.03a-r1.ebuild
Date: Wed, 07 Oct 2009 00:25:25
Message-Id: E1MvKLL-0003ma-Qo@stork.gentoo.org
1 nyhm 09/10/07 00:25:23
2
3 Modified: ChangeLog quake3-osp-1.03a-r1.ebuild
4 Log:
5 EAPI=2; update SRC_URI; remove useless files
6 (Portage version: 2.2_rc44/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 games-fps/quake3-osp/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-osp/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-osp/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-osp/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-osp/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 23 Jan 2009 18:04:58 -0000 1.8
22 +++ ChangeLog 7 Oct 2009 00:25:23 -0000 1.9
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-fps/quake3-osp
25 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-osp/ChangeLog,v 1.8 2009/01/23 18:04:58 mr_bones_ Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-osp/ChangeLog,v 1.9 2009/10/07 00:25:23 nyhm Exp $
29 +
30 + 07 Oct 2009; Tristan Heaven <nyhm@g.o> quake3-osp-1.03a-r1.ebuild:
31 + EAPI=2; update SRC_URI; remove useless files
32
33 23 Jan 2009; Michael Sterrett <mr_bones_@g.o>
34 quake3-osp-1.03a-r1.ebuild:
35
36
37
38 1.4 games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild?r1=1.3&r2=1.4
43
44 Index: quake3-osp-1.03a-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- quake3-osp-1.03a-r1.ebuild 1 Oct 2009 21:42:26 -0000 1.3
51 +++ quake3-osp-1.03a-r1.ebuild 7 Oct 2009 00:25:23 -0000 1.4
52 @@ -1,6 +1,8 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild,v 1.3 2009/10/01 21:42:26 nyhm Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild,v 1.4 2009/10/07 00:25:23 nyhm Exp $
57 +
58 +EAPI=2
59
60 MOD_DESC="a tournament mod"
61 MOD_NAME="OSP"
62 @@ -8,15 +10,15 @@
63
64 inherit games games-mods
65
66 -SRC_URI="http://www.flatlands.ch/filebase/mods/left/osp-Quake3-${PV}_full.zip
67 - http://games13.xs4all.nl/quake3/osp-Quake3-${PV}_full.zip"
68 HOMEPAGE="http://www.orangesmoothie.org/"
69 +SRC_URI="http://www.sunflow.com/orangesmoothie/downloads/osp-Quake3-${PV}_full.zip"
70
71 LICENSE="GPL-2"
72 -KEYWORDS="-* ~amd64 ~ppc ~x86"
73 +KEYWORDS="~amd64 ~ppc ~x86"
74 IUSE="dedicated opengl"
75
76 -pkg_nofetch() {
77 - einfo "Go to http://www.fileshack.com/file.x?fid=1515 and download"
78 - einfo "${A} and put it in ${DISTDIR}"
79 +src_prepare() {
80 + cd ${MOD_DIR}
81 + rm -f VoodooStats-ReadMe.txt *.exe
82 + rm -rf voodoo
83 }