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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1DCAB158009 for ; Fri, 23 Jun 2023 21:29:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4B5CE08BE; Fri, 23 Jun 2023 21:29:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6FDAE08BE for ; Fri, 23 Jun 2023 21:29:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4260340B28 for ; Fri, 23 Jun 2023 21:29:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD195AA0 for ; Fri, 23 Jun 2023 21:29:41 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1687555705.4aecee71d205b709a83e1e9114e82f4491f69adc.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/openbubbles/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/openbubbles/openbubbles-1.2-r1.ebuild X-VCS-Directories: games-arcade/openbubbles/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 4aecee71d205b709a83e1e9114e82f4491f69adc X-VCS-Branch: master Date: Fri, 23 Jun 2023 21:29:41 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fcf6718c-da2c-4da3-9f2f-6e763349e02a X-Archives-Hash: fe68c3c54203ca9ac650e619fa4ba8ea commit: 4aecee71d205b709a83e1e9114e82f4491f69adc Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Jun 17 11:41:27 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Jun 23 21:28:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aecee71 games-arcade/openbubbles: EAPI8 bump, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31507 Signed-off-by: Conrad Kostecki gentoo.org> games-arcade/openbubbles/openbubbles-1.2-r1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/games-arcade/openbubbles/openbubbles-1.2-r1.ebuild b/games-arcade/openbubbles/openbubbles-1.2-r1.ebuild index 050bff57fca9..621fcba7e7ab 100644 --- a/games-arcade/openbubbles/openbubbles-1.2-r1.ebuild +++ b/games-arcade/openbubbles/openbubbles-1.2-r1.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit desktop -DESCRIPTION="A clone of Evan Bailey's game Bubbles" +DESCRIPTION="Clone of Evan Bailey's game Bubbles" HOMEPAGE="https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/" SRC_URI="https://web.archive.org/web/20101126190910/http://www.freewebs.com/lasindi/openbubbles/${P}.tar.bz2" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~hppa ~x86" -IUSE="" DEPEND="media-libs/libsdl[sound,video] media-libs/sdl-image[png]