summaryrefslogtreecommitdiff
path: root/games-strategy/naev
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-04 11:22:40 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-04 11:22:40 +0100
commitfe1c8b732bd548b699d4c2ef725f67f8b8c8911c (patch)
tree84c0b6ca01b7cb63c7d6e685a63823200ce1007f /games-strategy/naev
parent7c7c2c9727d6b2ff30945b5aea0d575e1c406d8b (diff)
gentoo resync : 04.05.2018
Diffstat (limited to 'games-strategy/naev')
-rw-r--r--games-strategy/naev/Manifest2
-rw-r--r--games-strategy/naev/naev-0.6.1-r1.ebuild (renamed from games-strategy/naev/naev-0.6.1.ebuild)28
2 files changed, 14 insertions, 16 deletions
diff --git a/games-strategy/naev/Manifest b/games-strategy/naev/Manifest
index 52d94c3bcf43..113e0384af04 100644
--- a/games-strategy/naev/Manifest
+++ b/games-strategy/naev/Manifest
@@ -1,4 +1,4 @@
DIST naev-0.6.1.tar.bz2 1047908 BLAKE2B 3763440c64f89c5ceb5993a3e4ee356d0cc615df8b70dba14ce0fb35d12a0a136e82958349887d9c5a719e14d9ddfc47beb524b88650ea6f7a6859a6422d6898 SHA512 4766c80b49de5a7e748948f0404ac54edbc5afa80618150d1f993d66c7462ea73bfc5220d73073cb51cd76ff5dc6ecdf935d6f843051943136ceefaea9837203
DIST ndata-0.6.1.zip 303984255 BLAKE2B 154d8b326e2596cfe16fc646e7d482c07d7015253b6933889d12b93a2ee7e28649b1f3ffcb0c0ed2bfe9d1e3654623cab00113486d05fe6fd1262ce989bf9c25 SHA512 71c3024e1713b094b63cb0de3c70239d61c54142b715e61d5206c5eb3cb8c7a851fc1b388ecf891110dd8bb5c2b3759af71d20f39cb6e629c71b27386a57d7fe
-EBUILD naev-0.6.1.ebuild 1613 BLAKE2B 57d2ba59bc2f19844237c470571514c568c74bf7ccee7096f6039ee8053050e5abe7018c11c10e822742c3a27d539be68d6a6136fa5b125ddf8032cf483768d8 SHA512 7ac47a9bdb8d43193b77e9c6164e186020267e27463e84bbb9bb46a98c57deb025e9ab982aaa09eb71ad18d183689fa2e06cdd65adee65c0baff505fb370a940
+EBUILD naev-0.6.1-r1.ebuild 1545 BLAKE2B 44c10dd5764f76cfb8c693d5b75072d0262f91ee88e1d0769cc931508b494f710536b6c4bf922b9a97de65f04752a8c4d416ec2323e26677900321725f6a2da9 SHA512 787650821eb5ca41c6c816961fee73b30ed915c2c2ad1fc95c1b389e32230ce809f41e92d601aa662af867db361b6404ebb66f85902b1de4b178cf52268272a0
MISC metadata.xml 480 BLAKE2B 5769dca136bfc7d26f0b5acb60ee6598d75651b7a58d9899b6da0839180a95bee9d183c229026773ec5641e07637e3dbbfbe4fe6f77b0c466fdf62dfb01fc4cc SHA512 d42e9402581393d47976730560c1850d41e0bdd5d8bf842781222b4621db4c5c55ed5b3a886106d7bc43c3830e38bfef55182478fa7eae8bc6342cd1ec293f62
diff --git a/games-strategy/naev/naev-0.6.1.ebuild b/games-strategy/naev/naev-0.6.1-r1.ebuild
index 35e6898d296b..c7932c3eb325 100644
--- a/games-strategy/naev/naev-0.6.1.ebuild
+++ b/games-strategy/naev/naev-0.6.1-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit flag-o-matic gnome2-utils games
+EAPI=6
+inherit flag-o-matic gnome2-utils
DESCRIPTION="A 2D space trading and combat game, in a similar vein to Escape Velocity"
HOMEPAGE="http://blog.naev.org/"
@@ -14,26 +14,29 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug +mixer +openal"
-RDEPEND="media-libs/libsdl2[X,sound,video]
+RDEPEND="
+ media-libs/libsdl2[X,sound,video]
dev-libs/libzip
dev-libs/libxml2
- >=media-libs/freetype-2
+ >=media-libs/freetype-2:2
>=media-libs/libvorbis-1.2.1
- >=media-libs/libpng-1.2:0
+ >=media-libs/libpng-1.2:0=
virtual/glu
virtual/opengl
dev-lang/lua:0
mixer? ( media-libs/sdl2-mixer )
- openal? ( media-libs/openal )"
+ openal? ( media-libs/openal )
+"
DEPEND="${RDEPEND}
- virtual/pkgconfig"
+ virtual/pkgconfig
+"
src_unpack() {
unpack ${P}.tar.bz2
}
src_configure() {
- egamesconf \
+ econf \
--docdir=/usr/share/doc/${PF} \
--enable-lua=shared \
$(use_enable debug) \
@@ -52,8 +55,7 @@ src_install() {
appdatadir=/usr/share/appdata \
Graphicsdir=/usr/share/applications \
install
-
- insinto "${GAMES_DATADIR}"/${PN}
+ insinto /usr/share/${PN}
newins "${DISTDIR}"/ndata-${PV}.zip ndata
local res
@@ -62,17 +64,13 @@ src_install() {
done
rm -f "${D}"/usr/share/doc/${PF}/LICENSE
-
- prepgamesdirs
}
pkg_preinst() {
- games_pkg_preinst
gnome2_icon_savelist
}
pkg_postinst() {
- games_pkg_postinst
gnome2_icon_cache_update
}