[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

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

games-arcade/gnome-robots: Set remote-id

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

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

diff --git a/games-arcade/gnome-robots/metadata.xml 
b/games-arcade/gnome-robots/metadata.xml
index 7b343b06be8a..8fd18a68db63 100644
--- a/games-arcade/gnome-robots/metadata.xml
+++ b/games-arcade/gnome-robots/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-robots
+  
 



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

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

games-arcade/gnome-robots: Stabilize 40.0 arm64, #831946

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

 games-arcade/gnome-robots/gnome-robots-40.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-arcade/gnome-robots/gnome-robots-40.0.ebuild 
b/games-arcade/gnome-robots/gnome-robots-40.0.ebuild
index 6c81bde8af25..1812b57dd3d7 100644
--- a/games-arcade/gnome-robots/gnome-robots-40.0.ebuild
+++ b/games-arcade/gnome-robots/gnome-robots-40.0.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
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Robots 
https://gitlab.gnome.org/GNOME/gnom
 
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 arm64 ~riscv x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2021-10-01 Thread Mart Raudsepp
commit: 564c58624ec9c54f5867a1c706b8b0540da0dd95
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Oct  1 11:17:41 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Oct  1 11:18:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=564c5862

games-arcade/gnome-robots: add missing librsvg[vala] bdep

Closes: https://bugs.gentoo.org/815412
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 games-arcade/gnome-robots/gnome-robots-40.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/games-arcade/gnome-robots/gnome-robots-40.0.ebuild 
b/games-arcade/gnome-robots/gnome-robots-40.0.ebuild
index ecfa46bb52f..6002689eba7 100644
--- a/games-arcade/gnome-robots/gnome-robots-40.0.ebuild
+++ b/games-arcade/gnome-robots/gnome-robots-40.0.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 BDEPEND="
$(vala_depend)
+   gnome-base/librsvg:2[vala]
dev-libs/appstream-glib
dev-util/itstool
>=sys-devel/gettext-0.19.8



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2021-04-28 Thread Matt Turner
commit: 32e39e4d88a5f959217e6c33c866ce9f5b2b48e9
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Apr 28 16:11:57 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Apr 28 16:11:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e39e4d

games-arcade/gnome-robots: Fix vala_depend

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

 games-arcade/gnome-robots/gnome-robots-40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/gnome-robots/gnome-robots-40.0.ebuild 
b/games-arcade/gnome-robots/gnome-robots-40.0.ebuild
index 11f55208f0e..93c8645abb6 100644
--- a/games-arcade/gnome-robots/gnome-robots-40.0.ebuild
+++ b/games-arcade/gnome-robots/gnome-robots-40.0.ebuild
@@ -22,7 +22,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}"
 BDEPEND="
-   ${vala_depend}
+   $(vala_depend)
dev-libs/appstream-glib
dev-util/itstool
>=sys-devel/gettext-0.19.8



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2021-03-21 Thread Matt Turner
commit: de70329fb495d5177b50b039d7a33302020f7ddc
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Mar 21 20:31:22 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Mar 21 21:59:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de70329f

games-arcade/gnome-robots: Version bump to 40.0

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

 games-arcade/gnome-robots/Manifest |  1 +
 games-arcade/gnome-robots/gnome-robots-40.0.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/games-arcade/gnome-robots/Manifest 
b/games-arcade/gnome-robots/Manifest
index c073bf3d488..32aa6a89a8e 100644
--- a/games-arcade/gnome-robots/Manifest
+++ b/games-arcade/gnome-robots/Manifest
@@ -1 +1,2 @@
 DIST gnome-robots-3.36.1.tar.xz 428080 BLAKE2B 
8026bcc2a58f3fd55daa2748b283f759c1c395766d2a64c857587a7a76e3ea27589fadf84628faf2a58b8e59e854b07630b36cd86275cd5f0fcaad58f6382755
 SHA512 
384506dac87818cfb9e8e72527a70adedcf01db91d18ac2bf8ac7dace68fc19429e3f15a4ff4b7e452595a3e9ae92201169ed30b687de6ef1b80b6d53c288125
+DIST gnome-robots-40.0.tar.xz 420024 BLAKE2B 
2cac9377914a4cc12bdfe23bf73fd1c63e80aee7c70d3817ebeac2cb044c6a1a4f00a6fd40f903bea5560ef598ad74d372dda91a61e486eb17b0bd85bc6c53ca
 SHA512 
bff0caf40976b420f564abbfaa96ae1627da89cfa19a7ff3c14c313f7bbdd1d0452452d49ca7b150493915ae7eebdd022aada673405e0794e4c3abd8f5c39b4f

diff --git a/games-arcade/gnome-robots/gnome-robots-40.0.ebuild 
b/games-arcade/gnome-robots/gnome-robots-40.0.ebuild
new file mode 100644
index 000..11f55208f0e
--- /dev/null
+++ b/games-arcade/gnome-robots/gnome-robots-40.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson vala xdg
+
+DESCRIPTION="Avoid the robots and make them crash into each other"
+HOMEPAGE="https://wiki.gnome.org/Apps/Robots 
https://gitlab.gnome.org/GNOME/gnome-robots;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/libgee-0.8:=
+   >=dev-libs/glib-2.32:2
+   >=dev-libs/libgnome-games-support-1.7.1:1=
+   >=media-libs/gsound-1.0.2
+   >=x11-libs/gtk+-3.24:3
+   >=gnome-base/librsvg-2.36.2:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   ${vala_depend}
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+src_prepare() {
+   vala_src_prepare
+   xdg_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-arcade/gnome-robots/

2020-08-07 Thread Mart Raudsepp
commit: f6a765d1db63349c37c80b244d2fc7f8d6b60d6b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Aug  7 06:47:14 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Aug  7 07:15:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a765d1

games-arcade/gnome-robots: bump to 3.36.1

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

 games-arcade/gnome-robots/Manifest |  1 +
 .../gnome-robots/gnome-robots-3.36.1.ebuild| 38 ++
 2 files changed, 39 insertions(+)

diff --git a/games-arcade/gnome-robots/Manifest 
b/games-arcade/gnome-robots/Manifest
index d81173335a7..ef3ef7d8c8d 100644
--- a/games-arcade/gnome-robots/Manifest
+++ b/games-arcade/gnome-robots/Manifest
@@ -1 +1,2 @@
 DIST gnome-robots-3.36.0.tar.xz 425616 BLAKE2B 
1d5a3a0a087ace46af17fd97d7c284ba722d9bec22b9694ebd16b3d18fe1d87e656c6dcfc7b4687c60ea5015577c8319d967b8ad705d3d4d5e398df35c392068
 SHA512 
8e5eb03f74c1092c26148d0818c9e8118144dbb70c6cb25db449316ede05ff892a9ad06df2e8dc9942fe8c4f5ae638a1c8a8cda381f78f6f01a80c19010df35a
+DIST gnome-robots-3.36.1.tar.xz 428080 BLAKE2B 
8026bcc2a58f3fd55daa2748b283f759c1c395766d2a64c857587a7a76e3ea27589fadf84628faf2a58b8e59e854b07630b36cd86275cd5f0fcaad58f6382755
 SHA512 
384506dac87818cfb9e8e72527a70adedcf01db91d18ac2bf8ac7dace68fc19429e3f15a4ff4b7e452595a3e9ae92201169ed30b687de6ef1b80b6d53c288125

diff --git a/games-arcade/gnome-robots/gnome-robots-3.36.1.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.36.1.ebuild
new file mode 100644
index 000..fc66f1d1831
--- /dev/null
+++ b/games-arcade/gnome-robots/gnome-robots-3.36.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Avoid the robots and make them crash into each other"
+HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.32:2
+   dev-libs/libgnome-games-support:1=
+   >=media-libs/gsound-1.0.2
+   >=x11-libs/gtk+-3.15:3
+   >=gnome-base/librsvg-2.36.2:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2020-04-20 Thread Mart Raudsepp
commit: 006a4a37622aa620e671b3831a63b62527f3b221
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Apr 20 20:28:40 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Apr 20 20:28:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=006a4a37

games-arcade/gnome-robots: remove old

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

 games-arcade/gnome-robots/Manifest |  1 -
 .../gnome-robots/gnome-robots-3.32.0.ebuild| 38 --
 2 files changed, 39 deletions(-)

diff --git a/games-arcade/gnome-robots/Manifest 
b/games-arcade/gnome-robots/Manifest
index a8f36ac6ae6..d81173335a7 100644
--- a/games-arcade/gnome-robots/Manifest
+++ b/games-arcade/gnome-robots/Manifest
@@ -1,2 +1 @@
-DIST gnome-robots-3.32.0.tar.xz 422684 BLAKE2B 
bf66057da9ed52ffe641d28aa522d7851a1ac7881369d1329507beffdeb3f9dc6a46988993c899783576e8c63730245dd340b62267809d1334515dabc2d599e4
 SHA512 
b037d576eea45843ae4c13ddf284a598931b295257688f6fa458fb4e33b987c01dd70d34007703b3f7bcb97cf8aa306e6473e4c24e5ee0253f1beaafcff1c6f7
 DIST gnome-robots-3.36.0.tar.xz 425616 BLAKE2B 
1d5a3a0a087ace46af17fd97d7c284ba722d9bec22b9694ebd16b3d18fe1d87e656c6dcfc7b4687c60ea5015577c8319d967b8ad705d3d4d5e398df35c392068
 SHA512 
8e5eb03f74c1092c26148d0818c9e8118144dbb70c6cb25db449316ede05ff892a9ad06df2e8dc9942fe8c4f5ae638a1c8a8cda381f78f6f01a80c19010df35a

diff --git a/games-arcade/gnome-robots/gnome-robots-3.32.0.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.32.0.ebuild
deleted file mode 100644
index c554a4169a3..000
--- a/games-arcade/gnome-robots/gnome-robots-3.32.0.ebuild
+++ /dev/null
@@ -1,38 +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 xdg
-
-DESCRIPTION="Avoid the robots and make them crash into each other"
-HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
-
-LICENSE="GPL-3+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-   >=x11-libs/gtk+-3.15:3
-   >=dev-libs/glib-2.32:2
-   >=gnome-base/librsvg-2.36.2:2
-   dev-libs/libgnome-games-support:1=
-   >=media-libs/libcanberra-0.26[gtk3]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-libs/appstream-glib
-   dev-util/itstool
-   >=sys-devel/gettext-0.19.8
-   virtual/pkgconfig
-"
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   gnome2_schemas_update
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   gnome2_schemas_update
-}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

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

games-arcade/gnome-robots: bump to 3.36.0

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

 games-arcade/gnome-robots/Manifest |  1 +
 .../gnome-robots/gnome-robots-3.36.0.ebuild| 38 ++
 2 files changed, 39 insertions(+)

diff --git a/games-arcade/gnome-robots/Manifest 
b/games-arcade/gnome-robots/Manifest
index 7a4d395ceb8..a8f36ac6ae6 100644
--- a/games-arcade/gnome-robots/Manifest
+++ b/games-arcade/gnome-robots/Manifest
@@ -1 +1,2 @@
 DIST gnome-robots-3.32.0.tar.xz 422684 BLAKE2B 
bf66057da9ed52ffe641d28aa522d7851a1ac7881369d1329507beffdeb3f9dc6a46988993c899783576e8c63730245dd340b62267809d1334515dabc2d599e4
 SHA512 
b037d576eea45843ae4c13ddf284a598931b295257688f6fa458fb4e33b987c01dd70d34007703b3f7bcb97cf8aa306e6473e4c24e5ee0253f1beaafcff1c6f7
+DIST gnome-robots-3.36.0.tar.xz 425616 BLAKE2B 
1d5a3a0a087ace46af17fd97d7c284ba722d9bec22b9694ebd16b3d18fe1d87e656c6dcfc7b4687c60ea5015577c8319d967b8ad705d3d4d5e398df35c392068
 SHA512 
8e5eb03f74c1092c26148d0818c9e8118144dbb70c6cb25db449316ede05ff892a9ad06df2e8dc9942fe8c4f5ae638a1c8a8cda381f78f6f01a80c19010df35a

