summaryrefslogtreecommitdiff
path: root/games-rpg/runescape-launcher/runescape-launcher-2.2.7.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-12-16 12:46:24 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-12-16 12:46:24 -0500
commit85af53e62ade35d0f35d995b1af1349ea4e15f9b (patch)
treedd504d5255a59693461f1b47cd135bf02b02b85b /games-rpg/runescape-launcher/runescape-launcher-2.2.7.ebuild
parent738c673c2f2d1ebf361bdae93e01d120561ace5a (diff)
downloadgentoo-overlay-85af53e62ade35d0f35d995b1af1349ea4e15f9b.tar.xz
gentoo-overlay-85af53e62ade35d0f35d995b1af1349ea4e15f9b.zip
games-rpg/runescape-launcher: bump, some fixes
Diffstat (limited to 'games-rpg/runescape-launcher/runescape-launcher-2.2.7.ebuild')
-rw-r--r--games-rpg/runescape-launcher/runescape-launcher-2.2.7.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/games-rpg/runescape-launcher/runescape-launcher-2.2.7.ebuild b/games-rpg/runescape-launcher/runescape-launcher-2.2.7.ebuild
deleted file mode 100644
index e26b693..0000000
--- a/games-rpg/runescape-launcher/runescape-launcher-2.2.7.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit unpacker
-
-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"
-
-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_install() {
- cp -r usr "${D}"
-}