summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-06-09 18:59:04 +0200
committerIonen Wolkens <ionen@gentoo.org>2021-06-15 16:00:17 -0400
commit523181563bbd2cf0666803153fbcbffee6dc892c (patch)
treefc0bb48e44c0074ec49e4dcb649d4e30c14c75df /games-arcade
parentapp-crypt/age: cleanup (diff)
downloadgentoo-523181563bbd2cf0666803153fbcbffee6dc892c.tar.gz
gentoo-523181563bbd2cf0666803153fbcbffee6dc892c.tar.bz2
gentoo-523181563bbd2cf0666803153fbcbffee6dc892c.zip
games-arcade/abe: EAPI bump, minor improvements
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/abe/abe-1.1-r1.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/games-arcade/abe/abe-1.1-r1.ebuild b/games-arcade/abe/abe-1.1-r1.ebuild
index 9e2dbd751738..0e3877c63b47 100644
--- a/games-arcade/abe/abe-1.1-r1.ebuild
+++ b/games-arcade/abe/abe-1.1-r1.ebuild
@@ -1,26 +1,26 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+
inherit desktop toolchain-funcs
-DESCRIPTION="A scrolling, platform-jumping, key-collecting, ancient pyramid exploring game"
+DESCRIPTION="Scrolling, platform-jumping, key-collecting, ancient pyramid exploring game"
HOMEPAGE="http://abe.sourceforge.net/"
SRC_URI="mirror://sourceforge/abe/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="media-libs/libsdl[sound,video]
x11-libs/libXi
media-libs/sdl-mixer[vorbis]"
-RDEPEND=${DEPEND}
+RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
- cd "${S}"
+ cd "${S}" || die
unpack ./images/images.tar
}
@@ -51,6 +51,7 @@ src_prepare() {
}
src_configure() {
+ tc-export CC CXX
econf --with-data-dir=/usr/share/${PN}
}