Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/wizznic/
Date: Thu, 31 Mar 2016 06:52:27
Message-Id: 1459407125.2a36e8a2916d844db20a7d5a70e765bf2f1e5020.mr_bones_@gentoo
1 commit: 2a36e8a2916d844db20a7d5a70e765bf2f1e5020
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 06:51:07 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 06:52:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a36e8a2
7
8 games-puzzle/wizznic: build with gcc5 (bug #574100); update HOMEPAGE
9
10 Package-Manager: portage-2.2.26
11
12 games-puzzle/wizznic/wizznic-306.ebuild | 14 ++++++++------
13 1 file changed, 8 insertions(+), 6 deletions(-)
14
15 diff --git a/games-puzzle/wizznic/wizznic-306.ebuild b/games-puzzle/wizznic/wizznic-306.ebuild
16 index 2463eaf..a79e8fe 100644
17 --- a/games-puzzle/wizznic/wizznic-306.ebuild
18 +++ b/games-puzzle/wizznic/wizznic-306.ebuild
19 @@ -1,22 +1,23 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26 -inherit eutils games
27 +inherit eutils flag-o-matic games
28
29 DESCRIPTION="Block-clearing puzzle game"
30 -HOMEPAGE="http://wizznic.sourceforge.net/"
31 +HOMEPAGE="http://wizznic.org/"
32 SRC_URI="mirror://sourceforge/wizznic/Wizznic_src_build_${PV}.tar.bz2"
33
34 -LICENSE="GPL-3"
35 +LICENSE="GPL-3+"
36 SLOT="0"
37 KEYWORDS="amd64 x86"
38 IUSE=""
39
40 -DEPEND="media-libs/libsdl[sound,joystick,video]
41 +DEPEND="media-libs/libsdl[sound,joystick,opengl,video]
42 media-libs/sdl-image[png]
43 - media-libs/sdl-mixer[vorbis]"
44 + media-libs/sdl-mixer[vorbis]
45 + virtual/opengl"
46 RDEPEND=${DEPEND}
47
48 S=${WORKDIR}/Wizznic_src_build_${PV}
49 @@ -32,6 +33,7 @@ src_prepare() {
50 sed -i \
51 -e '/Dt WIZZNIC/s/1/6/' \
52 doc/wizznic.6 || die
53 + append-cflags -std=gnu89 # build with gcc5 (bug #574100)
54 }
55
56 src_compile() {