Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: games-puzzle/gnome2048/
Date: Sun, 30 Oct 2016 11:44:43
Message-Id: 1477825823.2288cdc584852f91249108fecf4872daa3f18bb2.eva@gentoo
1 commit: 2288cdc584852f91249108fecf4872daa3f18bb2
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 11:10:23 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 11:10:23 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2288cdc5
7
8 games-puzzle/gnome2048: 3.20.2 → 3.22.0
9
10 games-puzzle/gnome2048/gnome2048-3.22.0.ebuild | 39 ++++++++++++++++++++++++++
11 1 file changed, 39 insertions(+)
12
13 diff --git a/games-puzzle/gnome2048/gnome2048-3.22.0.ebuild b/games-puzzle/gnome2048/gnome2048-3.22.0.ebuild
14 new file mode 100644
15 index 0000000..2acf7cf
16 --- /dev/null
17 +++ b/games-puzzle/gnome2048/gnome2048-3.22.0.ebuild
18 @@ -0,0 +1,39 @@
19 +# Copyright 1999-2015 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Id$
22 +
23 +EAPI=6
24 +GNOME_ORG_MODULE="gnome-2048"
25 +VALA_MIN_API_VERSION="0.24"
26 +
27 +inherit gnome2 vala
28 +
29 +DESCRIPTION="Move the tiles until you obtain the 2048 tile"
30 +HOMEPAGE="https://wiki.gnome.org/Apps/2048"
31 +
32 +LICENSE="GPL-3+"
33 +SLOT="0"
34 +KEYWORDS="~amd64"
35 +IUSE=""
36 +
37 +RDEPEND="
38 + dev-libs/glib:2[dbus]
39 + >=dev-libs/libgee-0.14:0.8
40 + >=dev-libs/libgames-support-0.90
41 + >=media-libs/clutter-1.12:1.0
42 + >=media-libs/clutter-gtk-1.6:1.0
43 + >=x11-libs/gtk+-3.12:3
44 +"
45 +DEPEND="${DEPEND}
46 + $(vala_depend)
47 + app-text/yelp-tools
48 + dev-libs/appstream-glib
49 + >=dev-util/intltool-0.50
50 + sys-devel/gettext
51 + virtual/pkgconfig
52 +"
53 +
54 +src_prepare() {
55 + vala_src_prepare
56 + gnome2_src_prepare
57 +}