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

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

games-puzzle/gnome-taquin: Set remote-id

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

 games-puzzle/gnome-taquin/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/games-puzzle/gnome-taquin/metadata.xml 
b/games-puzzle/gnome-taquin/metadata.xml
index 7b343b06be8a..16fea4903b09 100644
--- a/games-puzzle/gnome-taquin/metadata.xml
+++ b/games-puzzle/gnome-taquin/metadata.xml
@@ -1,8 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
+  
+gn...@gentoo.org
+Gentoo GNOME Desktop
+  
+  
+GNOME/gnome-taquin
+  
 



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

2022-09-15 Thread Matt Turner
commit: 20eb26dd392546c8da40dc63baff3b31c35f61f3
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep 15 20:04:51 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep 15 21:00:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20eb26dd

games-puzzle/gnome-taquin: Remove vala version restrictions

They were resolved in commit 17107db0887 ("games-puzzle/gnome-taquin:
Fix for vala 0.50.4 regression") but the commit did not remove the
restrictions themselves.

Also bump to EAPI=8 while we're here.

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

 ...nome-taquin-3.38.1.ebuild => gnome-taquin-3.38.1-r1.ebuild} | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.38.1-r1.ebuild
similarity index 91%
rename from games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild
rename to games-puzzle/gnome-taquin/gnome-taquin-3.38.1-r1.ebuild
index 0407088c3fb8..17a57139 100644
--- a/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild
+++ b/games-puzzle/gnome-taquin/gnome-taquin-3.38.1-r1.ebuild
@@ -1,9 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-VALA_MIN_API_VERSION="0.44"
-VALA_MAX_API_VERSION="0.50"
+EAPI=8
 
 inherit gnome.org gnome2-utils meson vala xdg
 
@@ -13,7 +11,6 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
 LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0"
 SLOT="0"
 KEYWORDS="amd64 arm64 ~riscv x86"
-IUSE=""
 
 RDEPEND="
