[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2022-10-30 Thread Matt Turner
commit: f415da70f77c279a37c5e96b0da39d494c706705
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 21:19:59 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct 30 15:41:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f415da70

games-puzzle/lightsoff: Set remote-id

Signed-off-by: Matt Turner  gentoo.org>

 games-puzzle/lightsoff/metadata.xml | 21 -
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/games-puzzle/lightsoff/metadata.xml 
b/games-puzzle/lightsoff/metadata.xml
index 4c8278fff9f4..2723cd2fe019 100644
--- a/games-puzzle/lightsoff/metadata.xml
+++ b/games-puzzle/lightsoff/metadata.xml
@@ -1,13 +1,16 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-
-   Lights Off is a collection of light switch puzzles. Clicking on a light
-   toggles it either on or off, but also toggles all the surrounding 
lights,
-   too. Your objective is simple: turn off all the lights!
-
+  
+gn...@gentoo.org
+Gentoo GNOME Desktop
+  
+  
+Lights Off is a collection of light switch puzzles. Clicking on a light
+toggles it either on or off, but also toggles all the surrounding lights,
+too. Your objective is simple: turn off all the lights!
+  
+  
+GNOME/lightsoff
+  
 



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2022-10-29 Thread Matt Turner
commit: deb3d8d81ca80694cc1335403dca56632c5bf550
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 17:22:59 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct 29 17:44:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb3d8d8

games-puzzle/lightsoff: Add Python 3.11 compatibility

Signed-off-by: Matt Turner  gentoo.org>

 games-puzzle/lightsoff/lightsoff-40.0.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild 
b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
index faa0bce145d3..8a597d6ed510 100644
--- a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
+++ b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
@@ -2,8 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
-VALA_MIN_API_VERSION="0.40"
+PYTHON_COMPAT=( python3_{8..11} )
 inherit gnome.org gnome2-utils meson python-any-r1 xdg vala
 
 DESCRIPTION="Turn off all the lights"



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2022-02-07 Thread Sam James
commit: 765b019ccadaa881e98a229567c4228f7f630239
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  8 04:45:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  8 04:45:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765b019c

games-puzzle/lightsoff: Stabilize 40.0.1 arm64, #831946

Signed-off-by: Sam James  gentoo.org>

 games-puzzle/lightsoff/lightsoff-40.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild 
b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
index 741a544358b9..faa0bce145d3 100644
--- a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
+++ b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff;
 
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2022-01-16 Thread Mart Raudsepp
commit: f66d3939c387fe732249e07cb37200a0abc9805a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jan 16 12:28:31 2022 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jan 16 12:28:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66d3939

games-puzzle/lightsoff: use python-any-r1 for meson postinst script

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 games-puzzle/lightsoff/lightsoff-40.0.1.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild 
b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
index e1122937c12e..741a544358b9 100644
--- a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
+++ b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+PYTHON_COMPAT=( python3_{8..10} )
 VALA_MIN_API_VERSION="0.40"
-inherit gnome.org gnome2-utils meson xdg vala
+inherit gnome.org gnome2-utils meson python-any-r1 xdg vala
 
 DESCRIPTION="Turn off all the lights"
 HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff;
@@ -21,6 +22,7 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 # libxml2:2 needed for glib-compile-resources xml-stripblanks attributes
 BDEPEND="
+   ${PYTHON_DEPS}
dev-libs/appstream-glib
dev-libs/libxml2:2
dev-util/itstool



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2021-04-20 Thread Matt Turner
commit: 5cd5cd2493df349f4cebab5b228e2b5efc90a70e
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Apr 21 04:00:19 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Apr 21 04:00:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd5cd24

games-puzzle/lightsoff: Fix appdata version info

Closes: https://bugs.gentoo.org/778845
Signed-off-by: Matt Turner  gentoo.org>

 games-puzzle/lightsoff/lightsoff-40.0.1.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild 
b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
index 47b3e2b9932..211499a9c37 100644
--- a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
+++ b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
@@ -33,6 +33,13 @@ BDEPEND="
 src_prepare() {
xdg_src_prepare
vala_src_prepare
+
+   # Bug #778845
+   sed -i \
+   -e 's:40\.rc:40~rc:' \
+   -e 's:40\.beta:40~beta:' \
+   -e 's:40\.alpha:40~alpha:' \
+   data/org.gnome.LightsOff.appdata.xml.in || die
 }
 
 pkg_postinst() {



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2021-03-27 Thread Matt Turner
commit: 66a14ebfa4c715dabd2448f08510a2cb030dbfa7
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Mar 27 20:27:14 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Mar 27 20:40:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a14ebf

games-puzzle/lightsoff: Version bump to 40.0.1

Signed-off-by: Matt Turner  gentoo.org>

 games-puzzle/lightsoff/Manifest|  1 +
 games-puzzle/lightsoff/lightsoff-40.0.1.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index e252d05a1ae..742dbd050a1 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1 +1,2 @@
 DIST lightsoff-3.36.0.tar.xz 497756 BLAKE2B 
1765f848608a40feda87e7e950675febcccb307639b6aeec3f12001516f80766a815e8989ba9c18813a397759efedd251921d988091be2bdd7c8c887a296bfe5
 SHA512 
9d026432bf059fb72aa8aab7b52c22e81acca12c8ba6a26350970a22a760a5d113958288196acc38d6ecba1096155323ecef86406e94d35e9ed82f26f9e30eae
+DIST lightsoff-40.0.1.tar.xz 562340 BLAKE2B 
c80aa328e56a1cb8da723c187c6a223d0bf93353f36ed651b10c38ac129c6d62970dcf72308cbbf4fd0f93b5c53ed490824b488bdc92e84c7bd9e9ae1015
 SHA512 
ac1f812c3297a42f1e5aa8b8cdda2884b5c2aea2ea0190047ba5a0f47254b191d2105d7d1b548f0233fdee1b0e6033a97265a1cb28503daf403ee4e2c53a1aca

diff --git a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild 
b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
new file mode 100644
index 000..47b3e2b9932
--- /dev/null
+++ b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION="0.40"
+inherit gnome.org gnome2-utils meson xdg 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 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.38.0:2
+   >=x11-libs/gtk+-3.24.0:3
+   >=gnome-base/librsvg-2.32.0:2
+"
+DEPEND="${RDEPEND}"
+# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes
+BDEPEND="
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+   gnome-base/librsvg:2[vala]
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2020-08-06 Thread Mart Raudsepp
commit: f369403befe0faae5921e87debb9668eca55d25a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Aug  6 21:33:04 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Aug  6 21:38:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f369403b

games-puzzle/lightsoff: bump to 3.36.0

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 games-puzzle/lightsoff/Manifest|  1 +
 games-puzzle/lightsoff/lightsoff-3.36.0.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index 1d77959a4c3..2529d1e09f9 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1 +1,2 @@
 DIST lightsoff-3.34.0.tar.xz 683944 BLAKE2B 
bd9c1c8cd29ac46e40bb164a9d5fdea66d2933b0b9ebb8022a7c1370f572da9b89bd5e70cd8bd01aad32c6cc43d5a2e10542c91f42bfb811d85598329847bafe
 SHA512 
dafdb121810f931dcc795decf6d94f3b9fb4c67b0ea2362451f1a73fe96ff8278682ac32dd3db4d0653d530e75ec4b37effa6ee55c916b72ea8d3de618ecf7a9
+DIST lightsoff-3.36.0.tar.xz 497756 BLAKE2B 
1765f848608a40feda87e7e950675febcccb307639b6aeec3f12001516f80766a815e8989ba9c18813a397759efedd251921d988091be2bdd7c8c887a296bfe5
 SHA512 
9d026432bf059fb72aa8aab7b52c22e81acca12c8ba6a26350970a22a760a5d113958288196acc38d6ecba1096155323ecef86406e94d35e9ed82f26f9e30eae

diff --git a/games-puzzle/lightsoff/lightsoff-3.36.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.36.0.ebuild
new file mode 100644
index 000..346e932e940
--- /dev/null
+++ b/games-puzzle/lightsoff/lightsoff-3.36.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION="0.40"
+inherit gnome.org gnome2-utils meson xdg 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 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.38.0:2
+   >=x11-libs/gtk+-3.13.4:3
+   >=media-libs/clutter-1.14.0:1.0
+   >=media-libs/clutter-gtk-1.5.5:1.0
+   >=gnome-base/librsvg-2.32.0:2
+"
+DEPEND="${RDEPEND}"
+# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes
+BDEPEND="
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+   gnome-base/librsvg:2[vala]
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2019-12-22 Thread Mart Raudsepp
commit: e9619daeff6935858dbfaf0161b642da3dd15549
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Dec 22 20:45:56 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Dec 22 20:46:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9619dae

games-puzzle/lightsoff: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 games-puzzle/lightsoff/Manifest|  1 -
 games-puzzle/lightsoff/lightsoff-3.30.0.ebuild | 48 --
 2 files changed, 49 deletions(-)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index 7ed46ec77c1..1d77959a4c3 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1,2 +1 @@
-DIST lightsoff-3.30.0.tar.xz 714072 BLAKE2B 
9e8c2354b2ccedc10a00e32f9809f2c7ad653da8cb3d6af2156ad701f64b8e9405c705a2424ca549f475d57182981d536a225075f5b8c2bc7596f28317ae40e7
 SHA512 
b7868b26d81c1dc91dbfbb25ed260c35fef5ad63310818c68716cabbbc583d6f22697de50d6aa739852ab0f42b217bd2a670e3774e1c541bfc5e16a2c46ac1e2
 DIST lightsoff-3.34.0.tar.xz 683944 BLAKE2B 
bd9c1c8cd29ac46e40bb164a9d5fdea66d2933b0b9ebb8022a7c1370f572da9b89bd5e70cd8bd01aad32c6cc43d5a2e10542c91f42bfb811d85598329847bafe
 SHA512 
dafdb121810f931dcc795decf6d94f3b9fb4c67b0ea2362451f1a73fe96ff8278682ac32dd3db4d0653d530e75ec4b37effa6ee55c916b72ea8d3de618ecf7a9

diff --git a/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild
deleted file mode 100644
index 0cdbf07e956..000
--- a/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.40"
-inherit gnome.org gnome2-utils meson xdg 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 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.38.0:2
-   >=x11-libs/gtk+-3.13.4:3
-   >=media-libs/clutter-1.14.0:1.0
-   >=media-libs/clutter-gtk-1.5.5:1.0
-   >=gnome-base/librsvg-2.32.0:2
-"
-# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes
-DEPEND="${RDEPEND}
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   $(vala_depend)
-   gnome-base/librsvg:2[vala]
-"
-
-src_prepare() {
-   xdg_src_prepare
-   vala_src_prepare
-   mv data/icons/hicolor/symbolic/apps/lightsoff-symbolic{,.svg} || die # 
fixed upstream in commit 360bfb9564
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2019-10-20 Thread Mart Raudsepp
commit: c5dcd6cc3fd362bcfa8b499fcecf4ba3cf854cd5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 11:00:25 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5dcd6cc

games-puzzle/lightsoff: bump to 3.34.0

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 games-puzzle/lightsoff/Manifest|  1 +
 games-puzzle/lightsoff/lightsoff-3.34.0.ebuild | 48 ++
 2 files changed, 49 insertions(+)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index acfdff9d76f..7ed46ec77c1 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1 +1,2 @@
 DIST lightsoff-3.30.0.tar.xz 714072 BLAKE2B 
9e8c2354b2ccedc10a00e32f9809f2c7ad653da8cb3d6af2156ad701f64b8e9405c705a2424ca549f475d57182981d536a225075f5b8c2bc7596f28317ae40e7
 SHA512 
b7868b26d81c1dc91dbfbb25ed260c35fef5ad63310818c68716cabbbc583d6f22697de50d6aa739852ab0f42b217bd2a670e3774e1c541bfc5e16a2c46ac1e2
+DIST lightsoff-3.34.0.tar.xz 683944 BLAKE2B 
bd9c1c8cd29ac46e40bb164a9d5fdea66d2933b0b9ebb8022a7c1370f572da9b89bd5e70cd8bd01aad32c6cc43d5a2e10542c91f42bfb811d85598329847bafe
 SHA512 
dafdb121810f931dcc795decf6d94f3b9fb4c67b0ea2362451f1a73fe96ff8278682ac32dd3db4d0653d530e75ec4b37effa6ee55c916b72ea8d3de618ecf7a9

diff --git a/games-puzzle/lightsoff/lightsoff-3.34.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.34.0.ebuild
new file mode 100644
index 000..d7b3433cde3
--- /dev/null
+++ b/games-puzzle/lightsoff/lightsoff-3.34.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION="0.40"
+inherit gnome.org gnome2-utils meson xdg 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 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.38.0:2
+   >=x11-libs/gtk+-3.13.4:3
+   >=media-libs/clutter-1.14.0:1.0
+   >=media-libs/clutter-gtk-1.5.5:1.0
+   >=gnome-base/librsvg-2.32.0:2
+"
+DEPEND="${RDEPEND}"
+# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes
+BDEPEND="
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+   gnome-base/librsvg:2[vala]
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2019-08-04 Thread Aaron Bauman
commit: 3124bd3a09a966a71c971d9b1ea8f6f1ce5f91c7
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 02:44:59 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 02:44:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3124bd3a

games-puzzle/lightsoff: arm64 keyworded

Signed-off-by: Aaron Bauman  gentoo.org>
Package-Manager: Portage-2.3.70, Repoman-2.3.16

 games-puzzle/lightsoff/lightsoff-3.30.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild
index c71b78d0674..0cdbf07e956 100644
--- a/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild
+++ b/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff;
 
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2019-05-18 Thread Mart Raudsepp
commit: 9106b21a4d5a0ef5d5f256e8474a381144f645fc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat May 18 20:06:01 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May 18 20:43:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9106b21a

games-puzzle/lightsoff: remove old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 games-puzzle/lightsoff/Manifest|  1 -
 games-puzzle/lightsoff/lightsoff-3.28.0.ebuild | 33 --
 2 files changed, 34 deletions(-)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index 594d1e6a04c..acfdff9d76f 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1,2 +1 @@
-DIST lightsoff-3.28.0.tar.xz 863120 BLAKE2B 
8882af4829251c7af0fac9d259958c62f7e3a063ad312c25296020a19beeb7e8d578ce4eef548a6e2aeb8914d2fcb120aea3e37c125f235599de5344a554db10
 SHA512 
f4efb3d8209b6e75985ad04f0cd8ec984d564c4bc35b5dcbbae9b85fd2a49dcfca530fb63a5581f08cb55dfa9fc31284e177d04a518f3daec66414eb58007f67
 DIST lightsoff-3.30.0.tar.xz 714072 BLAKE2B 
9e8c2354b2ccedc10a00e32f9809f2c7ad653da8cb3d6af2156ad701f64b8e9405c705a2424ca549f475d57182981d536a225075f5b8c2bc7596f28317ae40e7
 SHA512 
b7868b26d81c1dc91dbfbb25ed260c35fef5ad63310818c68716cabbbc583d6f22697de50d6aa739852ab0f42b217bd2a670e3774e1c541bfc5e16a2c46ac1e2

diff --git a/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild
deleted file mode 100644
index 4d3bd86e622..000
--- a/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-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.0:2
-   >=x11-libs/gtk+-3.13.4:3
-   >=media-libs/clutter-1.14.0:1.0
-   >=media-libs/clutter-gtk-1.5.5:1.0
-   >=gnome-base/librsvg-2.32.0:2
-"
-# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes
-DEPEND="${RDEPEND}
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome2_src_configure VALAC="$(type -P true)"
-}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2019-03-19 Thread Mart Raudsepp
commit: c615f55314158280989bafd90baaeacfd996bf26
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Mar 19 05:43:23 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Mar 19 08:41:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c615f553

games-puzzle/lightsoff: require vala:0.40 or newer

Fails compilation with at least 0.36; probably needs this change from 0.39.1:
"Allow unscoped enum values where possible"

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 games-puzzle/lightsoff/lightsoff-3.28.0.ebuild | 2 +-
 games-puzzle/lightsoff/lightsoff-3.30.0.ebuild | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild
index 9c0fb1be526..4d3bd86e622 100644
--- a/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild
+++ b/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6

diff --git a/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild
index cfbafcc3f5c..2fb0cb64a70 100644
--- a/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild
+++ b/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+VALA_MIN_API_VERSION="0.40"
 inherit gnome.org gnome2-utils meson xdg vala
 
 DESCRIPTION="Turn off all the lights"



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2019-03-14 Thread Mart Raudsepp
commit: 70363209499ff63a9da7ba51bea2fa9e88257325
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 14 17:04:00 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 14 17:19:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70363209

games-puzzle/lightsoff: bump to 3.30.0

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 games-puzzle/lightsoff/Manifest|  1 +
 games-puzzle/lightsoff/lightsoff-3.30.0.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index fdd9837da45..594d1e6a04c 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1 +1,2 @@
 DIST lightsoff-3.28.0.tar.xz 863120 BLAKE2B 
8882af4829251c7af0fac9d259958c62f7e3a063ad312c25296020a19beeb7e8d578ce4eef548a6e2aeb8914d2fcb120aea3e37c125f235599de5344a554db10
 SHA512 
f4efb3d8209b6e75985ad04f0cd8ec984d564c4bc35b5dcbbae9b85fd2a49dcfca530fb63a5581f08cb55dfa9fc31284e177d04a518f3daec66414eb58007f67
+DIST lightsoff-3.30.0.tar.xz 714072 BLAKE2B 
9e8c2354b2ccedc10a00e32f9809f2c7ad653da8cb3d6af2156ad701f64b8e9405c705a2424ca549f475d57182981d536a225075f5b8c2bc7596f28317ae40e7
 SHA512 
b7868b26d81c1dc91dbfbb25ed260c35fef5ad63310818c68716cabbbc583d6f22697de50d6aa739852ab0f42b217bd2a670e3774e1c541bfc5e16a2c46ac1e2

diff --git a/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild
new file mode 100644
index 000..cfbafcc3f5c
--- /dev/null
+++ b/games-puzzle/lightsoff/lightsoff-3.30.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome.org gnome2-utils meson xdg 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.0:2
+   >=x11-libs/gtk+-3.13.4:3
+   >=media-libs/clutter-1.14.0:1.0
+   >=media-libs/clutter-gtk-1.5.5:1.0
+   >=gnome-base/librsvg-2.32.0:2
+"
+# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes
+DEPEND="${RDEPEND}
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   $(vala_depend)
+   gnome-base/librsvg:2[vala]
+"
+
+src_prepare() {
+   xdg_src_prepare
+   vala_src_prepare
+   mv data/icons/hicolor/symbolic/apps/lightsoff-symbolic{,.svg} || die # 
fixed upstream in commit 360bfb9564
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2018-09-14 Thread Mart Raudsepp
commit: 1cf90ca28597378ddff44f3ca157712dce4aad61
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 10:22:43 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 10:23:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf90ca2

games-puzzle/lightsoff: bump to 3.28.0

* Remove unnecessary vala dep - this project is still using autotools
  and shipping pregenerated C files, thus valac is not used other than
  check for presence.
* Downgrade yelp-tools dep to itstool - yelp-tools is a developer-only
  package, so at most we'd need it with eautoreconf, if even that.
* Adapt to upstream porting from intltool to newer gettext.
* Add missing libxml2:2 build dep for gresource files xml-stripblanks
  usage, for which xmllint is used by glib-compile-resources.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 games-puzzle/lightsoff/Manifest|  1 +
 games-puzzle/lightsoff/lightsoff-3.28.0.ebuild | 33 ++
 games-puzzle/lightsoff/metadata.xml|  5 
 3 files changed, 39 insertions(+)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index 42d96621bdf..7fd1a21f95e 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1 +1,2 @@
 DIST lightsoff-3.24.0.tar.xz 1943672 BLAKE2B 
fc6c8643e791a7b6e3e1183ea9678138d53aab5ba7234c4c6417b576dda571a741c3eeb8fab36ae5a00b25420fcc1269e412800a4a5c56efc16943905d6002f5
 SHA512 
ef036512b3c4e60b4419005864c3f6f4f9447af2e4d12fac1df7603f5837adf2cbe0f41f6089d3e683c3606d021d35e0cc41589938054988506aef3881936e6a
+DIST lightsoff-3.28.0.tar.xz 863120 BLAKE2B 
8882af4829251c7af0fac9d259958c62f7e3a063ad312c25296020a19beeb7e8d578ce4eef548a6e2aeb8914d2fcb120aea3e37c125f235599de5344a554db10
 SHA512 
f4efb3d8209b6e75985ad04f0cd8ec984d564c4bc35b5dcbbae9b85fd2a49dcfca530fb63a5581f08cb55dfa9fc31284e177d04a518f3daec66414eb58007f67

diff --git a/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild
new file mode 100644
index 000..0d581544bbf
--- /dev/null
+++ b/games-puzzle/lightsoff/lightsoff-3.28.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+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.0:2
+   >=x11-libs/gtk+-3.13.4:3
+   >=media-libs/clutter-1.14.0:1.0
+   >=media-libs/clutter-gtk-1.5.5:1.0
+   >=gnome-base/librsvg-2.32.0:2
+"
+# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes
+DEPEND="${RDEPEND}
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_configure() {
+   gnome2_src_configure VALAC="$(type -P true)"
+}

diff --git a/games-puzzle/lightsoff/metadata.xml 
b/games-puzzle/lightsoff/metadata.xml
index 39980802b1d..d161a8b50f6 100644
--- a/games-puzzle/lightsoff/metadata.xml
+++ b/games-puzzle/lightsoff/metadata.xml
@@ -5,4 +5,9 @@
gn...@gentoo.org
Gentoo GNOME Desktop
 
+
+   Lights Off is a collection of light switch puzzles. Clicking on a light
+   toggles it either on or off, but also toggles all the surrounding 
lights,
+   too. Your objective is simple: turn off all the lights!
+
 



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2018-02-03 Thread Mart Raudsepp
commit: 2766f4881c8548d6b9493501be90684b265caecf
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb  3 19:36:22 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb  3 19:39:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2766f488

games-puzzle/lightsoff: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 games-puzzle/lightsoff/Manifest|  1 -
 games-puzzle/lightsoff/lightsoff-3.22.2.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index bfeadc0fe57..42d96621bdf 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1,2 +1 @@
-DIST lightsoff-3.22.2.tar.xz 1930644 BLAKE2B 
6f9a4ed9ce49a978a68606e672f9f71d0e046141be2e8f5bcbfbb51036fc71953744a6da578de0a9ace3fb3e1a45e9ad10e6fb4b79383186e670338c8bc13705
 SHA512 
7ea73db9199f1db0d321a10540a15db245684284fc7a5f7860770f01ffe1a5febb287b2d597d1e1a03e1a2bb917ec58df318caca0a6622215469a2e76a2fc05a
 DIST lightsoff-3.24.0.tar.xz 1943672 BLAKE2B 
fc6c8643e791a7b6e3e1183ea9678138d53aab5ba7234c4c6417b576dda571a741c3eeb8fab36ae5a00b25420fcc1269e412800a4a5c56efc16943905d6002f5
 SHA512 
ef036512b3c4e60b4419005864c3f6f4f9447af2e4d12fac1df7603f5837adf2cbe0f41f6089d3e683c3606d021d35e0cc41589938054988506aef3881936e6a

diff --git a/games-puzzle/lightsoff/lightsoff-3.22.2.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.22.2.ebuild
deleted file mode 100644
index bbd45dd9c4d..000
--- a/games-puzzle/lightsoff/lightsoff-3.22.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 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
-"
-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
-}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2018-01-26 Thread Thomas Deutschmann
commit: d439856c8baacca8eb7e89f44e243e71bb4fb9a6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan 27 00:34:46 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan 27 00:39:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d439856c

games-puzzle/lightsoff: x86 stable (bug #631656)

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 games-puzzle/lightsoff/lightsoff-3.24.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/lightsoff/lightsoff-3.24.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.24.0.ebuild
index 91b1c32dcd6..065214d7270 100644
--- a/games-puzzle/lightsoff/lightsoff-3.24.0.ebuild
+++ b/games-puzzle/lightsoff/lightsoff-3.24.0.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff;
 
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2018-01-17 Thread Mikle Kolyada
commit: 50a5cae54bcb07d5b8e7d2d7ce705a2922940353
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 02:26:21 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 02:26:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a5cae5

games-puzzle/lightsoff: amd64 stable wrt bug #631656

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 games-puzzle/lightsoff/lightsoff-3.24.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/lightsoff/lightsoff-3.24.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.24.0.ebuild
index be37f405976..91b1c32dcd6 100644
--- a/games-puzzle/lightsoff/lightsoff-3.24.0.ebuild
+++ b/games-puzzle/lightsoff/lightsoff-3.24.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff;
 
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm ~x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2017-08-08 Thread Gilles Dartiguelongue
commit: 72c19bf35eef3e53b94774a9a389abf8c555d67b
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Aug  8 21:29:47 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Aug  8 22:10:37 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c19bf3

games-puzzle/lightsoff: version bump 3.22.2 → 3.24.0

Updated translations.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 games-puzzle/lightsoff/Manifest|  1 +
 games-puzzle/lightsoff/lightsoff-3.24.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index 688c5ce9507..28e2531a7e0 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1 +1,2 @@
 DIST lightsoff-3.22.2.tar.xz 1930644 SHA256 
07a518a97060c62cfbed278930aa0b35962187e2a6a600d367ac793a95687999 SHA512 
7ea73db9199f1db0d321a10540a15db245684284fc7a5f7860770f01ffe1a5febb287b2d597d1e1a03e1a2bb917ec58df318caca0a6622215469a2e76a2fc05a
 WHIRLPOOL 
76b82d577560afb4031c3077ce15e3fd803252c1ad67708496c8788803eede8daa1c43663f08d85ed90084b365c049c305a5db21508c7e58a202a8779175533e
+DIST lightsoff-3.24.0.tar.xz 1943672 SHA256 
5d1bb7de4b3f5c7814e5599a5171cfdeef74e774a8a6dbd992c893a5af6bd8ce SHA512 
ef036512b3c4e60b4419005864c3f6f4f9447af2e4d12fac1df7603f5837adf2cbe0f41f6089d3e683c3606d021d35e0cc41589938054988506aef3881936e6a
 WHIRLPOOL 
3033109b9ffeef6be9476e380613ad2c91a89f7c2d528269d781bca29d0984f2d95f937e6e87a2d042ae84a85d6822a2120ed284253b0daf935dfe59d501880b

diff --git a/games-puzzle/lightsoff/lightsoff-3.24.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.24.0.ebuild
new file mode 100644
index 000..be37f405976
--- /dev/null
+++ b/games-puzzle/lightsoff/lightsoff-3.24.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 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
+"
+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
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2017-05-01 Thread Mart Raudsepp
commit: 3a42c06268749c870008e3927f2a1249fd60019d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon May  1 21:26:28 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May  1 21:42:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a42c062

games-puzzle/lightsoff: Fix license

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 games-puzzle/lightsoff/lightsoff-3.22.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/lightsoff/lightsoff-3.22.2.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.22.2.ebuild
index 1b20924c12d..bbd45dd9c4d 100644
--- a/games-puzzle/lightsoff/lightsoff-3.22.2.ebuild
+++ b/games-puzzle/lightsoff/lightsoff-3.22.2.ebuild
@@ -7,7 +7,7 @@ inherit gnome2 vala
 DESCRIPTION="Turn off all the lights"
 HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff;
 
-LICENSE="GPL-2+"
+LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2017-04-02 Thread Mart Raudsepp
commit: 4b8f039463797e9e96488af8e0c2df319a87e8de
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:26:14 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:01:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8f0394

games-puzzle/lightsoff: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 games-puzzle/lightsoff/Manifest|  2 --
 games-puzzle/lightsoff/lightsoff-3.20.0.ebuild | 34 --
 games-puzzle/lightsoff/lightsoff-3.22.0.ebuild | 34 --
 3 files changed, 70 deletions(-)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index 0261e048dd7..688c5ce9507 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1,3 +1 @@
-DIST lightsoff-3.20.0.tar.xz 1939384 SHA256 
d3603891afe7ca3b3b2c509cad3e32ef6cdac3a7e80fff3b48ca72ea739852bf SHA512 
ae4ea31d9b9a387cbacc1dc7b7447da7e80d2021b8d46df3ec7e9110f1a2f1e4c902d396819c2f2e2d9a4e0692a0c286e43bb806e4fa08bf1644ec21a0ecdaf9
 WHIRLPOOL 
1c719e317810438930e5864074f847f4459ebd3b2cbb5dd121fd2ee9d8f569fdfd60117b41336412fbc059b8dca3b18328996e53492476a6d995a8238e4e909c
-DIST lightsoff-3.22.0.tar.xz 1935192 SHA256 
0458e0ff99a10a99573db4d3e1ea5abde186056d8e32cf1f0bd76e25ff2c4fca SHA512 
b828eeae8c8c7ff264b7e0b2de28256d72d0c62995c48a1fda75e2a81fb4209e5dd4e142f43fbe62e1cf8d35addc781e63f5ad26ca4dc3bf77249a54deba42f2
 WHIRLPOOL 
30fc477457c44d9a792618a8f5d8723abc884185f11abb7ac8aa116c086c1c38f1d6f2c8776d0a9452253c055606534f8967eea2c58e836614402544393a973f
 DIST lightsoff-3.22.2.tar.xz 1930644 SHA256 
07a518a97060c62cfbed278930aa0b35962187e2a6a600d367ac793a95687999 SHA512 
7ea73db9199f1db0d321a10540a15db245684284fc7a5f7860770f01ffe1a5febb287b2d597d1e1a03e1a2bb917ec58df318caca0a6622215469a2e76a2fc05a
 WHIRLPOOL 
76b82d577560afb4031c3077ce15e3fd803252c1ad67708496c8788803eede8daa1c43663f08d85ed90084b365c049c305a5db21508c7e58a202a8779175533e

diff --git a/games-puzzle/lightsoff/lightsoff-3.20.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.20.0.ebuild
deleted file mode 100644
index dda93732a4c..000
--- a/games-puzzle/lightsoff/lightsoff-3.20.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 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+"
-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
-}

diff --git a/games-puzzle/lightsoff/lightsoff-3.22.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.22.0.ebuild
deleted file mode 100644
index 4eecbdb819c..000
--- a/games-puzzle/lightsoff/lightsoff-3.22.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 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+"
-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
-"
-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
-}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2016-11-09 Thread Gilles Dartiguelongue
commit: 7c35529fd5c68b88792e3902ef6ecdb3fdb003b7
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Tue Nov  8 22:14:10 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Nov  9 23:27:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c35529f

games-puzzle/lightsoff: add lightsoff-3.22.2.ebuild

Simple bump, no relevant changes

https://git.gnome.org/browse/lightsoff/diff/?id=3.22.2&=3.22.0
Closes: https://github.com/gentoo/gentoo/pull/2785

Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 games-puzzle/lightsoff/Manifest|  1 +
 games-puzzle/lightsoff/lightsoff-3.22.2.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index b412dd3..0261e04 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1,2 +1,3 @@
 DIST lightsoff-3.20.0.tar.xz 1939384 SHA256 
d3603891afe7ca3b3b2c509cad3e32ef6cdac3a7e80fff3b48ca72ea739852bf SHA512 
ae4ea31d9b9a387cbacc1dc7b7447da7e80d2021b8d46df3ec7e9110f1a2f1e4c902d396819c2f2e2d9a4e0692a0c286e43bb806e4fa08bf1644ec21a0ecdaf9
 WHIRLPOOL 
1c719e317810438930e5864074f847f4459ebd3b2cbb5dd121fd2ee9d8f569fdfd60117b41336412fbc059b8dca3b18328996e53492476a6d995a8238e4e909c
 DIST lightsoff-3.22.0.tar.xz 1935192 SHA256 
0458e0ff99a10a99573db4d3e1ea5abde186056d8e32cf1f0bd76e25ff2c4fca SHA512 
b828eeae8c8c7ff264b7e0b2de28256d72d0c62995c48a1fda75e2a81fb4209e5dd4e142f43fbe62e1cf8d35addc781e63f5ad26ca4dc3bf77249a54deba42f2
 WHIRLPOOL 
30fc477457c44d9a792618a8f5d8723abc884185f11abb7ac8aa116c086c1c38f1d6f2c8776d0a9452253c055606534f8967eea2c58e836614402544393a973f
+DIST lightsoff-3.22.2.tar.xz 1930644 SHA256 
07a518a97060c62cfbed278930aa0b35962187e2a6a600d367ac793a95687999 SHA512 
7ea73db9199f1db0d321a10540a15db245684284fc7a5f7860770f01ffe1a5febb287b2d597d1e1a03e1a2bb917ec58df318caca0a6622215469a2e76a2fc05a
 WHIRLPOOL 
76b82d577560afb4031c3077ce15e3fd803252c1ad67708496c8788803eede8daa1c43663f08d85ed90084b365c049c305a5db21508c7e58a202a8779175533e

diff --git a/games-puzzle/lightsoff/lightsoff-3.22.2.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.22.2.ebuild
new file mode 100644
index ..ea2b561
--- /dev/null
+++ b/games-puzzle/lightsoff/lightsoff-3.22.2.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.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
+"
+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
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2016-10-19 Thread Gilles Dartiguelongue
commit: 9c9f969542a0bcfa7b198407b124c529cb00827d
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Oct 19 21:38:06 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Oct 19 22:02:23 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c9f9695

games-puzzle/lightsoff: cleanup old revision

Package-Manager: portage-2.3.1

 games-puzzle/lightsoff/Manifest|  1 -
 games-puzzle/lightsoff/lightsoff-3.18.0.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index 0b930e5..b412dd3 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1,3 +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
 DIST lightsoff-3.22.0.tar.xz 1935192 SHA256 
0458e0ff99a10a99573db4d3e1ea5abde186056d8e32cf1f0bd76e25ff2c4fca SHA512 
b828eeae8c8c7ff264b7e0b2de28256d72d0c62995c48a1fda75e2a81fb4209e5dd4e142f43fbe62e1cf8d35addc781e63f5ad26ca4dc3bf77249a54deba42f2
 WHIRLPOOL 
30fc477457c44d9a792618a8f5d8723abc884185f11abb7ac8aa116c086c1c38f1d6f2c8776d0a9452253c055606534f8967eea2c58e836614402544393a973f

diff --git a/games-puzzle/lightsoff/lightsoff-3.18.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.18.0.ebuild
deleted file mode 100644
index dd4f8a2..
--- a/games-puzzle/lightsoff/lightsoff-3.18.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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.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() {
-   gnome-games_src_prepare
-   vala_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2016-10-19 Thread Gilles Dartiguelongue
commit: 77b5b2ccc0e723a037e64ea297067d192082ad83
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Oct 19 21:37:39 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Oct 19 22:02:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b5b2cc

games-puzzle/lightsoff: version bump 3.20.0 → 3.22.0

Package-Manager: portage-2.3.1

 games-puzzle/lightsoff/Manifest|  1 +
 games-puzzle/lightsoff/lightsoff-3.22.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index dd13608..0b930e5 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1,2 +1,3 @@
 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
+DIST lightsoff-3.22.0.tar.xz 1935192 SHA256 
0458e0ff99a10a99573db4d3e1ea5abde186056d8e32cf1f0bd76e25ff2c4fca SHA512 
b828eeae8c8c7ff264b7e0b2de28256d72d0c62995c48a1fda75e2a81fb4209e5dd4e142f43fbe62e1cf8d35addc781e63f5ad26ca4dc3bf77249a54deba42f2
 WHIRLPOOL 
30fc477457c44d9a792618a8f5d8723abc884185f11abb7ac8aa116c086c1c38f1d6f2c8776d0a9452253c055606534f8967eea2c58e836614402544393a973f

diff --git a/games-puzzle/lightsoff/lightsoff-3.22.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.22.0.ebuild
new file mode 100644
index ..ea2b561
--- /dev/null
+++ b/games-puzzle/lightsoff/lightsoff-3.22.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.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
+"
+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
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2016-06-25 Thread Pacho Ramos
commit: 57facadacc99bea932295e510d7c7d372434793f
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:49:45 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:51 2016 +
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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2016-06-25 Thread Pacho Ramos
commit: d0ecae016d6cb0e6cc513f8950cab34224e09e82
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Jun 25 11:49:25 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Jun 25 12:21:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ecae01

games-puzzle/lightsoff: Drop old

Package-Manager: portage-2.3.0_rc1

 games-puzzle/lightsoff/Manifest  |  1 -
 games-puzzle/lightsoff/lightsoff-3.16.1.1.ebuild | 38 
 2 files changed, 39 deletions(-)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index 5da5c3c..9cb26fd 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1,2 +1 @@
-DIST lightsoff-3.16.1.1.tar.xz 1957368 SHA256 
80113f0e2e16db30b62c699f984f5349907f35078a6f75e6cfdd99cccf964201 SHA512 
708374c5fcb8627c009b24d3310d37e50c88f6eec8ba942753ce14c40de28135ba1656d628730246b7bb8549bcdafbe318f21dc1f8c89079aefe017e19f8542b
 WHIRLPOOL 
53935dfaad2342f0f5b83a6ecad3581a81ff779eca4daf627a11eddc7983f88b59616dbdac8cbf6f61f6ffa531871ff96e6f72d2537d27f508e3b35661c550ee
 DIST lightsoff-3.18.0.tar.xz 1955488 SHA256 
cd5126dae4506363d9196ce8ba083a769d9f8c287fb0008db53cecf6cdc55d61 SHA512 
3ec2a17bd9d4eab2255214844f3d166dc134ab7c2e2a1231e1f0f3f580ece465104d6090dcbf3c1bb822fc95f9ad67264438c5a371624e6a9b5364dc947bd0e1
 WHIRLPOOL 
0c16020083c13590d54a07542fc989dbe8bd2ee92030a25d5ccf8c93f9c9c3a7f2cfc04e234b43af0af1dd3fcf6de863ecd004a1353f64793438150c4bf0ac91

diff --git a/games-puzzle/lightsoff/lightsoff-3.16.1.1.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.16.1.1.ebuild
deleted file mode 100644
index ee4005c..000
--- a/games-puzzle/lightsoff/lightsoff-3.16.1.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2015-11-14 Thread Pacho Ramos
commit: da457274efb57023ed7c2940018f880a4bb2988a
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Nov 14 18:56:31 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Nov 14 19:45:06 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da457274

games-puzzle/lightsoff: Version bump

Package-Manager: portage-2.2.24

 games-puzzle/lightsoff/Manifest|  1 +
 games-puzzle/lightsoff/lightsoff-3.18.0.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index 64e90fa..95b6437 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1,3 +1,4 @@
 DIST lightsoff-3.14.1.tar.xz 1982768 SHA256 
5ca1bd65e4159caa4f8032a0cab3e545995496c12e172d5a6fa58a87ed312b61 SHA512 
62c265f175e9b980343a30f55687f1405132e323048afd60bcd035b8a56dbc671a2cc43d35832064805a6d3cb8c62d58c71c74387876c93dd8e56e6a793294dc
 WHIRLPOOL 
e764e43766228c74a442894316287fc8b856263ac5a19e64164150284cd932ceb0d13f102556fad9ebdb086d87124aaf6bb3d298bd68e59557ebed0ba938ab40
 DIST lightsoff-3.16.1.1.tar.xz 1957368 SHA256 
80113f0e2e16db30b62c699f984f5349907f35078a6f75e6cfdd99cccf964201 SHA512 
708374c5fcb8627c009b24d3310d37e50c88f6eec8ba942753ce14c40de28135ba1656d628730246b7bb8549bcdafbe318f21dc1f8c89079aefe017e19f8542b
 WHIRLPOOL 
53935dfaad2342f0f5b83a6ecad3581a81ff779eca4daf627a11eddc7983f88b59616dbdac8cbf6f61f6ffa531871ff96e6f72d2537d27f508e3b35661c550ee
 DIST lightsoff-3.16.1.tar.xz 1955664 SHA256 
7ec154a85da601a366d11b6b434ae0f631c04753cabca4b6c2223a44d355e892 SHA512 
ed35aabf9245a05d1f711b72bfeff57f7a2ed2427dfbfdce111b1cfe8913ea918e1e905c4fc630906032eea0dc447c54f292036392421728c95cdc784278d090
 WHIRLPOOL 
eb2b9f15b7baf17ed08a046a05cdfdbac09b9e92b566915aa153b022b90e88cb680ad616e611366b0858a81001e89a7928a8f67a9d316a843bfc27edb3e76b76
+DIST lightsoff-3.18.0.tar.xz 1955488 SHA256 
cd5126dae4506363d9196ce8ba083a769d9f8c287fb0008db53cecf6cdc55d61 SHA512 
3ec2a17bd9d4eab2255214844f3d166dc134ab7c2e2a1231e1f0f3f580ece465104d6090dcbf3c1bb822fc95f9ad67264438c5a371624e6a9b5364dc947bd0e1
 WHIRLPOOL 
0c16020083c13590d54a07542fc989dbe8bd2ee92030a25d5ccf8c93f9c9c3a7f2cfc04e234b43af0af1dd3fcf6de863ecd004a1353f64793438150c4bf0ac91

diff --git a/games-puzzle/lightsoff/lightsoff-3.18.0.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.18.0.ebuild
new file mode 100644
index 000..cad864f
--- /dev/null
+++ b/games-puzzle/lightsoff/lightsoff-3.18.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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.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() {
+   gnome-games_src_prepare
+   vala_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/

2015-11-14 Thread Pacho Ramos
commit: 1252d17f7b94e3e919d6033b1c3e605be2d0e8c1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Nov 14 18:57:08 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Nov 14 19:45:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1252d17f

games-puzzle/lightsoff: Drop old

Package-Manager: portage-2.2.24

 games-puzzle/lightsoff/Manifest|  2 --
 games-puzzle/lightsoff/lightsoff-3.14.1.ebuild | 37 -
 games-puzzle/lightsoff/lightsoff-3.16.1.ebuild | 38 --
 3 files changed, 77 deletions(-)

diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest
index 95b6437..5da5c3c 100644
--- a/games-puzzle/lightsoff/Manifest
+++ b/games-puzzle/lightsoff/Manifest
@@ -1,4 +1,2 @@
-DIST lightsoff-3.14.1.tar.xz 1982768 SHA256 
5ca1bd65e4159caa4f8032a0cab3e545995496c12e172d5a6fa58a87ed312b61 SHA512 
62c265f175e9b980343a30f55687f1405132e323048afd60bcd035b8a56dbc671a2cc43d35832064805a6d3cb8c62d58c71c74387876c93dd8e56e6a793294dc
 WHIRLPOOL 
e764e43766228c74a442894316287fc8b856263ac5a19e64164150284cd932ceb0d13f102556fad9ebdb086d87124aaf6bb3d298bd68e59557ebed0ba938ab40
 DIST lightsoff-3.16.1.1.tar.xz 1957368 SHA256 
80113f0e2e16db30b62c699f984f5349907f35078a6f75e6cfdd99cccf964201 SHA512 
708374c5fcb8627c009b24d3310d37e50c88f6eec8ba942753ce14c40de28135ba1656d628730246b7bb8549bcdafbe318f21dc1f8c89079aefe017e19f8542b
 WHIRLPOOL 
53935dfaad2342f0f5b83a6ecad3581a81ff779eca4daf627a11eddc7983f88b59616dbdac8cbf6f61f6ffa531871ff96e6f72d2537d27f508e3b35661c550ee
-DIST lightsoff-3.16.1.tar.xz 1955664 SHA256 
7ec154a85da601a366d11b6b434ae0f631c04753cabca4b6c2223a44d355e892 SHA512 
ed35aabf9245a05d1f711b72bfeff57f7a2ed2427dfbfdce111b1cfe8913ea918e1e905c4fc630906032eea0dc447c54f292036392421728c95cdc784278d090
 WHIRLPOOL 
eb2b9f15b7baf17ed08a046a05cdfdbac09b9e92b566915aa153b022b90e88cb680ad616e611366b0858a81001e89a7928a8f67a9d316a843bfc27edb3e76b76
 DIST lightsoff-3.18.0.tar.xz 1955488 SHA256 
cd5126dae4506363d9196ce8ba083a769d9f8c287fb0008db53cecf6cdc55d61 SHA512 
3ec2a17bd9d4eab2255214844f3d166dc134ab7c2e2a1231e1f0f3f580ece465104d6090dcbf3c1bb822fc95f9ad67264438c5a371624e6a9b5364dc947bd0e1
 WHIRLPOOL 
0c16020083c13590d54a07542fc989dbe8bd2ee92030a25d5ccf8c93f9c9c3a7f2cfc04e234b43af0af1dd3fcf6de863ecd004a1353f64793438150c4bf0ac91

diff --git a/games-puzzle/lightsoff/lightsoff-3.14.1.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.14.1.ebuild
deleted file mode 100644
index 1dbc077..000
--- a/games-puzzle/lightsoff/lightsoff-3.14.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_prepare() {
-   gnome-games_src_prepare
-   vala_src_prepare
-}

diff --git a/games-puzzle/lightsoff/lightsoff-3.16.1.ebuild 
b/games-puzzle/lightsoff/lightsoff-3.16.1.ebuild
deleted file mode 100644
index ccda7c7..000
--- a/games-puzzle/lightsoff/lightsoff-3.16.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}