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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4DD96158042 for ; Sat, 2 Nov 2024 12:06:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95BB9E0884; Sat, 2 Nov 2024 12:06:08 +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 79F8BE0884 for ; Sat, 2 Nov 2024 12:06: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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 984B5342F9E for ; Sat, 2 Nov 2024 12:06:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0274C1F42 for ; Sat, 2 Nov 2024 12:06:05 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1730549139.83390f66fda29e61069779e4102c3c1c5d4bca79.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/adom/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-roguelike/adom/adom-3.3.3-r1.ebuild X-VCS-Directories: games-roguelike/adom/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 83390f66fda29e61069779e4102c3c1c5d4bca79 X-VCS-Branch: master Date: Sat, 2 Nov 2024 12:06:05 +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: 56dfa331-561a-4a2d-9cb5-afba1cbd3c36 X-Archives-Hash: 165eb27be91d6ad46832f184588c2404 commit: 83390f66fda29e61069779e4102c3c1c5d4bca79 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Oct 30 17:50:58 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Nov 2 12:05:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83390f66 games-roguelike/adom: drop old Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/39161 Signed-off-by: Conrad Kostecki gentoo.org> games-roguelike/adom/adom-3.3.3-r1.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/games-roguelike/adom/adom-3.3.3-r1.ebuild b/games-roguelike/adom/adom-3.3.3-r1.ebuild deleted file mode 100644 index 3104784a259b..000000000000 --- a/games-roguelike/adom/adom-3.3.3-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_P="${PN}_linux_debian" - -DESCRIPTION="Ancient Domains Of Mystery rogue-like game" -HOMEPAGE="https://www.adom.de/" -SRC_URI="x86? ( https://www.adom.de/home/download/current/${MY_P}_32_${PV}.tar.gz -> ${P}_x86.tar.gz ) - amd64? ( https://www.adom.de/home/download/current/${MY_P}_64_${PV}.tar.gz -> ${P}_amd64.tar.gz )" -S="${WORKDIR}"/adom - -LICENSE="adom" -SLOT="0" -KEYWORDS="~amd64 ~x86" -RESTRICT="strip" # The executable is pre-stripped - -QA_FLAGS_IGNORED="/opt/bin/adom" -RDEPEND="sys-libs/ncurses-compat:5[abi_x86_32(-)]" - -DOCS=( "docs/adomfaq.txt" "docs/credits.txt" "docs/manual.txt" "docs/readme1st.txt" ) - -src_install() { - exeinto /opt/bin - doexe adom - - einstalldocs -}