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 29570138CD3 for ; Fri, 8 May 2015 21:54:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA0CDE0653; Fri, 8 May 2015 21:54:41 +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 289F6E0794 for ; Fri, 8 May 2015 21:54:41 +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 2DD6C340EC3 for ; Fri, 8 May 2015 21:54:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D21989E3 for ; Fri, 8 May 2015 21:54:38 +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: <1431112696.9558dbe911a04922fc56ff2e645cd82c465892e4.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: games-board/gnome-mahjongg/ X-VCS-Repository: proj/gnome X-VCS-Files: games-board/gnome-mahjongg/gnome-mahjongg-3.16.0.ebuild X-VCS-Directories: games-board/gnome-mahjongg/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 9558dbe911a04922fc56ff2e645cd82c465892e4 X-VCS-Branch: master Date: Fri, 8 May 2015 21:54:38 +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: fdf09a7b-a936-4246-9d19-ec17ea62fbfc X-Archives-Hash: 1e47ae1d353f67959e1066b2fbd41f24 commit: 9558dbe911a04922fc56ff2e645cd82c465892e4 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Fri May 8 18:56:04 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Fri May 8 19:18:16 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9558dbe9 games-board/gnome-mahjongg: 3.14.1 → 3.16.0 .../gnome-mahjongg/gnome-mahjongg-3.16.0.ebuild | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/games-board/gnome-mahjongg/gnome-mahjongg-3.16.0.ebuild b/games-board/gnome-mahjongg/gnome-mahjongg-3.16.0.ebuild new file mode 100644 index 0000000..e2548a4 --- /dev/null +++ b/games-board/gnome-mahjongg/gnome-mahjongg-3.16.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +GCONF_DEBUG="no" +VALA_MIN_API_VERSION="0.24" + +inherit gnome-games vala + +DESCRIPTION="Disassemble a pile of tiles by removing matching pairs" +HOMEPAGE="https://wiki.gnome.org/Apps/Mahjongg" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.40:2 + >=gnome-base/librsvg-2.32 + >=x11-libs/gtk+-3.13.2:3 +" +DEPEND="${RDEPEND} + $(vala_depend) + app-text/yelp-tools + dev-libs/appstream-glib + >=dev-util/intltool-0.50 + virtual/pkgconfig +" + +src_prepare() { + gnome-games_src_prepare + vala_src_prepare +}