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-puzzle/glightoff: glightoff-1.0.0.ebuild
Date: Tue, 01 Mar 2011 07:25:10
Message-Id: 20110301072500.9CE2420054@flycatcher.gentoo.org
1 mr_bones_ 11/03/01 07:25:00
2
3 Modified: glightoff-1.0.0.ebuild
4 Log:
5 slot gtk+ dep
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.7 games-puzzle/glightoff/glightoff-1.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/glightoff/glightoff-1.0.0.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/glightoff/glightoff-1.0.0.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/glightoff/glightoff-1.0.0.ebuild?r1=1.6&r2=1.7
15
16 Index: glightoff-1.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/glightoff-1.0.0.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- glightoff-1.0.0.ebuild 30 Nov 2009 13:50:22 -0000 1.6
23 +++ glightoff-1.0.0.ebuild 1 Mar 2011 07:25:00 -0000 1.7
24 @@ -1,7 +1,8 @@
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-puzzle/glightoff/glightoff-1.0.0.ebuild,v 1.6 2009/11/30 13:50:22 volkmar Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/glightoff/glightoff-1.0.0.ebuild,v 1.7 2011/03/01 07:25:00 mr_bones_ Exp $
29
30 +EAPI=2
31 inherit gnome2
32
33 DESCRIPTION="a simple (but not so easy to solve!) puzzle game"
34 @@ -13,5 +14,5 @@
35 KEYWORDS="~amd64 ~ppc x86"
36 IUSE=""
37
38 -DEPEND=">=x11-libs/gtk+-2.6
39 +DEPEND=">=x11-libs/gtk+-2.6:2
40 gnome-base/librsvg"