summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-06-10 13:40:50 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2015-06-10 13:40:50 +0000
commit627720bce940a82d3929402b935ec7833d093c8b (patch)
treee9a048f54ea006bcaa0201c218a123d1fb7d71a6 /games-puzzle
parentVersion bump. (diff)
downloadgentoo-2-627720bce940a82d3929402b935ec7833d093c8b.tar.gz
gentoo-2-627720bce940a82d3929402b935ec7833d093c8b.tar.bz2
gentoo-2-627720bce940a82d3929402b935ec7833d093c8b.zip
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/lightsoff/ChangeLog8
-rw-r--r--games-puzzle/lightsoff/lightsoff-3.16.1.1.ebuild38
2 files changed, 45 insertions, 1 deletions
diff --git a/games-puzzle/lightsoff/ChangeLog b/games-puzzle/lightsoff/ChangeLog
index ea04d81e1e92..2c10e72425f1 100644
--- a/games-puzzle/lightsoff/ChangeLog
+++ b/games-puzzle/lightsoff/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-puzzle/lightsoff
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lightsoff/ChangeLog,v 1.19 2015/06/09 15:20:17 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lightsoff/ChangeLog,v 1.20 2015/06/10 13:40:50 eva Exp $
+
+*lightsoff-3.16.1.1 (10 Jun 2015)
+
+ 10 Jun 2015; Gilles Dartiguelongue <eva@gentoo.org>
+ +lightsoff-3.16.1.1.ebuild:
+ Version bump.
*lightsoff-3.16.1 (09 Jun 2015)
diff --git a/games-puzzle/lightsoff/lightsoff-3.16.1.1.ebuild b/games-puzzle/lightsoff/lightsoff-3.16.1.1.ebuild
new file mode 100644
index 000000000000..73141b624a98
--- /dev/null
+++ b/games-puzzle/lightsoff/lightsoff-3.16.1.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lightsoff/lightsoff-3.16.1.1.ebuild,v 1.1 2015/06/10 13:40:50 eva Exp $
+
+EAPI="5"
+GCONF_DEBUG="no"
+VALA_MIN_API_VERSION="0.22"
+
+inherit gnome-games vala
+
+DESCRIPTION="Turn off all the lights"
+HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-libs/glib:2
+ >=gnome-base/librsvg-2.32:2
+ >=media-libs/clutter-1.14:1.0
+ >=media-libs/clutter-gtk-1.5.5:1.0
+ >=x11-libs/gtk+-3.13.2:3
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ app-text/yelp-tools
+ dev-libs/appstream-glib
+ >=dev-util/intltool-0.50
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ gnome-games_src_prepare
+ vala_src_prepare
+}