From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 77894138331 for ; Sat, 26 May 2018 23:45:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50461E0ACC; Sat, 26 May 2018 23:45:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27AC9E0ACC for ; Sat, 26 May 2018 23:45:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBC5F335CBE for ; Sat, 26 May 2018 23:45:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E14F2A9 for ; Sat, 26 May 2018 23:45:46 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1527378304.8b6a58d3d340d9ad9d79b6b92dfe38927d499311.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: games-puzzle/lightsoff/ X-VCS-Repository: proj/gnome X-VCS-Files: games-puzzle/lightsoff/lightsoff-3.26.0.ebuild games-puzzle/lightsoff/metadata.xml X-VCS-Directories: games-puzzle/lightsoff/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 8b6a58d3d340d9ad9d79b6b92dfe38927d499311 X-VCS-Branch: master Date: Sat, 26 May 2018 23:45:46 +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: 61162e28-f039-4ac5-bc15-204805a80587 X-Archives-Hash: ada8fbbc7386adeee01c9cff98aa0378 commit: 8b6a58d3d340d9ad9d79b6b92dfe38927d499311 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat May 26 21:56:15 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat May 26 23:45:04 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8b6a58d3 games-puzzle/lightsoff: 3.24.0 → 3.26.0 Translation updates. Package-Manager: Portage-2.3.40, Repoman-2.3.9 Manifest-Sign-Key: 0x5A56C8CD0C13248A games-puzzle/lightsoff/lightsoff-3.26.0.ebuild | 37 ++++++++++++++++++++++++++ games-puzzle/lightsoff/metadata.xml | 8 ++++++ 2 files changed, 45 insertions(+) diff --git a/games-puzzle/lightsoff/lightsoff-3.26.0.ebuild b/games-puzzle/lightsoff/lightsoff-3.26.0.ebuild new file mode 100644 index 00000000..aa290a99 --- /dev/null +++ b/games-puzzle/lightsoff/lightsoff-3.26.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome2 vala + +DESCRIPTION="Turn off all the lights" +HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff" + +LICENSE="GPL-2+ CC-BY-SA-3.0" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.38: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.4:3 +" +# libxml2+gdk-pixbuf required for glib-compile-resources +DEPEND="${RDEPEND} + $(vala_depend) + app-text/yelp-tools + dev-libs/appstream-glib + dev-libs/libxml2 + >=dev-util/intltool-0.50 + sys-devel/gettext + virtual/pkgconfig + x11-libs/gdk-pixbuf +" + +src_prepare() { + gnome2_src_prepare + vala_src_prepare +} diff --git a/games-puzzle/lightsoff/metadata.xml b/games-puzzle/lightsoff/metadata.xml new file mode 100644 index 00000000..39980802 --- /dev/null +++ b/games-puzzle/lightsoff/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + +