Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/gnome-robots/
Date: Sun, 29 Apr 2018 00:08:38
Message-Id: 1524959026.5324908284884c7822a5223e2adff2aa82e3a332.leio@gentoo
1 commit: 5324908284884c7822a5223e2adff2aa82e3a332
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 28 23:43:46 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 28 23:43:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53249082
7
8 games-arcade/gnome-robots: remove old
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 games-arcade/gnome-robots/Manifest | 1 -
13 .../gnome-robots/gnome-robots-3.22.2.ebuild | 28 ----------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/games-arcade/gnome-robots/Manifest b/games-arcade/gnome-robots/Manifest
17 index bdd847a22d9..be2d4430a48 100644
18 --- a/games-arcade/gnome-robots/Manifest
19 +++ b/games-arcade/gnome-robots/Manifest
20 @@ -1,2 +1 @@
21 -DIST gnome-robots-3.22.2.tar.xz 1623744 BLAKE2B 48a5657baa198d300b399a760811c0b8a686e32a682f0dc0247c865ced82ebd0613d9d9651e96cab52f158f4f821c6464175ae1b9541969868e486bf7ff119d6 SHA512 bb5401f040465a217fb37aad5e0a8be0e497f8478c155c7b7d2b5165cd7c7a44ca28c9e09a4f7d7932ef2e3a0f1a3f29507366819916b8cb81288bb4354bb98b
22 DIST gnome-robots-3.22.3.tar.xz 540824 BLAKE2B 2f6943b97878d37da8c8a59cc7752b2c0eba35bc9eea1cf4b8a221fbae59ec4730af2ae71b25f2e946ee1edcabdb1a72a67cb1754350728b737fa26e3f9193e3 SHA512 d521527d9ceab16f4e3c64677044c87e46f38291ff126cc2280f69100750cb0317e6ad45e8a0abaa4dad38b67b958cac66653c33ba7760a410354f9190c02399
23
24 diff --git a/games-arcade/gnome-robots/gnome-robots-3.22.2.ebuild b/games-arcade/gnome-robots/gnome-robots-3.22.2.ebuild
25 deleted file mode 100644
26 index 3adff9451e1..00000000000
27 --- a/games-arcade/gnome-robots/gnome-robots-3.22.2.ebuild
28 +++ /dev/null
29 @@ -1,28 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -inherit gnome2
35 -
36 -DESCRIPTION="Avoid the robots and make them crash into each other"
37 -HOMEPAGE="https://wiki.gnome.org/Apps/Robots"
38 -
39 -LICENSE="GPL-3+ CC-BY-SA-3.0"
40 -SLOT="0"
41 -KEYWORDS="amd64 x86"
42 -IUSE=""
43 -
44 -RDEPEND="
45 - >=dev-libs/glib-2.32:2
46 - dev-libs/libgnome-games-support:1
47 - >=gnome-base/librsvg-2.36.2:2
48 - >=media-libs/libcanberra-0.26[gtk3]
49 - >=x11-libs/gtk+-3.15:3
50 -"
51 -DEPEND="${RDEPEND}
52 - app-text/yelp-tools
53 - dev-libs/appstream-glib
54 - >=dev-util/intltool-0.50
55 - sys-devel/gettext
56 - virtual/pkgconfig
57 -"