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 3928559CA9 for ; Mon, 28 Mar 2016 21:21:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F050821C050; Mon, 28 Mar 2016 21:20:58 +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 AE1C721C053 for ; Mon, 28 Mar 2016 21:20:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5AE7B340BBF for ; Mon, 28 Mar 2016 21:20:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C2E9872 for ; Mon, 28 Mar 2016 21:20:51 +0000 (UTC) From: "Ole Reifschneider" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ole Reifschneider" Message-ID: <1459198294.8761df6eaa13f44c29a78861529578fc8fae5fc9.tranquility@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.20.0.ebuild games-board/gnome-mahjongg/metadata.xml X-VCS-Directories: games-board/gnome-mahjongg/ X-VCS-Committer: tranquility X-VCS-Committer-Name: Ole Reifschneider X-VCS-Revision: 8761df6eaa13f44c29a78861529578fc8fae5fc9 X-VCS-Branch: master Date: Mon, 28 Mar 2016 21:20:51 +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: 726804cb-daf3-4ec8-a3e5-14c064939384 X-Archives-Hash: d4a7f863c604f793db912fe6d80d19f5 commit: 8761df6eaa13f44c29a78861529578fc8fae5fc9 Author: Ole Reifschneider gentoo org> AuthorDate: Mon Mar 28 20:50:07 2016 +0000 Commit: Ole Reifschneider gentoo org> CommitDate: Mon Mar 28 20:51:34 2016 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8761df6e games-board/gnome-mahjongg: Bump version to 3.20.0 Package-Manager: portage-2.2.28 Manifest-Sign-Key: 0xE9E568677E8B4D42 .../gnome-mahjongg/gnome-mahjongg-3.20.0.ebuild | 35 ++++++++++++++++++++++ games-board/gnome-mahjongg/metadata.xml | 8 +++++ 2 files changed, 43 insertions(+) diff --git a/games-board/gnome-mahjongg/gnome-mahjongg-3.20.0.ebuild b/games-board/gnome-mahjongg/gnome-mahjongg-3.20.0.ebuild new file mode 100644 index 0000000..e977764 --- /dev/null +++ b/games-board/gnome-mahjongg/gnome-mahjongg-3.20.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 +} diff --git a/games-board/gnome-mahjongg/metadata.xml b/games-board/gnome-mahjongg/metadata.xml new file mode 100644 index 0000000..3998080 --- /dev/null +++ b/games-board/gnome-mahjongg/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + +