commit: 45976b5dc11283c090fc24024d5a395c2d8ea426
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Thu Feb 6 20:03:21 2020 +0000
Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
CommitDate: Thu Feb 6 21:22:35 2020 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=45976b5d
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 <AT> gmail.com>
games-arcade/supermeatboy/supermeatboy-2013.11.11.ebuild | 13 ++++---------
1 file 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}"