From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9BB61396D9 for ; Wed, 25 Oct 2017 21:18:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C1C02BC021; Wed, 25 Oct 2017 21:18:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2888C2BC021 for ; Wed, 25 Oct 2017 21:18:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 02D3B33C4EE for ; Wed, 25 Oct 2017 21:18:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98EE8320 for ; Wed, 25 Oct 2017 21:18:39 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1508966308.d9d6cfed5b04bfe2e30b76f4780375ebfb96db1f.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/hitori/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/hitori/Manifest games-puzzle/hitori/hitori-3.22.4.ebuild X-VCS-Directories: games-puzzle/hitori/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: d9d6cfed5b04bfe2e30b76f4780375ebfb96db1f X-VCS-Branch: master Date: Wed, 25 Oct 2017 21:18:39 +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: a9adda8c-05b6-443b-8dbb-0670f04daaf3 X-Archives-Hash: 51c3e9414d9fd44f3c9cce3a93ab5d43 commit: d9d6cfed5b04bfe2e30b76f4780375ebfb96db1f Author: Mart Raudsepp gentoo org> AuthorDate: Wed Oct 25 21:18:28 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Oct 25 21:18:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d6cfed games-puzzle/hitori: bump to 3.22.4 for translation updates Package-Manager: Portage-2.3.8, Repoman-2.3.2 games-puzzle/hitori/Manifest | 1 + games-puzzle/hitori/hitori-3.22.4.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/games-puzzle/hitori/Manifest b/games-puzzle/hitori/Manifest index 70c27a0551b..90619f6a7e0 100644 --- a/games-puzzle/hitori/Manifest +++ b/games-puzzle/hitori/Manifest @@ -1 +1,2 @@ DIST hitori-3.22.3.tar.xz 462592 SHA256 ba21368d6d8475ae8cf0d39b62dab5eaec26ce82b3f067af50f1eded3a43b360 SHA512 a79e8f8f5e0ca4d202184fc301ddda44e2606ca911b9b3910e50f8ad218cd5047b8749e9c9798f970a107682c7f4fc49475be126c06cdd4a6914e1fa831ed7d5 WHIRLPOOL 8d62ba8d5d3988aab292c6c18e3f74a9de52f7b80103f35898d39624ab94fc994215f09ebee36512c45e5c5330cb44bdddcbc2abf21cae34f343450129325a31 +DIST hitori-3.22.4.tar.xz 471136 SHA256 dcac6909b6007857ee425ac8c65fed179f2c71da138d5e5300cd62c8b9ea15d3 SHA512 8c75824d29918c096f3a33283dcb2e49e227c8259d37a4ae5e77d420d4a18a2760f789e12f32cfb8ffc16bfdf19e4aca26d93719d6b762c15b9ac4dbfca93e1a WHIRLPOOL b38c0f3a6cc9831d093dc23c81d05755aba220c0c073ab9b995d6e441fe6ec84d5125d7208781889c9c00b5e575d21f92fb0d3709ac10c70338a7bc7dc5a471f diff --git a/games-puzzle/hitori/hitori-3.22.4.ebuild b/games-puzzle/hitori/hitori-3.22.4.ebuild new file mode 100644 index 00000000000..6c4369571ac --- /dev/null +++ b/games-puzzle/hitori/hitori-3.22.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome2 + +DESCRIPTION="Logic puzzle game for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/Hitori" + +LICENSE="GPL-3+ CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +# gtk+-3.22 for build-time optional gtk_show_uri_on_window usage +RDEPEND=" + >=dev-libs/glib-2.32:2 + >=x11-libs/gtk+-3.22:3 + >=x11-libs/cairo-1.4 +" +DEPEND="${RDEPEND} + app-text/yelp-tools + dev-libs/appstream-glib + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +"