From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 98260138CCE for ; Fri, 8 May 2015 23:36:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EBBFE083D; Fri, 8 May 2015 23:36:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4564E082D for ; Fri, 8 May 2015 23:36:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E05E1340F34 for ; Fri, 8 May 2015 23:36:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 504009E7 for ; Fri, 8 May 2015 23:36:16 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1431128136.5f227ed8ff0a21953cab8afd587bc196126a4300.eva@gentoo> Subject: [gentoo-commits] proj/gnome:pending-eva commit in: games-board/gnome-chess/ X-VCS-Repository: proj/gnome X-VCS-Files: games-board/gnome-chess/gnome-chess-3.16.1.ebuild X-VCS-Directories: games-board/gnome-chess/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 5f227ed8ff0a21953cab8afd587bc196126a4300 X-VCS-Branch: pending-eva Date: Fri, 8 May 2015 23:36:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6915307e-7914-47bf-89e5-fbeca8ac1972 X-Archives-Hash: 7ef3b11e65c62b322ce5a11a2840b9ae commit: 5f227ed8ff0a21953cab8afd587bc196126a4300 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun May 3 20:51:04 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Fri May 8 23:35:36 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5f227ed8 games-board/gnome-chess: 3.14.3 → 3.16.1 games-board/gnome-chess/gnome-chess-3.16.1.ebuild | 49 +++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/games-board/gnome-chess/gnome-chess-3.16.1.ebuild b/games-board/gnome-chess/gnome-chess-3.16.1.ebuild new file mode 100644 index 0000000..62de7a1 --- /dev/null +++ b/games-board/gnome-chess/gnome-chess-3.16.1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" +VALA_MIN_API_VERSION="0.28" + +inherit gnome-games vala readme.gentoo + +DESCRIPTION="Play the classic two-player boardgame of chess" +HOMEPAGE="https://wiki.gnome.org/Apps/Chess" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.40:2 + >=gnome-base/librsvg-2.32 + >=x11-libs/gtk+-3.15:3 +" +DEPEND="${RDEPEND} + $(vala_depend) + app-text/yelp-tools + dev-libs/appstream-glib + >=dev-util/intltool-0.50 + sys-devel/gettext + virtual/pkgconfig +" + +DOC_CONTENTS="For being able to play against computer you will + need to install a chess engine like, for example, games-board/gnuchess" + +src_prepare() { + vala_src_prepare + gnome-games_src_prepare +} + +src_install() { + gnome-games_src_install + readme.gentoo_create_doc +} + +pkg_postinst() { + gnome-games_pkg_postinst + readme.gentoo_print_elog +}