Gentoo Archives: gentoo-commits

From: "Azamat H. Hackimov" <winterheart@××××××.ru>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-arcade/supermeatboy/
Date: Thu, 06 Feb 2020 21:22:47
Message-Id: 1581024155.45976b5dc11283c090fc24024d5a395c2d8ea426.winterheart@gentoo
1 commit: 45976b5dc11283c090fc24024d5a395c2d8ea426
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 6 20:03:21 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Thu Feb 6 21:22:35 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=45976b5d
7
8 games-arcade/supermeatboy: update EAPI
9
10 Remove deprecated games eclass
11
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
14
15 games-arcade/supermeatboy/supermeatboy-2013.11.11.ebuild | 13 ++++---------
16 1 file changed, 4 insertions(+), 9 deletions(-)
17
18 diff --git a/games-arcade/supermeatboy/supermeatboy-2013.11.11.ebuild b/games-arcade/supermeatboy/supermeatboy-2013.11.11.ebuild
19 index fc0f046..2614020 100644
20 --- a/games-arcade/supermeatboy/supermeatboy-2013.11.11.ebuild
21 +++ b/games-arcade/supermeatboy/supermeatboy-2013.11.11.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28
29 -inherit versionator
30 +inherit desktop eutils versionator
31
32 MY_PN=SuperMeatBoy
33 MY_PV=$(version_format_string '${2}${3}${1}')
34 @@ -12,19 +12,17 @@ DESCRIPTION="A platformer where you play as an animated cube of meat"
35 HOMEPAGE="http://www.supermeatboy.com/"
36 SRC_URI="${PN}-linux-${MY_PV}-bin"
37
38 -LICENSE="as-is"
39 +LICENSE="all-rights-reserved"
40 SLOT="0"
41 KEYWORDS="-* ~amd64 ~x86"
42 -IUSE="+system-mariadb"
43 +IUSE=""
44
45 RESTRICT="fetch"
46
47 DEPEND="app-arch/zip"
48 RDEPEND="
49 - ${DEPEND}
50 media-libs/openal
51 media-libs/libsdl2
52 - system-mariadb? ( <dev-db/mariadb-connector-c-3.0 )
53 "
54
55 S="${WORKDIR}/data"
56 @@ -54,9 +52,6 @@ src_install() {
57
58 insinto "${GAMEDIR}/${ARCH}"
59 doins "${ARCH}"/libsteam_api.so
60 -
61 - use system-mariadb &&
62 - dosym /usr/lib64/mariadb/libmariadb.so "${GAMEDIR}/${ARCH}"/libmariadb.so.1 ||
63 doins "${ARCH}"/libmariadb.so.1
64
65 exeinto "${GAMEDIR}/${ARCH}"