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-server/crossfire-server/
Date: Tue, 01 May 2018 19:37:46
Message-Id: 1525203339.706f6c2c2b81b5a8afd8e3c9e873d28664199601.pacho@gentoo
1 commit: 706f6c2c2b81b5a8afd8e3c9e873d28664199601
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 1 18:06:12 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue May 1 19:35:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706f6c2c
7
8 games-server/crossfire-server: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 .../crossfire-server-1.71.0.ebuild | 50 ----------------------
13 1 file changed, 50 deletions(-)
14
15 diff --git a/games-server/crossfire-server/crossfire-server-1.71.0.ebuild b/games-server/crossfire-server/crossfire-server-1.71.0.ebuild
16 deleted file mode 100644
17 index ef6c64bacda..00000000000
18 --- a/games-server/crossfire-server/crossfire-server-1.71.0.ebuild
19 +++ /dev/null
20 @@ -1,50 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit eutils games
26 -
27 -MY_P="${P/-server/}"
28 -DESCRIPTION="server for the crossfire clients"
29 -HOMEPAGE="http://crossfire.real-time.com/"
30 -SRC_URI="mirror://sourceforge/crossfire/${PN}/${PV}/${MY_P}.tar.bz2
31 - mirror://sourceforge/crossfire/${PN}/${PV}/${MY_P}.maps.tar.bz2
32 - mirror://sourceforge/crossfire/${PN}/${PV}/${MY_P}.arch.tar.bz2"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE="X"
38 -RESTRICT="test"
39 -
40 -DEPEND="net-misc/curl
41 - X? (
42 - x11-libs/libXaw
43 - media-libs/libpng:0
44 - )"
45 -RDEPEND=${DEPEND}
46 -
47 -src_prepare() {
48 - rm -f "${WORKDIR}"/maps/Info/combine.pl # bug #236205
49 - ln -s "${WORKDIR}/arch" "${S}/lib" || die
50 - epatch "${FILESDIR}"/${P}-format.patch
51 -}
52 -
53 -src_configure() {
54 - egamesconf --disable-static
55 -}
56 -
57 -src_compile() {
58 - # work around the collect.pl locking
59 - emake -j1 -C lib
60 - emake
61 -}
62 -
63 -src_install() {
64 - default
65 - keepdir "${GAMES_STATEDIR}"/crossfire/{account,datafiles,maps,players,template-maps,unique-items}
66 - insinto "${GAMES_DATADIR}/crossfire"
67 - doins -r "${WORKDIR}/maps"
68 - prune_libtool_files --modules
69 - prepgamesdirs
70 -}