Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-server/cyphesis: ChangeLog cyphesis-0.5.14.ebuild
Date: Sat, 03 Nov 2007 11:11:00
Message-Id: E1IoGtp-0005Om-Ow@stork.gentoo.org
1 tupone 07/11/03 11:10:45
2
3 Modified: ChangeLog
4 Added: cyphesis-0.5.14.ebuild
5 Log:
6 Version bump to 0.5.14
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.4 games-server/cyphesis/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-server/cyphesis/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-server/cyphesis/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-server/cyphesis/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 7 May 2007 22:20:33 -0000 1.3
23 +++ ChangeLog 3 Nov 2007 11:10:45 -0000 1.4
24 @@ -1,6 +1,12 @@
25 # ChangeLog for games-server/cyphesis
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.3 2007/05/07 22:20:33 tupone Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.4 2007/11/03 11:10:45 tupone Exp $
29 +
30 +*cyphesis-0.5.14 (03 Nov 2007)
31 +
32 + 03 Nov 2007; Tupone Alfredo <tupone@g.o>
33 + +files/cyphesis-0.5.14-gentoo.patch, +cyphesis-0.5.14.ebuild:
34 + Version bump
35
36 *cyphesis-0.5.12 (07 May 2007)
37
38
39
40
41 1.1 games-server/cyphesis/cyphesis-0.5.14.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-server/cyphesis/cyphesis-0.5.14.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-server/cyphesis/cyphesis-0.5.14.ebuild?rev=1.1&content-type=text/plain
45
46 Index: cyphesis-0.5.14.ebuild
47 ===================================================================
48 # Copyright 1999-2007 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.5.14.ebuild,v 1.1 2007/11/03 11:10:45 tupone Exp $
51
52 inherit eutils autotools games
53
54 DESCRIPTION="WorldForge server running small games"
55 HOMEPAGE="http://worldforge.org/dev/eng/servers/cyphesis"
56 SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 DEPEND=">=media-libs/skstream-0.3.6
64 sys-libs/readline
65 >=dev-games/wfmath-0.3
66 =dev-games/mercator-0.2*
67 dev-libs/libgcrypt
68 =dev-libs/libsigc++-2.0*
69 =media-libs/atlas-c++-0.6*
70 >=media-libs/varconf-0.6.4
71 dev-db/libpq"
72
73 src_unpack() {
74 unpack ${A}
75 cd "${S}"
76 # Patching to disable howl and avahi discovery
77 # To be removed when upstream will provide a way to selectively
78 # enable/disable supoort for it
79 epatch "${FILESDIR}/${P}"-gentoo.patch
80 eautoreconf
81 }
82
83 src_install() {
84 emake DESTDIR="${D}" install || die "install failed"
85 dodoc AUTHORS ChangeLog FIXME NEWS README THANKS TODO
86 prepgamesdirs
87 }
88
89
90
91 --
92 gentoo-commits@g.o mailing list