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 709891389E2 for ; Mon, 24 Nov 2014 19:42:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4D5FE08EE; Mon, 24 Nov 2014 19:42:28 +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 E2BA6E08EA for ; Mon, 24 Nov 2014 19:42:27 +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 0E072340526 for ; Mon, 24 Nov 2014 19:42:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5DBAAD33 for ; Mon, 24 Nov 2014 19:42:25 +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: <1416855890.118be2bd6c8fe8ba605f9191ea6081a309720bf9.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: games-board/gnome-chess/ X-VCS-Repository: proj/gnome X-VCS-Files: games-board/gnome-chess/gnome-chess-3.14.0.ebuild games-board/gnome-chess/gnome-chess-3.14.1.ebuild X-VCS-Directories: games-board/gnome-chess/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 118be2bd6c8fe8ba605f9191ea6081a309720bf9 X-VCS-Branch: master Date: Mon, 24 Nov 2014 19:42:25 +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: 99f59c81-46ff-43b8-938a-748d511115b2 X-Archives-Hash: d941b76aebf8118c0dfe33a646d71692 commit: 118be2bd6c8fe8ba605f9191ea6081a309720bf9 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Nov 24 19:03:20 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Nov 24 19:04:50 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=118be2bd games-board/gnome-chess: 3.14.0 → 3.14.1 Screw appstream tools being strict by default. --- .../{gnome-chess-3.14.0.ebuild => gnome-chess-3.14.1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/games-board/gnome-chess/gnome-chess-3.14.0.ebuild b/games-board/gnome-chess/gnome-chess-3.14.1.ebuild similarity index 86% rename from games-board/gnome-chess/gnome-chess-3.14.0.ebuild rename to games-board/gnome-chess/gnome-chess-3.14.1.ebuild index cd06533..ad24028 100644 --- a/games-board/gnome-chess/gnome-chess-3.14.0.ebuild +++ b/games-board/gnome-chess/gnome-chess-3.14.1.ebuild @@ -24,6 +24,7 @@ RDEPEND=" DEPEND="${RDEPEND} $(vala_depend) app-text/yelp-tools + dev-util/appdata-tools >=dev-util/intltool-0.50 sys-devel/gettext virtual/pkgconfig @@ -33,3 +34,7 @@ src_prepare() { vala_src_prepare gnome-games_src_prepare } + +src_configure() { + gnome-games_src_configure APPDATA_VALIDATE=$(type -P true) +}