[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

2022-10-30 Thread Matt Turner
commit: 95331e75756260caec456c0e8f05135dbb282c5a
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct 29 21:19:58 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct 30 15:41:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95331e75

games-board/iagno: Set remote-id

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

 games-board/iagno/metadata.xml | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/games-board/iagno/metadata.xml b/games-board/iagno/metadata.xml
index 7b343b06be8a..fdd7a7908f33 100644
--- a/games-board/iagno/metadata.xml
+++ b/games-board/iagno/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/iagno
+  
 



[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

2022-09-15 Thread Matt Turner
commit: e407e4a9b25aa4b2a87c605581ea142d907ab55d
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Sep 15 20:06:52 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Sep 15 21:00:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e407e4a9

games-board/iagno: Remove vala version restrictions

They were resolved in commit 5d3c0353660 ("games-board/iagno: 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>

 .../iagno/{iagno-3.38.1.ebuild => iagno-3.38.1-r1.ebuild}| 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/games-board/iagno/iagno-3.38.1.ebuild 
b/games-board/iagno/iagno-3.38.1-r1.ebuild
similarity index 91%
rename from games-board/iagno/iagno-3.38.1.ebuild
rename to games-board/iagno/iagno-3.38.1-r1.ebuild
index 4e89294fe3e0..646a2d8336f8 100644
--- a/games-board/iagno/iagno-3.38.1.ebuild
+++ b/games-board/iagno/iagno-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
 
@@ -40,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-board/iagno/

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

games-board/iagno: Stabilize 3.38.1 arm64, #831946

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

 games-board/iagno/iagno-3.38.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-board/iagno/iagno-3.38.1.ebuild 
b/games-board/iagno/iagno-3.38.1.ebuild
index 4966fa35aaa4..4e89294fe3e0 100644
--- a/games-board/iagno/iagno-3.38.1.ebuild
+++ b/games-board/iagno/iagno-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/Reversi;
 
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-libs/glib-2.42.0:2



[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/, games-board/iagno/files/

2021-05-15 Thread David Seifert
commit: 5d3c0353660f89114a0d8c49a728569cd953d85a
Author: David Seifert  gentoo  org>
AuthorDate: Sat May 15 17:24:06 2021 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat May 15 17:24:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d3c0353

games-board/iagno: Fix for vala 0.50.4 regression

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

Closes: https://github.com/gentoo/gentoo/pull/20823
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert  gentoo.org>

 .../iagno-3.38.1-vala-0.50.4-GtkChild-1.patch  | 134 +++
 .../iagno-3.38.1-vala-0.50.4-GtkChild-2.patch  | 245 +
 games-board/iagno/iagno-3.38.1.ebuild  |   6 +
 3 files changed, 385 insertions(+)

diff --git a/games-board/iagno/files/iagno-3.38.1-vala-0.50.4-GtkChild-1.patch 
b/games-board/iagno/files/iagno-3.38.1-vala-0.50.4-GtkChild-1.patch
new file mode 100644
index 000..8ed465166d4
--- /dev/null
+++ b/games-board/iagno/files/iagno-3.38.1-vala-0.50.4-GtkChild-1.patch
@@ -0,0 +1,134 @@
+From 508c0f94e5f182e50ff61be6e04f72574dee97cb Mon Sep 17 00:00:00 2001
+From: Rico Tzschichholz 
+Date: Sat, 16 Jan 2021 13:50:27 +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 ef5db6f..209b044 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-board/iagno/

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

games-board/iagno: set VALA_MAX_API_VERSION to 0.50 (3.36)

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

 games-board/iagno/iagno-3.36.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-board/iagno/iagno-3.36.4.ebuild 
b/games-board/iagno/iagno-3.36.4.ebuild
index 37d961b5240..571d5c20960 100644
--- a/games-board/iagno/iagno-3.36.4.ebuild
+++ b/games-board/iagno/iagno-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-board/iagno/

2021-04-24 Thread Mart Raudsepp
commit: 9a7175f6c6e441ef82af055a9b9cf837e65d95f9
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 24 09:49:02 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 24 09:49:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7175f6

games-board/iagno: fix VALA_MAX_API_VERSION setting

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

 games-board/iagno/iagno-3.38.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/iagno/iagno-3.38.1.ebuild 
b/games-board/iagno/iagno-3.38.1.ebuild
index 55fa0a215a0..c501ffdf59d 100644
--- a/games-board/iagno/iagno-3.38.1.ebuild
+++ b/games-board/iagno/iagno-3.38.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 VALA_MIN_API_VERSION="0.44"
-VALA_MIN_API_VERSION="0.50"
+VALA_MAX_API_VERSION="0.50"
 
 inherit gnome.org gnome2-utils meson vala xdg
 



[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

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

games-board/iagno: set VALA_MAX_API_VERSION to 0.50

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

 games-board/iagno/iagno-3.38.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-board/iagno/iagno-3.38.1.ebuild 
b/games-board/iagno/iagno-3.38.1.ebuild
index 4950b4bec7a..55fa0a215a0 100644
--- a/games-board/iagno/iagno-3.38.1.ebuild
+++ b/games-board/iagno/iagno-3.38.1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 VALA_MIN_API_VERSION="0.44"
+VALA_MIN_API_VERSION="0.50"
 
 inherit gnome.org gnome2-utils meson vala xdg
 



[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

2021-04-17 Thread Matt Turner
commit: 0406e5611e86c504279fa1521e479b0da7b1e7bf
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Apr 18 03:10:15 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Apr 18 03:15:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0406e561

games-board/iagno: Version bump to 3.38.1

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

 games-board/iagno/Manifest|  1 +
 games-board/iagno/iagno-3.38.1.ebuild | 48 +++
 2 files changed, 49 insertions(+)

diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
index 80c4e2dd1a8..ff36470f6d9 100644
--- a/games-board/iagno/Manifest
+++ b/games-board/iagno/Manifest
@@ -1 +1,2 @@
 DIST iagno-3.36.4.tar.xz 799480 BLAKE2B 
430aa403c974728b929a7715e783dd594f00300dd9b0bf8b6f84da7265e31536a5cae17db94bcbdbebe3ef2690cb05bf18292af158016ec18bb695e58ca20f3d
 SHA512 
43775149f76904a19316e5eac990d8dae0a730c3f6798ad88648892d4795b6892a86fb93b78a72fd30853ad36cc5e4b241e1cbd4067c78d6648f1630543f87be
+DIST iagno-3.38.1.tar.xz 766188 BLAKE2B 
1265a9b3480bdf2ed949af9fd1e8eb0a8aa996a267d9e0e7c4300232ed857a5ef37fca9942b5bb50606e1fa9bc7058660d11296443d5a90213f76d2fbeb83cd1
 SHA512 
d36e445c01487a79df6fb6b1b77991118a978716688cf166d593656e1f8dbc3f872d0e739145b9ea9629563457d441918d7f46241d29edae8bdf74f54174d4f1

diff --git a/games-board/iagno/iagno-3.38.1.ebuild 
b/games-board/iagno/iagno-3.38.1.ebuild
new file mode 100644
index 000..4950b4bec7a
--- /dev/null
+++ b/games-board/iagno/iagno-3.38.1.ebuild
@@ -0,0 +1,48 @@
+# 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="Dominate the board in a classic version of Reversi"
+HOMEPAGE="https://wiki.gnome.org/Apps/Reversi;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+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
+"
+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)
+   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-board/iagno/, games-board/iagno/files/

2020-08-22 Thread Mart Raudsepp
commit: 41d0a0bf1583efaebac5bdc200974189a9bda77e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Aug 22 14:16:08 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Aug 22 14:16:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41d0a0bf

games-board/iagno: fix build with newer meson

Closes: https://bugs.gentoo.org/738576
Package-Manager: Portage-2.3.103, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 games-board/iagno/files/3.36.4-vala-posix.patch | 28 +
 games-board/iagno/iagno-3.36.4.ebuild   |  4 
 2 files changed, 32 insertions(+)

diff --git a/games-board/iagno/files/3.36.4-vala-posix.patch 
b/games-board/iagno/files/3.36.4-vala-posix.patch
new file mode 100644
index 000..b53d0dc75f6
--- /dev/null
+++ b/games-board/iagno/files/3.36.4-vala-posix.patch
@@ -0,0 +1,28 @@
+From 0100bab269f2102f24a6e41202b931da1b6e8dc5 Mon Sep 17 00:00:00 2001
+From: Michael Catanzaro 
+Date: Mon, 3 Aug 2020 13:47:43 -0500
+Subject: [PATCH] Fix build of perfs-tests-generator.vala
+
+Not sure exactly what changed, but Rico says: "likely a dependency isn't
+pulling posix.vapi in anymore."
+---
+ src/meson.build | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/src/meson.build b/src/meson.build
+index f3d3a20..9925272 100644
+--- a/src/meson.build
 b/src/meson.build
+@@ -15,7 +15,8 @@ run_target('update-perfs-tests', command: executable 
('iagno-perfs-tests-generat
+ '--enable-experimental-non-null'
+ ],
+ dependencies : [
+-gio_dependency
++gio_dependency,
++posix_dependency
+ ]
+ )
+ )
+-- 
+2.20.1
+

diff --git a/games-board/iagno/iagno-3.36.4.ebuild 
b/games-board/iagno/iagno-3.36.4.ebuild
index d082dd5d6ca..73465afff70 100644
--- a/games-board/iagno/iagno-3.36.4.ebuild
+++ b/games-board/iagno/iagno-3.36.4.ebuild
@@ -33,6 +33,10 @@ BDEPEND="
gnome-base/librsvg:2[vala]
 "
 
+PATCHES=(
+   "${FILESDIR}"/${PV}-vala-posix.patch
+)
+
 src_prepare() {
xdg_src_prepare
vala_src_prepare



[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

2020-08-22 Thread Mart Raudsepp
commit: c6f71756551cc058761a64130555800e8dbedeed
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Aug 22 07:41:18 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Aug 22 07:43:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f71756

games-board/iagno: bump to 3.36.4

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

 games-board/iagno/Manifest|  1 +
 games-board/iagno/iagno-3.36.4.ebuild | 49 +++
 2 files changed, 50 insertions(+)

diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
index c74a1827671..9f707981c6b 100644
--- a/games-board/iagno/Manifest
+++ b/games-board/iagno/Manifest
@@ -1,2 +1,3 @@
 DIST iagno-3.34.5.tar.xz 563824 BLAKE2B 
6933c1ca3ab5a31eebf285be1fa0ba6da18c5564589ec7a3083426dd22d0f050fbf87ef75c5cdc1b5e93822aba58d576e10f12c81785689739abb81fee659467
 SHA512 
5994d834302e52072e540ac882e8a5e39197a9ddd04972209362965d841565d942d341c91decedd1d11289c09336e13157414209c8d2d5c6816365d17e8f9379
 DIST iagno-3.34.8.tar.xz 565656 BLAKE2B 
cf06f9259b8f31d69c6f734c0239dc89432cd7a4082bcd451a9e02efe882bc6f5245454d7ab5e89e69d171a9e27f88c927435c06a48454e4a88bdbcfdd193a23
 SHA512 
b966b4d5baafe517de7e09a585703c1642139348d1b178702afbb8a31be1433f2bf3c20869525835e8d9e0bd3ed3cf6306e50eb453a5f78f2ac1189cf0c3e90b
+DIST iagno-3.36.4.tar.xz 799480 BLAKE2B 
430aa403c974728b929a7715e783dd594f00300dd9b0bf8b6f84da7265e31536a5cae17db94bcbdbebe3ef2690cb05bf18292af158016ec18bb695e58ca20f3d
 SHA512 
43775149f76904a19316e5eac990d8dae0a730c3f6798ad88648892d4795b6892a86fb93b78a72fd30853ad36cc5e4b241e1cbd4067c78d6648f1630543f87be

diff --git a/games-board/iagno/iagno-3.36.4.ebuild 
b/games-board/iagno/iagno-3.36.4.ebuild
new file mode 100644
index 000..d082dd5d6ca
--- /dev/null
+++ b/games-board/iagno/iagno-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="Dominate the board in a classic version of Reversi"
+HOMEPAGE="https://wiki.gnome.org/Apps/Reversi;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~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
+"
+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)
+   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-board/iagno/

2020-07-04 Thread Mart Raudsepp
commit: 57ba1d767873705826b73719c5e1207c4b33ba1e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jul  4 21:49:19 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jul  4 21:52:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57ba1d76

games-board/iagno: bump to 3.34.8

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

 games-board/iagno/Manifest|  1 +
 games-board/iagno/iagno-3.34.8.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
index 5e6e37742e9..c74a1827671 100644
--- a/games-board/iagno/Manifest
+++ b/games-board/iagno/Manifest
@@ -1 +1,2 @@
 DIST iagno-3.34.5.tar.xz 563824 BLAKE2B 
6933c1ca3ab5a31eebf285be1fa0ba6da18c5564589ec7a3083426dd22d0f050fbf87ef75c5cdc1b5e93822aba58d576e10f12c81785689739abb81fee659467
 SHA512 
5994d834302e52072e540ac882e8a5e39197a9ddd04972209362965d841565d942d341c91decedd1d11289c09336e13157414209c8d2d5c6816365d17e8f9379
+DIST iagno-3.34.8.tar.xz 565656 BLAKE2B 
cf06f9259b8f31d69c6f734c0239dc89432cd7a4082bcd451a9e02efe882bc6f5245454d7ab5e89e69d171a9e27f88c927435c06a48454e4a88bdbcfdd193a23
 SHA512 
b966b4d5baafe517de7e09a585703c1642139348d1b178702afbb8a31be1433f2bf3c20869525835e8d9e0bd3ed3cf6306e50eb453a5f78f2ac1189cf0c3e90b

diff --git a/games-board/iagno/iagno-3.34.8.ebuild 
b/games-board/iagno/iagno-3.34.8.ebuild
new file mode 100644
index 000..96b715c67b8
--- /dev/null
+++ b/games-board/iagno/iagno-3.34.8.ebuild
@@ -0,0 +1,47 @@
+# 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="Dominate the board in a classic version of Reversi"
+HOMEPAGE="https://wiki.gnome.org/Apps/Iagno;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.40.0:2
+   >=media-libs/gsound-1.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)
+   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-board/iagno/

2020-06-02 Thread Mart Raudsepp
commit: cdb9e91e53c692a615e1d7cec0869517083f25c5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jun  2 07:37:34 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jun  2 07:37:34 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb9e91e

games-board/iagno: remove old

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

 games-board/iagno/Manifest|  1 -
 games-board/iagno/iagno-3.32.0.ebuild | 46 ---
 2 files changed, 47 deletions(-)

diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
index b0f8f61fa45..5e6e37742e9 100644
--- a/games-board/iagno/Manifest
+++ b/games-board/iagno/Manifest
@@ -1,2 +1 @@
-DIST iagno-3.32.0.tar.xz 500636 BLAKE2B 
0c2995bcec9a1861ef0822fc71917b54a2633384279b547269174e262837d2a4b0cd4537b8cffd7d655e7e7f13a1dfca62cef41f7f3e76ef6b293a7640ad6da1
 SHA512 
596e8a0bc7afcb711b77da7ee1c6acdd45fdf2c845af393f5173362ae5ca53c029190b21918e50ed1715a2701fcabc1ce169417760a2424093d219a44fd9960b
 DIST iagno-3.34.5.tar.xz 563824 BLAKE2B 
6933c1ca3ab5a31eebf285be1fa0ba6da18c5564589ec7a3083426dd22d0f050fbf87ef75c5cdc1b5e93822aba58d576e10f12c81785689739abb81fee659467
 SHA512 
5994d834302e52072e540ac882e8a5e39197a9ddd04972209362965d841565d942d341c91decedd1d11289c09336e13157414209c8d2d5c6816365d17e8f9379

diff --git a/games-board/iagno/iagno-3.32.0.ebuild 
b/games-board/iagno/iagno-3.32.0.ebuild
deleted file mode 100644
index fd83c4d2c12..000
--- a/games-board/iagno/iagno-3.32.0.ebuild
+++ /dev/null
@@ -1,46 +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="Dominate the board in a classic version of Reversi"
-HOMEPAGE="https://wiki.gnome.org/Apps/Iagno;
-
-LICENSE="GPL-3+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=dev-libs/glib-2.40.0:2
-   >=x11-libs/gtk+-3.22.23:3
-   >=gnome-base/librsvg-2.32.0:2
-"
-DEPEND="${RDEPEND}"
-# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes
-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
-"
-
-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-board/iagno/

2020-06-01 Thread Michał Górny
commit: 7775ce121223181be0b1a670b86f5f0839d0eadd
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sat May 30 15:09:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  1 20:30:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7775ce12

games-board/iagno: arm keyworded (bug #692802)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Michał Górny  gentoo.org>

 games-board/iagno/iagno-3.34.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/iagno/iagno-3.34.5.ebuild 
b/games-board/iagno/iagno-3.34.5.ebuild
index 0c382e3b7fc..627e9c25853 100644
--- a/games-board/iagno/iagno-3.34.5.ebuild
+++ b/games-board/iagno/iagno-3.34.5.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Iagno;
 
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

2020-03-22 Thread Mart Raudsepp
commit: 8505da6db35bf95a24077ef3ea43a935117f34aa
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Mar 22 15:21:05 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar 22 15:21:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8505da6d

games-board/iagno: bump to 3.34.5

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

 games-board/iagno/Manifest|  1 +
 games-board/iagno/iagno-3.34.5.ebuild | 47 +++
 2 files changed, 48 insertions(+)

diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
index 3873c910fe2..b0f8f61fa45 100644
--- a/games-board/iagno/Manifest
+++ b/games-board/iagno/Manifest
@@ -1 +1,2 @@
 DIST iagno-3.32.0.tar.xz 500636 BLAKE2B 
0c2995bcec9a1861ef0822fc71917b54a2633384279b547269174e262837d2a4b0cd4537b8cffd7d655e7e7f13a1dfca62cef41f7f3e76ef6b293a7640ad6da1
 SHA512 
596e8a0bc7afcb711b77da7ee1c6acdd45fdf2c845af393f5173362ae5ca53c029190b21918e50ed1715a2701fcabc1ce169417760a2424093d219a44fd9960b
+DIST iagno-3.34.5.tar.xz 563824 BLAKE2B 
6933c1ca3ab5a31eebf285be1fa0ba6da18c5564589ec7a3083426dd22d0f050fbf87ef75c5cdc1b5e93822aba58d576e10f12c81785689739abb81fee659467
 SHA512 
5994d834302e52072e540ac882e8a5e39197a9ddd04972209362965d841565d942d341c91decedd1d11289c09336e13157414209c8d2d5c6816365d17e8f9379

diff --git a/games-board/iagno/iagno-3.34.5.ebuild 
b/games-board/iagno/iagno-3.34.5.ebuild
new file mode 100644
index 000..018a6599414
--- /dev/null
+++ b/games-board/iagno/iagno-3.34.5.ebuild
@@ -0,0 +1,47 @@
+# 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="Dominate the board in a classic version of Reversi"
+HOMEPAGE="https://wiki.gnome.org/Apps/Iagno;
+
+LICENSE="GPL-3+ CC-BY-SA-3.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.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)
+   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-board/iagno/

2019-12-22 Thread Mart Raudsepp
commit: fc3e8045d82062a334449cc17b1a16c0660d477d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Dec 22 20:43:37 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Dec 22 20:46:53 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3e8045

games-board/iagno: remove old

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

 games-board/iagno/Manifest|  1 -
 games-board/iagno/iagno-3.30.0.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
index 551b437482b..3873c910fe2 100644
--- a/games-board/iagno/Manifest
+++ b/games-board/iagno/Manifest
@@ -1,2 +1 @@
-DIST iagno-3.30.0.tar.xz 750432 BLAKE2B 
073353cb1dd732b07949536410d2746fc15462bb1ab9f0174d0a3e22a7b221ba8a13a57eb197192384f83e9d1e4c9373fef88e42e8aa1a454c30748294719ec9
 SHA512 
8acbcb6c03f46cd59555cd759d4291db671de76ca365416d21b6a0a7b3796fc03aeb4a4d2ef1fb69c17f8941262bb9e8403b19fd526e22e9ed2dc2e854834ca1
 DIST iagno-3.32.0.tar.xz 500636 BLAKE2B 
0c2995bcec9a1861ef0822fc71917b54a2633384279b547269174e262837d2a4b0cd4537b8cffd7d655e7e7f13a1dfca62cef41f7f3e76ef6b293a7640ad6da1
 SHA512 
596e8a0bc7afcb711b77da7ee1c6acdd45fdf2c845af393f5173362ae5ca53c029190b21918e50ed1715a2701fcabc1ce169417760a2424093d219a44fd9960b

diff --git a/games-board/iagno/iagno-3.30.0.ebuild 
b/games-board/iagno/iagno-3.30.0.ebuild
deleted file mode 100644
index c99f1496843..000
--- a/games-board/iagno/iagno-3.30.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2
-
-DESCRIPTION="Dominate the board in a classic version of Reversi"
-HOMEPAGE="https://wiki.gnome.org/Apps/Iagno;
-
-LICENSE="GPL-3+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.40:2
-   >=gnome-base/librsvg-2.32.0:2
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/gtk+-3.15:3
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

2019-10-20 Thread Mart Raudsepp
commit: d9428baf138cf7e1463622661ff74d853484fe61
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 10:47:32 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9428baf

games-board/iagno: bump to 3.32.0

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

 games-board/iagno/Manifest|  1 +
 games-board/iagno/iagno-3.32.0.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
index bb5343150eb..551b437482b 100644
--- a/games-board/iagno/Manifest
+++ b/games-board/iagno/Manifest
@@ -1 +1,2 @@
 DIST iagno-3.30.0.tar.xz 750432 BLAKE2B 
073353cb1dd732b07949536410d2746fc15462bb1ab9f0174d0a3e22a7b221ba8a13a57eb197192384f83e9d1e4c9373fef88e42e8aa1a454c30748294719ec9
 SHA512 
8acbcb6c03f46cd59555cd759d4291db671de76ca365416d21b6a0a7b3796fc03aeb4a4d2ef1fb69c17f8941262bb9e8403b19fd526e22e9ed2dc2e854834ca1
+DIST iagno-3.32.0.tar.xz 500636 BLAKE2B 
0c2995bcec9a1861ef0822fc71917b54a2633384279b547269174e262837d2a4b0cd4537b8cffd7d655e7e7f13a1dfca62cef41f7f3e76ef6b293a7640ad6da1
 SHA512 
596e8a0bc7afcb711b77da7ee1c6acdd45fdf2c845af393f5173362ae5ca53c029190b21918e50ed1715a2701fcabc1ce169417760a2424093d219a44fd9960b

diff --git a/games-board/iagno/iagno-3.32.0.ebuild 
b/games-board/iagno/iagno-3.32.0.ebuild
new file mode 100644
index 000..b31292aa8d4
--- /dev/null
+++ b/games-board/iagno/iagno-3.32.0.ebuild
@@ -0,0 +1,46 @@
+# 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="Dominate the board in a classic version of Reversi"
+HOMEPAGE="https://wiki.gnome.org/Apps/Iagno;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=dev-libs/glib-2.40.0:2
+   >=x11-libs/gtk+-3.22.23:3
+   >=gnome-base/librsvg-2.32.0:2
+"
+DEPEND="${RDEPEND}"
+# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes
+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
+"
+
+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-board/iagno/

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

games-board/iagno: arm64 keyworded

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

 games-board/iagno/iagno-3.30.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-board/iagno/iagno-3.30.0.ebuild 
b/games-board/iagno/iagno-3.30.0.ebuild
index b6b7dfbcf60..c99f1496843 100644
--- a/games-board/iagno/iagno-3.30.0.ebuild
+++ b/games-board/iagno/iagno-3.30.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
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Iagno;
 
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

2018-09-14 Thread Mart Raudsepp
commit: 6bbb0b30b8f398a38d92be329ee4df94b95c5efd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 08:28:41 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 08:33:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bbb0b30

games-board/iagno: bump to 3.30.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-board/iagno/Manifest|  1 +
 games-board/iagno/iagno-3.30.0.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
index c2d5611e540..630df006e80 100644
--- a/games-board/iagno/Manifest
+++ b/games-board/iagno/Manifest
@@ -1 +1,2 @@
 DIST iagno-3.22.0.tar.xz 1815048 BLAKE2B 
13d4cfa4e17c139cdf7bc5dd8b2962c35dc6cf245095d3657bb6dcab12eb9f028eec9410781ff0212a2c627121db3c1ca18c404657d1e524122d189a716b3ea2
 SHA512 
55309dad4b73e70ba007073222eb5cc719a7fc4e1925637d1f124f7ca6092a4c125cba48a9d80e46b97b16736d2266bbd86e8248c1c6e7898669ce703deef53e
+DIST iagno-3.30.0.tar.xz 750432 BLAKE2B 
073353cb1dd732b07949536410d2746fc15462bb1ab9f0174d0a3e22a7b221ba8a13a57eb197192384f83e9d1e4c9373fef88e42e8aa1a454c30748294719ec9
 SHA512 
8acbcb6c03f46cd59555cd759d4291db671de76ca365416d21b6a0a7b3796fc03aeb4a4d2ef1fb69c17f8941262bb9e8403b19fd526e22e9ed2dc2e854834ca1

diff --git a/games-board/iagno/iagno-3.30.0.ebuild 
b/games-board/iagno/iagno-3.30.0.ebuild
new file mode 100644
index 000..1a42da387ea
--- /dev/null
+++ b/games-board/iagno/iagno-3.30.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2
+
+DESCRIPTION="Dominate the board in a classic version of Reversi"
+HOMEPAGE="https://wiki.gnome.org/Apps/Iagno;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.40:2
+   >=gnome-base/librsvg-2.32.0:2
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=x11-libs/gtk+-3.15:3
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

2017-05-01 Thread Mart Raudsepp
commit: 2aca87b3944682c874bd7a064d6860d4cc94c5b7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon May  1 19:47:09 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May  1 21:42:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aca87b3

games-board/iagno: Fix license

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 games-board/iagno/iagno-3.22.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-board/iagno/iagno-3.22.0.ebuild 
b/games-board/iagno/iagno-3.22.0.ebuild
index f9ae266b09b..cd4cf96fb97 100644
--- a/games-board/iagno/iagno-3.22.0.ebuild
+++ b/games-board/iagno/iagno-3.22.0.ebuild
@@ -9,7 +9,7 @@ inherit gnome2 vala
 DESCRIPTION="Dominate the board in a classic version of Reversi"
 HOMEPAGE="https://wiki.gnome.org/Apps/Iagno;
 
-LICENSE="LGPL-2+"
+LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

2017-04-02 Thread Mart Raudsepp
commit: 2a81ccfe652f183d4baf4178cef8a9c68c11f124
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Apr  2 12:29:02 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr  2 13:01:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a81ccfe

games-board/iagno: remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 games-board/iagno/Manifest|  2 --
 games-board/iagno/iagno-3.18.2.ebuild | 39 ---
 games-board/iagno/iagno-3.20.2.ebuild | 38 --
 3 files changed, 79 deletions(-)

diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
index badef88ec26..9ce577f10a6 100644
--- a/games-board/iagno/Manifest
+++ b/games-board/iagno/Manifest
@@ -1,3 +1 @@
-DIST iagno-3.18.2.tar.xz 1865912 SHA256 
2ee2954ef459211643fadf74745be79a82592e12750b5cf813e784e2cbbfe1bb SHA512 
f84b404cc2508f622891b7e6cca289256ff2cb1639f346ae5aa58143195a7eb0415dd0c9da8743456c1da7727f4b7cb57da2d6d5e3037cd823a33811a120bb8c
 WHIRLPOOL 
b3677c297662862710d5108d2c8041a61b728fa58270adcd43cbae4a86db3a2f440772e640732c8a9be9e4dbcd5262e269a35eec2b1a2db570760bf7393f1653
-DIST iagno-3.20.2.tar.xz 1815316 SHA256 
73f0f201ebf12b88e05cdefbaa72ccd5309bb592a9690d076285dbb800e965d2 SHA512 
1e3eccb7df2dce94ea9700cf352a6023020cda9639a3f42693a2d231e53278d8e55d334ef3017868c75330dedd5b8d3af9fefa8a1fe77d2db4fd558c4c64a4cc
 WHIRLPOOL 
153842c75a10bcb0aea226f439ae553e855aa62311007f603c8630a67c0680064e7d2e622d9435799d05df2b2a3e07e243948d053943becd3b9a0821fabcab8e
 DIST iagno-3.22.0.tar.xz 1815048 SHA256 
e7070c55f1f74cd9345388ee120f0e6cc47392868c2601664c26a0fa2672fe13 SHA512 
55309dad4b73e70ba007073222eb5cc719a7fc4e1925637d1f124f7ca6092a4c125cba48a9d80e46b97b16736d2266bbd86e8248c1c6e7898669ce703deef53e
 WHIRLPOOL 
4dda990fcddc3709103e78b5afb6ed262a8370143c87e7240392e05908a9859d6c9fc9e8efe7eec615cb8453626088dcec6afb87aa80577d37fbbf1083076b73

diff --git a/games-board/iagno/iagno-3.18.2.ebuild 
b/games-board/iagno/iagno-3.18.2.ebuild
deleted file mode 100644
index 6d16c0680a8..000
--- a/games-board/iagno/iagno-3.18.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-GCONF_DEBUG="no"
-VALA_MIN_API_VERSION="0.28"
-
-inherit gnome-games vala
-
-DESCRIPTION="Dominate the board in a classic version of Reversi"
-HOMEPAGE="https://wiki.gnome.org/Apps/Iagno;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.40:2
-   >=gnome-base/librsvg-2.32.0
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/gtk+-3.15:3
-"
-RDEPEND="${COMMON_DEPEND}
-   !https://wiki.gnome.org/Apps/Iagno;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.40:2
-   >=gnome-base/librsvg-2.32.0:2
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/gtk+-3.15:3
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

2016-10-18 Thread Gilles Dartiguelongue
commit: 2f8c97175b014113dc6636f90fa0d5d84c4c7279
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Tue Oct 18 22:20:57 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Tue Oct 18 22:44:48 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8c9717

games-board/iagno: version bump 3.20.2 → 3.22.0

Package-Manager: portage-2.3.1

 games-board/iagno/Manifest|  1 +
 games-board/iagno/iagno-3.22.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
index b49d88c..badef88 100644
--- a/games-board/iagno/Manifest
+++ b/games-board/iagno/Manifest
@@ -1,2 +1,3 @@
 DIST iagno-3.18.2.tar.xz 1865912 SHA256 
2ee2954ef459211643fadf74745be79a82592e12750b5cf813e784e2cbbfe1bb SHA512 
f84b404cc2508f622891b7e6cca289256ff2cb1639f346ae5aa58143195a7eb0415dd0c9da8743456c1da7727f4b7cb57da2d6d5e3037cd823a33811a120bb8c
 WHIRLPOOL 
b3677c297662862710d5108d2c8041a61b728fa58270adcd43cbae4a86db3a2f440772e640732c8a9be9e4dbcd5262e269a35eec2b1a2db570760bf7393f1653
 DIST iagno-3.20.2.tar.xz 1815316 SHA256 
73f0f201ebf12b88e05cdefbaa72ccd5309bb592a9690d076285dbb800e965d2 SHA512 
1e3eccb7df2dce94ea9700cf352a6023020cda9639a3f42693a2d231e53278d8e55d334ef3017868c75330dedd5b8d3af9fefa8a1fe77d2db4fd558c4c64a4cc
 WHIRLPOOL 
153842c75a10bcb0aea226f439ae553e855aa62311007f603c8630a67c0680064e7d2e622d9435799d05df2b2a3e07e243948d053943becd3b9a0821fabcab8e
+DIST iagno-3.22.0.tar.xz 1815048 SHA256 
e7070c55f1f74cd9345388ee120f0e6cc47392868c2601664c26a0fa2672fe13 SHA512 
55309dad4b73e70ba007073222eb5cc719a7fc4e1925637d1f124f7ca6092a4c125cba48a9d80e46b97b16736d2266bbd86e8248c1c6e7898669ce703deef53e
 WHIRLPOOL 
4dda990fcddc3709103e78b5afb6ed262a8370143c87e7240392e05908a9859d6c9fc9e8efe7eec615cb8453626088dcec6afb87aa80577d37fbbf1083076b73

diff --git a/games-board/iagno/iagno-3.22.0.ebuild 
b/games-board/iagno/iagno-3.22.0.ebuild
new file mode 100644
index ..a8b8b35
--- /dev/null
+++ b/games-board/iagno/iagno-3.22.0.ebuild
@@ -0,0 +1,39 @@
+# 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="Dominate the board in a classic version of Reversi"
+HOMEPAGE="https://wiki.gnome.org/Apps/Iagno;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.40:2
+   >=gnome-base/librsvg-2.32.0:2
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=x11-libs/gtk+-3.15:3
+"
+RDEPEND="${COMMON_DEPEND}
+   !

[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

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

games-board/iagno: Drop old

Package-Manager: portage-2.3.0_rc1

 games-board/iagno/Manifest|  1 -
 games-board/iagno/iagno-3.16.1.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
index a49683c..0cdaeff 100644
--- a/games-board/iagno/Manifest
+++ b/games-board/iagno/Manifest
@@ -1,2 +1 @@
-DIST iagno-3.16.1.tar.xz 1868964 SHA256 
33f88afade4c2bdc6177a783bc0a6fbadd67f261c8f68ec752aec57344d7e45d SHA512 
c0387567c8cb48721ec370852a51c9f97849fe3ac609763cdc07e6e0a70969e8cb0de44a2ae4c40f78856370bcafd600589b9e4453877aa8e0bb46f122d7cf3d
 WHIRLPOOL 
c6122854f76574ba72cca651fc0e7da722ec4a9aed574ffdab46621f70f3d2731368b8644e39e07542c344f782e58eb8c0ee7603ac8baea6c4b491079c102e4c
 DIST iagno-3.18.2.tar.xz 1865912 SHA256 
2ee2954ef459211643fadf74745be79a82592e12750b5cf813e784e2cbbfe1bb SHA512 
f84b404cc2508f622891b7e6cca289256ff2cb1639f346ae5aa58143195a7eb0415dd0c9da8743456c1da7727f4b7cb57da2d6d5e3037cd823a33811a120bb8c
 WHIRLPOOL 
b3677c297662862710d5108d2c8041a61b728fa58270adcd43cbae4a86db3a2f440772e640732c8a9be9e4dbcd5262e269a35eec2b1a2db570760bf7393f1653

diff --git a/games-board/iagno/iagno-3.16.1.ebuild 
b/games-board/iagno/iagno-3.16.1.ebuild
deleted file mode 100644
index d30aee5..000
--- a/games-board/iagno/iagno-3.16.1.ebuild
+++ /dev/null
@@ -1,40 +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="Dominate the board in a classic version of Reversi"
-HOMEPAGE="https://wiki.gnome.org/Apps/Iagno;
-
-LICENSE="LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-COMMON_DEPEND="
-   >=dev-libs/glib-2.40:2
-   >=gnome-base/librsvg-2.32.0
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/gtk+-3.15:3
-"
-RDEPEND="${COMMON_DEPEND}
-   !

[gentoo-commits] repo/gentoo:master commit in: games-board/iagno/

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

games-board/iagno: Version bump

Package-Manager: portage-2.3.0_rc1

 games-board/iagno/Manifest|  1 +
 games-board/iagno/iagno-3.20.2.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/games-board/iagno/Manifest b/games-board/iagno/Manifest
index 0cdaeff..b49d88c 100644
--- a/games-board/iagno/Manifest
+++ b/games-board/iagno/Manifest
@@ -1 +1,2 @@
 DIST iagno-3.18.2.tar.xz 1865912 SHA256 
2ee2954ef459211643fadf74745be79a82592e12750b5cf813e784e2cbbfe1bb SHA512 
f84b404cc2508f622891b7e6cca289256ff2cb1639f346ae5aa58143195a7eb0415dd0c9da8743456c1da7727f4b7cb57da2d6d5e3037cd823a33811a120bb8c
 WHIRLPOOL 
b3677c297662862710d5108d2c8041a61b728fa58270adcd43cbae4a86db3a2f440772e640732c8a9be9e4dbcd5262e269a35eec2b1a2db570760bf7393f1653
+DIST iagno-3.20.2.tar.xz 1815316 SHA256 
73f0f201ebf12b88e05cdefbaa72ccd5309bb592a9690d076285dbb800e965d2 SHA512 
1e3eccb7df2dce94ea9700cf352a6023020cda9639a3f42693a2d231e53278d8e55d334ef3017868c75330dedd5b8d3af9fefa8a1fe77d2db4fd558c4c64a4cc
 WHIRLPOOL 
153842c75a10bcb0aea226f439ae553e855aa62311007f603c8630a67c0680064e7d2e622d9435799d05df2b2a3e07e243948d053943becd3b9a0821fabcab8e

diff --git a/games-board/iagno/iagno-3.20.2.ebuild 
b/games-board/iagno/iagno-3.20.2.ebuild
new file mode 100644
index 000..a8b8b35
--- /dev/null
+++ b/games-board/iagno/iagno-3.20.2.ebuild
@@ -0,0 +1,39 @@
+# 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="Dominate the board in a classic version of Reversi"
+HOMEPAGE="https://wiki.gnome.org/Apps/Iagno;
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+   >=dev-libs/glib-2.40:2
+   >=gnome-base/librsvg-2.32.0:2
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=x11-libs/gtk+-3.15:3
+"
+RDEPEND="${COMMON_DEPEND}
+   !