From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1436462-garchives=archives.gentoo.org@lists.gentoo.org> 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 D8EA4158094 for <garchives@archives.gentoo.org>; Thu, 15 Sep 2022 21:00:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 063B4E0969; Thu, 15 Sep 2022 21:00:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4FF3E0969 for <gentoo-commits@lists.gentoo.org>; Thu, 15 Sep 2022 21:00:11 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2A6A33FEFB for <gentoo-commits@lists.gentoo.org>; Thu, 15 Sep 2022 21:00:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46AED5D7 for <gentoo-commits@lists.gentoo.org>; Thu, 15 Sep 2022 21:00:09 +0000 (UTC) From: "Matt Turner" <mattst88@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" <mattst88@gentoo.org> Message-ID: <1663275602.c009c0a877ccde5c7954c870b6b3a3987ebb7fd4.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-nibbles/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/gnome-nibbles/gnome-nibbles-3.38.2-r1.ebuild games-arcade/gnome-nibbles/gnome-nibbles-3.38.2.ebuild X-VCS-Directories: games-arcade/gnome-nibbles/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c009c0a877ccde5c7954c870b6b3a3987ebb7fd4 X-VCS-Branch: master Date: Thu, 15 Sep 2022 21:00:09 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 975c204c-274f-43c9-b9c8-4a4459c05b70 X-Archives-Hash: 931818bbd76c0e35c209fdd7fa08a7eb commit: c009c0a877ccde5c7954c870b6b3a3987ebb7fd4 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Thu Sep 15 20:09:30 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Thu Sep 15 21:00:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c009c0a8 games-arcade/gnome-nibbles: Remove vala version restrictions They were resolved in commit acbfede4da1 ("games-arcade/gnome-nibbles: Fix for vala 0.50.4 regression") but the commit did not remove the restrictions themselves. Also bump to EAPI=8 while we're here. Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> ...nome-nibbles-3.38.2.ebuild => gnome-nibbles-3.38.2-r1.ebuild} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/games-arcade/gnome-nibbles/gnome-nibbles-3.38.2.ebuild b/games-arcade/gnome-nibbles/gnome-nibbles-3.38.2-r1.ebuild similarity index 93% rename from games-arcade/gnome-nibbles/gnome-nibbles-3.38.2.ebuild rename to games-arcade/gnome-nibbles/gnome-nibbles-3.38.2-r1.ebuild index ca5b7e496f47..afbe437b2d54 100644 --- a/games-arcade/gnome-nibbles/gnome-nibbles-3.38.2.ebuild +++ b/games-arcade/gnome-nibbles/gnome-nibbles-3.38.2-r1.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -VALA_MAX_API_VERSION="0.50" +EAPI=8 inherit gnome.org gnome2-utils meson vala xdg @@ -12,7 +11,6 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Nibbles https://gitlab.gnome.org/GNOME/gno LICENSE="GPL-3+ CC-BY-SA-3.0" SLOT="0" KEYWORDS="amd64 arm64 ~riscv x86" -IUSE="" RDEPEND=" >=dev-libs/glib-2.42.0:2 @@ -39,8 +37,9 @@ PATCHES=( ) src_prepare() { - xdg_src_prepare - vala_src_prepare + default + vala_setup + xdg_environment_reset } pkg_postinst() {