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-board/four-in-a-row/
Date: Sun, 22 Dec 2019 20:47:28
Message-Id: 1577047611.9d2253c9df6ecab67c258807e341cee519cf80c4.leio@gentoo
1 commit: 9d2253c9df6ecab67c258807e341cee519cf80c4
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 22 20:42:01 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 22 20:46:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d2253c9
7
8 games-board/four-in-a-row: remove old
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 games-board/four-in-a-row/Manifest | 1 -
14 .../four-in-a-row/four-in-a-row-3.28.0.ebuild | 27 ----------------------
15 2 files changed, 28 deletions(-)
16
17 diff --git a/games-board/four-in-a-row/Manifest b/games-board/four-in-a-row/Manifest
18 index ae133a0ea7a..849df408cc2 100644
19 --- a/games-board/four-in-a-row/Manifest
20 +++ b/games-board/four-in-a-row/Manifest
21 @@ -1,2 +1 @@
22 -DIST four-in-a-row-3.28.0.tar.xz 740784 BLAKE2B f5d2af3514e7629026da5f1aedf22945eddb44b6917922d175f4e5aa160ea7266e0ab101866c1d5220d0e835e60544e4ec8fc6016d908e580a7b1057fc8db7f0 SHA512 a13d6db2c32cc19e8504c1e8baa7b0e28f59e3fc604940d51742d3fd2b266ac90a92e638df2449bcca5e828923c7ee9ff1424a095a98fd5e1d76426a444d7ede
23 DIST four-in-a-row-3.32.0.tar.xz 507596 BLAKE2B 8253c1f44d7c3e27d2e3fe64984aff5485569496d85a77a48b2fd67fee065377f4667b92524481838787c0b7f27e16250b0aa1bc53ff470624f9da92187b7e44 SHA512 f74dcb072c4da03b8cfc274d92a0eda8ca1fbea4b216b4add793155ae63bd8cc1c784ea2b553a198616dbc2254bb1d5567ddc1608f027eaf6e0a594741a2ab96
24
25 diff --git a/games-board/four-in-a-row/four-in-a-row-3.28.0.ebuild b/games-board/four-in-a-row/four-in-a-row-3.28.0.ebuild
26 deleted file mode 100644
27 index 5da5cd26831..00000000000
28 --- a/games-board/four-in-a-row/four-in-a-row-3.28.0.ebuild
29 +++ /dev/null
30 @@ -1,27 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -inherit gnome2
36 -
37 -DESCRIPTION="Make lines of the same color to win"
38 -HOMEPAGE="https://wiki.gnome.org/Apps/Four-in-a-row"
39 -
40 -# Code is GPL-2+ but most themes are GPL-3+ and we install them unconditionally, CC-BY-SA-3.0 is user help license in v3.22.1
41 -LICENSE="GPL-3+ CC-BY-SA-3.0"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~arm ~arm64 x86"
44 -IUSE=""
45 -
46 -RDEPEND="
47 - dev-libs/glib:2
48 - >=gnome-base/librsvg-2.32
49 - >=media-libs/libcanberra-0.26[gtk3]
50 - >=x11-libs/gtk+-3.13.2:3
51 -"
52 -DEPEND="${RDEPEND}
53 - app-text/yelp-tools
54 - dev-libs/appstream-glib
55 - >=sys-devel/gettext-0.19.8
56 - virtual/pkgconfig
57 -"