Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/blobby/
Date: Thu, 28 Jun 2018 21:43:31
Message-Id: 1530222197.c98d8ab90fb2e2c31773531fbfdfc9a28782eeaa.asturm@gentoo
1 commit: c98d8ab90fb2e2c31773531fbfdfc9a28782eeaa
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 28 20:10:01 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 21:43:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98d8ab9
7
8 games-arcade/blobby: EAPI-6 bump
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 games-arcade/blobby/blobby-1.0.ebuild | 17 +++++++++--------
13 1 file changed, 9 insertions(+), 8 deletions(-)
14
15 diff --git a/games-arcade/blobby/blobby-1.0.ebuild b/games-arcade/blobby/blobby-1.0.ebuild
16 index 1165f262570..413ea74b102 100644
17 --- a/games-arcade/blobby/blobby-1.0.ebuild
18 +++ b/games-arcade/blobby/blobby-1.0.ebuild
19 @@ -1,10 +1,11 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=5
25 -inherit eutils cmake-utils
26 +EAPI=6
27
28 -DESCRIPTION="A beach ball game with blobs of goo"
29 +inherit cmake-utils desktop
30 +
31 +DESCRIPTION="Beach ball game with blobs of goo"
32 HOMEPAGE="https://sourceforge.net/projects/blobby/"
33 SRC_URI="mirror://sourceforge/${PN}/${PN}2-linux-${PV}.tar.gz"
34
35 @@ -13,15 +14,15 @@ SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 IUSE=""
38
39 -RDEPEND=">=dev-games/physfs-2[zip]
40 +RDEPEND="
41 + >=dev-games/physfs-2[zip]
42 media-libs/libsdl[sound,joystick,opengl,video,X]
43 virtual/opengl"
44 DEPEND="${RDEPEND}
45 + app-arch/zip
46 dev-libs/boost
47 virtual/pkgconfig
48 - app-arch/zip" #406667
49 -
50 -DOCS=( AUTHORS ChangeLog README TODO )
51 +"
52
53 PATCHES=(
54 "${FILESDIR}"/${P}-compile.patch