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 9120115800A for ; Sat, 12 Aug 2023 17:45:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D65FA2BC031; Sat, 12 Aug 2023 17:45:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B7BD62BC031 for ; Sat, 12 Aug 2023 17:45:47 +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 BD6BA335CD4 for ; Sat, 12 Aug 2023 17:45:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AC56F37 for ; Sat, 12 Aug 2023 17:45:45 +0000 (UTC) From: "Seth Price" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Seth Price" Message-ID: <1691862319.2c28563208546035e22693fa216e2660240f3c6f.sprice623@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-action/classicube/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/classicube/Manifest games-action/classicube/classicube-1.3.5.ebuild X-VCS-Directories: games-action/classicube/ X-VCS-Committer: sprice623 X-VCS-Committer-Name: Seth Price X-VCS-Revision: 2c28563208546035e22693fa216e2660240f3c6f X-VCS-Branch: dev Date: Sat, 12 Aug 2023 17:45:45 +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: cb41ba5f-b992-4795-b554-7da2bedc9281 X-Archives-Hash: a2dc8262078b5f23a3da787f3e268b06 commit: 2c28563208546035e22693fa216e2660240f3c6f Author: Seth Price aol com> AuthorDate: Sat Aug 12 17:43:15 2023 +0000 Commit: Seth Price aol com> CommitDate: Sat Aug 12 17:45:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c285632 games-action/classicube: use .tar.gz dist 1.3.5 Signed-off-by: Seth Price aol.com> games-action/classicube/Manifest | 1 + games-action/classicube/classicube-1.3.5.ebuild | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/games-action/classicube/Manifest b/games-action/classicube/Manifest new file mode 100644 index 0000000000..c6e5dd2914 --- /dev/null +++ b/games-action/classicube/Manifest @@ -0,0 +1 @@ +DIST classicube-1.3.5.tar.gz 2395406 BLAKE2B b3cd38a61ba3dbb1e47d9837bfae9527d9ba34b893101dd9158c75edbaf90256d63f31f3230371458d485c3177a6b9c9d252ed8fef82cd7c99fdb74af08beec0 SHA512 d7eb0fed96a206e4a389a354e6345dd6186a37d6fa0240cc4227745d073b749ba147309f872e4f1599ea79a28d914bb8d53b9d9fdbc5931c6327b9e1de92c5c8 diff --git a/games-action/classicube/classicube-1.3.5.ebuild b/games-action/classicube/classicube-1.3.5.ebuild index 6b4ef90492..26680233f4 100644 --- a/games-action/classicube/classicube-1.3.5.ebuild +++ b/games-action/classicube/classicube-1.3.5.ebuild @@ -3,15 +3,16 @@ EAPI=8 -inherit git-r3 toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Reverse-engineered Minecraft Classic client" HOMEPAGE="https://www.classicube.net/" -EGIT_REPO_URI="https://github.com/UnknownShadow200/ClassiCube" -EGIT_COMMIT="${PV}" +SRC_URI="https://github.com/UnknownShadow200/ClassiCube/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/ClassiCube-${PV}" LICENSE="BSD MIT FTL" SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~sparc ~x86" DEPEND="x11-libs/libX11 x11-libs/libXi virtual/opengl" RDEPEND="${DEPEND}"