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-rpg/vendetta-online-bin: ChangeLog vendetta-online-bin-1.8.21.ebuild vendetta-online-bin-1-r2.ebuild
Date: Wed, 27 Aug 2008 00:19:32
Message-Id: E1KY8ky-0001Ww-JA@stork.gentoo.org
1 nyhm 08/08/27 00:19:28
2
3 Modified: ChangeLog
4 Added: vendetta-online-bin-1.8.21.ebuild
5 Removed: vendetta-online-bin-1-r2.ebuild
6 Log:
7 Version bump, bug #235418
8 (Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
9
10 Revision Changes Path
11 1.3 games-rpg/vendetta-online-bin/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/vendetta-online-bin/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/vendetta-online-bin/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/vendetta-online-bin/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-rpg/vendetta-online-bin/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 1 Aug 2007 01:31:18 -0000 1.2
24 +++ ChangeLog 27 Aug 2008 00:19:28 -0000 1.3
25 @@ -1,10 +1,16 @@
26 # ChangeLog for games-rpg/vendetta-online-bin
27 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/vendetta-online-bin/ChangeLog,v 1.2 2007/08/01 01:31:18 nyhm Exp $
29 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/vendetta-online-bin/ChangeLog,v 1.3 2008/08/27 00:19:28 nyhm Exp $
31 +
32 +*vendetta-online-bin-1.8.21 (27 Aug 2008)
33 +
34 + 27 Aug 2008; Tristan Heaven <nyhm@g.o> +files/vendetta,
35 + -vendetta-online-bin-1-r2.ebuild, +vendetta-online-bin-1.8.21.ebuild:
36 + Version bump, bug #235418
37
38 28 Jul 2007; Chris Gianelloni <wolf31o2@g.o> +metadata.xml,
39 +vendetta-online-bin-1-r2.ebuild:
40 - Moved to games-fps for bug #184918.
41 + Moved from games-fps for bug #184918.
42
43 *vendetta-online-bin-1-r2 (15 Jan 2007)
44
45
46
47
48 1.1 games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.21.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.21.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.21.ebuild?rev=1.1&content-type=text/plain
52
53 Index: vendetta-online-bin-1.8.21.ebuild
54 ===================================================================
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.21.ebuild,v 1.1 2008/08/27 00:19:28 nyhm Exp $
58
59 inherit eutils games
60
61 DESCRIPTION="Space-based MMORPG"
62 HOMEPAGE="http://www.vendetta-online.com/"
63 SRC_URI="amd64? (
64 http://mirror.cle.vendetta-online.com/vendetta-linux-amd64-installer.sh
65 http://mirror.milw.vendetta-online.com/vendetta-linux-amd64-installer.sh
66 )
67 x86? (
68 http://mirror.cle.vendetta-online.com/vendetta-linux-ia32-installer.sh
69 http://mirror.milw.vendetta-online.com/vendetta-linux-ia32-installer.sh
70 )"
71
72 LICENSE="guild"
73 SLOT="0"
74 KEYWORDS="-* ~amd64 ~x86"
75 IUSE=""
76 RESTRICT="mirror strip"
77
78 RDEPEND="virtual/opengl
79 >=x11-libs/gtk+-2"
80
81 S=${WORKDIR}
82
83 src_unpack() {
84 unpack_makeself
85 }
86
87 src_install() {
88 local dir=${GAMES_PREFIX_OPT}/${PN}
89
90 insinto "${dir}"
91 doins -r * || die "doins failed"
92 fperms +x "${dir}"/{vendetta,install/{media.rlb,update.rlb,vendetta}} \
93 || die "fperms failed"
94
95 sed \
96 -e "s:DATADIR:${dir}:" \
97 "${FILESDIR}"/vendetta > "${T}"/vendetta \
98 || die "sed failed"
99
100 dogamesbin "${T}"/vendetta || die "dogamesbin failed"
101 newicon install/manual/images/ships.valkyrie.jpg ${PN}.jpg
102 make_desktop_entry vendetta "Vendetta Online" /usr/share/pixmaps/${PN}.jpg
103
104 prepgamesdirs
105 }