diff --git a/games-arcade/gnome-robots/gnome-robots-3.36.0.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.36.0.ebuild
new file mode 100644
index 000..fc66f1d1831
--- /dev/null
+++ b/games-arcade/gnome-robots/gnome-robots-3.36.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Avoid the robots and make them crash into each other"
+HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.32:2
+   dev-libs/libgnome-games-support:1=
+   >=media-libs/gsound-1.0.2
+   >=x11-libs/gtk+-3.15:3
+   >=gnome-base/librsvg-2.36.2:2
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2019-12-22 Thread Mart Raudsepp
commit: 193b4116d7bf677c1e96ddaf39bf6bce53599fcb
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Dec 22 20:41:40 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Dec 22 20:46:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193b4116

games-arcade/gnome-robots: remove old

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

 games-arcade/gnome-robots/Manifest |  1 -
 .../gnome-robots/gnome-robots-3.22.3.ebuild| 28 --
 2 files changed, 29 deletions(-)

diff --git a/games-arcade/gnome-robots/Manifest 
b/games-arcade/gnome-robots/Manifest
index bd1fef65183..7a4d395ceb8 100644
--- a/games-arcade/gnome-robots/Manifest
+++ b/games-arcade/gnome-robots/Manifest
@@ -1,2 +1 @@
-DIST gnome-robots-3.22.3.tar.xz 540824 BLAKE2B 
2f6943b97878d37da8c8a59cc7752b2c0eba35bc9eea1cf4b8a221fbae59ec4730af2ae71b25f2e946ee1edcabdb1a72a67cb1754350728b737fa26e3f9193e3
 SHA512 
d521527d9ceab16f4e3c64677044c87e46f38291ff126cc2280f69100750cb0317e6ad45e8a0abaa4dad38b67b958cac66653c33ba7760a410354f9190c02399
 DIST gnome-robots-3.32.0.tar.xz 422684 BLAKE2B 
bf66057da9ed52ffe641d28aa522d7851a1ac7881369d1329507beffdeb3f9dc6a46988993c899783576e8c63730245dd340b62267809d1334515dabc2d599e4
 SHA512 
b037d576eea45843ae4c13ddf284a598931b295257688f6fa458fb4e33b987c01dd70d34007703b3f7bcb97cf8aa306e6473e4c24e5ee0253f1beaafcff1c6f7

diff --git a/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild
deleted file mode 100644
index c6c722054da..000
--- a/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Avoid the robots and make them crash into each other"
-HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
-
-LICENSE="GPL-3+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.32:2
-   dev-libs/libgnome-games-support:1=
-   >=gnome-base/librsvg-2.36.2:2
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/gtk+-3.15:3
-"
-DEPEND="${RDEPEND}
-   dev-libs/appstream-glib
-   >=dev-util/intltool-0.50
-   dev-util/itstool
-   sys-devel/gettext
-   virtual/pkgconfig
-"



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2019-10-20 Thread Mart Raudsepp
commit: d5eb6daf41f5ac952677a2323140b80e04fa2cdc
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Oct 20 08:47:09 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Oct 20 17:38:02 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5eb6daf

games-arcade/gnome-robots: bump to 3.32.0

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

 games-arcade/gnome-robots/Manifest |  1 +
 .../gnome-robots/gnome-robots-3.32.0.ebuild| 38 ++
 2 files changed, 39 insertions(+)

diff --git a/games-arcade/gnome-robots/Manifest 
b/games-arcade/gnome-robots/Manifest
index be2d4430a48..bd1fef65183 100644
--- a/games-arcade/gnome-robots/Manifest
+++ b/games-arcade/gnome-robots/Manifest
@@ -1 +1,2 @@
 DIST gnome-robots-3.22.3.tar.xz 540824 BLAKE2B 
2f6943b97878d37da8c8a59cc7752b2c0eba35bc9eea1cf4b8a221fbae59ec4730af2ae71b25f2e946ee1edcabdb1a72a67cb1754350728b737fa26e3f9193e3
 SHA512 
d521527d9ceab16f4e3c64677044c87e46f38291ff126cc2280f69100750cb0317e6ad45e8a0abaa4dad38b67b958cac66653c33ba7760a410354f9190c02399
+DIST gnome-robots-3.32.0.tar.xz 422684 BLAKE2B 
bf66057da9ed52ffe641d28aa522d7851a1ac7881369d1329507beffdeb3f9dc6a46988993c899783576e8c63730245dd340b62267809d1334515dabc2d599e4
 SHA512 
b037d576eea45843ae4c13ddf284a598931b295257688f6fa458fb4e33b987c01dd70d34007703b3f7bcb97cf8aa306e6473e4c24e5ee0253f1beaafcff1c6f7

diff --git a/games-arcade/gnome-robots/gnome-robots-3.32.0.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.32.0.ebuild
new file mode 100644
index 000..30873147281
--- /dev/null
+++ b/games-arcade/gnome-robots/gnome-robots-3.32.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="Avoid the robots and make them crash into each other"
+HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=x11-libs/gtk+-3.15:3
+   >=dev-libs/glib-2.32:2
+   >=gnome-base/librsvg-2.36.2:2
+   dev-libs/libgnome-games-support:1=
+   >=media-libs/libcanberra-0.26[gtk3]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-libs/appstream-glib
+   dev-util/itstool
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+"
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

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

games-arcade/gnome-robots: arm64 keyworded

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

 games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild
index 3b32736470b..c6c722054da 100644
--- a/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild
+++ b/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
 
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2018-09-14 Thread Mart Raudsepp
commit: 819da2cd90095d230dc7c43df84bd06e708c2ea7
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Sep 14 07:52:20 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Sep 14 08:15:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=819da2cd

games-arcade/gnome-robots: use subslot operator for libgnome-games-support

libgnome-games-support-1.4.x will bump soname
Also downgrade yelp-tools dep to just itstool while here (yelp-tools is only
for developers, so an eautoreconf dep only, if even that).

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild
index 6ed2c64fda2..3b32736470b 100644
--- a/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild
+++ b/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild
@@ -14,15 +14,15 @@ IUSE=""
 
 RDEPEND="
>=dev-libs/glib-2.32:2
-   dev-libs/libgnome-games-support:1
+   dev-libs/libgnome-games-support:1=
>=gnome-base/librsvg-2.36.2:2
>=media-libs/libcanberra-0.26[gtk3]
>=x11-libs/gtk+-3.15:3
 "
 DEPEND="${RDEPEND}
