summaryrefslogtreecommitdiff
path: root/games-rpg/runescape-launcher/runescape-launcher-2.2.9-r1.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-09-04 16:55:50 -0400
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2021-09-04 16:56:38 -0400
commit975af4222185cf3a4bf093a251ae68cc73eba864 (patch)
treee6708a61138197fe86bda1fa8d8592d4e3448dc5 /games-rpg/runescape-launcher/runescape-launcher-2.2.9-r1.ebuild
parente27c87551ea3210d84c4f6854983d72c3b97e6fa (diff)
downloadgentoo-overlay-975af4222185cf3a4bf093a251ae68cc73eba864.tar.xz
gentoo-overlay-975af4222185cf3a4bf093a251ae68cc73eba864.zip
games-rpg/runescape-launcher: add verify-sig, update hash (again...)
Diffstat (limited to 'games-rpg/runescape-launcher/runescape-launcher-2.2.9-r1.ebuild')
-rw-r--r--games-rpg/runescape-launcher/runescape-launcher-2.2.9-r1.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/games-rpg/runescape-launcher/runescape-launcher-2.2.9-r1.ebuild b/games-rpg/runescape-launcher/runescape-launcher-2.2.9-r1.ebuild
deleted file mode 100644
index a1b849d..0000000
--- a/games-rpg/runescape-launcher/runescape-launcher-2.2.9-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker xdg
-
-DESCRIPTION="Official RuneScape NXT client launcher"
-HOMEPAGE="http://www.runescape.com"
-SRC_URI="https://content.runescape.com/downloads/ubuntu/pool/non-free/${PN:0:1}/${PN}/${PN}_${PV}_amd64.deb"
-
-LICENSE="RuneScape-EULA"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE="kde"
-
-DEPEND=""
-RDEPEND="
- x11-libs/cairo
- x11-libs/gdk-pixbuf
- x11-libs/gtk+:2
- sys-libs/libcap
- x11-libs/libSM
- x11-libs/libX11
- x11-libs/libXxf86vm
- dev-libs/openssl
- x11-libs/pango
- media-libs/libsdl2"
-BDEPEND=""
-
-RESTRICT="bindist mirror strip"
-QA_PREBUILT="/usr/share/games/runescape-launcher/runescape"
-
-S="${WORKDIR}"
-
-src_compile() {
- mv usr/share/doc . || die
- gunzip doc/runescape-launcher/changelog.gz || die
- if ! use kde; then
- rm -r usr/share/kde4 || die
- fi
-}
-
-src_install() {
- doins -r usr
- dodoc doc/runescape-launcher/*
-}