From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1706900-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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B03615813A for <garchives@archives.gentoo.org>; Tue, 07 Jan 2025 12:53:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 736A9E0794; Tue, 07 Jan 2025 12:53:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2B87BE0798 for <gentoo-commits@lists.gentoo.org>; Tue, 07 Jan 2025 12:53:18 +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 443E8340C39 for <gentoo-commits@lists.gentoo.org>; Tue, 07 Jan 2025 12:53:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86D5B1D64 for <gentoo-commits@lists.gentoo.org>; Tue, 07 Jan 2025 12:53:14 +0000 (UTC) From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" <davidroman96@gmail.com> Message-ID: <1736253931.0c12dfebc30fd73507b7293fab6114e6798b9e5a.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-action/ATLauncher/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild games-action/ATLauncher/Manifest X-VCS-Directories: games-action/ATLauncher/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 0c12dfebc30fd73507b7293fab6114e6798b9e5a X-VCS-Branch: master Date: Tue, 07 Jan 2025 12:53:14 +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: a87d75ea-bb32-4b6d-bd8c-c14df2738dd6 X-Archives-Hash: 8c2363d4304a97db739ff23d4e5f6b19 Message-ID: <20250107125314.AhRnY7DZ-gWmt9m1zYOMgZdD_bfmLN8ozqn051Hvd8w@z> commit: 0c12dfebc30fd73507b7293fab6114e6798b9e5a Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Tue Jan 7 12:45:31 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Tue Jan 7 12:45:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c12dfeb games-action/ATLauncher: drop 3.4.3.1 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild | 44 ----------------------- games-action/ATLauncher/Manifest | 1 - 2 files changed, 45 deletions(-) diff --git a/games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild b/games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild deleted file mode 100644 index 2a67cb469..000000000 --- a/games-action/ATLauncher/ATLauncher-3.4.3.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2019-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop java-pkg-2 xdg - -DESCRIPTION="Minecraft launcher which integrates multiple different ModPacks" -HOMEPAGE="https://atlauncher.com - https://github.com/ATLauncher/ATLauncher" -SRC_URI="https://github.com/ATLauncher/ATLauncher/releases/download/v${PV}/${P}.jar - https://raw.githubusercontent.com/ATLauncher/ATLauncher/master/src/main/resources/assets/image/icon.ico -> ${PN}.ico" - -S="${WORKDIR}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND="media-gfx/imagemagick[png]" -RDEPEND="virtual/jre:1.8" - -src_unpack() { - # do not unpack jar file - cp "${DISTDIR}/${PN}.ico" "${S}" || die -} - -src_compile() { - convert ${PN}.ico ${PN}.png || die -} - -src_install() { - java-pkg_newjar "${DISTDIR}/${P}.jar" ${PN}.jar - - dobin "${FILESDIR}/${PN}" - - newicon -s 256x256 ${PN}-0.png atlauncher.png - newicon -s 128x128 ${PN}-1.png atlauncher.png - newicon -s 64x64 ${PN}-2.png atlauncher.png - newicon -s 48x48 ${PN}-3.png atlauncher.png - newicon -s 32x32 ${PN}-4.png atlauncher.png - newicon -s 16x16 ${PN}-5.png atlauncher.png - make_desktop_entry ${PN} "ATLauncher" atlauncher Game -} diff --git a/games-action/ATLauncher/Manifest b/games-action/ATLauncher/Manifest index 320d2e73d..3ab4a315c 100644 --- a/games-action/ATLauncher/Manifest +++ b/games-action/ATLauncher/Manifest @@ -1,3 +1,2 @@ DIST ATLauncher-3.4.27.0.jar 22508308 BLAKE2B 36d725b4e75407363245487470930b2bbfddfca9849905d4738b08764043e8a449cfc33cf2e41679e415cabe0b49f717bd5293aa03ddda6a1c5f7bbe890ef8af SHA512 1ea03c559d0983e644ab8433aacd849b29ccc73c2aa22e37ca97dc0723b5fec939712db6235a8bea1e833217d5e05b2abe10f3b699bd19ac5f8a5040ad8ebcac -DIST ATLauncher-3.4.3.1.jar 13796481 BLAKE2B 909e6a22f743bcd69109a8d14a197f7e81f3773a324df789cc1a23f5f6884f8a17a3321738542b67a3b783d6e98b353b76b12d9cd354de1b78c548b84e4262c7 SHA512 6c8c897c904129e17436604d6b05fe9fa16ba7c1269d22a76a89b5f9db6a319657bf28147d8b5159b8829b057b86ab9a8de5dcde33f622f9621351a1803b46e6 DIST ATLauncher.ico 370070 BLAKE2B 992e5df968054884c21f136b8f16f2b14e8d321b2196ebc07f7a59621223ca79b896f63b21dba864f61f238ca1864039a410d8089127714163092f65d0ca7f27 SHA512 353f6dd68475778cc8e97a773e800fe532df2f6d28d5babc751cfb5ed7ef24ef6246f76d26e3e25706e458741d604bb8fa8e79cb8904900284f0f7b0f9488bfb