-   app-text/yelp-tools
dev-libs/appstream-glib
>=dev-util/intltool-0.50
+   dev-util/itstool
sys-devel/gettext
virtual/pkgconfig
 "



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2018-04-28 Thread Mart Raudsepp
commit: 5324908284884c7822a5223e2adff2aa82e3a332
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Apr 28 23:43:46 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Apr 28 23:43:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53249082

games-arcade/gnome-robots: remove old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-arcade/gnome-robots/Manifest |  1 -
 .../gnome-robots/gnome-robots-3.22.2.ebuild| 28 --
 2 files changed, 29 deletions(-)

diff --git a/games-arcade/gnome-robots/Manifest 
b/games-arcade/gnome-robots/Manifest
index bdd847a22d9..be2d4430a48 100644
--- a/games-arcade/gnome-robots/Manifest
+++ b/games-arcade/gnome-robots/Manifest
@@ -1,2 +1 @@
-DIST gnome-robots-3.22.2.tar.xz 1623744 BLAKE2B 
48a5657baa198d300b399a760811c0b8a686e32a682f0dc0247c865ced82ebd0613d9d9651e96cab52f158f4f821c6464175ae1b9541969868e486bf7ff119d6
 SHA512 
bb5401f040465a217fb37aad5e0a8be0e497f8478c155c7b7d2b5165cd7c7a44ca28c9e09a4f7d7932ef2e3a0f1a3f29507366819916b8cb81288bb4354bb98b
 DIST gnome-robots-3.22.3.tar.xz 540824 BLAKE2B 
2f6943b97878d37da8c8a59cc7752b2c0eba35bc9eea1cf4b8a221fbae59ec4730af2ae71b25f2e946ee1edcabdb1a72a67cb1754350728b737fa26e3f9193e3
 SHA512 
d521527d9ceab16f4e3c64677044c87e46f38291ff126cc2280f69100750cb0317e6ad45e8a0abaa4dad38b67b958cac66653c33ba7760a410354f9190c02399

diff --git a/games-arcade/gnome-robots/gnome-robots-3.22.2.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.22.2.ebuild
deleted file mode 100644
index 3adff9451e1..000
--- a/games-arcade/gnome-robots/gnome-robots-3.22.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Avoid the robots and make them crash into each other"
-HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
-
-LICENSE="GPL-3+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.32:2
-   dev-libs/libgnome-games-support:1
-   >=gnome-base/librsvg-2.36.2:2
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=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
-"



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2018-04-26 Thread Aaron Bauman
commit: d3e24da717c6bb894c7b4e2616c43ea0f63991e3
Author: Aaron Bauman  gentoo  org>
AuthorDate: Thu Apr 26 22:20:39 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Thu Apr 26 22:32:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e24da7

games-arcade/gnome-robots: amd64 stable

Bug: https://bugs.gentoo.org/652976
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild
index aee09f79b41..6ed2c64fda2 100644
--- a/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild
+++ b/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
 
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2018-04-20 Thread Mart Raudsepp
commit: cf612d94a681973bd1179738ce3223d5be60dd55
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Apr 20 19:00:08 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Apr 20 19:00:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf612d94

games-arcade/gnome-robots: bump to 3.22.3 for translation updates

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-arcade/gnome-robots/Manifest |  1 +
 .../gnome-robots/gnome-robots-3.22.3.ebuild| 28 ++
 2 files changed, 29 insertions(+)

diff --git a/games-arcade/gnome-robots/Manifest 
b/games-arcade/gnome-robots/Manifest
index 8e5327c0e3d..bdd847a22d9 100644
--- a/games-arcade/gnome-robots/Manifest
+++ b/games-arcade/gnome-robots/Manifest
@@ -1 +1,2 @@
 DIST gnome-robots-3.22.2.tar.xz 1623744 BLAKE2B 
48a5657baa198d300b399a760811c0b8a686e32a682f0dc0247c865ced82ebd0613d9d9651e96cab52f158f4f821c6464175ae1b9541969868e486bf7ff119d6
 SHA512 
bb5401f040465a217fb37aad5e0a8be0e497f8478c155c7b7d2b5165cd7c7a44ca28c9e09a4f7d7932ef2e3a0f1a3f29507366819916b8cb81288bb4354bb98b
+DIST gnome-robots-3.22.3.tar.xz 540824 BLAKE2B 
2f6943b97878d37da8c8a59cc7752b2c0eba35bc9eea1cf4b8a221fbae59ec4730af2ae71b25f2e946ee1edcabdb1a72a67cb1754350728b737fa26e3f9193e3
 SHA512 
d521527d9ceab16f4e3c64677044c87e46f38291ff126cc2280f69100750cb0317e6ad45e8a0abaa4dad38b67b958cac66653c33ba7760a410354f9190c02399

diff --git a/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild
new file mode 100644
index 000..64032b99158
--- /dev/null
+++ b/games-arcade/gnome-robots/gnome-robots-3.22.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Avoid the robots and make them crash into each other"
+HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.32:2
+   dev-libs/libgnome-games-support:1
+   >=gnome-base/librsvg-2.36.2:2
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=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
+"



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2017-12-20 Thread Mart Raudsepp
commit: 4041cec7a11c62b14ec61f781c661f9af0ce776c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Dec 20 20:26:27 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Dec 20 20:41:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4041cec7

games-arcade/gnome-robots: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 games-arcade/gnome-robots/Manifest |  1 -
 .../gnome-robots/gnome-robots-3.22.1.ebuild| 28 --
 2 files changed, 29 deletions(-)

diff --git a/games-arcade/gnome-robots/Manifest 
b/games-arcade/gnome-robots/Manifest
index 959b3c0a6ce..8e5327c0e3d 100644
--- a/games-arcade/gnome-robots/Manifest
+++ b/games-arcade/gnome-robots/Manifest
@@ -1,2 +1 @@
-DIST gnome-robots-3.22.1.tar.xz 1622820 BLAKE2B 
af510c9d3fa9514297e61dcdfe9a7bde69629795aa359cf175090fa99185f721e7ea95332f57a326408297b12ea64d53e52acc7808aa90af95eadce922216f32
 SHA512 
