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 53A4B1581DE for ; Sun, 2 Jul 2023 01:43:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97855E0819; Sun, 2 Jul 2023 01:43:29 +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 7B096E0819 for ; Sun, 2 Jul 2023 01:43:29 +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 89A28340C35 for ; Sun, 2 Jul 2023 01:43:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D137AC9 for ; Sun, 2 Jul 2023 01:43:25 +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: <1688261723.53ac2875b4ddcae7be8b8de531da381505bccc09.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gtkballs/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/gtkballs/gtkballs-3.1.5-r2.ebuild X-VCS-Directories: games-puzzle/gtkballs/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 53ac2875b4ddcae7be8b8de531da381505bccc09 X-VCS-Branch: master Date: Sun, 2 Jul 2023 01:43:25 +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: 37d0a6ab-400a-4fae-a5f9-986b988f1dd2 X-Archives-Hash: 62515e090e6c3ef67d3a973bd0aad7ba commit: 53ac2875b4ddcae7be8b8de531da381505bccc09 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Jun 27 17:01:05 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jul 2 01:35:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ac2875 games-puzzle/gtkballs: EAPI8 bump, fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31644 Signed-off-by: Conrad Kostecki gentoo.org> games-puzzle/gtkballs/gtkballs-3.1.5-r2.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/games-puzzle/gtkballs/gtkballs-3.1.5-r2.ebuild b/games-puzzle/gtkballs/gtkballs-3.1.5-r2.ebuild index eece76f8cc06..daa64dfe8460 100644 --- a/games-puzzle/gtkballs/gtkballs-3.1.5-r2.ebuild +++ b/games-puzzle/gtkballs/gtkballs-3.1.5-r2.ebuild @@ -1,14 +1,15 @@ -# 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="An entertaining game based on the old DOS game lines" HOMEPAGE="http://gtkballs.antex.ru/" SRC_URI="http://gtkballs.antex.ru/dist/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="nls" @@ -17,8 +18,8 @@ RDEPEND=" x11-libs/gtk+:2 nls? ( virtual/libintl ) " -DEPEND="${RDEPEND} - virtual/pkgconfig +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig nls? ( >=sys-devel/gettext-0.10.38 ) "