diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-08-13 00:31:56 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-08-13 00:31:56 +0000 |
commit | f41fbcc65500324b71074ca7441d3df4457982e1 (patch) | |
tree | dbfb7a1eb9ba889506f66a4c26ac2d02e5529a38 /games-rpg/vendetta-online-bin | |
parent | Version bump. Serious ebuild cleaning and added tests. (diff) | |
download | gentoo-2-f41fbcc65500324b71074ca7441d3df4457982e1.tar.gz gentoo-2-f41fbcc65500324b71074ca7441d3df4457982e1.tar.bz2 gentoo-2-f41fbcc65500324b71074ca7441d3df4457982e1.zip |
Version bump
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'games-rpg/vendetta-online-bin')
-rw-r--r-- | games-rpg/vendetta-online-bin/ChangeLog | 10 | ||||
-rw-r--r-- | games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.82.ebuild (renamed from games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.49.ebuild) | 11 |
2 files changed, 16 insertions, 5 deletions
diff --git a/games-rpg/vendetta-online-bin/ChangeLog b/games-rpg/vendetta-online-bin/ChangeLog index 7fe09fcbface..e9854c98bdd9 100644 --- a/games-rpg/vendetta-online-bin/ChangeLog +++ b/games-rpg/vendetta-online-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-rpg/vendetta-online-bin -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/vendetta-online-bin/ChangeLog,v 1.4 2008/12/23 13:36:03 nyhm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/vendetta-online-bin/ChangeLog,v 1.5 2009/08/13 00:31:56 nyhm Exp $ + +*vendetta-online-bin-1.8.82 (13 Aug 2009) + + 13 Aug 2009; Tristan Heaven <nyhm@gentoo.org> + -vendetta-online-bin-1.8.49.ebuild, +vendetta-online-bin-1.8.82.ebuild: + Version bump *vendetta-online-bin-1.8.49 (23 Dec 2008) diff --git a/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.49.ebuild b/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.82.ebuild index 50a25792526d..05b580fb9ea4 100644 --- a/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.49.ebuild +++ b/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.82.ebuild @@ -1,18 +1,23 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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.49.ebuild,v 1.1 2008/12/23 13:36:03 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.82.ebuild,v 1.1 2009/08/13 00:31:56 nyhm Exp $ +EAPI=2 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 + -> ${P}-amd64.sh http://mirror.milw.vendetta-online.com/vendetta-linux-amd64-installer.sh + -> ${P}-amd64.sh ) x86? ( http://mirror.cle.vendetta-online.com/vendetta-linux-ia32-installer.sh + -> ${P}-x86.sh http://mirror.milw.vendetta-online.com/vendetta-linux-ia32-installer.sh + -> ${P}-x86.sh )" LICENSE="guild" @@ -22,7 +27,7 @@ IUSE="" RESTRICT="mirror strip" RDEPEND="virtual/opengl - >=x11-libs/gtk+-2" + x11-libs/gtk+:2" S=${WORKDIR} |