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-simulation/planets: planets-0.1.13.ebuild ChangeLog
Date: Mon, 19 Jan 2009 23:56:45
Message-Id: E1LP3z0-0005mn-9B@stork.gentoo.org
1 mr_bones_ 09/01/19 23:56:42
2
3 Modified: planets-0.1.13.ebuild ChangeLog
4 Log:
5 EAPI=2; add use-based dep
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
7
8 Revision Changes Path
9 1.7 games-simulation/planets/planets-0.1.13.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/planets/planets-0.1.13.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/planets/planets-0.1.13.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/planets/planets-0.1.13.ebuild?r1=1.6&r2=1.7
14
15 Index: planets-0.1.13.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-simulation/planets/planets-0.1.13.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- planets-0.1.13.ebuild 22 Jun 2008 21:04:56 -0000 1.6
22 +++ planets-0.1.13.ebuild 19 Jan 2009 23:56:42 -0000 1.7
23 @@ -1,7 +1,8 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/planets-0.1.13.ebuild,v 1.6 2008/06/22 21:04:56 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/planets-0.1.13.ebuild,v 1.7 2009/01/19 23:56:42 mr_bones_ Exp $
29
30 +EAPI=2
31 inherit eutils games
32
33 DESCRIPTION="a simple interactive planetary system simulator"
34 @@ -16,17 +17,7 @@
35 RDEPEND="dev-lang/tcl
36 dev-lang/tk"
37 DEPEND="${RDEPEND}
38 - dev-lang/ocaml"
39 -
40 -pkg_setup() {
41 - # response to bug #134257
42 - if ! built_with_use dev-lang/ocaml tk ; then
43 - eerror "${PN} doesn't build properly if"
44 - eerror "dev-lang/ocaml is built without tk support."
45 - die "Please emerge dev-lang/ocaml with USE=tk"
46 - fi
47 - games_pkg_setup
48 -}
49 + dev-lang/ocaml[tk]"
50
51 src_install() {
52 dogamesbin planets || die "dogamesbin failed"
53
54
55
56 1.17 games-simulation/planets/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/planets/ChangeLog?rev=1.17&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/planets/ChangeLog?rev=1.17&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/planets/ChangeLog?r1=1.16&r2=1.17
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/games-simulation/planets/ChangeLog,v
65 retrieving revision 1.16
66 retrieving revision 1.17
67 diff -u -r1.16 -r1.17
68 --- ChangeLog 22 Jun 2008 21:04:56 -0000 1.16
69 +++ ChangeLog 19 Jan 2009 23:56:42 -0000 1.17
70 @@ -1,6 +1,10 @@
71 # ChangeLog for games-simulation/planets
72 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/ChangeLog,v 1.16 2008/06/22 21:04:56 opfer Exp $
74 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/ChangeLog,v 1.17 2009/01/19 23:56:42 mr_bones_ Exp $
76 +
77 + 19 Jan 2009; Michael Sterrett <mr_bones_@g.o>
78 + planets-0.1.13.ebuild:
79 + EAPI=2; add use-based dep
80
81 22 Jun 2008; Christian Faulhammer <opfer@g.o>
82 planets-0.1.13.ebuild: