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/cyphesis: ChangeLog cyphesis-0.5.24.ebuild
Date: Tue, 31 Aug 2010 06:45:42
Message-Id: 20100831064538.7948E20054@flycatcher.gentoo.org
1 mr_bones_ 10/08/31 06:45:38
2
3 Modified: ChangeLog
4 Added: cyphesis-0.5.24.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.13 games-server/cyphesis/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/cyphesis/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/cyphesis/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/cyphesis/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 17 Jun 2010 18:33:46 -0000 1.12
23 +++ ChangeLog 31 Aug 2010 06:45:38 -0000 1.13
24 @@ -1,6 +1,20 @@
25 # ChangeLog for games-server/cyphesis
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.12 2010/06/17 18:33:46 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/ChangeLog,v 1.13 2010/08/31 06:45:38 mr_bones_ Exp $
29 +
30 + 31 Aug 2010; Michael Sterrett <mr_bones_@g.o>
31 + +cyphesis-0.5.24.ebuild, +files/cyphesis-0.5.24-gcc45.patch,
32 + +files/cyphesis-0.5.24-gentoo.patch,
33 + +files/cyphesis-0.5.24-python27.patch:
34 + version bump
35 +
36 +*cyphesis-0.5.24 (31 Aug 2010)
37 +
38 + 31 Aug 2010; Michael Sterrett <mr_bones_@g.o>
39 + +cyphesis-0.5.24.ebuild, +files/cyphesis-0.5.24-gcc45.patch,
40 + +files/cyphesis-0.5.24-gentoo.patch,
41 + +files/cyphesis-0.5.24-python27.patch:
42 + version bump
43
44 17 Jun 2010; Patrick Lauer <patrick@g.o> cyphesis-0.5.22.ebuild:
45 Migrating away from deprecated postgres virtuals
46
47
48
49 1.1 games-server/cyphesis/cyphesis-0.5.24.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/cyphesis/cyphesis-0.5.24.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-server/cyphesis/cyphesis-0.5.24.ebuild?rev=1.1&content-type=text/plain
53
54 Index: cyphesis-0.5.24.ebuild
55 ===================================================================
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/games-server/cyphesis/cyphesis-0.5.24.ebuild,v 1.1 2010/08/31 06:45:38 mr_bones_ Exp $
59
60 EAPI=2
61 PYTHON_DEPEND=2
62 inherit autotools python eutils games
63
64 DESCRIPTION="WorldForge server running small games"
65 HOMEPAGE="http://worldforge.org/dev/eng/servers/cyphesis"
66 SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2"
67
68 LICENSE="GPL-2"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE=""
72
73 RDEPEND=">=media-libs/skstream-0.3.6
74 >=dev-games/wfmath-0.3.9
75 =dev-games/mercator-0.2*
76 dev-libs/libgcrypt
77 dev-libs/libsigc++:2
78 sys-libs/ncurses
79 sys-libs/readline
80 =media-libs/atlas-c++-0.6*
81 >=media-libs/varconf-0.6.4
82 dev-db/postgresql-base"
83 DEPEND="${RDEPEND}
84 dev-libs/libxml2
85 dev-util/pkgconfig"
86
87 pkg_setup() {
88 python_set_active_version 2
89 games_pkg_setup
90 }
91
92 src_prepare() {
93 epatch "${FILESDIR}"/${P}-gentoo.patch \
94 "${FILESDIR}"/${P}-gcc45.patch \
95 "${FILESDIR}"/${P}-python27.patch
96 eautoreconf
97 }
98
99 src_configure() {
100 egamesconf \
101 --localstatedir=/var
102 }
103
104 src_install() {
105 emake DESTDIR="${D}" confbackupdir="/usr/share/doc/${PF}/conf" \
106 install || die "emake install failed"
107 dodoc AUTHORS ChangeLog FIXME NEWS README THANKS TODO
108 prepgamesdirs
109 }