>=dev-libs/glib-2.42.0:2
@@ -41,8 +38,9 @@ PATCHES=(
 )
 
 src_prepare() {
-   xdg_src_prepare
-   vala_src_prepare
+   default
+   vala_setup
+   xdg_environment_reset
 }
 
 pkg_postinst() {



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

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

games-puzzle/gnome-taquin: Stabilize 3.38.1 arm64, #831946

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

 games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild
index fc3fbdca13d9..0407088c3fb8 100644
--- a/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild
+++ b/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
 
 LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-puzzle/gnome-taquin/files/, games-puzzle/gnome-taquin/

2021-05-15 Thread David Seifert
commit: 17107db0887fd9d2bd2758fda53bf6e3e79f7837
Author: David Seifert  gentoo  org>
AuthorDate: Sat May 15 17:24:03 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 15 17:24:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17107db0

games-puzzle/gnome-taquin: Fix for vala 0.50.4 regression

* https://gitlab.gnome.org/GNOME/vala/issues/1121

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 ...nome-taquin-3.38.1-vala-0.50.4-GtkChild-1.patch | 134 
 ...nome-taquin-3.38.1-vala-0.50.4-GtkChild-2.patch | 229 +
 .../gnome-taquin/gnome-taquin-3.38.1.ebuild|   6 +
 3 files changed, 369 insertions(+)

diff --git 
a/games-puzzle/gnome-taquin/files/gnome-taquin-3.38.1-vala-0.50.4-GtkChild-1.patch
 
b/games-puzzle/gnome-taquin/files/gnome-taquin-3.38.1-vala-0.50.4-GtkChild-1.patch
new file mode 100644
index 000..e14267675ec
--- /dev/null
+++ 
b/games-puzzle/gnome-taquin/files/gnome-taquin-3.38.1-vala-0.50.4-GtkChild-1.patch
@@ -0,0 +1,134 @@
+From 99dea5e7863e112f33f16e59898c56a4f1a547b3 Mon Sep 17 00:00:00 2001
+From: Rico Tzschichholz 
+Date: Sat, 16 Jan 2021 14:00:15 +0100
+Subject: [PATCH] Don't alter or try to write [GtkChild] fields
+
+See https://gitlab.gnome.org/GNOME/vala/issues/1121
+---
+ src/overlayed-list.vala | 38 +++---
+ 1 file changed, 19 insertions(+), 19 deletions(-)
+
+diff --git a/src/overlayed-list.vala b/src/overlayed-list.vala
+index 3fbb1c3..eb2404a 100644
+--- a/src/overlayed-list.vala
 b/src/overlayed-list.vala
+@@ -89,11 +89,11 @@ private abstract class OverlayedList : Overlay, 
AdaptativeWidget
+ internal void set_window_size (AdaptativeWidget.WindowSize new_size)
+ {
+ if (!AdaptativeWidget.WindowSize.is_extra_thin (new_size) && 
AdaptativeWidget.WindowSize.is_extra_flat (new_size))
+-set_horizontal (ref main_context, ref edit_mode_box);
++set_horizontal (ref main_context, edit_mode_box);
+ else
+-set_vertical (ref main_context, ref edit_mode_box);
++set_vertical (ref main_context, edit_mode_box);
+ }
+-private static inline void set_horizontal (ref StyleContext main_context, 
ref Box edit_mode_box)
++private static inline void set_horizontal (ref StyleContext main_context, 
Box edit_mode_box)
+ {
+ main_context.remove_class ("vertical");
+ edit_mode_box.halign = Align.END;
+@@ -102,7 +102,7 @@ private abstract class OverlayedList : Overlay, 
AdaptativeWidget
+ edit_mode_box.width_request = 160;
+ main_context.add_class ("horizontal");
+ }
+-private static inline void set_vertical (ref StyleContext main_context, 
ref Box edit_mode_box)
++private static inline void set_vertical (ref StyleContext main_context, 
Box edit_mode_box)
+ {
+ main_context.remove_class ("horizontal");
+ edit_mode_box.halign = Align.CENTER;
+@@ -118,9 +118,9 @@ private abstract class OverlayedList : Overlay, 
AdaptativeWidget
+ 
+ internal bool next_match ()
+ {
+-return _next_match (ref main_list_box);
++return _next_match (main_list_box);
+ }
+-private static inline bool _next_match (ref ListBox main_list_box)
++private static inline bool _next_match (ListBox main_list_box)
+ {
+ ListBoxRow? row = main_list_box.get_selected_row ();// TODO 
multiple rows and focus-only lists
+ if (row == null)
+@@ -130,7 +130,7 @@ private abstract class OverlayedList : Overlay, 
AdaptativeWidget
+ 
+ if (row == null)
+ {
+-_scroll_bottom (ref main_list_box);
++_scroll_bottom (main_list_box);
+ return false;
+ }
+ main_list_box.select_row ((!) row);
+@@ -140,9 +140,9 @@ private abstract class OverlayedList : Overlay, 
AdaptativeWidget
+ 
+ internal bool previous_match ()
+ {
+-return _previous_match (ref main_list_box);
++return _previous_match (main_list_box);
+ }
+-private static inline bool _previous_match (ref ListBox main_list_box)
++private static inline bool _previous_match (ListBox main_list_box)
+ {
+ uint n_items = main_list_box.get_children ().length ();  // FIXME 
OverlayedList.n_items is unreliable
+ if (n_items == 0)
+@@ -189,9 +189,9 @@ private abstract class OverlayedList : Overlay, 
AdaptativeWidget
+ 
+ protected int [] get_selected_rows_indices ()
+ {
+-return _get_selected_rows_indices (ref main_list_box);
++return _get_selected_rows_indices (main_list_box);
+ }
+-private static inline int [] _get_selected_rows_indices (ref ListBox 
main_list_box)
++private static inline int [] _get_selected_rows_indices (ListBox 
main_list_box)
+ {
+ int [] indices = new int [0];
+ main_list_box.selected_foreach ((_list_box, selected_row) => {
+@@ -205,9 +205,9 

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

2021-04-24 Thread Mart Raudsepp
commit: 590f61084569c1ef1b3ebd6017c7e8ec67ae8f7b
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Sat Apr 24 09:36:16 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 24 10:42:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=590f6108

games-puzzle/gnome-taquin: set VALA_MAX_API_VERSION to 0.50 (3.36)

Signed-off-by: Christophe Lermytte  lermytte.be>
Closes: https://github.com/gentoo/gentoo/pull/20523
Signed-off-by: Mart Raudsepp  gentoo.org>

 games-puzzle/gnome-taquin/gnome-taquin-3.36.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.36.4.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.36.4.ebuild
index 748ebb0c571..47db03401bc 100644
--- a/games-puzzle/gnome-taquin/gnome-taquin-3.36.4.ebuild
+++ b/games-puzzle/gnome-taquin/gnome-taquin-3.36.4.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 VALA_MIN_API_VERSION="0.44"
+VALA_MAX_API_VERSION="0.50"
 
 inherit gnome.org gnome2-utils meson vala xdg
 



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

2021-04-24 Thread Mart Raudsepp
commit: b8fac9d6a6a0e2d9d41dbad3f4ad642d23550200
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Sat Apr 24 09:14:06 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 24 09:19:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8fac9d6

games-puzzle/gnome-taquin: set VALA_MAX_API_VERSION to 0.50

Signed-off-by: Christophe Lermytte  lermytte.be>
Signed-off-by: Mart Raudsepp  gentoo.org>

 games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild
index 5feac7ead04..67015ac256d 100644
--- a/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild
+++ b/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 VALA_MIN_API_VERSION="0.44"
+VALA_MAX_API_VERSION="0.50"
 
 inherit gnome.org gnome2-utils meson vala xdg
 



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

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

games-puzzle/gnome-taquin: Version bump to 3.38.1

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

 games-puzzle/gnome-taquin/Manifest |  1 +
 .../gnome-taquin/gnome-taquin-3.38.1.ebuild| 49 ++
 2 files changed, 50 insertions(+)

diff --git a/games-puzzle/gnome-taquin/Manifest 
b/games-puzzle/gnome-taquin/Manifest
index 492d37e24f5..26e8bf96d84 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1 +1,2 @@
 DIST gnome-taquin-3.36.4.tar.xz 5253972 BLAKE2B 
ddeacc57e52e434c5f3f7956226c4dc3c25416c61d8e920116dafebd89a3b442c01c54840bacdb93d5ee6ca4b6428c36f77c56f53651fe90ee8fda9026b23db5
 SHA512 
72e28698e292ec198c77f4f56624bafd88220157582d220ace363e29bb2f3bdbe7198c30348a6aef12e07dce275be6280fd4dc8a6bcc58f31d1e5ef54d0f3f7d
+DIST gnome-taquin-3.38.1.tar.xz 5265440 BLAKE2B 
f37397a4f3d0e71cfe39b8bce00fa7a04679467b402251aae155395740b655aa67031d2cdcc8d46fa45b9a69b1e829e0da883f17f9ec9a48d763098cf44e7f95
 SHA512 
c92244049bb24ab1585375ca6337965891bcaf46e642e009e3f670a818554d842c1f55c78735229198dfd6d96e95ee56e106a7eb238052e1382118287d9e28d6

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild
new file mode 100644
index 000..5feac7ead04
--- /dev/null
+++ b/games-puzzle/gnome-taquin/gnome-taquin-3.38.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION="0.44"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Move tiles so that they reach their places"
+HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.42.0:2
+   >=media-libs/gsound-1.0.2
+   >=x11-libs/gtk+-3.24.0:3
+   >=gnome-base/librsvg-2.32.0:2
+"
+# libxml2+gdk-pixbuf required for glib-compile-resources (xml-stripblanks and 
to-pixdata)
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   x11-libs/gdk-pixbuf:2
+   $(vala_depend)
+   media-libs/gsound[vala]
+   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/gnome-taquin/

2020-08-21 Thread Mart Raudsepp
commit: f86a446cf3bfa65c9e9cc6b13c7c4b2335a15647
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Aug 19 06:59:50 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Aug 21 11:20:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86a446c

games-puzzle/gnome-taquin: bump to 3.36.4

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

 games-puzzle/gnome-taquin/Manifest |  1 +
 .../gnome-taquin/gnome-taquin-3.36.4.ebuild| 49 ++
 2 files changed, 50 insertions(+)

diff --git a/games-puzzle/gnome-taquin/Manifest 
b/games-puzzle/gnome-taquin/Manifest
index 45a6f144102..b19c7ec81d5 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1 +1,2 @@
 DIST gnome-taquin-3.34.4.tar.xz 5242780 BLAKE2B 
9763d77f77ddfc0c283663be22258b7baa2529f0d3efc05200f1735ca8766008451e648b6fb7b15e4f06887a6c040b5f25e5e63291b00036180a134854bcc57c
 SHA512 
15da9ebc8c1aa89b350132efe034b977d96a62e686d01cfe8547b47541f1c2d30d564ba3eed35e3c80818835703cf4f33552d373908a2e8287c3982c041d7eef
+DIST gnome-taquin-3.36.4.tar.xz 5253972 BLAKE2B 
ddeacc57e52e434c5f3f7956226c4dc3c25416c61d8e920116dafebd89a3b442c01c54840bacdb93d5ee6ca4b6428c36f77c56f53651fe90ee8fda9026b23db5
 SHA512 
72e28698e292ec198c77f4f56624bafd88220157582d220ace363e29bb2f3bdbe7198c30348a6aef12e07dce275be6280fd4dc8a6bcc58f31d1e5ef54d0f3f7d

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.36.4.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.36.4.ebuild
new file mode 100644
index 000..21f4f4ca3bb
--- /dev/null
+++ b/games-puzzle/gnome-taquin/gnome-taquin-3.36.4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION="0.44"
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Move tiles so that they reach their places"
+HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.42.0:2
+   >=media-libs/gsound-1.0.2
+   >=x11-libs/gtk+-3.22.23:3
+   >=gnome-base/librsvg-2.32.0:2
+"
+# libxml2+gdk-pixbuf required for glib-compile-resources (xml-stripblanks and 
to-pixdata)
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   x11-libs/gdk-pixbuf:2
+   $(vala_depend)
+   media-libs/gsound[vala]
+   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/gnome-taquin/

2020-04-20 Thread Mart Raudsepp
commit: bdb6bdcd5665de1370641e11b639f4e6dc6fcc2a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:32:28 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:41:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb6bdcd

games-puzzle/gnome-taquin: remove old

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

 games-puzzle/gnome-taquin/Manifest |  1 -
 .../gnome-taquin/gnome-taquin-3.32.0.ebuild| 48 --
 2 files changed, 49 deletions(-)

diff --git a/games-puzzle/gnome-taquin/Manifest 
b/games-puzzle/gnome-taquin/Manifest
index 62602f01d6c..45a6f144102 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1,2 +1 @@
-DIST gnome-taquin-3.32.0.tar.xz 5234188 BLAKE2B 
c302cc24385161d7cb12f77a8278399ef0e08322912d1afa0fce92a8064ccf8320de570f5995a84354db92179f697e31a600ad2144d44d9d006f539a1135428b
 SHA512 
b874d38ca3a3d31fecabe0f0661d0410e69d744e06192c037f8a71da11e963e2a557780eb1a7fe9c75dd64a969b8d39c3ec1318ffe6a99c4248652ff5a416418
 DIST gnome-taquin-3.34.4.tar.xz 5242780 BLAKE2B 
9763d77f77ddfc0c283663be22258b7baa2529f0d3efc05200f1735ca8766008451e648b6fb7b15e4f06887a6c040b5f25e5e63291b00036180a134854bcc57c
 SHA512 
15da9ebc8c1aa89b350132efe034b977d96a62e686d01cfe8547b47541f1c2d30d564ba3eed35e3c80818835703cf4f33552d373908a2e8287c3982c041d7eef

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.32.0.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.32.0.ebuild
deleted file mode 100644
index 7accbefeaeb..000
--- a/games-puzzle/gnome-taquin/gnome-taquin-3.32.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=7
-
-inherit gnome.org gnome2-utils meson vala xdg
-
-DESCRIPTION="Move tiles so that they reach their places"
-HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
-
-LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.40.0:2
-   >=x11-libs/gtk+-3.22.23:3
-   >=gnome-base/librsvg-2.32.0:2
-   >=media-libs/libcanberra-0.26[gtk3]
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources (xml-stripblanks and 
to-pixdata)
-DEPEND="${RDEPEND}"
-BDEPEND="
-   $(vala_depend)
-   gnome-base/librsvg:2[vala]
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   x11-libs/gdk-pixbuf:2
-"
-
-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/gnome-taquin/

2020-03-22 Thread Mart Raudsepp
commit: afd2112492a3a12d3c4ab263435b587fb642df18
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 22 16:23:25 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 22 16:49:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd21124

games-puzzle/gnome-taquin: bump to 3.34.4

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

 games-puzzle/gnome-taquin/Manifest |  1 +
 .../gnome-taquin/gnome-taquin-3.34.4.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/games-puzzle/gnome-taquin/Manifest 
b/games-puzzle/gnome-taquin/Manifest
index d83d9bac9e1..62602f01d6c 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1 +1,2 @@
 DIST gnome-taquin-3.32.0.tar.xz 5234188 BLAKE2B 
c302cc24385161d7cb12f77a8278399ef0e08322912d1afa0fce92a8064ccf8320de570f5995a84354db92179f697e31a600ad2144d44d9d006f539a1135428b
 SHA512 
b874d38ca3a3d31fecabe0f0661d0410e69d744e06192c037f8a71da11e963e2a557780eb1a7fe9c75dd64a969b8d39c3ec1318ffe6a99c4248652ff5a416418
+DIST gnome-taquin-3.34.4.tar.xz 5242780 BLAKE2B 
9763d77f77ddfc0c283663be22258b7baa2529f0d3efc05200f1735ca8766008451e648b6fb7b15e4f06887a6c040b5f25e5e63291b00036180a134854bcc57c
 SHA512 
15da9ebc8c1aa89b350132efe034b977d96a62e686d01cfe8547b47541f1c2d30d564ba3eed35e3c80818835703cf4f33552d373908a2e8287c3982c041d7eef

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.34.4.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.34.4.ebuild
new file mode 100644
index 000..7d6067208a3
--- /dev/null
+++ b/games-puzzle/gnome-taquin/gnome-taquin-3.34.4.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Move tiles so that they reach their places"
+HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2
+   >=media-libs/gsound-1.0.2
+   >=x11-libs/gtk+-3.22.23:3
+   >=gnome-base/librsvg-2.32.0:2
+"
+# libxml2+gdk-pixbuf required for glib-compile-resources (xml-stripblanks and 
to-pixdata)
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   x11-libs/gdk-pixbuf:2
+   $(vala_depend)
+   media-libs/gsound[vala]
+   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/gnome-taquin/

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

games-puzzle/gnome-taquin: remove old

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

 games-puzzle/gnome-taquin/Manifest |  1 -
 .../gnome-taquin/gnome-taquin-3.30.0.ebuild| 31 --
 2 files changed, 32 deletions(-)

diff --git a/games-puzzle/gnome-taquin/Manifest 
b/games-puzzle/gnome-taquin/Manifest
index d6067e70750..d83d9bac9e1 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1,2 +1 @@
-DIST gnome-taquin-3.30.0.tar.xz 4553892 BLAKE2B 
f397dddb8d8564fc403b971f044e1d39bd779af370670f45469490aa0f9f8da857d6b216f8378346d835d9b13c57d47bd960a993cc1eb3d33e705f82b5474f30
 SHA512 
77c500c7871440abd18cc34d64bfba1b89d7067557cfd12306f887ea1a8138dc040b00203ae6515755ec3bb13beed8a523b039c00112fce7f8e80f3ab34398f2
 DIST gnome-taquin-3.32.0.tar.xz 5234188 BLAKE2B 
c302cc24385161d7cb12f77a8278399ef0e08322912d1afa0fce92a8064ccf8320de570f5995a84354db92179f697e31a600ad2144d44d9d006f539a1135428b
 SHA512 
b874d38ca3a3d31fecabe0f0661d0410e69d744e06192c037f8a71da11e963e2a557780eb1a7fe9c75dd64a969b8d39c3ec1318ffe6a99c4248652ff5a416418

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.30.0.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.30.0.ebuild
deleted file mode 100644
index 635595621ca..000
--- a/games-puzzle/gnome-taquin/gnome-taquin-3.30.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2
-
-DESCRIPTION="Move tiles so that they reach their places"
-HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
-
-LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.40:2
-   >=gnome-base/librsvg-2.32:2
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/gtk+-3.15:3
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources (xml-stripblanks and 
to-pixdata)
-DEPEND="${RDEPEND}
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   >=dev-util/intltool-0.50
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-   x11-libs/gdk-pixbuf:2
-"



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

2019-10-20 Thread Mart Raudsepp
commit: d4f0cf3a43d4b07d27d602675a96ff8c50ab58a0
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 09:09:01 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f0cf3a

games-puzzle/gnome-taquin: bump to 3.32.0

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

 games-puzzle/gnome-taquin/Manifest |  1 +
 .../gnome-taquin/gnome-taquin-3.32.0.ebuild| 48 ++
 2 files changed, 49 insertions(+)

diff --git a/games-puzzle/gnome-taquin/Manifest 
b/games-puzzle/gnome-taquin/Manifest
index 223ca7aa154..d6067e70750 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1 +1,2 @@
 DIST gnome-taquin-3.30.0.tar.xz 4553892 BLAKE2B 
f397dddb8d8564fc403b971f044e1d39bd779af370670f45469490aa0f9f8da857d6b216f8378346d835d9b13c57d47bd960a993cc1eb3d33e705f82b5474f30
 SHA512 
77c500c7871440abd18cc34d64bfba1b89d7067557cfd12306f887ea1a8138dc040b00203ae6515755ec3bb13beed8a523b039c00112fce7f8e80f3ab34398f2
+DIST gnome-taquin-3.32.0.tar.xz 5234188 BLAKE2B 
c302cc24385161d7cb12f77a8278399ef0e08322912d1afa0fce92a8064ccf8320de570f5995a84354db92179f697e31a600ad2144d44d9d006f539a1135428b
 SHA512 
b874d38ca3a3d31fecabe0f0661d0410e69d744e06192c037f8a71da11e963e2a557780eb1a7fe9c75dd64a969b8d39c3ec1318ffe6a99c4248652ff5a416418

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.32.0.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.32.0.ebuild
new file mode 100644
index 000..2492a98105b
--- /dev/null
+++ b/games-puzzle/gnome-taquin/gnome-taquin-3.32.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Move tiles so that they reach their places"
+HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2
+   >=x11-libs/gtk+-3.22.23:3
+   >=gnome-base/librsvg-2.32.0:2
+   >=media-libs/libcanberra-0.26[gtk3]
+"
+# libxml2+gdk-pixbuf required for glib-compile-resources (xml-stripblanks and 
to-pixdata)
+DEPEND="${RDEPEND}"
+BDEPEND="
+   $(vala_depend)
+   gnome-base/librsvg:2[vala]
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   x11-libs/gdk-pixbuf:2
+"
+
+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/gnome-taquin/

2019-08-04 Thread Aaron Bauman
commit: 307b6a8f9a5f827f53bf3184f6bb6e64c7c4366b
Author: Aaron Bauman  gentoo  org>
AuthorDate: Mon Aug  5 03:51:00 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Aug  5 03:51:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=307b6a8f

games-puzzle/gnome-taquin: arm64 keyworded

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

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

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.30.0.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.30.0.ebuild
index e1f78c7e4a4..635595621ca 100644
--- a/games-puzzle/gnome-taquin/gnome-taquin-3.30.0.ebuild
+++ b/games-puzzle/gnome-taquin/gnome-taquin-3.30.0.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
 
 LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND="



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

2019-05-18 Thread Mart Raudsepp
commit: d94873f59dde9c114be7c55ecffb5049f987e820
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat May 18 20:05:18 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May 18 20:43:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94873f5

games-puzzle/gnome-taquin: remove old

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

 games-puzzle/gnome-taquin/Manifest |  1 -
 .../gnome-taquin/gnome-taquin-3.28.0.ebuild| 38 --
 2 files changed, 39 deletions(-)

diff --git a/games-puzzle/gnome-taquin/Manifest 
b/games-puzzle/gnome-taquin/Manifest
index 325548b256b..223ca7aa154 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1,2 +1 @@
-DIST gnome-taquin-3.28.0.tar.xz 4550056 BLAKE2B 
f5fd5a984bf9ae47c5cea19cc9708e00256023b16cc05dcf2d38d70dc8ae975e0386e8d9d2ff9c4f03f36f0176d67f2d275444eeb2df1b7c3e8dcafbcd97fe70
 SHA512 
66939b13f2e22980702dfcde9e7c93ffaf3a3d9278d9b87ded295eb9fcc7702d9e325b3a70313a8a34e12834fbe887e4e65a6b429938ad332c5958935a6b80dc
 DIST gnome-taquin-3.30.0.tar.xz 4553892 BLAKE2B 
f397dddb8d8564fc403b971f044e1d39bd779af370670f45469490aa0f9f8da857d6b216f8378346d835d9b13c57d47bd960a993cc1eb3d33e705f82b5474f30
 SHA512 
77c500c7871440abd18cc34d64bfba1b89d7067557cfd12306f887ea1a8138dc040b00203ae6515755ec3bb13beed8a523b039c00112fce7f8e80f3ab34398f2

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.28.0.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.28.0.ebuild
deleted file mode 100644
index 76dfa0d119b..000
--- a/games-puzzle/gnome-taquin/gnome-taquin-3.28.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 vala
-
-DESCRIPTION="Move tiles so that they reach their places"
-HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
-
-LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.40:2
-   >=gnome-base/librsvg-2.32:2
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/gtk+-3.15:3
-"
-# libxml2+gdk-pixbuf required for glib-compile-resources
-DEPEND="${RDEPEND}
-   $(vala_depend)
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   dev-libs/libxml2:2
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-   x11-libs/gdk-pixbuf:2
-"
-
-src_prepare() {
-   gnome2_src_prepare
-   vala_src_prepare
-}



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

2019-03-14 Thread Mart Raudsepp
commit: 87a3508876e59d3508f560b0ad4083f64df24cc8
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Mar 14 15:54:20 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Mar 14 16:13:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87a35088

games-puzzle/gnome-taquin: bump to 3.30.0

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

 games-puzzle/gnome-taquin/Manifest |  1 +
 .../gnome-taquin/gnome-taquin-3.30.0.ebuild| 31 ++
 2 files changed, 32 insertions(+)

diff --git a/games-puzzle/gnome-taquin/Manifest 
b/games-puzzle/gnome-taquin/Manifest
index a8b9683042e..325548b256b 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1 +1,2 @@
 DIST gnome-taquin-3.28.0.tar.xz 4550056 BLAKE2B 
f5fd5a984bf9ae47c5cea19cc9708e00256023b16cc05dcf2d38d70dc8ae975e0386e8d9d2ff9c4f03f36f0176d67f2d275444eeb2df1b7c3e8dcafbcd97fe70
 SHA512 
66939b13f2e22980702dfcde9e7c93ffaf3a3d9278d9b87ded295eb9fcc7702d9e325b3a70313a8a34e12834fbe887e4e65a6b429938ad332c5958935a6b80dc
+DIST gnome-taquin-3.30.0.tar.xz 4553892 BLAKE2B 
f397dddb8d8564fc403b971f044e1d39bd779af370670f45469490aa0f9f8da857d6b216f8378346d835d9b13c57d47bd960a993cc1eb3d33e705f82b5474f30
 SHA512 
77c500c7871440abd18cc34d64bfba1b89d7067557cfd12306f887ea1a8138dc040b00203ae6515755ec3bb13beed8a523b039c00112fce7f8e80f3ab34398f2

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.30.0.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.30.0.ebuild
new file mode 100644
index 000..9921d0bacea
--- /dev/null
+++ b/games-puzzle/gnome-taquin/gnome-taquin-3.30.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Move tiles so that they reach their places"
+HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.40:2
+   >=gnome-base/librsvg-2.32:2
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=x11-libs/gtk+-3.15:3
+"
+# libxml2+gdk-pixbuf required for glib-compile-resources (xml-stripblanks and 
to-pixdata)
+DEPEND="${RDEPEND}
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   >=dev-util/intltool-0.50
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   x11-libs/gdk-pixbuf:2
+"



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

2018-08-02 Thread Mart Raudsepp
commit: d1f8479754ddc2e58eb6e474d4f8f25a9a040f45
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Aug  2 06:13:33 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Aug  2 07:06:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f84797

games-puzzle/gnome-taquin: bump to 3.28.0 for translation updates

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 games-puzzle/gnome-taquin/Manifest |  1 +
 .../gnome-taquin/gnome-taquin-3.28.0.ebuild| 38 ++
 2 files changed, 39 insertions(+)

diff --git a/games-puzzle/gnome-taquin/Manifest 
b/games-puzzle/gnome-taquin/Manifest
index 0fb18cfdbc3..bfb79beb48f 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1 +1,2 @@
 DIST gnome-taquin-3.22.0.tar.xz 5030156 BLAKE2B 
e2757fe196a985c19de5b902d866fb1e9c6f97234dc25af59db10b3c066d1095a7280a5a0054b0c15c913fa93c541f4c0626f481257ab3bfefe5db9fdf308493
 SHA512 
9fbfa651b2546af16ca215ce0edb4466dd3663c90bf1c130c983422a0c5860f6146db97f7d9095b727d99ee98496e3bdb02afe46c9ced66672435638ba49788a
+DIST gnome-taquin-3.28.0.tar.xz 4550056 BLAKE2B 
f5fd5a984bf9ae47c5cea19cc9708e00256023b16cc05dcf2d38d70dc8ae975e0386e8d9d2ff9c4f03f36f0176d67f2d275444eeb2df1b7c3e8dcafbcd97fe70
 SHA512 
66939b13f2e22980702dfcde9e7c93ffaf3a3d9278d9b87ded295eb9fcc7702d9e325b3a70313a8a34e12834fbe887e4e65a6b429938ad332c5958935a6b80dc

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.28.0.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.28.0.ebuild
new file mode 100644
index 000..52756635502
--- /dev/null
+++ b/games-puzzle/gnome-taquin/gnome-taquin-3.28.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 vala
+
+DESCRIPTION="Move tiles so that they reach their places"
+HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.40:2
+   >=gnome-base/librsvg-2.32:2
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=x11-libs/gtk+-3.15:3
+"
+# libxml2+gdk-pixbuf required for glib-compile-resources
+DEPEND="${RDEPEND}
+   $(vala_depend)
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   >=dev-util/intltool-0.50
+   sys-devel/gettext
+   virtual/pkgconfig
+   x11-libs/gdk-pixbuf:2
+"
+
+src_prepare() {
+   gnome2_src_prepare
+   vala_src_prepare
+}



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

2017-05-01 Thread Mart Raudsepp
commit: 0c7c26c753370d451bd33ff78276a80fa07111b3
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon May  1 21:05:38 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May  1 21:42:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7c26c7

games-puzzle/gnome-taquin: Fix license

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 games-puzzle/gnome-taquin/gnome-taquin-3.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.22.0.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.22.0.ebuild
index 82b572ae855..6cba0347900 100644
--- a/games-puzzle/gnome-taquin/gnome-taquin-3.22.0.ebuild
+++ b/games-puzzle/gnome-taquin/gnome-taquin-3.22.0.ebuild
@@ -9,7 +9,7 @@ inherit gnome2 vala
 DESCRIPTION="Move tiles so that they reach their places"
 HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
 
-LICENSE="LGPL-2+"
+LICENSE="GPL-3+ CC-BY-SA-3.0 CC-BY-SA-4.0"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""



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

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

games-puzzle/gnome-taquin: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 games-puzzle/gnome-taquin/Manifest |  1 -
 .../gnome-taquin/gnome-taquin-3.20.2.ebuild| 35 --
 2 files changed, 36 deletions(-)

diff --git a/games-puzzle/gnome-taquin/Manifest 
b/games-puzzle/gnome-taquin/Manifest
index 4e9158452c5..79e577a3057 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1,2 +1 @@
-DIST gnome-taquin-3.20.2.tar.xz 5028404 SHA256 
95a9c5ebc7fc87b58cd08b978acc09071da9b274934e0ec2abe9b5439554b3a2 SHA512 
d550c8fabc5764cd2299af1854a8c8ca1ab712242fbf85239c100b13b5e0627caed8d38622e9b60864c4e14c8575d91c5fd02b36b7d5586f9ea694e8ae9ff900
 WHIRLPOOL 
dae96d7e835a864e01ad6babfc798c6bd070be23346908c34661efda12ab12ed5d40d60f10ca079c54be82cda138d813f3cc279b2738e387214bcebdfae41e8e
 DIST gnome-taquin-3.22.0.tar.xz 5030156 SHA256 
780af247856b91095a9a2e1a6b425e4e3a78520659e2157eddb421377e8ce982 SHA512 
9fbfa651b2546af16ca215ce0edb4466dd3663c90bf1c130c983422a0c5860f6146db97f7d9095b727d99ee98496e3bdb02afe46c9ced66672435638ba49788a
 WHIRLPOOL 
b8250fc566a2028162692a0d564a274b1c34d6f4e54401836d7551b9b10315e044ab0032e1973b54302c8eb1191121c8f4dab26fef632c8a3e89c022bf2df383

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.20.2.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.20.2.ebuild
deleted file mode 100644
index 5e5bc5dbdec..000
--- a/games-puzzle/gnome-taquin/gnome-taquin-3.20.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome2 vala
-
-DESCRIPTION="Move tiles so that they reach their places"
-HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.40:2
-   >=gnome-base/librsvg-2.32:2
-   >=media-libs/libcanberra-0.26
-   >=x11-libs/gtk+-3.15:3
-"
-DEPEND="${RDEPEND}
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-   $(vala_depend)
-"
-
-src_prepare() {
-   gnome2_src_prepare
-   vala_src_prepare
-}



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

2016-10-19 Thread Gilles Dartiguelongue
commit: 6bc620141ac4d89e971cf7112f0b65af27642000
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Oct 19 21:15:16 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Oct 19 22:02:15 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc62014

gnome-taquin/gnome-taquin: version bump 3.20.2 → 3.22.0

Package-Manager: portage-2.3.1

 games-puzzle/gnome-taquin/Manifest |  1 +
 .../gnome-taquin/gnome-taquin-3.22.0.ebuild| 36 ++
 2 files changed, 37 insertions(+)

diff --git a/games-puzzle/gnome-taquin/Manifest 
b/games-puzzle/gnome-taquin/Manifest
index 539b242..9d28af4 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-taquin-3.18.2.tar.xz 5528180 SHA256 
26154f5fd9f75b6e9e6857d6a31a9d2ce4814ec81afc6ca3e4643058877d1155 SHA512 
a2a3370b8ba8863d9208fb204dea366e2cfd626a2e6c7b8d8e839e2d98d460fe1529f282e8621cdd5f8a1e4183b4d6e67099918afd4699e9035b52c01a75c4ce
 WHIRLPOOL 
464b136f83156a28dfbc160a63af01ebd4603b45a481d066fd1b47fb22a128afdbe044635a93486317931e5892b5fc07c4ec7ac2e9ea7f2b4700b8e6442727ac
 DIST gnome-taquin-3.20.2.tar.xz 5028404 SHA256 
95a9c5ebc7fc87b58cd08b978acc09071da9b274934e0ec2abe9b5439554b3a2 SHA512 
d550c8fabc5764cd2299af1854a8c8ca1ab712242fbf85239c100b13b5e0627caed8d38622e9b60864c4e14c8575d91c5fd02b36b7d5586f9ea694e8ae9ff900
 WHIRLPOOL 
dae96d7e835a864e01ad6babfc798c6bd070be23346908c34661efda12ab12ed5d40d60f10ca079c54be82cda138d813f3cc279b2738e387214bcebdfae41e8e
+DIST gnome-taquin-3.22.0.tar.xz 5030156 SHA256 
780af247856b91095a9a2e1a6b425e4e3a78520659e2157eddb421377e8ce982 SHA512 
9fbfa651b2546af16ca215ce0edb4466dd3663c90bf1c130c983422a0c5860f6146db97f7d9095b727d99ee98496e3bdb02afe46c9ced66672435638ba49788a
 WHIRLPOOL 
b8250fc566a2028162692a0d564a274b1c34d6f4e54401836d7551b9b10315e044ab0032e1973b54302c8eb1191121c8f4dab26fef632c8a3e89c022bf2df383

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.22.0.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.22.0.ebuild
new file mode 100644
index ..7623566
--- /dev/null
+++ b/games-puzzle/gnome-taquin/gnome-taquin-3.22.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 vala
+
+DESCRIPTION="Move tiles so that they reach their places"
+HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.40:2
+   >=gnome-base/librsvg-2.32:2
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=x11-libs/gtk+-3.15: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/gnome-taquin/

2016-10-19 Thread Gilles Dartiguelongue
commit: 6dcca0c1b00d2106fb05fd66d88fab1560a2686e
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Oct 19 21:31:17 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Oct 19 22:02:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dcca0c1

gnome-tetravex/gnome-taquin: clean up old revision

Package-Manager: portage-2.3.1

 games-puzzle/gnome-taquin/Manifest |  1 -
 .../gnome-taquin/gnome-taquin-3.18.2.ebuild| 37 --
 2 files changed, 38 deletions(-)

diff --git a/games-puzzle/gnome-taquin/Manifest 
b/games-puzzle/gnome-taquin/Manifest
index 9d28af4..4e91584 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1,3 +1,2 @@
-DIST gnome-taquin-3.18.2.tar.xz 5528180 SHA256 
26154f5fd9f75b6e9e6857d6a31a9d2ce4814ec81afc6ca3e4643058877d1155 SHA512 
a2a3370b8ba8863d9208fb204dea366e2cfd626a2e6c7b8d8e839e2d98d460fe1529f282e8621cdd5f8a1e4183b4d6e67099918afd4699e9035b52c01a75c4ce
 WHIRLPOOL 
464b136f83156a28dfbc160a63af01ebd4603b45a481d066fd1b47fb22a128afdbe044635a93486317931e5892b5fc07c4ec7ac2e9ea7f2b4700b8e6442727ac
 DIST gnome-taquin-3.20.2.tar.xz 5028404 SHA256 
95a9c5ebc7fc87b58cd08b978acc09071da9b274934e0ec2abe9b5439554b3a2 SHA512 
d550c8fabc5764cd2299af1854a8c8ca1ab712242fbf85239c100b13b5e0627caed8d38622e9b60864c4e14c8575d91c5fd02b36b7d5586f9ea694e8ae9ff900
 WHIRLPOOL 
dae96d7e835a864e01ad6babfc798c6bd070be23346908c34661efda12ab12ed5d40d60f10ca079c54be82cda138d813f3cc279b2738e387214bcebdfae41e8e
 DIST gnome-taquin-3.22.0.tar.xz 5030156 SHA256 
780af247856b91095a9a2e1a6b425e4e3a78520659e2157eddb421377e8ce982 SHA512 
9fbfa651b2546af16ca215ce0edb4466dd3663c90bf1c130c983422a0c5860f6146db97f7d9095b727d99ee98496e3bdb02afe46c9ced66672435638ba49788a
 WHIRLPOOL 
b8250fc566a2028162692a0d564a274b1c34d6f4e54401836d7551b9b10315e044ab0032e1973b54302c8eb1191121c8f4dab26fef632c8a3e89c022bf2df383

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.18.2.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.18.2.ebuild
deleted file mode 100644
index 6cb0987..
--- a/games-puzzle/gnome-taquin/gnome-taquin-3.18.2.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.28"
-
-inherit gnome-games vala
-
-DESCRIPTION="Move tiles so that they reach their places"
-HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.40:2
-   >=gnome-base/librsvg-2.32
-   >=media-libs/libcanberra-0.26
-   >=x11-libs/gtk+-3.15:3
-"
-DEPEND="${RDEPEND}
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-   $(vala_depend)
-"
-
-src_prepare() {
-   vala_src_prepare
-   gnome-games_src_prepare
-}



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

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

games-puzzle/gnome-taquin: Drop old

Package-Manager: portage-2.3.0_rc1

 games-puzzle/gnome-taquin/Manifest |  1 -
 .../gnome-taquin/gnome-taquin-3.16.1.ebuild| 37 --
 2 files changed, 38 deletions(-)

diff --git a/games-puzzle/gnome-taquin/Manifest 
b/games-puzzle/gnome-taquin/Manifest
index 5023707..674a901 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1,2 +1 @@
-DIST gnome-taquin-3.16.1.tar.xz 5514336 SHA256 
f1a25ea1d26e10fcb74f1025a08f7f9b2065bbd197ee12a1af94c5f06c0c8a08 SHA512 
4d6b3d5b2ae765cd3dd12b766f381aa3d800e5ba9da31acd487440b4ea2607ee2b99f17c1daa9926084cde370afa82a911591e448dd80167835b335b1d20440e
 WHIRLPOOL 
b8d6074c633ede2dce2d85277a57c8cdbab1081b1354519f3e7383b3959b411b4f5a41217a54db0be9b8353f3d8c8ab9c3049d5069e008b726fe62537302d9bc
 DIST gnome-taquin-3.18.2.tar.xz 5528180 SHA256 
26154f5fd9f75b6e9e6857d6a31a9d2ce4814ec81afc6ca3e4643058877d1155 SHA512 
a2a3370b8ba8863d9208fb204dea366e2cfd626a2e6c7b8d8e839e2d98d460fe1529f282e8621cdd5f8a1e4183b4d6e67099918afd4699e9035b52c01a75c4ce
 WHIRLPOOL 
464b136f83156a28dfbc160a63af01ebd4603b45a481d066fd1b47fb22a128afdbe044635a93486317931e5892b5fc07c4ec7ac2e9ea7f2b4700b8e6442727ac

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.16.1.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.16.1.ebuild
deleted file mode 100644
index 6cb0987..000
--- a/games-puzzle/gnome-taquin/gnome-taquin-3.16.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.28"
-
-inherit gnome-games vala
-
-DESCRIPTION="Move tiles so that they reach their places"
-HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.40:2
-   >=gnome-base/librsvg-2.32
-   >=media-libs/libcanberra-0.26
-   >=x11-libs/gtk+-3.15:3
-"
-DEPEND="${RDEPEND}
-   app-text/yelp-tools
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-   $(vala_depend)
-"
-
-src_prepare() {
-   vala_src_prepare
-   gnome-games_src_prepare
-}



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

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

games-puzzle/gnome-taquin: Version bump

Package-Manager: portage-2.3.0_rc1

 games-puzzle/gnome-taquin/Manifest |  1 +
 .../gnome-taquin/gnome-taquin-3.20.2.ebuild| 36 ++
 2 files changed, 37 insertions(+)

diff --git a/games-puzzle/gnome-taquin/Manifest 
b/games-puzzle/gnome-taquin/Manifest
index 674a901..539b242 100644
--- a/games-puzzle/gnome-taquin/Manifest
+++ b/games-puzzle/gnome-taquin/Manifest
@@ -1 +1,2 @@
 DIST gnome-taquin-3.18.2.tar.xz 5528180 SHA256 
26154f5fd9f75b6e9e6857d6a31a9d2ce4814ec81afc6ca3e4643058877d1155 SHA512 
a2a3370b8ba8863d9208fb204dea366e2cfd626a2e6c7b8d8e839e2d98d460fe1529f282e8621cdd5f8a1e4183b4d6e67099918afd4699e9035b52c01a75c4ce
 WHIRLPOOL 
464b136f83156a28dfbc160a63af01ebd4603b45a481d066fd1b47fb22a128afdbe044635a93486317931e5892b5fc07c4ec7ac2e9ea7f2b4700b8e6442727ac
+DIST gnome-taquin-3.20.2.tar.xz 5028404 SHA256 
95a9c5ebc7fc87b58cd08b978acc09071da9b274934e0ec2abe9b5439554b3a2 SHA512 
d550c8fabc5764cd2299af1854a8c8ca1ab712242fbf85239c100b13b5e0627caed8d38622e9b60864c4e14c8575d91c5fd02b36b7d5586f9ea694e8ae9ff900
 WHIRLPOOL 
dae96d7e835a864e01ad6babfc798c6bd070be23346908c34661efda12ab12ed5d40d60f10ca079c54be82cda138d813f3cc279b2738e387214bcebdfae41e8e

diff --git a/games-puzzle/gnome-taquin/gnome-taquin-3.20.2.ebuild 
b/games-puzzle/gnome-taquin/gnome-taquin-3.20.2.ebuild
new file mode 100644
index 000..716911a
--- /dev/null
+++ b/games-puzzle/gnome-taquin/gnome-taquin-3.20.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+VALA_MIN_API_VERSION="0.28"
+
+inherit gnome2 vala
+
+DESCRIPTION="Move tiles so that they reach their places"
+HOMEPAGE="https://wiki.gnome.org/Apps/Taquin;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.40:2
+   >=gnome-base/librsvg-2.32:2
+   >=media-libs/libcanberra-0.26
+   >=x11-libs/gtk+-3.15:3
+"
+DEPEND="${RDEPEND}
+   app-text/yelp-tools
+   dev-libs/appstream-glib
+   >=dev-util/intltool-0.50
+   sys-devel/gettext
+   virtual/pkgconfig
+   $(vala_depend)
+"
+
+src_prepare() {
+   gnome2_src_prepare
+   vala_src_prepare
+}