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.14.3.ebuild ChangeLog
Date: Tue, 24 Feb 2015 09:45:26
Message-Id: 20150224094520.F1C5312710@oystercatcher.gentoo.org
1 pacho 15/02/24 09:45:20
2
3 Modified: ChangeLog
4 Added: gnome-chess-3.14.3.ebuild
5 Log:
6 Version bump, add a note about how to play against the computer (#536612 by bitlord)
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.21 games-board/gnome-chess/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-chess/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-chess/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-chess/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-board/gnome-chess/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 22 Dec 2014 18:51:20 -0000 1.20
24 +++ ChangeLog 24 Feb 2015 09:45:20 -0000 1.21
25 @@ -1,6 +1,12 @@
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.20 2014/12/22 18:51:20 eva Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-chess/ChangeLog,v 1.21 2015/02/24 09:45:20 pacho Exp $
31 +
32 +*gnome-chess-3.14.3 (24 Feb 2015)
33 +
34 + 24 Feb 2015; Pacho Ramos <pacho@g.o> +gnome-chess-3.14.3.ebuild:
35 + Version bump, add a note about how to play against the computer (#536612 by
36 + bitlord)
37
38 *gnome-chess-3.14.2 (22 Dec 2014)
39
40
41
42
43 1.1 games-board/gnome-chess/gnome-chess-3.14.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-chess/gnome-chess-3.14.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnome-chess/gnome-chess-3.14.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gnome-chess-3.14.3.ebuild
49 ===================================================================
50 # Copyright 1999-2015 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.14.3.ebuild,v 1.1 2015/02/24 09:45:20 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56 VALA_MIN_API_VERSION="0.24"
57
58 inherit gnome-games vala readme.gentoo
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.40:2
70 >=gnome-base/librsvg-2.32
71 >=x11-libs/gtk+-3.13.2:3
72 "
73 DEPEND="${RDEPEND}
74 $(vala_depend)
75 app-text/yelp-tools
76 dev-util/appdata-tools
77 >=dev-util/intltool-0.50
78 sys-devel/gettext
79 virtual/pkgconfig
80 "
81
82 DOC_CONTENTS="For being able to play against computer you will
83 need to install a chess engine like, for example, games-board/gnuchess"
84
85 src_prepare() {
86 vala_src_prepare
87 gnome-games_src_prepare
88 }
89
90 src_configure() {
91 gnome-games_src_configure APPDATA_VALIDATE=$(type -P true)
92 }
93
94 src_install() {
95 gnome-games_src_install
96 readme.gentoo_create_doc
97 }
98
99 pkg_postinst() {
100 gnome-games_pkg_postinst
101 readme.gentoo_print_elog
102 }