summaryrefslogtreecommitdiff
path: root/games-rpg/vendetta-online-bin
diff options
context:
space:
mode:
Diffstat (limited to 'games-rpg/vendetta-online-bin')
-rw-r--r--games-rpg/vendetta-online-bin/Manifest1
-rw-r--r--games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.296.ebuild51
2 files changed, 0 insertions, 52 deletions
diff --git a/games-rpg/vendetta-online-bin/Manifest b/games-rpg/vendetta-online-bin/Manifest
index d28d4947721e..8ef7c7aa54f9 100644
--- a/games-rpg/vendetta-online-bin/Manifest
+++ b/games-rpg/vendetta-online-bin/Manifest
@@ -2,5 +2,4 @@ AUX vendetta 113 BLAKE2B 7f4afc48107ced2af51cb691d2c64229b717016bc81b997bbd6326d
DIST vendetta-online-bin-1.8.296-amd64.sh 235822235 BLAKE2B d5b3218a6928da2f6b0ad8e12d7dbf7052140bb194aceee948ab89d019b59d361c8ddc7eff6d97cf361a9b9b99a7f1b1b8af91339245201203b9aa6d3c4a60ee SHA512 f57b8da6b2364df7ca78c0a8df66cadbc568927376548f95b49da5d641d49a155315583d4323599f59e982b0569b972311fa4717e11dab48e4da95ab235d05a4
DIST vendetta-online-bin-1.8.296-x86.sh 235890404 BLAKE2B cb59204f54a60a42639e542527a7b07019c4d9873bd7b4027abede84f6e2ca321449dabdacb082d7fd3fce343de1db5039d4da8f230ee52a2c0d64b5d5c41cc0 SHA512 909e4960fe85c7bc71cf1530cd8fd9fa096b28c9ba621e3c16e14d1264858939e859fad182e76301322eb45b7c451bd21d87a90274eefb9e71e1fd1eb1f498b0
EBUILD vendetta-online-bin-1.8.296-r1.ebuild 1452 BLAKE2B 6cb257cc270d22aa92438011512317aa3a12f2f59dae3874060c59299d3b04f5b8d8c4ef689e0ea4c937ff8a5080f2958372d710152b1a25b09c1fb58859c02c SHA512 3cdc2a120b8148cec7a7de3bf5eeeb7446b05142bf3933c56e537665ebc3e4189573e44d6f16657d2a9c28c7cd28432f715d1a3805dd8573f767efb9f6169abb
-EBUILD vendetta-online-bin-1.8.296.ebuild 1106 BLAKE2B 5dffa46b437faee8ec9bbe9e9c3061b921e9f8fd98aa26139a073f47cc96b7fc1f2650894e047a03b8bbf950450c8951dad1bc3c14909b423ca0e4c6e137f4f3 SHA512 0e897359bd514a699bd49404c380ef9c7d1bf7c15765a554bf023cd6f336fbb256f121948d619ce7829fc8f93358b3b56634c674f13c3801750a912586274ba3
MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
diff --git a/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.296.ebuild b/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.296.ebuild
deleted file mode 100644
index ccee718020a9..000000000000
--- a/games-rpg/vendetta-online-bin/vendetta-online-bin-1.8.296.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils unpacker 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
- )
- x86? (
- http://mirror.cle.vendetta-online.com/vendetta-linux-ia32-installer.sh
- -> ${P}-x86.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
- newicon install/manual/images/ships.valkyrie.jpg ${PN}.jpg
- make_desktop_entry vendetta "Vendetta Online" /usr/share/pixmaps/${PN}.jpg
-
- prepgamesdirs
-}