1fd0b16acd4cc34f1d77b3f6afc4415f11cb832b43baf2124108e2f69870fe011ea2e63887c3e567bcaf465b37a07c78717a76d1a40b5f00840bebdf7ea86ccf
 DIST gnome-robots-3.22.2.tar.xz 1623744 BLAKE2B 
48a5657baa198d300b399a760811c0b8a686e32a682f0dc0247c865ced82ebd0613d9d9651e96cab52f158f4f821c6464175ae1b9541969868e486bf7ff119d6
 SHA512 
bb5401f040465a217fb37aad5e0a8be0e497f8478c155c7b7d2b5165cd7c7a44ca28c9e09a4f7d7932ef2e3a0f1a3f29507366819916b8cb81288bb4354bb98b

diff --git a/games-arcade/gnome-robots/gnome-robots-3.22.1.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.22.1.ebuild
deleted file mode 100644
index 3adff9451e1..000
--- a/games-arcade/gnome-robots/gnome-robots-3.22.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Avoid the robots and make them crash into each other"
-HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
-
-LICENSE="GPL-3+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.32:2
-   dev-libs/libgnome-games-support:1
-   >=gnome-base/librsvg-2.36.2:2
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=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
-"



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2017-12-19 Thread Thomas Deutschmann
commit: 42f7da5dfb4838f34ff07c30ffe1dc765b0f69bd
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 19 19:08:04 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 19 19:13:19 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42f7da5d

