Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-server/ut2003-ded/
Date: Sat, 29 Dec 2018 12:27:52
Message-Id: 1546086452.b53c88d5238fdcf58fb9faba8b4d7619fb416d31.zlogene@gentoo
1 commit: b53c88d5238fdcf58fb9faba8b4d7619fb416d31
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 12:27:32 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 12:27:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53c88d5
7
8 games-server/ut2003-ded: remova last rited package
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 games-server/ut2003-ded/Manifest | 2 -
13 games-server/ut2003-ded/metadata.xml | 11 ----
14 games-server/ut2003-ded/ut2003-ded-2225-r2.ebuild | 71 -----------------------
15 3 files changed, 84 deletions(-)
16
17 diff --git a/games-server/ut2003-ded/Manifest b/games-server/ut2003-ded/Manifest
18 deleted file mode 100644
19 index 3c8e08185ce..00000000000
20 --- a/games-server/ut2003-ded/Manifest
21 +++ /dev/null
22 @@ -1,2 +0,0 @@
23 -DIST UT2003CrashFix.zip 2764 BLAKE2B 697c35a02f447d0d436fc32bebdeafbca55ef644d951e92085c33f7597108625770b76e027f31287cd2ac66607692ff8c908f6971f936a134d58d0effc2586fc SHA512 24fdaac873b08a0860c23f66b9bd93922fc4f64486adbe9bfefeb340f9d9374778b5e7bacd0e12cc79d819fb340e007ab2a7f1f45c9e4f27ab3ab6b11033d444
24 -DIST ut2003-lnxded-2225.tar.bz2 304132056 BLAKE2B 3d3beb840eaa33b1bed4ca8b0c95c1a872b893275c404572f76a97764d09e4b8947f36b102559c1d344e6bbf4f013b9b202a47bc41083dd6c3f15da6759df62c SHA512 33ea560fe2583c2c82d0d1499e5ad16fcd70efdede27e088cb9e5a14cf6ce72f57fad8783e4b5a3fe2dbfc9277fc4d0094d6ad854a1a2150a9d04d967516fee4
25
26 diff --git a/games-server/ut2003-ded/metadata.xml b/games-server/ut2003-ded/metadata.xml
27 deleted file mode 100644
28 index 5a21e7d7ec3..00000000000
29 --- a/games-server/ut2003-ded/metadata.xml
30 +++ /dev/null
31 @@ -1,11 +0,0 @@
32 -<?xml version="1.0" encoding="UTF-8"?>
33 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 -<pkgmetadata>
35 -<maintainer type="project">
36 - <email>games@g.o</email>
37 - <name>Gentoo Games Project</name>
38 -</maintainer>
39 -<longdescription>
40 -Unreal Tounament 2003 is a first-person 3-D shooter and sequel to the 1999 Game of the Year, Unreal Tournament. The game was ported to Linux by Ryan "icculus" Gordon under contract from Epic Games and the Linux installer was released in the retail box. This is the dedicated server portion of the game and does not require the retail discs to use.
41 -</longdescription>
42 -</pkgmetadata>
43
44 diff --git a/games-server/ut2003-ded/ut2003-ded-2225-r2.ebuild b/games-server/ut2003-ded/ut2003-ded-2225-r2.ebuild
45 deleted file mode 100644
46 index 6ed8f2d4397..00000000000
47 --- a/games-server/ut2003-ded/ut2003-ded-2225-r2.ebuild
48 +++ /dev/null
49 @@ -1,71 +0,0 @@
50 -# Copyright 1999-2015 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=5
54 -inherit games
55 -
56 -DESCRIPTION="Unreal Tournament 2003 Linux Dedicated Server"
57 -HOMEPAGE="http://www.ut2003.com/"
58 -SRC_URI="http://www.agaland.it/misc/ut2003/ut2003-lnxded-${PV}.tar.bz2
59 - mirror://gentoo/UT2003CrashFix.zip"
60 -
61 -LICENSE="ut2003"
62 -SLOT="0"
63 -KEYWORDS="~amd64 ~x86"
64 -RESTRICT="mirror strip"
65 -IUSE=""
66 -
67 -DEPEND="app-arch/unzip"
68 -RDEPEND=""
69 -
70 -S=${WORKDIR}
71 -
72 -dir=${GAMES_PREFIX_OPT}/${PN}
73 -Ddir=${D}/${dir}
74 -
75 -QA_PREBUILT="${dir:1}/System/*"
76 -
77 -src_unpack() {
78 - unpack ut2003-lnxded-${PV}.tar.bz2
79 - unzip "${DISTDIR}"/UT2003CrashFix.zip || die
80 -}
81 -
82 -src_install() {
83 - einfo "This will take a while ... go get a pizza or something"
84 -
85 - dodir "${dir}"
86 - mv "${S}"/ut2003_dedicated/* "${Ddir}"
87 -
88 - # Here we apply DrSiN's crash patch
89 - cp "${S}"/CrashFix/System/crashfix.u "${Ddir}"/System
90 -
91 - ed "${Ddir}"/System/Default.ini >/dev/null 2>&1 <<EOT
92 -$
93 -?Engine.GameInfo?
94 -a
95 -AccessControlClass=crashfix.iaccesscontrolini
96 -.
97 -w
98 -q
99 -EOT
100 -
101 - # Here we apply fix for bug #54726
102 - sed -i \
103 - -e "s:UplinkToGamespy=True:UplinkToGamespy=False:" \
104 - "${D}${dir}"/System/Default.ini || die
105 -
106 - prepgamesdirs
107 -}
108 -
109 -pkg_postinst() {
110 - games_pkg_postinst
111 - ewarn "NOTE: To have your server authenticate properly, you"
112 - ewarn " MUST visit the following site and request a key."
113 - ewarn "http://ut2003.epicgames.com/ut2003server/cdkey.php"
114 - echo
115 - ewarn "If you are not installing for the first time and you plan on running"
116 - ewarn "a server, you will probably need to edit your"
117 - ewarn "~/.ut2003/System/UT2003.ini file and add a line that says"
118 - ewarn "AccessControlClass=crashfix.iaccesscontrolini to your"
119 - ewarn "[Engine.GameInfo] section to close a security issue."
120 -}