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