Gentoo Archives: gentoo-commits

From: Ole Reifschneider <tranquility@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: games-board/gnome-chess/
Date: Mon, 28 Mar 2016 21:21:02
Message-Id: 1459198293.cfa8300c1b77055926bb75d5534a7ce2c1701bce.tranquility@gentoo
1 commit: cfa8300c1b77055926bb75d5534a7ce2c1701bce
2 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 28 20:47:34 2016 +0000
4 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 28 20:51:33 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=cfa8300c
7
8 games-board/gnome-chess: Bump version to 3.20.0
9
10 Package-Manager: portage-2.2.28
11 Manifest-Sign-Key: 0xE9E568677E8B4D42
12
13 games-board/gnome-chess/gnome-chess-3.20.0.ebuild | 49 +++++++++++++++++++++++
14 games-board/gnome-chess/metadata.xml | 8 ++++
15 2 files changed, 57 insertions(+)
16
17 diff --git a/games-board/gnome-chess/gnome-chess-3.20.0.ebuild b/games-board/gnome-chess/gnome-chess-3.20.0.ebuild
18 new file mode 100644
19 index 0000000..1a637d0
20 --- /dev/null
21 +++ b/games-board/gnome-chess/gnome-chess-3.20.0.ebuild
22 @@ -0,0 +1,49 @@
23 +# Copyright 1999-2016 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Id$
26 +
27 +EAPI="5"
28 +GCONF_DEBUG="no"
29 +VALA_MIN_API_VERSION="0.28"
30 +
31 +inherit gnome-games vala readme.gentoo
32 +
33 +DESCRIPTION="Play the classic two-player boardgame of chess"
34 +HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
35 +
36 +LICENSE="LGPL-2+"
37 +SLOT="0"
38 +KEYWORDS="~amd64 ~arm ~x86"
39 +IUSE=""
40 +
41 +RDEPEND="
42 + >=dev-libs/glib-2.40:2
43 + >=gnome-base/librsvg-2.32
44 + >=x11-libs/gtk+-3.19:3
45 +"
46 +DEPEND="${RDEPEND}
47 + $(vala_depend)
48 + app-text/yelp-tools
49 + dev-libs/appstream-glib
50 + >=dev-util/intltool-0.50
51 + sys-devel/gettext
52 + virtual/pkgconfig
53 +"
54 +
55 +DOC_CONTENTS="For being able to play against computer you will
56 + need to install a chess engine like, for example, games-board/gnuchess"
57 +
58 +src_prepare() {
59 + vala_src_prepare
60 + gnome-games_src_prepare
61 +}
62 +
63 +src_install() {
64 + gnome-games_src_install
65 + readme.gentoo_create_doc
66 +}
67 +
68 +pkg_postinst() {
69 + gnome-games_pkg_postinst
70 + readme.gentoo_print_elog
71 +}
72
73 diff --git a/games-board/gnome-chess/metadata.xml b/games-board/gnome-chess/metadata.xml
74 new file mode 100644
75 index 0000000..3998080
76 --- /dev/null
77 +++ b/games-board/gnome-chess/metadata.xml
78 @@ -0,0 +1,8 @@
79 +<?xml version="1.0" encoding="UTF-8"?>
80 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
81 +<pkgmetadata>
82 +<maintainer type="project">
83 + <email>gnome@g.o</email>
84 + <name>Gentoo GNOME Desktop</name>
85 +</maintainer>
86 +</pkgmetadata>