From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A0A5F1382CD for ; Sat, 25 Jun 2016 12:23:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EEE7141A5; Sat, 25 Jun 2016 12:22:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17B21E0B2B for ; Sat, 25 Jun 2016 12:22:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36B34340C37 for ; Sat, 25 Jun 2016 12:22:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44021243D for ; Sat, 25 Jun 2016 12:22:33 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1466857311.57facadacc99bea932295e510d7c7d372434793f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/lightsoff/Manifest games-puzzle/lightsoff/lightsoff-3.20.0.ebuild X-VCS-Directories: games-puzzle/lightsoff/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 57facadacc99bea932295e510d7c7d372434793f X-VCS-Branch: master Date: Sat, 25 Jun 2016 12:22:33 +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: 72842b8c-9cce-4e22-a20a-181a398ccf42 X-Archives-Hash: 3c4f0daa0cc89c191edd8c356c4777d2 commit: 57facadacc99bea932295e510d7c7d372434793f Author: Pacho Ramos gentoo org> AuthorDate: Sat Jun 25 11:49:45 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jun 25 12:21:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57facada games-puzzle/lightsoff: Version bump Package-Manager: portage-2.3.0_rc1 games-puzzle/lightsoff/Manifest | 1 + games-puzzle/lightsoff/lightsoff-3.20.0.ebuild | 35 ++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest index 9cb26fd..dd13608 100644 --- a/games-puzzle/lightsoff/Manifest +++ b/games-puzzle/lightsoff/Manifest @@ -1 +1,2 @@ DIST lightsoff-3.18.0.tar.xz 1955488 SHA256 cd5126dae4506363d9196ce8ba083a769d9f8c287fb0008db53cecf6cdc55d61 SHA512 3ec2a17bd9d4eab2255214844f3d166dc134ab7c2e2a1231e1f0f3f580ece465104d6090dcbf3c1bb822fc95f9ad67264438c5a371624e6a9b5364dc947bd0e1 WHIRLPOOL 0c16020083c13590d54a07542fc989dbe8bd2ee92030a25d5ccf8c93f9c9c3a7f2cfc04e234b43af0af1dd3fcf6de863ecd004a1353f64793438150c4bf0ac91 +DIST lightsoff-3.20.0.tar.xz 1939384 SHA256 d3603891afe7ca3b3b2c509cad3e32ef6cdac3a7e80fff3b48ca72ea739852bf SHA512 ae4ea31d9b9a387cbacc1dc7b7447da7e80d2021b8d46df3ec7e9110f1a2f1e4c902d396819c2f2e2d9a4e0692a0c286e43bb806e4fa08bf1644ec21a0ecdaf9 WHIRLPOOL 1c719e317810438930e5864074f847f4459ebd3b2cbb5dd121fd2ee9d8f569fdfd60117b41336412fbc059b8dca3b18328996e53492476a6d995a8238e4e909c diff --git a/games-puzzle/lightsoff/lightsoff-3.20.0.ebuild b/games-puzzle/lightsoff/lightsoff-3.20.0.ebuild new file mode 100644 index 0000000..538bc32 --- /dev/null +++ b/games-puzzle/lightsoff/lightsoff-3.20.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit gnome2 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.4: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() { + gnome2_src_prepare + vala_src_prepare +}