games-arcade/gnome-robots: x86 stable (bug #635938)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 games-arcade/gnome-robots/gnome-robots-3.22.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/gnome-robots/gnome-robots-3.22.2.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.22.2.ebuild
index 6c767f22b4f..3adff9451e1 100644
--- a/games-arcade/gnome-robots/gnome-robots-3.22.2.ebuild
+++ b/games-arcade/gnome-robots/gnome-robots-3.22.2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
 
 LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2017-09-13 Thread Gilles Dartiguelongue
commit: f3fb5db1a809092320cb88a140edd73851f3e74c
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Wed Sep 13 21:21:29 2017 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Sep 13 22:27:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3fb5db1

games-arcade/gnome-robots: version bump 3.22.1 → 3.22.2

Translation updates.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 games-arcade/gnome-robots/Manifest |  1 +
 .../gnome-robots/gnome-robots-3.22.2.ebuild| 28 ++
 2 files changed, 29 insertions(+)

diff --git a/games-arcade/gnome-robots/Manifest 
b/games-arcade/gnome-robots/Manifest
index 33c9529e6b9..603856c51ba 100644
--- a/games-arcade/gnome-robots/Manifest
+++ b/games-arcade/gnome-robots/Manifest
@@ -1 +1,2 @@
 DIST gnome-robots-3.22.1.tar.xz 1622820 SHA256 
5cd4564d7eb876fe4ef332dc568bcf7b1515d8ec9f66e53c2bae5331e0182dd4 SHA512 
1fd0b16acd4cc34f1d77b3f6afc4415f11cb832b43baf2124108e2f69870fe011ea2e63887c3e567bcaf465b37a07c78717a76d1a40b5f00840bebdf7ea86ccf
 WHIRLPOOL 
5a06529095ad163b0d6dd1cab4f73cfb9fdef4a8b6f8d6d72c55a7a79c6969b31f657bf9ad9d447e4b3a61c9b53aba7d12799397fa59c2dd33dc23de292dcee6
+DIST gnome-robots-3.22.2.tar.xz 1623744 SHA256 
c5d63f0fcae66d0df9b10e39387d0987909f0aa7e57ef8552621d852082f SHA512 
bb5401f040465a217fb37aad5e0a8be0e497f8478c155c7b7d2b5165cd7c7a44ca28c9e09a4f7d7932ef2e3a0f1a3f29507366819916b8cb81288bb4354bb98b
 WHIRLPOOL 
8e92625b4e8d6bd7d458ff3af843354db7635a95fc2cbd3461a2bc37797a1ae8a520f8dfad70e3d36bdf3967bdf646cdf2f3492ffa106af2e997f1e6c66adc97

diff --git a/games-arcade/gnome-robots/gnome-robots-3.22.2.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.22.2.ebuild
new file mode 100644
index 000..27e139e6aab
--- /dev/null
+++ b/games-arcade/gnome-robots/gnome-robots-3.22.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Avoid the robots and make them crash into each other"
+HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
+
+LICENSE="GPL-3+ CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.32:2
+   dev-libs/libgnome-games-support:1
+   >=gnome-base/librsvg-2.36.2:2
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=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
+"



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2017-05-01 Thread Mart Raudsepp
commit: 1dce779ebae875fc81de731dc3cc1e01a856c86e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon May  1 19:14:58 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May  1 21:41:50 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dce779e

games-arcade/gnome-robots: Fix license

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 games-arcade/gnome-robots/gnome-robots-3.22.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/gnome-robots/gnome-robots-3.22.1.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.22.1.ebuild
index 0a5ca558485..3adff9451e1 100644
--- a/games-arcade/gnome-robots/gnome-robots-3.22.1.ebuild
+++ b/games-arcade/gnome-robots/gnome-robots-3.22.1.ebuild
@@ -7,7 +7,7 @@ inherit gnome2
 DESCRIPTION="Avoid the robots and make them crash into each other"
 HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
 
-LICENSE="GPL-2+"
+LICENSE="GPL-3+ CC-BY-SA-3.0"
 SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2016-12-06 Thread Pacho Ramos
commit: efab70fb903a986cf7957bd1dca12a5cb0c6c6a9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Dec  6 09:33:12 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Dec  6 09:33:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efab70fb

games-arcade/gnome-robots: Drop old

Package-Manager: portage-2.3.2

 games-arcade/gnome-robots/Manifest |  2 --
 .../gnome-robots/gnome-robots-3.18.1.ebuild| 30 --
 .../gnome-robots/gnome-robots-3.22.0.ebuild| 29 -
 3 files changed, 61 deletions(-)

diff --git a/games-arcade/gnome-robots/Manifest 
b/games-arcade/gnome-robots/Manifest
index 93cb6c2..21f53de 100644
--- a/games-arcade/gnome-robots/Manifest
+++ b/games-arcade/gnome-robots/Manifest
@@ -1,4 +1,2 @@
-DIST gnome-robots-3.18.1.tar.xz 1626872 SHA256 
2e58ffdc4b243a4a3557ba9c84fa1c0129c5ffadbb5c2a20fede48ccf4618090 SHA512 
f03eeeb39692c0c1660c6597aeeae3f05f91bb5e5370ff181a0665820d2d27525fb86623870c786c56cf046bff5516ef1735dcaa93fc3b0946126dac19210e8f
 WHIRLPOOL 
900075412578bc370244c27586ff89ea6205beab921bd2f6b190bae84ffd743a99ea0d39980fac700be5a4052dcbfa2230efe5bb0cfca6c9c76b3658e53bc22b
 DIST gnome-robots-3.20.2.tar.xz 1610556 SHA256 
d98f2ba5a7086e2dc3f3754819b557c12a98a0fb2492efd9912d9dd34ad9cfce SHA512 
74281cf3c53812dc8d4d00e6edffb5dee39bfbf14d3cf3d705b64d54bb22c733e449bdc45f388200b9f69bf2c8f70ce3f9f125e0f07d9d35a51a2bc84ef091ec
 WHIRLPOOL 
0e2c258c286af8dc855470492da44f9ad53a9ea11e9e330ce4d2205de17b25f8c73c930751204ccfbb87afaa978bbd6038cc99ab150de89fd1359cc2116ad5df
-DIST gnome-robots-3.22.0.tar.xz 1623132 SHA256 
ddb02f9d04c970354d1836813f8c0d9ffc3ff509091d2580384e2275663e6f73 SHA512 
64f9d216a4c527e23be764bc2c26fc08df4cc993fa7f91d6adf26ae8faa54871c893bc7dab159313c2dd42bf49fc517981e8276eb8977d05aef4783d7d86
 WHIRLPOOL 
8400cfe07bccc552b2ee4933edfe8ea1f20ed973ccbe0f2b6146f23a4455edf52c88fb59d9645f8e7e51b05ee837d698fbfb47361da0df8abca7bf289f2f8584
 DIST gnome-robots-3.22.1.tar.xz 1622820 SHA256 
5cd4564d7eb876fe4ef332dc568bcf7b1515d8ec9f66e53c2bae5331e0182dd4 SHA512 
1fd0b16acd4cc34f1d77b3f6afc4415f11cb832b43baf2124108e2f69870fe011ea2e63887c3e567bcaf465b37a07c78717a76d1a40b5f00840bebdf7ea86ccf
 WHIRLPOOL 
5a06529095ad163b0d6dd1cab4f73cfb9fdef4a8b6f8d6d72c55a7a79c6969b31f657bf9ad9d447e4b3a61c9b53aba7d12799397fa59c2dd33dc23de292dcee6

diff --git a/games-arcade/gnome-robots/gnome-robots-3.18.1.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.18.1.ebuild
deleted file mode 100644
index 61ed521..
--- a/games-arcade/gnome-robots/gnome-robots-3.18.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome-games
-
-DESCRIPTION="Avoid the robots and make them crash into each other"
-HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.32:2
-   >=gnome-base/librsvg-2.36.2:2
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=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
-"

diff --git a/games-arcade/gnome-robots/gnome-robots-3.22.0.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.22.0.ebuild
deleted file mode 100644
index 858db39..
--- a/games-arcade/gnome-robots/gnome-robots-3.22.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="Avoid the robots and make them crash into each other"
-HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.32:2
-   dev-libs/libgnome-games-support:1
-   >=gnome-base/librsvg-2.36.2:2
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=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
-"



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2016-11-09 Thread Gilles Dartiguelongue
commit: 834f4d6db551efc479b1dfea0941f9ca35643b98
Author: Christophe Lermytte  lermytte  be>
AuthorDate: Tue Nov  8 20:15:32 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Wed Nov  9 07:59:29 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834f4d6d

games-arcade/gnome-robots: add gnome-robots-3.22.1.ebuild

Simple bump, no relevant changes

https://git.gnome.org/browse/file-roller/diff/?id=3.22.2&=3.22.1
Closes: https://github.com/gentoo/gentoo/pull/2784

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

 games-arcade/gnome-robots/Manifest |  1 +
 .../gnome-robots/gnome-robots-3.22.1.ebuild| 29 ++
 2 files changed, 30 insertions(+)

diff --git a/games-arcade/gnome-robots/Manifest 
b/games-arcade/gnome-robots/Manifest
index 3ea320a..93cb6c2 100644
--- a/games-arcade/gnome-robots/Manifest
+++ b/games-arcade/gnome-robots/Manifest
@@ -1,3 +1,4 @@
 DIST gnome-robots-3.18.1.tar.xz 1626872 SHA256 
2e58ffdc4b243a4a3557ba9c84fa1c0129c5ffadbb5c2a20fede48ccf4618090 SHA512 
f03eeeb39692c0c1660c6597aeeae3f05f91bb5e5370ff181a0665820d2d27525fb86623870c786c56cf046bff5516ef1735dcaa93fc3b0946126dac19210e8f
 WHIRLPOOL 
900075412578bc370244c27586ff89ea6205beab921bd2f6b190bae84ffd743a99ea0d39980fac700be5a4052dcbfa2230efe5bb0cfca6c9c76b3658e53bc22b
 DIST gnome-robots-3.20.2.tar.xz 1610556 SHA256 
d98f2ba5a7086e2dc3f3754819b557c12a98a0fb2492efd9912d9dd34ad9cfce SHA512 
74281cf3c53812dc8d4d00e6edffb5dee39bfbf14d3cf3d705b64d54bb22c733e449bdc45f388200b9f69bf2c8f70ce3f9f125e0f07d9d35a51a2bc84ef091ec
 WHIRLPOOL 
0e2c258c286af8dc855470492da44f9ad53a9ea11e9e330ce4d2205de17b25f8c73c930751204ccfbb87afaa978bbd6038cc99ab150de89fd1359cc2116ad5df
 DIST gnome-robots-3.22.0.tar.xz 1623132 SHA256 
ddb02f9d04c970354d1836813f8c0d9ffc3ff509091d2580384e2275663e6f73 SHA512 
64f9d216a4c527e23be764bc2c26fc08df4cc993fa7f91d6adf26ae8faa54871c893bc7dab159313c2dd42bf49fc517981e8276eb8977d05aef4783d7d86
 WHIRLPOOL 
8400cfe07bccc552b2ee4933edfe8ea1f20ed973ccbe0f2b6146f23a4455edf52c88fb59d9645f8e7e51b05ee837d698fbfb47361da0df8abca7bf289f2f8584
+DIST gnome-robots-3.22.1.tar.xz 1622820 SHA256 
5cd4564d7eb876fe4ef332dc568bcf7b1515d8ec9f66e53c2bae5331e0182dd4 SHA512 
1fd0b16acd4cc34f1d77b3f6afc4415f11cb832b43baf2124108e2f69870fe011ea2e63887c3e567bcaf465b37a07c78717a76d1a40b5f00840bebdf7ea86ccf
 WHIRLPOOL 
5a06529095ad163b0d6dd1cab4f73cfb9fdef4a8b6f8d6d72c55a7a79c6969b31f657bf9ad9d447e4b3a61c9b53aba7d12799397fa59c2dd33dc23de292dcee6

diff --git a/games-arcade/gnome-robots/gnome-robots-3.22.1.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.22.1.ebuild
new file mode 100644
index ..858db39
--- /dev/null
+++ b/games-arcade/gnome-robots/gnome-robots-3.22.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Avoid the robots and make them crash into each other"
+HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.32:2
+   dev-libs/libgnome-games-support:1
+   >=gnome-base/librsvg-2.36.2:2
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=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
+"



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2016-10-31 Thread Gilles Dartiguelongue
commit: 16c69478406483c4399aae8c61d4c2165979c70f
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Oct 31 10:20:54 2016 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Oct 31 11:06:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c69478

games-arcade/gnome-robots: version bump 3.20.2 → 3.22.0

Package-Manager: portage-2.3.2

 games-arcade/gnome-robots/Manifest |  1 +
 .../gnome-robots/gnome-robots-3.22.0.ebuild| 29 ++
 2 files changed, 30 insertions(+)

diff --git a/games-arcade/gnome-robots/Manifest 
b/games-arcade/gnome-robots/Manifest
index 32f635f..3ea320a 100644
--- a/games-arcade/gnome-robots/Manifest
+++ b/games-arcade/gnome-robots/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-robots-3.18.1.tar.xz 1626872 SHA256 
2e58ffdc4b243a4a3557ba9c84fa1c0129c5ffadbb5c2a20fede48ccf4618090 SHA512 
f03eeeb39692c0c1660c6597aeeae3f05f91bb5e5370ff181a0665820d2d27525fb86623870c786c56cf046bff5516ef1735dcaa93fc3b0946126dac19210e8f
 WHIRLPOOL 
900075412578bc370244c27586ff89ea6205beab921bd2f6b190bae84ffd743a99ea0d39980fac700be5a4052dcbfa2230efe5bb0cfca6c9c76b3658e53bc22b
 DIST gnome-robots-3.20.2.tar.xz 1610556 SHA256 
d98f2ba5a7086e2dc3f3754819b557c12a98a0fb2492efd9912d9dd34ad9cfce SHA512 
74281cf3c53812dc8d4d00e6edffb5dee39bfbf14d3cf3d705b64d54bb22c733e449bdc45f388200b9f69bf2c8f70ce3f9f125e0f07d9d35a51a2bc84ef091ec
 WHIRLPOOL 
0e2c258c286af8dc855470492da44f9ad53a9ea11e9e330ce4d2205de17b25f8c73c930751204ccfbb87afaa978bbd6038cc99ab150de89fd1359cc2116ad5df
+DIST gnome-robots-3.22.0.tar.xz 1623132 SHA256 
ddb02f9d04c970354d1836813f8c0d9ffc3ff509091d2580384e2275663e6f73 SHA512 
64f9d216a4c527e23be764bc2c26fc08df4cc993fa7f91d6adf26ae8faa54871c893bc7dab159313c2dd42bf49fc517981e8276eb8977d05aef4783d7d86
 WHIRLPOOL 
8400cfe07bccc552b2ee4933edfe8ea1f20ed973ccbe0f2b6146f23a4455edf52c88fb59d9645f8e7e51b05ee837d698fbfb47361da0df8abca7bf289f2f8584

diff --git a/games-arcade/gnome-robots/gnome-robots-3.22.0.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.22.0.ebuild
new file mode 100644
index ..858db39
--- /dev/null
+++ b/games-arcade/gnome-robots/gnome-robots-3.22.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="Avoid the robots and make them crash into each other"
+HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.32:2
+   dev-libs/libgnome-games-support:1
+   >=gnome-base/librsvg-2.36.2:2
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=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
+"



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2016-03-06 Thread Mikle Kolyada
commit: c1839e31ef59e386d066bd2c9dd486f54542fadd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Mar  6 16:34:22 2016 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Mar  6 16:40:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1839e31

games-arcade/gnome-robots: x86 stable wrt bug #427546

Package-Manager: portage-2.2.26

 games-arcade/gnome-robots/gnome-robots-3.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-arcade/gnome-robots/gnome-robots-3.18.1.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.18.1.ebuild
index ce54338..61ed521 100644
--- a/games-arcade/gnome-robots/gnome-robots-3.18.1.ebuild
+++ b/games-arcade/gnome-robots/gnome-robots-3.18.1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2015-11-09 Thread Pacho Ramos
commit: 9adfeeba111c189b88cf056c08d7d75790087157
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Nov  9 09:50:12 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Nov  9 09:53:57 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9adfeeba

games-arcade/gnome-robots: Version bump

Package-Manager: portage-2.2.24

 games-arcade/gnome-robots/Manifest |  1 +
 .../gnome-robots/gnome-robots-3.18.1.ebuild| 30 ++
 2 files changed, 31 insertions(+)

diff --git a/games-arcade/gnome-robots/Manifest 
b/games-arcade/gnome-robots/Manifest
index a13cd25..42af00f 100644
--- a/games-arcade/gnome-robots/Manifest
+++ b/games-arcade/gnome-robots/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-robots-3.14.2.tar.xz 1638328 SHA256 
812b7908c0a5a44348cc92c87737ec38542f0e569f88fb9c0984baafbe6d1851 SHA512 
8ffbe432d0434af228300081c169acb295a16bd912b56501ebc8b8d15a472786f0b2551e8c9418c08a14adc3766da446aae253eb7ba129de284601e0b7767ebb
 WHIRLPOOL 
c0cbb2b539cff1a6d8f7dc9053002f5532772ccf7d0d940e63216361b4018005e77cba03a6e60164bcc4e3b8efba472e37358c81c97497f216a50ea9344d2809
 DIST gnome-robots-3.16.1.tar.xz 1589712 SHA256 
dd9e202dea07e864a9cb92ae6003079f296278d49d0239f4b8da130b73a01f36 SHA512 
91609f20082bb1314573d31220f59fe38468d7d0246fc29a561bd8e5302814885c240cf654eabe9127481def9376dda083465e5afcc6a5e8dc8872614aaddc02
 WHIRLPOOL 
b26ad6ade1550f377514fceeb136bf2fafea8abf95984adf674e541844f61eb64d388d670333b73b6fe3d8d88f4f170318e5f90aba0b4da0f7fcb168fb8d40c7
+DIST gnome-robots-3.18.1.tar.xz 1626872 SHA256 
2e58ffdc4b243a4a3557ba9c84fa1c0129c5ffadbb5c2a20fede48ccf4618090 SHA512 
f03eeeb39692c0c1660c6597aeeae3f05f91bb5e5370ff181a0665820d2d27525fb86623870c786c56cf046bff5516ef1735dcaa93fc3b0946126dac19210e8f
 WHIRLPOOL 
900075412578bc370244c27586ff89ea6205beab921bd2f6b190bae84ffd743a99ea0d39980fac700be5a4052dcbfa2230efe5bb0cfca6c9c76b3658e53bc22b

diff --git a/games-arcade/gnome-robots/gnome-robots-3.18.1.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.18.1.ebuild
new file mode 100644
index 000..4531af9
--- /dev/null
+++ b/games-arcade/gnome-robots/gnome-robots-3.18.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+
+inherit gnome-games
+
+DESCRIPTION="Avoid the robots and make them crash into each other"
+HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-libs/glib-2.32:2
+   >=gnome-base/librsvg-2.36.2:2
+   >=media-libs/libcanberra-0.26[gtk3]
+   >=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
+"



[gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/

2015-11-09 Thread Pacho Ramos
commit: 57d7c66c5d66b0db4650268b8f7f03970522fa70
Author: Pacho Ramos  gentoo  org>
AuthorDate: Mon Nov  9 09:50:23 2015 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Mon Nov  9 09:53:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d7c66c

games-arcade/gnome-robots: Drop old

Package-Manager: portage-2.2.24

 games-arcade/gnome-robots/Manifest |  1 -
 .../gnome-robots/gnome-robots-3.14.2.ebuild| 34 --
 2 files changed, 35 deletions(-)

diff --git a/games-arcade/gnome-robots/Manifest 
b/games-arcade/gnome-robots/Manifest
index 42af00f..22c0fb7 100644
--- a/games-arcade/gnome-robots/Manifest
+++ b/games-arcade/gnome-robots/Manifest
@@ -1,3 +1,2 @@
-DIST gnome-robots-3.14.2.tar.xz 1638328 SHA256 
812b7908c0a5a44348cc92c87737ec38542f0e569f88fb9c0984baafbe6d1851 SHA512 
8ffbe432d0434af228300081c169acb295a16bd912b56501ebc8b8d15a472786f0b2551e8c9418c08a14adc3766da446aae253eb7ba129de284601e0b7767ebb
 WHIRLPOOL 
c0cbb2b539cff1a6d8f7dc9053002f5532772ccf7d0d940e63216361b4018005e77cba03a6e60164bcc4e3b8efba472e37358c81c97497f216a50ea9344d2809
 DIST gnome-robots-3.16.1.tar.xz 1589712 SHA256 
dd9e202dea07e864a9cb92ae6003079f296278d49d0239f4b8da130b73a01f36 SHA512 
91609f20082bb1314573d31220f59fe38468d7d0246fc29a561bd8e5302814885c240cf654eabe9127481def9376dda083465e5afcc6a5e8dc8872614aaddc02
 WHIRLPOOL 
b26ad6ade1550f377514fceeb136bf2fafea8abf95984adf674e541844f61eb64d388d670333b73b6fe3d8d88f4f170318e5f90aba0b4da0f7fcb168fb8d40c7
 DIST gnome-robots-3.18.1.tar.xz 1626872 SHA256 
2e58ffdc4b243a4a3557ba9c84fa1c0129c5ffadbb5c2a20fede48ccf4618090 SHA512 
f03eeeb39692c0c1660c6597aeeae3f05f91bb5e5370ff181a0665820d2d27525fb86623870c786c56cf046bff5516ef1735dcaa93fc3b0946126dac19210e8f
 WHIRLPOOL 
900075412578bc370244c27586ff89ea6205beab921bd2f6b190bae84ffd743a99ea0d39980fac700be5a4052dcbfa2230efe5bb0cfca6c9c76b3658e53bc22b

diff --git a/games-arcade/gnome-robots/gnome-robots-3.14.2.ebuild 
b/games-arcade/gnome-robots/gnome-robots-3.14.2.ebuild
deleted file mode 100644
index 9d0dd2d..000
--- a/games-arcade/gnome-robots/gnome-robots-3.14.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome-games
-
-DESCRIPTION="Avoid the robots and make them crash into each other"
-HOMEPAGE="https://wiki.gnome.org/Apps/Robots;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-libs/glib-2.32:2
-   >=gnome-base/librsvg-2.36.2:2
-   >=media-libs/libcanberra-0.26[gtk3]
-   >=x11-libs/gtk+-3.12:3
-"
-DEPEND="${RDEPEND}
-   app-text/yelp-tools
-   dev-util/appdata-tools
-   >=dev-util/intltool-0.50
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   gnome-games_src_configure APPDATA_VALIDATE=$(type -P true)
-}