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