summaryrefslogtreecommitdiff
path: root/games-puzzle/zaz
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-02 14:13:35 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-02 14:13:35 +0100
commit7c7c2c9727d6b2ff30945b5aea0d575e1c406d8b (patch)
treebac2a67fb24ac0836147fe370d30e1610ae1845d /games-puzzle/zaz
parent2f8db31405fac68eea6f7257d58529243815033b (diff)
gentoo resync : 02.05.2018
Diffstat (limited to 'games-puzzle/zaz')
-rw-r--r--games-puzzle/zaz/Manifest2
-rw-r--r--games-puzzle/zaz/zaz-1.0.0-r1.ebuild (renamed from games-puzzle/zaz/zaz-1.0.0.ebuild)26
2 files changed, 13 insertions, 15 deletions
diff --git a/games-puzzle/zaz/Manifest b/games-puzzle/zaz/Manifest
index c3345e1fe58f..a1d94c298b34 100644
--- a/games-puzzle/zaz/Manifest
+++ b/games-puzzle/zaz/Manifest
@@ -1,4 +1,4 @@
AUX zaz-1.0.0-build.patch 402 BLAKE2B 1f34e5961fee645ba6c55239d0795f7988bc2b3e0ee1da2ca3033f68d145d94ecc3894072bb8ac38802b6fd5cc3d8011ae5bde545dafd3b4133d73381b95a1f1 SHA512 4c7b8659407295b1a2003ecfe74f57dad73964666920a1f25fab87518fc6fb4f74285f051bf5df81c205faea5054908fb6da8e427d79ed4cd91f82212be2daa6
DIST zaz-1.0.0.tar.bz2 25170073 BLAKE2B 6502b880a024dec356e7a1f8dfd29f7353d5de07e08a2de7480db32fec5af17adb9210e4f0b3c17f2b27a6977ae3647d7458d5d21dacff66c2085801fda45985 SHA512 8383732aefb1f83623af35c85fc90e0468ca15e2ffb5577d22a5a1b1c60154d3829c58c04bba675c49a7e4b4d14b6fec920c67c6a820a927d2ab5f80b5d694cb
-EBUILD zaz-1.0.0.ebuild 1186 BLAKE2B d7d08274316c14714ceff8761d947f493a9ff6b492b2d306b4974d85946baed8429735ff2de8264f79338a995a0845e121b2aa2e37befc9822d4da793c1a2ca7 SHA512 2ed3e2667b7783a41db0582665aa78ad237bcc8a2e04badddac13c8591608f839c045aeee44299291bdab4685c4cb98dd401a98e59465453859010154d57c1e0
+EBUILD zaz-1.0.0-r1.ebuild 1104 BLAKE2B b3a625b95df5abc7de588d49b78da79da8fa5df4272026e115fa79f6c611c458cf8887afe0d40073bdde16c5e20ececde1ea819e9b5ca3b86cac9ec82965f3f6 SHA512 6cd2843a7fda0ec2ff34c6618ba924ab30fd3ad0bf84bd6c095f50857a7e7a2805e1a648f2c0add6fb77d96905bdfc6b2fecd6ef0334f031efde3757feb898ec
MISC metadata.xml 326 BLAKE2B 962f166dc4d93ffdf146a76d3e45bb96284a47bb845755e1f7450d2de5ad662abb1a2d63c21ad4e23e5e8cc16a8a2d9fa36503049262205666168c5486d86ff6 SHA512 c96c9c7a3ff21d49bcaf2418c5c21e2f83070d2d148d8a8faaeb790ca3dbc522ecab9d28a1df884e5e47543fb8067ce538e6ba62c04da8f43e6f6241cb0134ba
diff --git a/games-puzzle/zaz/zaz-1.0.0.ebuild b/games-puzzle/zaz/zaz-1.0.0-r1.ebuild
index 002808730c0e..1ea20bafcd65 100644
--- a/games-puzzle/zaz/zaz-1.0.0.ebuild
+++ b/games-puzzle/zaz/zaz-1.0.0-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit autotools flag-o-matic eutils games
+EAPI=6
+inherit autotools flag-o-matic
DESCRIPTION="A puzzle game where the player has to arrange balls in triplets"
HOMEPAGE="https://sourceforge.net/projects/zaz/"
@@ -13,23 +13,27 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
-RDEPEND="virtual/opengl
+RDEPEND="
+ virtual/opengl
virtual/glu
media-libs/libsdl[X,sound,video]
media-libs/sdl-image[jpeg,png]
media-libs/libvorbis
media-libs/libtheora
media-libs/ftgl
- virtual/libintl"
+ virtual/libintl
+"
DEPEND="${RDEPEND}
virtual/pkgconfig
- nls? ( sys-devel/gettext )"
+ nls? ( sys-devel/gettext )
+"
src_prepare() {
+ default
local x=/usr/share/gettext/po/Makefile.in.in
[[ -e $x ]] && cp -f $x po/ #336119
- epatch "${FILESDIR}"/${P}-build.patch
+ eapply "${FILESDIR}"/${P}-build.patch
eautoreconf
}
@@ -37,15 +41,9 @@ src_configure() {
append-libs -lvorbis
append-cflags $(pkg-config sdl --cflags)
append-cxxflags $(pkg-config sdl --cflags)
- egamesconf \
- --disable-dependency-tracking \
+ econf \
--with-applicationdir=/usr/share/applications \
--with-icondir=/usr/share/pixmaps \
--localedir=/usr/share/locale \
$(use_enable nls)
}
-
-src_install() {
- default
- prepgamesdirs
-}