commit:     474a2392591b48635caede93c49cb2cc6142a186
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 25 16:29:49 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 25 21:35:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=474a2392

games-fps/alienarena: drop 7.66

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-fps/alienarena/alienarena-7.66.ebuild | 71 -----------------------------
 1 file changed, 71 deletions(-)

diff --git a/games-fps/alienarena/alienarena-7.66.ebuild 
b/games-fps/alienarena/alienarena-7.66.ebuild
deleted file mode 100644
index 1630e7efd263..000000000000
--- a/games-fps/alienarena/alienarena-7.66.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools desktop flag-o-matic xdg
-
-MY_P="${P}-linux20130827"
-
-DESCRIPTION="Fast-paced multiplayer deathmatch game"
-HOMEPAGE="http://red.planetarena.org/";
-SRC_URI="
-       http://icculus.org/alienarena/Files/${MY_P}.tar.gz
-       http://red.planetarena.org/files/${MY_P}.tar.gz";
-
-LICENSE="GPL-2 free-noncomm"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dedicated +dga +vidmode +zlib"
-
-RDEPEND="
-       !dedicated? (
-               media-libs/freetype:2
-               media-libs/libvorbis
-               media-libs/openal
-               net-misc/curl
-               virtual/glu
-               virtual/jpeg:0
-               virtual/opengl
-               dga? ( x11-libs/libXxf86dga )
-               vidmode? ( x11-libs/libXxf86vm )
-               zlib? ( sys-libs/zlib )
-       )"
-DEPEND="${RDEPEND}
-       !dedicated? (
-               dga? ( x11-base/xorg-proto )
-               vidmode? ( x11-base/xorg-proto )
-       )"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-format.patch
-       "${FILESDIR}"/${P}-ar.patch
-       "${FILESDIR}"/${P}-C99-inline.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       # too many variables defined in .h to patch, 
https://bugs.gentoo.org/707814
-       append-cflags -fcommon
-
-       econf \
-               --with-icondir="${EPREFIX}/usr/share/icons/hicolor/48x48/apps/" 
\
-               --without-system-libode \
-               --disable-documents \
-               $(use_enable !dedicated client) \
-               $(use_with zlib) \
-               $(use_with vidmode xf86vm) \
-               $(use_with dga xf86dga)
-}
-
-src_install() {
-       DOCS=( docs/README.txt README )
-       default
-
-       use !dedicated && make_desktop_entry ${PN} "Alien Arena"
-}

Reply via email to