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 53DAB138334 for ; Sun, 24 Nov 2019 22:20:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73C74E0872; Sun, 24 Nov 2019 22:20:12 +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 46D0CE0872 for ; Sun, 24 Nov 2019 22:20:12 +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 C576C34D2DF for ; Sun, 24 Nov 2019 22:20:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D9FD888 for ; Sun, 24 Nov 2019 22:20:08 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1574634002.386062d79079870041231d84a4bb8e14b497f8b9.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-rpg/manaplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-rpg/manaplus/manaplus-1.8.12.8.ebuild games-rpg/manaplus/manaplus-1.9.3.23.ebuild games-rpg/manaplus/manaplus-9999.ebuild games-rpg/manaplus/metadata.xml X-VCS-Directories: games-rpg/manaplus/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 386062d79079870041231d84a4bb8e14b497f8b9 X-VCS-Branch: master Date: Sun, 24 Nov 2019 22:20:08 +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: c1b2f334-3d70-4c57-a8ed-f6903caff5af X-Archives-Hash: f80feb691b57723f275f6928fcfdf851 commit: 386062d79079870041231d84a4bb8e14b497f8b9 Author: Wim Muskee gmail com> AuthorDate: Sun Nov 24 08:42:22 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Nov 24 22:20:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=386062d7 games-rpg/manaplus: fix MissingTestRestrict, update metadata Signed-off-by: Wim Muskee gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13749 Signed-off-by: Aaron Bauman gentoo.org> games-rpg/manaplus/manaplus-1.8.12.8.ebuild | 3 ++- games-rpg/manaplus/manaplus-1.9.3.23.ebuild | 1 + games-rpg/manaplus/manaplus-9999.ebuild | 3 ++- games-rpg/manaplus/metadata.xml | 3 +++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/games-rpg/manaplus/manaplus-1.8.12.8.ebuild b/games-rpg/manaplus/manaplus-1.8.12.8.ebuild index df14d85dc14..3e516d72a9e 100644 --- a/games-rpg/manaplus/manaplus-1.8.12.8.ebuild +++ b/games-rpg/manaplus/manaplus-1.8.12.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,6 +16,7 @@ fi LICENSE="GPL-2+" SLOT="0" IUSE="mumble nls opengl pugixml +sdl2 test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-games/physfs-1.0.0 diff --git a/games-rpg/manaplus/manaplus-1.9.3.23.ebuild b/games-rpg/manaplus/manaplus-1.9.3.23.ebuild index 22fd9fdaa32..9d34cbd23db 100644 --- a/games-rpg/manaplus/manaplus-1.9.3.23.ebuild +++ b/games-rpg/manaplus/manaplus-1.9.3.23.ebuild @@ -16,6 +16,7 @@ fi LICENSE="GPL-2+" SLOT="0" IUSE="mumble nls opengl pugixml +sdl2 test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-games/physfs-1.0.0 diff --git a/games-rpg/manaplus/manaplus-9999.ebuild b/games-rpg/manaplus/manaplus-9999.ebuild index df14d85dc14..3e516d72a9e 100644 --- a/games-rpg/manaplus/manaplus-9999.ebuild +++ b/games-rpg/manaplus/manaplus-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,6 +16,7 @@ fi LICENSE="GPL-2+" SLOT="0" IUSE="mumble nls opengl pugixml +sdl2 test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-games/physfs-1.0.0 diff --git a/games-rpg/manaplus/metadata.xml b/games-rpg/manaplus/metadata.xml index 474048077e6..7ed07135370 100644 --- a/games-rpg/manaplus/metadata.xml +++ b/games-rpg/manaplus/metadata.xml @@ -10,4 +10,7 @@ Use dev-libs/pugixml for XML parsing isntead of dev-libs/libxml2 Enable support for voice chat + + manaplus/manaplus +