mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
games-engines/nazghul: port to EAPI 7, eutils--
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
inherit eutils vcs-clean
|
||||
inherit desktop vcs-clean
|
||||
|
||||
DESCRIPTION="A computer role-playing game (CRPG) engine with game called HaximA"
|
||||
HOMEPAGE="http://myweb.cableone.net/gmcnutt/nazghul.html"
|
||||
@@ -12,17 +12,17 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="media-libs/libpng:0
|
||||
DEPEND="
|
||||
media-libs/libpng:0
|
||||
>=media-libs/libsdl-1.2.3[X,sound,video]
|
||||
media-libs/sdl-image[png]
|
||||
media-libs/sdl-mixer[midi,vorbis,wav]"
|
||||
media-libs/sdl-mixer[midi,vorbis,wav]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
ecvs_clean
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user