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 80AC0138CD2 for ; Fri, 8 May 2015 15:01:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8690EE0843; Fri, 8 May 2015 15:01:58 +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 D7227E083B for ; Fri, 8 May 2015 15:01:57 +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 E759F340EAB for ; Fri, 8 May 2015 15:01:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F2409E5 for ; Fri, 8 May 2015 15:01:54 +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: <1431097305.1f77842b9310704f679bad6eb105c3f205af933a.eva@gentoo> Subject: [gentoo-commits] proj/gnome:pending-eva commit in: games-puzzle/hitori/ X-VCS-Repository: proj/gnome X-VCS-Files: games-puzzle/hitori/hitori-3.16.1.ebuild X-VCS-Directories: games-puzzle/hitori/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 1f77842b9310704f679bad6eb105c3f205af933a X-VCS-Branch: pending-eva Date: Fri, 8 May 2015 15:01:54 +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: cd9c2ac3-f715-4a9c-846b-5367b6be7512 X-Archives-Hash: e2f92a942319e0b4772b8c6a0af39407 commit: 1f77842b9310704f679bad6eb105c3f205af933a Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun May 3 17:38:54 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Fri May 8 15:01:45 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1f77842b games-puzzle/hitori: 3.14.3 → 3.16.1 games-puzzle/hitori/hitori-3.16.1.ebuild | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/games-puzzle/hitori/hitori-3.16.1.ebuild b/games-puzzle/hitori/hitori-3.16.1.ebuild new file mode 100644 index 0000000..858ef4f --- /dev/null +++ b/games-puzzle/hitori/hitori-3.16.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome-games + +DESCRIPTION="Logic puzzle game for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/Hitori" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.32:2 + >=x11-libs/cairo-1.4 + >=x11-libs/gtk+-3.15:3 +" +DEPEND="${RDEPEND} + app-text/yelp-tools + dev-libs/appstream-glib + >=dev-util/intltool-0.50.2 + sys-devel/gettext + virtual/pkgconfig +"