From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 9D7DF1581FD for ; Tue, 09 Sep 2025 22:04:20 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 898F7340FEE for ; Tue, 09 Sep 2025 22:04:20 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E4663110576; Tue, 09 Sep 2025 22:04:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DD480110576 for ; Tue, 09 Sep 2025 22:04:08 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93392340E96 for ; Tue, 09 Sep 2025 22:04:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 120653966 for ; Tue, 09 Sep 2025 22:04:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1757455430.659602bdbaf570e1ffe321483762dab91951cb07.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/armagetronad/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/armagetronad/armagetronad-0.2.9.2.3-r1.ebuild X-VCS-Directories: games-action/armagetronad/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 659602bdbaf570e1ffe321483762dab91951cb07 X-VCS-Branch: master Date: Tue, 09 Sep 2025 22:04:06 +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: 931e7543-ae2d-4e8f-b2c5-6032cbd49b32 X-Archives-Hash: d0a467ad1d15ea0993589a4f672741f9 commit: 659602bdbaf570e1ffe321483762dab91951cb07 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 9 21:03:25 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 9 22:03:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659602bd games-action/armagetronad: drop 0.2.9.2.3-r1 Bug: https://bugs.gentoo.org/955800 Signed-off-by: Andreas Sturmlechner gentoo.org> .../armagetronad/armagetronad-0.2.9.2.3-r1.ebuild | 64 ---------------------- 1 file changed, 64 deletions(-) diff --git a/games-action/armagetronad/armagetronad-0.2.9.2.3-r1.ebuild b/games-action/armagetronad/armagetronad-0.2.9.2.3-r1.ebuild deleted file mode 100644 index 33cf9e844d64..000000000000 --- a/games-action/armagetronad/armagetronad-0.2.9.2.3-r1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools desktop - -DESCRIPTION="Fast-paced 3D lightcycle game based on Tron" -HOMEPAGE="https://www.armagetronad.org/" -SRC_URI="https://launchpad.net/armagetronad/$(ver_cut 1-3)/${PV}/+download/armagetronad-${PV}.tbz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dedicated sound" - -RDEPEND=" - dev-libs/libxml2:= - !dedicated? ( - media-libs/libpng:0= - media-libs/libsdl[X,opengl,video,sound?] - media-libs/sdl-image[jpeg,png] - virtual/glu - virtual/opengl - sound? ( media-libs/sdl-mixer ) - )" -DEPEND="${RDEPEND}" - -PATCHES=( - "${FILESDIR}"/${PN}-0.2.9.1.0-AR.patch -) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - local econfargs=( - $(use_enable dedicated) - $(use_enable sound music) - # following options only mess with paths and users - --disable-games - --disable-sysinstall - --disable-uninstall - --disable-useradd - ) - econf ${econfargs[@]} -} - -src_install() { - # long history of being broken without -j1 (bug #330705,698020) - # do not remove (again) without a proper fix or extensive tests - emake -j1 DESTDIR="${D}" install - einstalldocs - - # handle misplaced .desktop / icons - if ! use dedicated; then - rm -r "${ED}"/usr/share/${PN}/desktop || die - doicon desktop/icons/48x48/armagetronad.png - make_desktop_entry ${PN} - fi -}