diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-08-27 00:19:28 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-08-27 00:19:28 +0000 |
commit | 57fe4cfb66e0c7f2d77b0657040a3af5f75833f3 (patch) | |
tree | 76e7d48969303c85bf66d354c68528103017bfc5 /games-rpg | |
parent | Update gcc 4.3 patch borrowed from mandriva, fixing bug #230251. Fix some quo... (diff) | |
download | gentoo-2-57fe4cfb66e0c7f2d77b0657040a3af5f75833f3.tar.gz gentoo-2-57fe4cfb66e0c7f2d77b0657040a3af5f75833f3.tar.bz2 gentoo-2-57fe4cfb66e0c7f2d77b0657040a3af5f75833f3.zip |
Version bump, bug #235418
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'games-rpg')
4 files changed, 67 insertions, 35 deletions
diff --git a/games-rpg/vendetta-online-bin/ChangeLog b/games-rpg/vendetta-online-bin/ChangeLog index b5f7857dab14..8299539022aa 100644 --- a/games-rpg/vendetta-online-bin/ChangeLog +++ b/games-rpg/vendetta-online-bin/ChangeLog @@ -1,10 +1,16 @@ # ChangeLog for games-rpg/vendetta-online-bin -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/vendetta-online-bin/ChangeLog,v 1.2 2007/08/01 01:31:18 nyhm Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/vendetta-online-bin/ChangeLog,v 1.3 2008/08/27 00:19:28 nyhm Exp $ + +*vendetta-online-bin-1.8.21 (27 Aug 2008) + + 27 Aug 2008; Tristan Heaven <nyhm@gentoo.org> +files/vendetta, + -vendetta-online-bin-1-r2.ebuild, +vendetta-online-bin-1.8.21.ebuild: + Version bump, bug #235418 28 Jul 2007; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml, +vendetta-online-bin-1-r2.ebuild: - Moved to games-fps for bug #184918. + Moved from games-fps for bug #184918. *vendetta-online-bin-1-r2 (15 Jan 2007) diff --git a/games-rpg/vendetta-online-bin/files/vendetta b/games-rpg/vendetta-online-bin/files/vendetta new file mode 100644 index 000000000000..00299f5ba8e5 --- /dev/null +++ b/games-rpg/vendetta-online-bin/files/vendetta @@ -0,0 +1,7 @@ +#!/bin/sh + +if [ ! -e ~/.vendetta ] ; then + cp -vR "DATADIR"/install ~/.vendetta +fi + +exec "DATADIR"/vendetta diff --git a/games-rpg/vendetta-online-bin/vendetta-online-bin-1-r2.ebuild b/games-rpg/vendetta-online-bin/vendetta-online-bin-1-r2.ebuild deleted file mode 100644 index 51dd0ca9323b..000000000000 --- a/games-rpg/vendetta-online-bin/vendetta-online-bin-1-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/vendetta-online-bin/vendetta-online-bin-1-r2.ebuild,v 1.1 2007/07/28 00:25:51 wolf31o2 Exp $ - -inherit eutils games - -DESCRIPTION="Space-based MMORPG with amazing graphics" -HOMEPAGE="http://www.vendetta-online.com/" -SRC_URI="x86? ( http://mirror.cle.vendetta-online.com/vendetta-linux-ia32-installer.sh - http://mirror.milw.vendetta-online.com/vendetta-linux-ia32-installer.sh ) - amd64? ( http://mirror.cle.vendetta-online.com/vendetta-linux-amd64-installer.sh - http://mirror.milw.vendetta-online.com/vendetta-linux-amd64-installer.sh )" - -LICENSE="guild" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" -RESTRICT="mirror strip" - -RDEPEND="virtual/opengl - >=x11-libs/gtk+-2" - -S=${WORKDIR} - -src_unpack() { - unpack_makeself -} - -src_install() { - dogamesbin vendetta || die "dogamesbin failed" - prepgamesdirs -} diff --git a/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.21.ebuild b/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.21.ebuild new file mode 100644 index 000000000000..7dbf03234a75 --- /dev/null +++ b/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.21.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $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 $ + +inherit eutils games + +DESCRIPTION="Space-based MMORPG" +HOMEPAGE="http://www.vendetta-online.com/" +SRC_URI="amd64? ( + http://mirror.cle.vendetta-online.com/vendetta-linux-amd64-installer.sh + http://mirror.milw.vendetta-online.com/vendetta-linux-amd64-installer.sh + ) + x86? ( + http://mirror.cle.vendetta-online.com/vendetta-linux-ia32-installer.sh + http://mirror.milw.vendetta-online.com/vendetta-linux-ia32-installer.sh + )" + +LICENSE="guild" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +IUSE="" +RESTRICT="mirror strip" + +RDEPEND="virtual/opengl + >=x11-libs/gtk+-2" + +S=${WORKDIR} + +src_unpack() { + unpack_makeself +} + +src_install() { + local dir=${GAMES_PREFIX_OPT}/${PN} + + insinto "${dir}" + doins -r * || die "doins failed" + fperms +x "${dir}"/{vendetta,install/{media.rlb,update.rlb,vendetta}} \ + || die "fperms failed" + + sed \ + -e "s:DATADIR:${dir}:" \ + "${FILESDIR}"/vendetta > "${T}"/vendetta \ + || die "sed failed" + + dogamesbin "${T}"/vendetta || die "dogamesbin failed" + newicon install/manual/images/ships.valkyrie.jpg ${PN}.jpg + make_desktop_entry vendetta "Vendetta Online" /usr/share/pixmaps/${PN}.jpg + + prepgamesdirs +} |