From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1021227-garchives=archives.gentoo.org@lists.gentoo.org> 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 315E51382C5 for <garchives@archives.gentoo.org>; Sun, 29 Apr 2018 17:13:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61BD5E0AC9; Sun, 29 Apr 2018 17:13:23 +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 40938E0AC9 for <gentoo-commits@lists.gentoo.org>; Sun, 29 Apr 2018 17:13:23 +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 14599335CA1 for <gentoo-commits@lists.gentoo.org>; Sun, 29 Apr 2018 17:13:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F9EC29B for <gentoo-commits@lists.gentoo.org>; Sun, 29 Apr 2018 17:13:20 +0000 (UTC) From: "Pacho Ramos" <pacho@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" <pacho@gentoo.org> Message-ID: <1525021986.19a27d92a5b43a7d19f86e43ce0872d3c66c657f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/alienarena/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/alienarena/alienarena-20130827.ebuild X-VCS-Directories: games-fps/alienarena/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 19a27d92a5b43a7d19f86e43ce0872d3c66c657f X-VCS-Branch: master Date: Sun, 29 Apr 2018 17:13:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 054f85b2-24a7-4d79-bb58-532242230ae2 X-Archives-Hash: ba42c420338c773c8e7a9e0344ac704c commit: 19a27d92a5b43a7d19f86e43ce0872d3c66c657f Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Sun Apr 29 16:37:24 2018 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Sun Apr 29 17:13:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a27d92 games-fps/alienarena: Drop old Package-Manager: Portage-2.3.31, Repoman-2.3.9 games-fps/alienarena/alienarena-20130827.ebuild | 72 ------------------------- 1 file changed, 72 deletions(-) diff --git a/games-fps/alienarena/alienarena-20130827.ebuild b/games-fps/alienarena/alienarena-20130827.ebuild deleted file mode 100644 index 8072a2ce4f4..00000000000 --- a/games-fps/alienarena/alienarena-20130827.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils gnome2-utils eutils games - -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-proto/xf86dgaproto ) - vidmode? ( x11-proto/xf86vidmodeproto )" -RDEPEND="!dedicated? ( ${UIRDEPEND} )" -DEPEND="${RDEPEND} - !dedicated? ( ${UIDEPEND} ) - virtual/pkgconfig" - -S=${WORKDIR}/${MY_PN/_/.} - -src_prepare() { - epatch "${FILESDIR}"/${P}-format.patch -} - -src_configure() { - egamesconf \ - --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 - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}