summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-03-05 22:17:21 +0300
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-03-05 22:17:21 +0300
commitb538c17ac364c106972b973b68ec0f8959d6720c (patch)
tree291bd6d9f16c44aaabedb04451357afdc98a3cdf
parentgames-action/fieldrunners: update package (diff)
downloadgamerlay-b538c17ac364c106972b973b68ec0f8959d6720c.tar.gz
gamerlay-b538c17ac364c106972b973b68ec0f8959d6720c.tar.bz2
gamerlay-b538c17ac364c106972b973b68ec0f8959d6720c.zip
games-action/voxatron: fixes to package
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
-rw-r--r--games-action/voxatron/metadata.xml5
-rw-r--r--games-action/voxatron/voxatron-0.2.3.ebuild15
2 files changed, 9 insertions, 11 deletions
diff --git a/games-action/voxatron/metadata.xml b/games-action/voxatron/metadata.xml
index e7bdd96..c8ea874 100644
--- a/games-action/voxatron/metadata.xml
+++ b/games-action/voxatron/metadata.xml
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd></herd>
-<maintainer>
+<maintainer type="person">
<email>ComputerDruid@gmail.com</email>
<name>Dan Johnson</name>
</maintainer>
-<maintainer>
+<maintainer type="person">
<email>azamat.hackimov@gmail.com</email>
<name>Azamat H. Hackimov</name>
</maintainer>
diff --git a/games-action/voxatron/voxatron-0.2.3.ebuild b/games-action/voxatron/voxatron-0.2.3.ebuild
index 2d22e25..afc6da4 100644
--- a/games-action/voxatron/voxatron-0.2.3.ebuild
+++ b/games-action/voxatron/voxatron-0.2.3.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
+EAPI=7
+
+inherit multilib-minimal
DESCRIPTION="A voxelicious action adventure"
HOMEPAGE="http://www.lexaloffle.com/voxatron.php"
@@ -11,13 +12,11 @@ RESTRICT="fetch"
LICENSE="Voxatron"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="-* ~amd64 ~x86"
IUSE=""
-DEPEND=""
RDEPEND="
- ${DEPEND}
- media-libs/libsdl[abi_x86_32,opengl]
+ media-libs/libsdl[${MULTILIB_USEDEP},opengl]
"
pkg_nofetch() {
@@ -29,7 +28,7 @@ pkg_nofetch() {
S="${WORKDIR}/${PN}"
src_install() {
- local dir="${GAMES_PREFIX_OPT}/${PN}"
+ local dir="/opt/${PN}"
insinto ${dir}
doins vox.dat
exeinto ${dir}