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 7267D13835A for ; Sun, 18 Apr 2021 06:31:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6BD8E0827; Sun, 18 Apr 2021 06:31:48 +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 878D0E0823 for ; Sun, 18 Apr 2021 06:31:48 +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 9088533BE4E for ; Sun, 18 Apr 2021 06:31:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9A60706 for ; Sun, 18 Apr 2021 06:31:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618727495.ad87f7d0849b7bd971338e42ef8e853371b6a0f5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-server/mtavc/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-server/mtavc/mtavc-0.5-r2.ebuild X-VCS-Directories: games-server/mtavc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ad87f7d0849b7bd971338e42ef8e853371b6a0f5 X-VCS-Branch: master Date: Sun, 18 Apr 2021 06:31:44 +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: 95756279-bb79-4ec9-ae7d-8217269e7461 X-Archives-Hash: 95116acad04fd6b322d18a7047997b8c commit: ad87f7d0849b7bd971338e42ef8e853371b6a0f5 Author: Sam James gentoo org> AuthorDate: Sun Apr 18 06:29:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 18 06:31:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad87f7d0 games-server/mtavc: update EAPI 6 -> 7 Signed-off-by: Sam James gentoo.org> games-server/mtavc/mtavc-0.5-r2.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/games-server/mtavc/mtavc-0.5-r2.ebuild b/games-server/mtavc/mtavc-0.5-r2.ebuild index 4127418ae02..cef256bf4f5 100644 --- a/games-server/mtavc/mtavc-0.5-r2.ebuild +++ b/games-server/mtavc/mtavc-0.5-r2.ebuild @@ -1,21 +1,19 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="dedicated server for GTA3 multiplayer" HOMEPAGE="http://mtavc.com/" SRC_URI="http://files.gonnaplay.com/201/MTAServer0_5-linux.tar.gz" +S="${WORKDIR}" LICENSE="MTA-0.5" SLOT="0" KEYWORDS="-* ~x86" -IUSE="" +RESTRICT="bindist mirror" RDEPEND="sys-libs/libstdc++-v3:5" -DEPEND="" - -S=${WORKDIR} QA_PREBUILT="/opt/${PN}/MTAServer" QA_EXECSTACK="/opt/${PN}/MTAServer"