summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-02-06 23:03:21 +0300
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-02-07 00:22:35 +0300
commit45976b5dc11283c090fc24024d5a395c2d8ea426 (patch)
tree578accfde903899e7fc027a4a5e14f6a530782ac /games-arcade
parentgames-arcade/waking-mars: update EAPI (diff)
downloadgamerlay-45976b5dc11283c090fc24024d5a395c2d8ea426.tar.gz
gamerlay-45976b5dc11283c090fc24024d5a395c2d8ea426.tar.bz2
gamerlay-45976b5dc11283c090fc24024d5a395c2d8ea426.zip
games-arcade/supermeatboy: update EAPI
Remove deprecated games eclass Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/supermeatboy/supermeatboy-2013.11.11.ebuild13
1 files changed, 4 insertions, 9 deletions
diff --git a/games-arcade/supermeatboy/supermeatboy-2013.11.11.ebuild b/games-arcade/supermeatboy/supermeatboy-2013.11.11.ebuild
index fc0f046..2614020 100644
--- a/games-arcade/supermeatboy/supermeatboy-2013.11.11.ebuild
+++ b/games-arcade/supermeatboy/supermeatboy-2013.11.11.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit versionator
+inherit desktop eutils versionator
MY_PN=SuperMeatBoy
MY_PV=$(version_format_string '${2}${3}${1}')
@@ -12,19 +12,17 @@ DESCRIPTION="A platformer where you play as an animated cube of meat"
HOMEPAGE="http://www.supermeatboy.com/"
SRC_URI="${PN}-linux-${MY_PV}-bin"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-IUSE="+system-mariadb"
+IUSE=""
RESTRICT="fetch"
DEPEND="app-arch/zip"
RDEPEND="
- ${DEPEND}
media-libs/openal
media-libs/libsdl2
- system-mariadb? ( <dev-db/mariadb-connector-c-3.0 )
"
S="${WORKDIR}/data"
@@ -54,9 +52,6 @@ src_install() {
insinto "${GAMEDIR}/${ARCH}"
doins "${ARCH}"/libsteam_api.so
-
- use system-mariadb &&
- dosym /usr/lib64/mariadb/libmariadb.so "${GAMEDIR}/${ARCH}"/libmariadb.so.1 ||
doins "${ARCH}"/libmariadb.so.1
exeinto "${GAMEDIR}/${ARCH}"