Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/londonlaw: ChangeLog londonlaw-0.2.1-r1.ebuild
Date: Sat, 05 Jan 2008 00:47:49
Message-Id: E1JAxCN-0003Vf-8Q@stork.gentoo.org
1 dirtyepic 08/01/05 00:47:39
2
3 Modified: ChangeLog
4 Added: londonlaw-0.2.1-r1.ebuild
5 Log:
6 Add patch to force wxpython 2.6 at runtime to prevent errors with multiple
7 version installs. (Bug #204347)
8 (Portage version: 2.1.4_rc14)
9
10 Revision Changes Path
11 1.9 games-puzzle/londonlaw/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 2 Oct 2007 03:47:11 -0000 1.8
24 +++ ChangeLog 5 Jan 2008 00:47:38 -0000 1.9
25 @@ -1,6 +1,13 @@
26 # ChangeLog for games-puzzle/londonlaw
27 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v 1.8 2007/10/02 03:47:11 dirtyepic Exp $
29 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/ChangeLog,v 1.9 2008/01/05 00:47:38 dirtyepic Exp $
31 +
32 +*londonlaw-0.2.1-r1 (05 Jan 2008)
33 +
34 + 05 Jan 2008; Ryan Hill <dirtyepic@g.o>
35 + +files/londonlaw-0.2.1-wxversion.patch, +londonlaw-0.2.1-r1.ebuild:
36 + Add patch to force wxpython 2.6 at runtime to prevent errors with multiple
37 + version installs. (Bug #204347)
38
39 02 Oct 2007; Ryan Hill <dirtyepic@g.o> londonlaw-0.2.1.ebuild:
40 Lock wxpython to 2.6.
41
42
43
44 1.1 games-puzzle/londonlaw/londonlaw-0.2.1-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: londonlaw-0.2.1-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1-r1.ebuild,v 1.1 2008/01/05 00:47:38 dirtyepic Exp $
54
55 inherit eutils python games
56
57 DESCRIPTION="Clone of the famous Scotland Yard board game"
58 HOMEPAGE="http://www.eecs.umich.edu/~pelzlpj/londonlaw/"
59 SRC_URI="http://www.eecs.umich.edu/~pelzlpj/londonlaw/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE=""
65
66 DEPEND=">=dev-lang/python-2.3
67 =dev-python/wxpython-2.6*
68 dev-python/twisted"
69
70 src_unpack() {
71 unpack ${A}
72 cd "${S}"
73 epatch "${FILESDIR}/${P}-setup.py.patch"
74 epatch "${FILESDIR}"/${P}-wxversion.patch
75 }
76
77 src_install() {
78 python_version
79 python setup.py install \
80 --root="${D}" \
81 --prefix="${GAMES_PREFIX}" \
82 --install-lib=/usr/lib/python${PYVER}/site-packages \
83 --install-data="${GAMES_DATADIR}" \
84 || die "install failed"
85 dodoc ChangeLog README
86 prepgamesdirs
87 }
88
89 pkg_postinst() {
90 games_pkg_postinst
91 echo
92 elog "To play, first start the server (london-server), then connect"
93 elog "with the client (london-client). At least two players are"
94 elog "needed to play."
95 echo
96 }
97
98
99
100 --
101 gentoo-commits@g.o mailing list