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 AF8D21382C5 for ; Thu, 29 Apr 2021 22:28:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0513EE0814; Thu, 29 Apr 2021 22:28:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 DBD37E0814 for ; Thu, 29 Apr 2021 22:28:51 +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 B3405340E38 for ; Thu, 29 Apr 2021 22:28:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 138CEC3 for ; Thu, 29 Apr 2021 22:28:49 +0000 (UTC) From: "Samuel Bauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Samuel Bauer" Message-ID: <1619735244.46ee80599cf0e0f4a069cbc332bc62a8e83ef64b.samuel.bauer@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/blackvoxel/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/blackvoxel/blackvoxel-2.42.ebuild games-action/blackvoxel/blackvoxel-9999.ebuild X-VCS-Directories: games-action/blackvoxel/ X-VCS-Committer: samuel.bauer X-VCS-Committer-Name: Samuel Bauer X-VCS-Revision: 46ee80599cf0e0f4a069cbc332bc62a8e83ef64b X-VCS-Branch: dev Date: Thu, 29 Apr 2021 22:28:49 +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: 12fe955c-672b-41bd-a3a1-896550e92e88 X-Archives-Hash: ea88aa866019af74941180e3cf8b3ecd commit: 46ee80599cf0e0f4a069cbc332bc62a8e83ef64b Author: Samuel Bauer yahoo fr> AuthorDate: Thu Apr 29 22:27:24 2021 +0000 Commit: Samuel Bauer yahoo fr> CommitDate: Thu Apr 29 22:27:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46ee8059 games-action/blackvoxel: drop eutils Signed-off-by: Samuel Bauer yahoo.fr> games-action/blackvoxel/blackvoxel-2.42.ebuild | 2 +- games-action/blackvoxel/blackvoxel-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-action/blackvoxel/blackvoxel-2.42.ebuild b/games-action/blackvoxel/blackvoxel-2.42.ebuild index 125773d8b..aac110c09 100644 --- a/games-action/blackvoxel/blackvoxel-2.42.ebuild +++ b/games-action/blackvoxel/blackvoxel-2.42.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop eutils xdg +inherit desktop xdg DESCRIPTION="Blackvoxel Video Game" HOMEPAGE="https://www.blackvoxel.com/" diff --git a/games-action/blackvoxel/blackvoxel-9999.ebuild b/games-action/blackvoxel/blackvoxel-9999.ebuild index 6e3d11256..b52f4b8b1 100644 --- a/games-action/blackvoxel/blackvoxel-9999.ebuild +++ b/games-action/blackvoxel/blackvoxel-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit eutils git-r3 +inherit git-r3 DESCRIPTION="Blackvoxel Video Game" HOMEPAGE="https://www.blackvoxel.com/"