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 E5C9B1580F6 for ; Tue, 20 May 2025 19:12:35 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id D3251343093 for ; Tue, 20 May 2025 19:12:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5983A1103DE; Tue, 20 May 2025 19:12:32 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 54DED1103DE for ; Tue, 20 May 2025 19:12:32 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D5C2343097 for ; Tue, 20 May 2025 19:12:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73368254D for ; Tue, 20 May 2025 19:12:30 +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: <1747768341.7fd7f89b619c024246b555fedafaff2653b7cd38.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/megaglest-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/megaglest-data/megaglest-data-3.13.0.ebuild X-VCS-Directories: games-strategy/megaglest-data/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7fd7f89b619c024246b555fedafaff2653b7cd38 X-VCS-Branch: master Date: Tue, 20 May 2025 19:12:30 +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: 48186bba-f09d-4aa1-adf0-a80fa3da8072 X-Archives-Hash: 20146560bd86a2bc3e78724add8701b8 commit: 7fd7f89b619c024246b555fedafaff2653b7cd38 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 19 20:23:49 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 20 19:12:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd7f89b games-strategy/megaglest-data: drop 3.13.0 Signed-off-by: Andreas Sturmlechner gentoo.org> .../megaglest-data/megaglest-data-3.13.0.ebuild | 31 ---------------------- 1 file changed, 31 deletions(-) diff --git a/games-strategy/megaglest-data/megaglest-data-3.13.0.ebuild b/games-strategy/megaglest-data/megaglest-data-3.13.0.ebuild deleted file mode 100644 index d3e8912a573b..000000000000 --- a/games-strategy/megaglest-data/megaglest-data-3.13.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Data files for the cross-platform 3D realtime strategy game MegaGlest" -HOMEPAGE="https://www.megaglest.org/" -SRC_URI="https://github.com/MegaGlest/megaglest-data/releases/download/${PV}/${P}.tar.xz" -S="${WORKDIR}/megaglest-${PV}" - -LICENSE="CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="doc" - -src_configure() { - local mycmakeargs=( - -DMEGAGLEST_APPDATA_INSTALL_PATH="${EPREFIX}"/usr/share/metainfo #709450 - ) - - cmake_src_configure -} - -src_install() { - local DOCS=( docs/{AUTHORS.data,CHANGELOG,README}.txt ) - use doc && local HTML_DOCS=( docs/glest_factions ) - - cmake_src_install -}