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/gnome-chess/
Date: Sat, 03 Feb 2018 19:40:22
Message-Id: 1517686763.e7a4561109c203e1071249b752453bad2780273f.leio@gentoo
1 commit: e7a4561109c203e1071249b752453bad2780273f
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 19:28:27 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 19:39:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7a45611
7
8 games-board/gnome-chess: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 games-board/gnome-chess/Manifest | 1 -
13 games-board/gnome-chess/gnome-chess-3.22.2.ebuild | 46 -----------------------
14 2 files changed, 47 deletions(-)
15
16 diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
17 index 9d48041e86b..a07ad351d01 100644
18 --- a/games-board/gnome-chess/Manifest
19 +++ b/games-board/gnome-chess/Manifest
20 @@ -1,2 +1 @@
21 -DIST gnome-chess-3.22.2.tar.xz 2774176 BLAKE2B 58f01b71cd59001601dcd29894051c90421b0c12e8c2f6e6b18d72838cb59f0be3eef271528ab27bf33f1f7a8f7addd9fa6fa7d09a5e783c79ca5d2c869aa88e SHA512 ae939c5a79b4f0ae24a8a5b4a3efa0620aaf913ef46d944abad7f638477b0d711e6ca6b7c1e593a67100ad1ae4b423c7d87c51808911cc38e6022a3fbeafb47e
22 DIST gnome-chess-3.24.1.tar.xz 2808208 BLAKE2B 6b6eefb8de8e7b91b23752d78d00704546566f060c8971c4fb17b26a28ca44b659891e036f5cc1f42bbfca41d1aaaca153758115eafb4456a3ddb45fe4caf1a8 SHA512 738bae74a547ccf9f0f3dcccaf164af785086ab54190094d602effae0f3f7c07fb6be4eba4aa8706045f70cb12c407a5151bc836d784c0cd254b1c371670e559
23
24 diff --git a/games-board/gnome-chess/gnome-chess-3.22.2.ebuild b/games-board/gnome-chess/gnome-chess-3.22.2.ebuild
25 deleted file mode 100644
26 index a292ac6bfa8..00000000000
27 --- a/games-board/gnome-chess/gnome-chess-3.22.2.ebuild
28 +++ /dev/null
29 @@ -1,46 +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 -VALA_MIN_API_VERSION="0.28"
35 -
36 -inherit gnome2 vala readme.gentoo-r1
37 -
38 -DESCRIPTION="Play the classic two-player boardgame of chess"
39 -HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
40 -
41 -LICENSE="GPL-3+"
42 -SLOT="0"
43 -KEYWORDS="amd64 ~arm ~arm64 x86"
44 -IUSE=""
45 -
46 -RDEPEND="
47 - >=dev-libs/glib-2.40:2
48 - >=gnome-base/librsvg-2.32:2
49 - >=x11-libs/gtk+-3.19:3
50 -"
51 -DEPEND="${RDEPEND}
52 - $(vala_depend)
53 - app-text/yelp-tools
54 - dev-libs/appstream-glib
55 - >=sys-devel/gettext-0.19.8
56 - virtual/pkgconfig
57 -"
58 -
59 -DOC_CONTENTS="For being able to play against computer you will
60 - need to install a chess engine like, for example, games-board/gnuchess"
61 -
62 -src_prepare() {
63 - gnome2_src_prepare
64 - vala_src_prepare
65 -}
66 -
67 -src_install() {
68 - gnome2_src_install
69 - readme.gentoo_create_doc
70 -}
71 -
72 -pkg_postinst() {
73 - gnome2_pkg_postinst
74 - readme.gentoo_print_elog
75 -}