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/lightsoff/
Date: Sat, 02 May 2015 18:42:00
Message-Id: 1430591386.bc7a9e0e7ae915178056f4300bd492d8d1a8a421.eva@gentoo
1 commit: bc7a9e0e7ae915178056f4300bd492d8d1a8a421
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 2 18:22:29 2015 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat May 2 18:29:46 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=bc7a9e0e
7
8 games-puzzle/lightsoff: 3.14.1 → 3.16.1
9
10 games-puzzle/lightsoff/lightsoff-3.16.1.ebuild | 38 ++++++++++++++++++++++++++
11 1 file changed, 38 insertions(+)
12
13 diff --git a/games-puzzle/lightsoff/lightsoff-3.16.1.ebuild b/games-puzzle/lightsoff/lightsoff-3.16.1.ebuild
14 new file mode 100644
15 index 0000000..8c802a3
16 --- /dev/null
17 +++ b/games-puzzle/lightsoff/lightsoff-3.16.1.ebuild
18 @@ -0,0 +1,38 @@
19 +# Copyright 1999-2015 Gentoo Foundation
20 +# Distributed under the terms of the GNU General Public License v2
21 +# $Header: $
22 +
23 +EAPI="5"
24 +GCONF_DEBUG="no"
25 +VALA_MIN_API_VERSION="0.22"
26 +
27 +inherit gnome-games vala
28 +
29 +DESCRIPTION="Turn off all the lights"
30 +HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff"
31 +
32 +LICENSE="GPL-2+"
33 +SLOT="0"
34 +KEYWORDS="~amd64 ~arm ~x86"
35 +IUSE=""
36 +
37 +RDEPEND="
38 + dev-libs/glib:2
39 + >=gnome-base/librsvg-2.32:2
40 + >=media-libs/clutter-1.14:1.0
41 + >=media-libs/clutter-gtk-1.5.5:1.0
42 + >=x11-libs/gtk+-3.13.2:3
43 +"
44 +DEPEND="${RDEPEND}
45 + $(vala_depend)
46 + app-text/yelp-tools
47 + dev-libs/appstream-glib
48 + >=dev-util/intltool-0.50
49 + sys-devel/gettext
50 + virtual/pkgconfig
51 +"
52 +
53 +src_prepare() {
54 + gnome-games_src_prepare
55 + vala_src_prepare
56 +}