games-arcade/blobby: EAPI-6 bump
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 28 Jun 2018 20:10:01 +0000 (22:10 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 28 Jun 2018 21:43:17 +0000 (23:43 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

games-arcade/blobby/blobby-1.0.ebuild

index 1165f262570449c36451024213b0f2571ba01b63..413ea74b10244f5fe71162f1fcc51e92858224d9 100644 (file)
@@ -1,10 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils cmake-utils
+EAPI=6
 
-DESCRIPTION="A beach ball game with blobs of goo"
+inherit cmake-utils desktop
+
+DESCRIPTION="Beach ball game with blobs of goo"
 HOMEPAGE="https://sourceforge.net/projects/blobby/"
 SRC_URI="mirror://sourceforge/${PN}/${PN}2-linux-${PV}.tar.gz"
 
@@ -13,15 +14,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=dev-games/physfs-2[zip]
+RDEPEND="
+       >=dev-games/physfs-2[zip]
        media-libs/libsdl[sound,joystick,opengl,video,X]
        virtual/opengl"
 DEPEND="${RDEPEND}
+       app-arch/zip
        dev-libs/boost
        virtual/pkgconfig
-       app-arch/zip" #406667
-
-DOCS=( AUTHORS ChangeLog README TODO )
+"
 
 PATCHES=(
        "${FILESDIR}"/${P}-compile.patch