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-action/voxatron/
Date: Thu, 05 Mar 2020 21:19:05
Message-Id: 1583435841.b538c17ac364c106972b973b68ec0f8959d6720c.winterheart@gentoo
1 commit: b538c17ac364c106972b973b68ec0f8959d6720c
2 Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 5 19:17:21 2020 +0000
4 Commit: Azamat H. Hackimov <winterheart <AT> gentoo <DOT> ru>
5 CommitDate: Thu Mar 5 19:17:21 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=b538c17a
7
8 games-action/voxatron: fixes to package
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
12
13 games-action/voxatron/metadata.xml | 5 ++---
14 games-action/voxatron/voxatron-0.2.3.ebuild | 15 +++++++--------
15 2 files changed, 9 insertions(+), 11 deletions(-)
16
17 diff --git a/games-action/voxatron/metadata.xml b/games-action/voxatron/metadata.xml
18 index e7bdd96..c8ea874 100644
19 --- a/games-action/voxatron/metadata.xml
20 +++ b/games-action/voxatron/metadata.xml
21 @@ -1,12 +1,11 @@
22 <?xml version="1.0" encoding="UTF-8"?>
23 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
24 <pkgmetadata>
25 -<herd></herd>
26 -<maintainer>
27 +<maintainer type="person">
28 <email>ComputerDruid@×××××.com</email>
29 <name>Dan Johnson</name>
30 </maintainer>
31 -<maintainer>
32 +<maintainer type="person">
33 <email>azamat.hackimov@×××××.com</email>
34 <name>Azamat H. Hackimov</name>
35 </maintainer>
36
37 diff --git a/games-action/voxatron/voxatron-0.2.3.ebuild b/games-action/voxatron/voxatron-0.2.3.ebuild
38 index 2d22e25..afc6da4 100644
39 --- a/games-action/voxatron/voxatron-0.2.3.ebuild
40 +++ b/games-action/voxatron/voxatron-0.2.3.ebuild
41 @@ -1,8 +1,9 @@
42 -# Copyright 1999-2012 Gentoo Foundation
43 +# Copyright 1999-2020 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45 -# $Header: $
46
47 -EAPI=5
48 +EAPI=7
49 +
50 +inherit multilib-minimal
51
52 DESCRIPTION="A voxelicious action adventure"
53 HOMEPAGE="http://www.lexaloffle.com/voxatron.php"
54 @@ -11,13 +12,11 @@ RESTRICT="fetch"
55
56 LICENSE="Voxatron"
57 SLOT="0"
58 -KEYWORDS="~amd64 ~x86"
59 +KEYWORDS="-* ~amd64 ~x86"
60 IUSE=""
61
62 -DEPEND=""
63 RDEPEND="
64 - ${DEPEND}
65 - media-libs/libsdl[abi_x86_32,opengl]
66 + media-libs/libsdl[${MULTILIB_USEDEP},opengl]
67 "
68
69 pkg_nofetch() {
70 @@ -29,7 +28,7 @@ pkg_nofetch() {
71 S="${WORKDIR}/${PN}"
72
73 src_install() {
74 - local dir="${GAMES_PREFIX_OPT}/${PN}"
75 + local dir="/opt/${PN}"
76 insinto ${dir}
77 doins vox.dat
78 exeinto ${dir}