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-puzzle/londonlaw: londonlaw-0.2.1-r2.ebuild ChangeLog
Date: Mon, 25 Aug 2008 17:53:47
Message-Id: E1KXgG7-0001xF-FL@stork.gentoo.org
1 mr_bones_ 08/08/25 17:53:43
2
3 Modified: londonlaw-0.2.1-r2.ebuild ChangeLog
4 Log:
5 additional patching for USE=dedicated from mattenklicker@×××.net
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild?r1=1.1&r2=1.2
14
15 Index: londonlaw-0.2.1-r2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- londonlaw-0.2.1-r2.ebuild 24 Aug 2008 06:36:05 -0000 1.1
22 +++ londonlaw-0.2.1-r2.ebuild 25 Aug 2008 17:53:42 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild,v 1.1 2008/08/24 06:36:05 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r2.ebuild,v 1.2 2008/08/25 17:53:42 mr_bones_ Exp $
28
29 EAPI=1
30 inherit eutils python games
31 @@ -45,9 +45,15 @@
32 sed \
33 -e "s/GAMES_USER_DED/${GAMES_USER_DED}/" \
34 -e "s:GAMES_BINDIR:${GAMES_BINDIR}:" \
35 + -e "s:GAMES_LOGDIR:${GAMES_LOGDIR}:" \
36 + -e "s:PN:${PN}:" \
37 "${FILESDIR}/${f}" > "${T}/${f}" \
38 || die "sed failed"
39 done
40 + sed -i \
41 + -e "/serverdata/ s:\"$:\"\n dbDir = \"${GAMES_STATEDIR}/${PN}\":" \
42 + londonlaw/server/GameRegistry.py \
43 + || die "sed failed"
44 fi
45 }
46
47 @@ -59,14 +65,16 @@
48 --install-lib=/usr/lib/python${PYVER}/site-packages \
49 --install-data="${GAMES_DATADIR}" \
50 || die "install failed"
51 - dodoc ChangeLog README
52 + dodoc ChangeLog README doc/TODO doc/manual.tex doc/readme.protocol
53
54 if use dedicated ; then
55 newinitd "${T}/londonlaw.rc" londonlaw
56 newconfd "${T}/londonlaw.confd" londonlaw
57 - insinto /var/log
58 - newins /dev/null londonlaw.log
59 - fowners ${GAMES_USER_DED}:${GAMES_GROUP} /var/log/londonlaw.log
60 + keepdir "${GAMES_STATEDIR}/${PN}"
61 + dodir "${GAMES_LOGDIR}"
62 + touch "${D}/${GAMES_LOGDIR}"/${PN}.log
63 + fowners ${GAMES_USER_DED}:${GAMES_GROUP} \
64 + "${GAMES_STATEDIR}/${PN}" "${GAMES_LOGDIR}"/${PN}.log
65 fi
66
67 prepgamesdirs
68
69
70
71 1.15 games-puzzle/londonlaw/ChangeLog
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/ChangeLog?rev=1.15&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/ChangeLog?rev=1.15&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/ChangeLog?r1=1.14&r2=1.15
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v
80 retrieving revision 1.14
81 retrieving revision 1.15
82 diff -u -r1.14 -r1.15
83 --- ChangeLog 24 Aug 2008 06:36:05 -0000 1.14
84 +++ ChangeLog 25 Aug 2008 17:53:42 -0000 1.15
85 @@ -1,6 +1,10 @@
86 # ChangeLog for games-puzzle/londonlaw
87 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v 1.14 2008/08/24 06:36:05 mr_bones_ Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v 1.15 2008/08/25 17:53:42 mr_bones_ Exp $
90 +
91 + 25 Aug 2008; Michael Sterrett <mr_bones_@g.o> files/londonlaw.rc,
92 + londonlaw-0.2.1-r2.ebuild:
93 + additional patching for USE=dedicated from mattenklicker@×××.net
94
95 *londonlaw-0.2.1-r2 (24 Aug 2008)