From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A1FD138335 for ; Thu, 28 Jun 2018 21:43:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00AFAE0918; Thu, 28 Jun 2018 21:43:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA8F2E0918 for ; Thu, 28 Jun 2018 21:43:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41CCF335C39 for ; Thu, 28 Jun 2018 21:43:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBFE934C for ; Thu, 28 Jun 2018 21:43:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1530222197.c98d8ab90fb2e2c31773531fbfdfc9a28782eeaa.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/blobby/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/blobby/blobby-1.0.ebuild X-VCS-Directories: games-arcade/blobby/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c98d8ab90fb2e2c31773531fbfdfc9a28782eeaa X-VCS-Branch: master Date: Thu, 28 Jun 2018 21:43:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d7f97e6e-cee3-4ddd-998a-75ab6bc9264e X-Archives-Hash: 091ec56df5d5140ab8c2b906b7f8c56b commit: c98d8ab90fb2e2c31773531fbfdfc9a28782eeaa Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jun 28 20:10:01 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jun 28 21:43:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c98d8ab9 games-arcade/blobby: EAPI-6 bump Package-Manager: Portage-2.3.41, Repoman-2.3.9 games-arcade/blobby/blobby-1.0.ebuild | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/games-arcade/blobby/blobby-1.0.ebuild b/games-arcade/blobby/blobby-1.0.ebuild index 1165f262570..413ea74b102 100644 --- a/games-arcade/blobby/blobby-1.0.ebuild +++ b/games-arcade/blobby/blobby-1.0.ebuild @@ -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