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 dev-games/cel: ChangeLog cel-1.2.ebuild
Date: Mon, 22 Oct 2007 06:44:22
Message-Id: E1Ijqq9-0005jB-FG@stork.gentoo.org
1 mr_bones_ 07/10/22 06:32:41
2
3 Modified: ChangeLog
4 Added: cel-1.2.ebuild
5 Log:
6 version bump (bug #195270)
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.20 dev-games/cel/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 6 Sep 2007 07:30:59 -0000 1.19
23 +++ ChangeLog 22 Oct 2007 06:32:40 -0000 1.20
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-games/cel
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v 1.19 2007/09/06 07:30:59 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-games/cel/ChangeLog,v 1.20 2007/10/22 06:32:40 mr_bones_ Exp $
29 +
30 +*cel-1.2 (22 Oct 2007)
31 +
32 + 22 Oct 2007; Michael Sterrett <mr_bones_@g.o> +cel-1.2.ebuild:
33 + version bump (bug #195270)
34
35 06 Sep 2007; Christian Faulhammer <opfer@g.o> cel-1.0.1.ebuild:
36 stable x86, bug 187093
37
38
39
40 1.1 dev-games/cel/cel-1.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/cel-1.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/cel/cel-1.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: cel-1.2.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-games/cel/cel-1.2.ebuild,v 1.1 2007/10/22 06:32:40 mr_bones_ Exp $
50
51 inherit eutils
52
53 MY_P=${PN}-src-${PV}
54 DESCRIPTION="A game entity layer based on Crystal Space"
55 HOMEPAGE="http://cel.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
57
58 LICENSE="LGPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE="python"
62
63 RDEPEND=">=dev-games/crystalspace-1.1
64 dev-games/hawknl"
65 DEPEND="${RDEPEND}
66 dev-util/jam"
67
68 S=${WORKDIR}/${MY_P}
69
70 src_compile() {
71 econf \
72 --disable-separate-debug-info \
73 --disable-cstest \
74 $(use_with python) \
75 || die
76 jam -q || die "jam failed"
77 }
78
79 src_install() {
80 jam -q -s DESTDIR="${D}" install || die "jam install failed"
81
82 # Fill cache directory for the examples
83 cp "${D}"/usr/share/${PN}/data/{basic_,}world
84 cslight -video=null "${D}"/usr/share/${PN}/data
85 cp "${D}"/usr/share/${PN}/data/{walktut_,}world
86 cslight -video=null "${D}"/usr/share/${PN}/data
87 rm "${D}"/usr/share/${PN}/data/world
88
89 dodoc docs/history*.txt docs/todo.txt
90 }
91
92
93
94 --
95 gentoo-commits@g.o mailing list