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-board/gnome-mastermind: gnome-mastermind-0.3.1.ebuild
Date: Mon, 24 Jan 2011 21:56:34
Message-Id: 20110124215622.2C4C820054@flycatcher.gentoo.org
1 mr_bones_ 11/01/24 21:56:22
2
3 Modified: gnome-mastermind-0.3.1.ebuild
4 Log:
5 EAPI=2; tidy
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.4 games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild?r1=1.3&r2=1.4
15
16 Index: gnome-mastermind-0.3.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gnome-mastermind-0.3.1.ebuild 22 Jan 2010 20:08:51 -0000 1.3
23 +++ gnome-mastermind-0.3.1.ebuild 24 Jan 2011 21:56:22 -0000 1.4
24 @@ -1,12 +1,13 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild,v 1.3 2010/01/22 20:08:51 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-mastermind/gnome-mastermind-0.3.1.ebuild,v 1.4 2011/01/24 21:56:22 mr_bones_ Exp $
29
30 +EAPI=2
31 inherit eutils gnome2
32
33 DESCRIPTION="A little Mastermind game for GNOME"
34 -HOMEPAGE="http://www5.autistici.org/gnome-mastermind/"
35 -SRC_URI="http://download.gna.org/${PN}/${P}.tar.bz2"
36 +HOMEPAGE="http://www.autistici.org/gnome-mastermind/"
37 +SRC_URI="http://download.gna.org/gnome-mastermind/${P}.tar.bz2"
38
39 LICENSE="GPL-2"
40 SLOT="0"
41 @@ -17,10 +18,10 @@
42 gnome-base/orbit
43 app-text/gnome-doc-utils
44 dev-libs/atk
45 - dev-libs/glib
46 + dev-libs/glib:2
47 x11-libs/pango
48 x11-libs/cairo
49 - x11-libs/gtk+"
50 + x11-libs/gtk+:2"
51 DEPEND="${RDEPEND}
52 dev-util/pkgconfig
53 dev-util/intltool