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-misc/gnurobots: gnurobots-1.2.0.ebuild ChangeLog
Date: Mon, 15 Mar 2010 16:02:07
Message-Id: E1NrCk0-0000Vg-Ba@stork.gentoo.org
1 mr_bones_ 10/03/15 16:02:04
2
3 Modified: gnurobots-1.2.0.ebuild ChangeLog
4 Log:
5 Add use-dep for guile (bug #308991)
6 (Portage version: 2.1.7.17/cvs/Linux i686)
7
8 Revision Changes Path
9 1.9 games-misc/gnurobots/gnurobots-1.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild?r1=1.8&r2=1.9
14
15 Index: gnurobots-1.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- gnurobots-1.2.0.ebuild 11 Mar 2010 16:27:13 -0000 1.8
22 +++ gnurobots-1.2.0.ebuild 15 Mar 2010 16:02:03 -0000 1.9
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.8 2010/03/11 16:27:13 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/gnurobots-1.2.0.ebuild,v 1.9 2010/03/15 16:02:03 mr_bones_ Exp $
28
29 EAPI=2
30 inherit eutils autotools games
31 @@ -17,7 +17,7 @@
32 RESTRICT="test"
33
34 DEPEND="x11-libs/vte
35 - dev-scheme/guile"
36 + dev-scheme/guile[deprecated]"
37
38 src_prepare() {
39 epatch "${FILESDIR}"/${P}-ldflags.patch
40
41
42
43 1.22 games-misc/gnurobots/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.22&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?rev=1.22&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-misc/gnurobots/ChangeLog?r1=1.21&r2=1.22
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v
52 retrieving revision 1.21
53 retrieving revision 1.22
54 diff -u -r1.21 -r1.22
55 --- ChangeLog 11 Mar 2010 16:27:13 -0000 1.21
56 +++ ChangeLog 15 Mar 2010 16:02:03 -0000 1.22
57 @@ -1,6 +1,10 @@
58 # ChangeLog for games-misc/gnurobots
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.21 2010/03/11 16:27:13 mr_bones_ Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/games-misc/gnurobots/ChangeLog,v 1.22 2010/03/15 16:02:03 mr_bones_ Exp $
62 +
63 + 15 Mar 2010; Michael Sterrett <mr_bones_@g.o>
64 + gnurobots-1.2.0.ebuild:
65 + Add use-dep for guile (bug #308991)
66
67 11 Mar 2010; Michael Sterrett <mr_bones_@g.o>
68 gnurobots-1.2.0.ebuild: