Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-server/ut2004-ded: ut2004-ded-3369.3-r1.ebuild ChangeLog
Date: Mon, 30 Mar 2015 18:15:42
Message-Id: 20150330181537.6094214DCF@oystercatcher.gentoo.org
1 mr_bones_ 15/03/30 18:15:37
2
3 Modified: ut2004-ded-3369.3-r1.ebuild ChangeLog
4 Log:
5 EAPI=5
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.6 games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: ut2004-ded-3369.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ut2004-ded-3369.3-r1.ebuild 14 Dec 2011 17:31:42 -0000 1.5
23 +++ ut2004-ded-3369.3-r1.ebuild 30 Mar 2015 18:15:37 -0000 1.6
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild,v 1.5 2011/12/14 17:31:42 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.3-r1.ebuild,v 1.6 2015/03/30 18:15:37 mr_bones_ Exp $
30
31 -EAPI=2
32 +EAPI=5
33 inherit games
34
35 BONUSPACK_P="dedicatedserver3339-bonuspack.zip"
36 @@ -62,22 +62,20 @@
37 games_make_wrapper ${PN} "./ucc-bin server" "${dir}"/System
38
39 insinto "${dir}"
40 - doins -r * || die "doins failed"
41 - fperms +x "${dir}"/System/ucc-bin || die "fperms failed"
42 + doins -r *
43 + fperms +x "${dir}"/System/ucc-bin
44
45 sed \
46 -e "s:@USER@:${GAMES_USER_DED}:" \
47 -e "s:@GROUP@:${GAMES_GROUP}:" \
48 -e "s:@HOME@:${GAMES_PREFIX}:" \
49 - "${FILESDIR}"/${PN}.confd > "${T}"/${PN}.confd \
50 - || die "sed confd failed"
51 - newconfd "${T}"/${PN}.confd ${PN} || die "newconfd failed"
52 + "${FILESDIR}"/${PN}.confd > "${T}"/${PN}.confd || die
53 + newconfd "${T}"/${PN}.confd ${PN}
54
55 sed \
56 -e "s:@DIR@:${GAMES_BINDIR}:g" \
57 - "${FILESDIR}"/${PN}.initd > "${T}"/${PN}.initd \
58 - || die "sed initd failed"
59 - newinitd "${T}"/${PN}.initd ${PN} || die "initd failed"
60 + "${FILESDIR}"/${PN}.initd > "${T}"/${PN}.initd || die
61 + newinitd "${T}"/${PN}.initd ${PN}
62
63 prepgamesdirs
64 }
65
66
67
68 1.28 games-server/ut2004-ded/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/ut2004-ded/ChangeLog?rev=1.28&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/ut2004-ded/ChangeLog?rev=1.28&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/ut2004-ded/ChangeLog?r1=1.27&r2=1.28
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ChangeLog,v
77 retrieving revision 1.27
78 retrieving revision 1.28
79 diff -u -r1.27 -r1.28
80 --- ChangeLog 14 Dec 2011 17:31:42 -0000 1.27
81 +++ ChangeLog 30 Mar 2015 18:15:37 -0000 1.28
82 @@ -1,6 +1,10 @@
83 # ChangeLog for games-server/ut2004-ded
84 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ChangeLog,v 1.27 2011/12/14 17:31:42 vapier Exp $
86 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
87 +# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ChangeLog,v 1.28 2015/03/30 18:15:37 mr_bones_ Exp $
88 +
89 + 30 Mar 2015; Michael Sterrett <mr_bones_@g.o>
90 + ut2004-ded-3369.3-r1.ebuild:
91 + EAPI=5
92
93 14 Dec 2011; Mike Frysinger <vapier@g.o> ut2004-ded-3369.3-r1.ebuild:
94 The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now
95 @@ -128,4 +132,3 @@
96 <cuban@×××××××××××××.net> with an init script submitted by Ken Smith
97 <themyrmidon@×××.com>. Updated to 3236-1 patch by Davin Boling
98 <davin@××××××××.net> with some modifications by me. Closing bug #46057.
99 -