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 EEFA31382C5 for ; Fri, 20 Apr 2018 19:00:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DD83E087B; Fri, 20 Apr 2018 19:00:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E7153E087B for ; Fri, 20 Apr 2018 19:00:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3CECF335C2E for ; Fri, 20 Apr 2018 19:00:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7FDB28E for ; Fri, 20 Apr 2018 19:00:46 +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: <1524250591.2744e75f5796d438aea0211a607ce159c3d9e1ba.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-klotski/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/gnome-klotski/Manifest games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild X-VCS-Directories: games-puzzle/gnome-klotski/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 2744e75f5796d438aea0211a607ce159c3d9e1ba X-VCS-Branch: master Date: Fri, 20 Apr 2018 19:00:46 +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: cb2e65a0-ba18-4b8b-8e29-e73cbdd497b4 X-Archives-Hash: bd90649387d08d586e62904ea69ade0c commit: 2744e75f5796d438aea0211a607ce159c3d9e1ba Author: Mart Raudsepp gentoo org> AuthorDate: Fri Apr 20 18:56:31 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Apr 20 18:56:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2744e75f games-puzzle/gnome-klotski: bump to 3.22.3 for translation updates Package-Manager: Portage-2.3.28, Repoman-2.3.9 games-puzzle/gnome-klotski/Manifest | 1 + .../gnome-klotski/gnome-klotski-3.22.3.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/games-puzzle/gnome-klotski/Manifest b/games-puzzle/gnome-klotski/Manifest index 049c8baf824..a9b62844a19 100644 --- a/games-puzzle/gnome-klotski/Manifest +++ b/games-puzzle/gnome-klotski/Manifest @@ -1 +1,2 @@ DIST gnome-klotski-3.22.2.tar.xz 1423652 BLAKE2B 0233c800d1c43b99358d6a5e787c605ff54d408340e3a42f43a1007f23108afc50f063b807aa5c18322943b76fb86a51fa9f3d85d2e0c68586ebbf107161d6f0 SHA512 2899f5ec1da545b5c42f30148c5a3a8b1043744df938aae0b69099144cad55a5dba93168138812e723414006dc86663379299ab4971d7b4da4da8fa2c04fef42 +DIST gnome-klotski-3.22.3.tar.xz 664380 BLAKE2B 3c5ca5da9baa30921796a8701fcd2e1f5214fe19070895390fd26617af6eac7dbe12c92e643cfd2b3b5b1bbb0303e4272e338100f23a79011939506a433be014 SHA512 d86b39c60b545abfe6fce2366dd40e2d603e635f4b33c42e76a4447b845981c51fadfdb8f9f073e515ccd9772c9ee5f29258ac63b6620acff03150cc52a51d0d diff --git a/games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild b/games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild new file mode 100644 index 00000000000..b69e99c3e93 --- /dev/null +++ b/games-puzzle/gnome-klotski/gnome-klotski-3.22.3.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +VALA_MIN_API_VERSION="0.28" + +inherit gnome2 vala + +DESCRIPTION="Slide blocks to solve the puzzle" +HOMEPAGE="https://wiki.gnome.org/Apps/Klotski" + +LICENSE="GPL-3+ FDL-1.1+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.32:2 + dev-libs/libgee:0.8= + dev-libs/libgnome-games-support:1 + >=gnome-base/librsvg-2.32.0:2 + >=x11-libs/gtk+-3.19.0:3 +" +DEPEND="${RDEPEND} + $(vala_depend) + app-text/yelp-tools + dev-libs/appstream-glib + >=dev-util/intltool-0.50 + sys-devel/gettext + virtual/pkgconfig +" + +src_prepare() { + gnome2_src_prepare + vala_src_prepare +}