Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/gnome-chess: gnome-chess-3.12.2.ebuild ChangeLog
Date: Sat, 31 May 2014 06:34:27
Message-Id: 20140531063424.59A2C2004E@flycatcher.gentoo.org
1 pacho 14/05/31 06:34:24
2
3 Modified: ChangeLog
4 Added: gnome-chess-3.12.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.15 games-board/gnome-chess/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-chess/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-chess/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-chess/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-board/gnome-chess/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 27 Apr 2014 16:33:45 -0000 1.14
24 +++ ChangeLog 31 May 2014 06:34:24 -0000 1.15
25 @@ -1,6 +1,11 @@
26 # ChangeLog for games-board/gnome-chess
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-chess/ChangeLog,v 1.14 2014/04/27 16:33:45 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-chess/ChangeLog,v 1.15 2014/05/31 06:34:24 pacho Exp $
30 +
31 +*gnome-chess-3.12.2 (31 May 2014)
32 +
33 + 31 May 2014; Pacho Ramos <pacho@g.o> +gnome-chess-3.12.2.ebuild:
34 + Version bump
35
36 *gnome-chess-3.12.1 (27 Apr 2014)
37
38
39
40
41 1.1 games-board/gnome-chess/gnome-chess-3.12.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-chess/gnome-chess-3.12.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-chess/gnome-chess-3.12.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnome-chess-3.12.2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-board/gnome-chess/gnome-chess-3.12.2.ebuild,v 1.1 2014/05/31 06:34:24 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 VALA_MIN_API_VERSION="0.24"
55
56 inherit gnome-games vala
57
58 DESCRIPTION="Play the classic two-player boardgame of chess"
59 HOMEPAGE="https://wiki.gnome.org/Apps/Calculator"
60
61 LICENSE="LGPL-2+"
62 SLOT="0"
63 KEYWORDS="~amd64 ~arm ~x86"
64 IUSE=""
65
66 RDEPEND="
67 dev-libs/glib:2
68 >=gnome-base/librsvg-2.32
69 virtual/glu
70 virtual/opengl
71 >=x11-libs/gtk+-3.10:3
72 x11-libs/libX11
73 "
74 DEPEND="${RDEPEND}
75 $(vala_depend)
76 app-text/yelp-tools
77 >=dev-util/intltool-0.50
78 sys-devel/gettext
79 virtual/pkgconfig
80 "
81
82 src_prepare() {
83 vala_src_prepare
84 gnome-games_src_prepare
85 }