Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-mud/crystal: crystal-0.2.2.ebuild ChangeLog
Date: Thu, 01 May 2008 10:30:11
Message-Id: E1JrW3E-0000lF-Fg@stork.gentoo.org
1 nyhm 08/05/01 10:30:08
2
3 Modified: crystal-0.2.2.ebuild ChangeLog
4 Log:
5 Fix building with gcc-4.3
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.2 games-mud/crystal/crystal-0.2.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/crystal/crystal-0.2.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/crystal/crystal-0.2.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/crystal/crystal-0.2.2.ebuild?r1=1.1&r2=1.2
14
15 Index: crystal-0.2.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-mud/crystal/crystal-0.2.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- crystal-0.2.2.ebuild 10 Jul 2005 04:51:41 -0000 1.1
22 +++ crystal-0.2.2.ebuild 1 May 2008 10:30:07 -0000 1.2
23 @@ -1,8 +1,8 @@
24 -# Copyright 1999-2005 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/crystal-0.2.2.ebuild,v 1.1 2005/07/10 04:51:41 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/crystal-0.2.2.ebuild,v 1.2 2008/05/01 10:30:07 nyhm Exp $
29
30 -inherit games
31 +inherit eutils games
32
33 DESCRIPTION="The crystal MUD client"
34 HOMEPAGE="http://www.evilmagic.org/crystal/"
35 @@ -10,13 +10,21 @@
36
37 LICENSE="GPL-2"
38 SLOT="0"
39 -KEYWORDS="~ppc x86"
40 +KEYWORDS="~amd64 ~ppc x86"
41 IUSE=""
42
43 DEPEND="sys-libs/zlib
44 sys-libs/ncurses
45 dev-libs/openssl"
46
47 +src_unpack() {
48 + unpack ${A}
49 + cd "${S}"
50 + epatch \
51 + "${FILESDIR}"/${P}-64bit.patch \
52 + "${FILESDIR}"/${P}-gcc43.patch
53 +}
54 +
55 src_compile() {
56 egamesconf \
57 --disable-scripting || die
58 @@ -24,7 +32,7 @@
59 }
60
61 src_install() {
62 - make DESTDIR="${D}" install || die "make install failed"
63 + emake DESTDIR="${D}" install || die "emake install failed"
64 dodoc AUTHORS NEWS README TODO
65 prepgamesdirs
66 }
67
68
69
70 1.6 games-mud/crystal/ChangeLog
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/crystal/ChangeLog?rev=1.6&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/crystal/ChangeLog?rev=1.6&content-type=text/plain
74 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-mud/crystal/ChangeLog?r1=1.5&r2=1.6
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/games-mud/crystal/ChangeLog,v
79 retrieving revision 1.5
80 retrieving revision 1.6
81 diff -u -r1.5 -r1.6
82 --- ChangeLog 10 Jul 2005 04:51:41 -0000 1.5
83 +++ ChangeLog 1 May 2008 10:30:07 -0000 1.6
84 @@ -1,6 +1,11 @@
85 # ChangeLog for games-mud/crystal
86 -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/ChangeLog,v 1.5 2005/07/10 04:51:41 mr_bones_ Exp $
88 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
89 +# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/ChangeLog,v 1.6 2008/05/01 10:30:07 nyhm Exp $
90 +
91 + 01 May 2008; Tristan Heaven <nyhm@g.o>
92 + +files/crystal-0.2.2-64bit.patch, +files/crystal-0.2.2-gcc43.patch,
93 + crystal-0.2.2.ebuild:
94 + Fix building with gcc-4.3
95
96 *crystal-0.2.2 (10 Jul 2005)
97
98
99
100
101 --
102 gentoo-commits@l.g.o mailing list