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: 1477825839.ccab01a12c0805efb4a6887041d1ae06845837be.eva@gentoo
1 commit: ccab01a12c0805efb4a6887041d1ae06845837be
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 30 11:10:39 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 11:10:39 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ccab01a1
7
8 games-puzzle/gnome2048: cleanup old revision
9
10 Package-Manager: portage-2.3.2
11 Manifest-Sign-Key: C6085806
12
13 games-puzzle/gnome2048/gnome2048-3.18.2.ebuild | 40 --------------------------
14 games-puzzle/gnome2048/gnome2048-3.22.0.ebuild | 4 +--
15 2 files changed, 2 insertions(+), 42 deletions(-)
16
17 diff --git a/games-puzzle/gnome2048/gnome2048-3.18.2.ebuild b/games-puzzle/gnome2048/gnome2048-3.18.2.ebuild
18 deleted file mode 100644
19 index e8ac369..0000000
20 --- a/games-puzzle/gnome2048/gnome2048-3.18.2.ebuild
21 +++ /dev/null
22 @@ -1,40 +0,0 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Id$
26 -
27 -EAPI="5"
28 -GCONF_DEBUG="no"
29 -GNOME_ORG_MODULE="gnome-2048"
30 -VALA_MIN_API_VERSION="0.24"
31 -
32 -inherit gnome-games vala
33 -
34 -DESCRIPTION="Move the tiles until you obtain the 2048 tile"
35 -HOMEPAGE="https://wiki.gnome.org/Apps/2048"
36 -
37 -LICENSE="GPL-3+"
38 -SLOT="0"
39 -KEYWORDS="~amd64"
40 -IUSE=""
41 -
42 -RDEPEND="
43 - dev-libs/glib:2[dbus]
44 - >=dev-libs/libgee-0.14:0.8
45 - >=dev-libs/libgames-support-0.1:1.0
46 - >=media-libs/clutter-1.12:1.0
47 - >=media-libs/clutter-gtk-1.6:1.0
48 - >=x11-libs/gtk+-3.12:3
49 -"
50 -DEPEND="${DEPEND}
51 - $(vala_depend)
52 - app-text/yelp-tools
53 - dev-libs/appstream-glib
54 - >=dev-util/intltool-0.50
55 - sys-devel/gettext
56 - virtual/pkgconfig
57 -"
58 -
59 -src_prepare() {
60 - vala_src_prepare
61 - gnome-games_src_prepare
62 -}
63
64 diff --git a/games-puzzle/gnome2048/gnome2048-3.22.0.ebuild b/games-puzzle/gnome2048/gnome2048-3.22.0.ebuild
65 index 2acf7cf..1d41da5 100644
66 --- a/games-puzzle/gnome2048/gnome2048-3.22.0.ebuild
67 +++ b/games-puzzle/gnome2048/gnome2048-3.22.0.ebuild
68 @@ -1,4 +1,4 @@
69 -# Copyright 1999-2015 Gentoo Foundation
70 +# Copyright 1999-2016 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 # $Id$
73
74 @@ -19,7 +19,7 @@ IUSE=""
75 RDEPEND="
76 dev-libs/glib:2[dbus]
77 >=dev-libs/libgee-0.14:0.8
78 - >=dev-libs/libgames-support-0.90
79 + dev-libs/libgnome-games-support:1
80 >=media-libs/clutter-1.12:1.0
81 >=media-libs/clutter-gtk-1.6:1.0
82 >=x11-libs/gtk+-3.12:3