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 21B7259CA9 for ; Mon, 28 Mar 2016 21:21:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 829CF21C053; 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 BEC4221C063 for ; Mon, 28 Mar 2016 21:20:56 +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 B7ADB340BAB 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 12AFA87A for ; Mon, 28 Mar 2016 21:20:52 +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: <1459199309.1de49d987b75f996370f813a97dc978567600269.tranquility@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome-taquin/ X-VCS-Repository: proj/gnome X-VCS-Files: games-puzzle/gnome-taquin/gnome-taquin-3.20.0.ebuild games-puzzle/gnome-taquin/metadata.xml X-VCS-Directories: games-puzzle/gnome-taquin/ X-VCS-Committer: tranquility X-VCS-Committer-Name: Ole Reifschneider X-VCS-Revision: 1de49d987b75f996370f813a97dc978567600269 X-VCS-Branch: master Date: Mon, 28 Mar 2016 21:20:52 +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: 291ae8c8-5647-4e78-88b9-1d549425b289 X-Archives-Hash: e50434da1e9b303267db20406e86fb56 commit: 1de49d987b75f996370f813a97dc978567600269 Author: Ole Reifschneider gentoo org> AuthorDate: Mon Mar 28 21:08:29 2016 +0000 Commit: Ole Reifschneider gentoo org> CommitDate: Mon Mar 28 21:08:29 2016 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1de49d98 games-puzzle/gnome-taquin: Bump version to 3.20.0 Package-Manager: portage-2.2.28 Manifest-Sign-Key: 0xE9E568677E8B4D42 .../gnome-taquin/gnome-taquin-3.20.0.ebuild | 37 ++++++++++++++++++++++ games-puzzle/gnome-taquin/metadata.xml | 8 +++++ 2 files changed, 45 insertions(+) diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.20.0.ebuild b/games-puzzle/gnome-taquin/gnome-taquin-3.20.0.ebuild new file mode 100644 index 0000000..444ccf4 --- /dev/null +++ b/games-puzzle/gnome-taquin/gnome-taquin-3.20.0.ebuild @@ -0,0 +1,37 @@ +# 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.28" + +inherit gnome-games vala + +DESCRIPTION="Move tiles so that they reach their places" +HOMEPAGE="https://wiki.gnome.org/Apps/Taquin" + +LICENSE="LGPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.40:2 + >=gnome-base/librsvg-2.32 + >=media-libs/libcanberra-0.26 + >=x11-libs/gtk+-3.15:3 +" +DEPEND="${RDEPEND} + app-text/yelp-tools + dev-libs/appstream-glib + >=dev-util/intltool-0.50 + sys-devel/gettext + virtual/pkgconfig + $(vala_depend) +" + +src_prepare() { + vala_src_prepare + gnome-games_src_prepare +} diff --git a/games-puzzle/gnome-taquin/metadata.xml b/games-puzzle/gnome-taquin/metadata.xml new file mode 100644 index 0000000..3998080 --- /dev/null +++ b/games-puzzle/gnome-taquin/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + +