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