Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/alienarena/
Date: Sun, 29 Apr 2018 17:13:24
Message-Id: 1525021986.19a27d92a5b43a7d19f86e43ce0872d3c66c657f.pacho@gentoo
1 commit: 19a27d92a5b43a7d19f86e43ce0872d3c66c657f
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 16:37:24 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 17:13:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a27d92
7
8 games-fps/alienarena: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-fps/alienarena/alienarena-20130827.ebuild | 72 -------------------------
13 1 file changed, 72 deletions(-)
14
15 diff --git a/games-fps/alienarena/alienarena-20130827.ebuild b/games-fps/alienarena/alienarena-20130827.ebuild
16 deleted file mode 100644
17 index 8072a2ce4f4..00000000000
18 --- a/games-fps/alienarena/alienarena-20130827.ebuild
19 +++ /dev/null
20 @@ -1,72 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit eutils gnome2-utils eutils games
26 -
27 -MY_PN=alienarena-7.66
28 -DESCRIPTION="Fast-paced multiplayer deathmatch game"
29 -HOMEPAGE="http://red.planetarena.org/"
30 -SRC_URI="http://icculus.org/alienarena/Files/${MY_PN}-linux${PV}.tar.gz
31 - http://red.planetarena.org/files/${MY_PN}-linux${PV}.tar.gz"
32 -
33 -LICENSE="GPL-2 free-noncomm"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="dedicated +dga +vidmode +zlib"
37 -
38 -UIRDEPEND="virtual/jpeg:0
39 - media-libs/openal
40 - media-libs/libvorbis
41 - media-libs/freetype:2
42 - virtual/glu
43 - virtual/opengl
44 - dga? ( x11-libs/libXxf86dga )
45 - vidmode? ( x11-libs/libXxf86vm )
46 - zlib? ( sys-libs/zlib )
47 - net-misc/curl"
48 -UIDEPEND="dga? ( x11-proto/xf86dgaproto )
49 - vidmode? ( x11-proto/xf86vidmodeproto )"
50 -RDEPEND="!dedicated? ( ${UIRDEPEND} )"
51 -DEPEND="${RDEPEND}
52 - !dedicated? ( ${UIDEPEND} )
53 - virtual/pkgconfig"
54 -
55 -S=${WORKDIR}/${MY_PN/_/.}
56 -
57 -src_prepare() {
58 - epatch "${FILESDIR}"/${P}-format.patch
59 -}
60 -
61 -src_configure() {
62 - egamesconf \
63 - --with-icondir=/usr/share/icons/hicolor/48x48/apps/ \
64 - --without-system-libode \
65 - --disable-documents \
66 - $(use_enable !dedicated client) \
67 - $(use_with zlib) \
68 - $(use_with vidmode xf86vm) \
69 - $(use_with dga xf86dga)
70 -}
71 -
72 -src_install() {
73 - DOCS="docs/README.txt README" default
74 - if ! use dedicated ; then
75 - make_desktop_entry ${PN} "Alien Arena"
76 - fi
77 - prepgamesdirs
78 -}
79 -
80 -pkg_preinst() {
81 - games_pkg_preinst
82 - gnome2_icon_savelist
83 -}
84 -
85 -pkg_postinst() {
86 - games_pkg_postinst
87 - gnome2_icon_cache_update
88 -}
89 -
90 -pkg_postrm() {
91 - gnome2_icon_cache_update
92 -}