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 9F7351382CD for ; Sat, 25 Jun 2016 12:22:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01446E0B3D; Sat, 25 Jun 2016 12:22:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB2BBE0B10 for ; Sat, 25 Jun 2016 12:22:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12919340C1C for ; Sat, 25 Jun 2016 12:22:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20C97243B for ; Sat, 25 Jun 2016 12:22:33 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1466857306.17b05ab9a3a8bac9245cf51b120e294a0b5ab42c.pacho@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.20.0.ebuild X-VCS-Directories: games-puzzle/hitori/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 17b05ab9a3a8bac9245cf51b120e294a0b5ab42c X-VCS-Branch: master Date: Sat, 25 Jun 2016 12:22:33 +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: 12d2cf5c-9b18-4b0d-8c93-917eede49226 X-Archives-Hash: 702279769f7263bcec8b43ac07f6f2f9 commit: 17b05ab9a3a8bac9245cf51b120e294a0b5ab42c Author: Pacho Ramos gentoo org> AuthorDate: Sat Jun 25 11:47:37 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jun 25 12:21:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b05ab9 games-puzzle/hitori: Version bump Package-Manager: portage-2.3.0_rc1 games-puzzle/hitori/Manifest | 1 + games-puzzle/hitori/hitori-3.20.0.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/games-puzzle/hitori/Manifest b/games-puzzle/hitori/Manifest index a148db0..1b27bad 100644 --- a/games-puzzle/hitori/Manifest +++ b/games-puzzle/hitori/Manifest @@ -1 +1,2 @@ DIST hitori-3.16.2.tar.xz 510988 SHA256 d86db15bbefb04697263b576d0a118b7607fda0dc345f5d7581f1dec54452b6c SHA512 44cada5040fba86ce4272cbf788d75832e28a26ebc6c09adb4fafe64b48490a5cba8bdeb94a448ad6f372e4b0d1dcff70dcbadaefa8a411dbf0cd5bd995ed6f6 WHIRLPOOL 10a89a9db5b298fa945a42a019c84ec1beaf5922e255bcac24042f4f1c599af9a090685101bce22dd31a66ae611d786246866ca84fe0dabe60a82ca2e29c7e79 +DIST hitori-3.20.0.tar.xz 391496 SHA256 877cae48144b7f6908fde55104f589788b42acaa5956d62fd32b4026fde3769d SHA512 c8724453ed4bbd83fb7e50d9249d1b2ec490f65a207f8b319c70a9d8cbefa1008c3e7c65da1fa5e2b7d427e75ad44a74cafccf7a27385eed2f5e268be1d4c839 WHIRLPOOL c41750cbdff6ad5856c11d332f9f71833f84ec274c2625765f9f0814e99d835314cca887a7d4f2572bb6a224d12c109e5a82e7834590a2f33b566bc04502c518 diff --git a/games-puzzle/hitori/hitori-3.20.0.ebuild b/games-puzzle/hitori/hitori-3.20.0.ebuild new file mode 100644 index 0000000..ebe42b9 --- /dev/null +++ b/games-puzzle/hitori/hitori-3.20.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit gnome2 + +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 +"