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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D08813835B for ; Sun, 15 Nov 2020 20:03:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 615CAE091A; Sun, 15 Nov 2020 20:03:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4ACEBE091A for ; Sun, 15 Nov 2020 20:03:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 743783412B8 for ; Sun, 15 Nov 2020 20:03:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54345453 for ; Sun, 15 Nov 2020 20:03:35 +0000 (UTC) From: "David Seifert" 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 Seifert" Message-ID: <1605470567.1f6ad5398eafae0e922547b21224ce670ff2650c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/alienarena/, games-fps/alienarena/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/alienarena/alienarena-20130827-r1.ebuild games-fps/alienarena/files/alienarena-20130827-format.patch X-VCS-Directories: games-fps/alienarena/ games-fps/alienarena/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1f6ad5398eafae0e922547b21224ce670ff2650c X-VCS-Branch: master Date: Sun, 15 Nov 2020 20:03:35 +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: 1c941681-3bcc-40c3-9734-431d14b8f837 X-Archives-Hash: bacae45ec02701c5bed804217991e24d commit: 1f6ad5398eafae0e922547b21224ce670ff2650c Author: David Seifert gentoo org> AuthorDate: Sun Nov 15 20:02:47 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Nov 15 20:02:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6ad539 games-fps/alienarena: drop misversioned 20130827-r1 Closes: https://github.com/gentoo/gentoo/pull/17883 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> games-fps/alienarena/alienarena-20130827-r1.ebuild | 73 ---------------------- .../files/alienarena-20130827-format.patch | 11 ---- 2 files changed, 84 deletions(-) diff --git a/games-fps/alienarena/alienarena-20130827-r1.ebuild b/games-fps/alienarena/alienarena-20130827-r1.ebuild deleted file mode 100644 index 8f32fffbdf5..00000000000 --- a/games-fps/alienarena/alienarena-20130827-r1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit desktop gnome2-utils - -MY_PN="alienarena-7.66" - -DESCRIPTION="Fast-paced multiplayer deathmatch game" -HOMEPAGE="http://red.planetarena.org/" -SRC_URI="http://icculus.org/alienarena/Files/${MY_PN}-linux${PV}.tar.gz - http://red.planetarena.org/files/${MY_PN}-linux${PV}.tar.gz" - -LICENSE="GPL-2 free-noncomm" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dedicated +dga +vidmode +zlib" - -UIRDEPEND=" - virtual/jpeg:0 - media-libs/openal - media-libs/libvorbis - media-libs/freetype:2 - virtual/glu - virtual/opengl - dga? ( x11-libs/libXxf86dga ) - vidmode? ( x11-libs/libXxf86vm ) - zlib? ( sys-libs/zlib ) - net-misc/curl -" -UIDEPEND=" - dga? ( x11-base/xorg-proto ) - vidmode? ( x11-base/xorg-proto ) -" -RDEPEND="!dedicated? ( ${UIRDEPEND} )" -DEPEND="${RDEPEND} - !dedicated? ( ${UIDEPEND} ) - virtual/pkgconfig -" - -S="${WORKDIR}/${MY_PN/_/.}" - -PATCHES=( "${FILESDIR}"/${P}-format.patch ) - -src_configure() { - econf \ - --with-icondir=/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 - if ! use dedicated ; then - make_desktop_entry ${PN} "Alien Arena" - fi -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/games-fps/alienarena/files/alienarena-20130827-format.patch b/games-fps/alienarena/files/alienarena-20130827-format.patch deleted file mode 100644 index 3162a558afa..00000000000 --- a/games-fps/alienarena/files/alienarena-20130827-format.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/source/game/p_client.c.old 2016-01-18 20:13:25.147714704 +0100 -+++ b/source/game/p_client.c 2016-01-18 20:13:38.776476727 +0100 -@@ -2123,7 +2123,7 @@ - #else - ent->ctype = 0; //alien is default - sprintf(modelpath, "players/%s/human", playermodel); -- sprintf(ent->charModel, playermodel); -+ sprintf(ent->charModel, "%s", playermodel); - Q2_FindFile (modelpath, &file); - if(file) - {