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: Sun, 22 Dec 2019 20:47:29
Message-Id: 1577047612.6bda2de1d3d2c5506904e9d3fb5d6e1085fcda1f.leio@gentoo
1 commit: 6bda2de1d3d2c5506904e9d3fb5d6e1085fcda1f
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 22 20:42:20 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 22 20:46:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bda2de1
7
8 games-board/gnome-chess: 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/gnome-chess/Manifest | 1 -
14 games-board/gnome-chess/gnome-chess-3.30.1.ebuild | 53 -----------------------
15 2 files changed, 54 deletions(-)
16
17 diff --git a/games-board/gnome-chess/Manifest b/games-board/gnome-chess/Manifest
18 index db2b1dbd514..6e768cae226 100644
19 --- a/games-board/gnome-chess/Manifest
20 +++ b/games-board/gnome-chess/Manifest
21 @@ -1,2 +1 @@
22 -DIST gnome-chess-3.30.1.tar.xz 1699668 BLAKE2B 5cb445248f3e223354f5145ee6e652b05d2ced44cbe63705fd54514d7848b5932b3aced35e3e6b72944f0e1e2c2b73ff8b9ad2b0c38fa0e90de5e59bf1da36e5 SHA512 ddf1b62b189adb01e9874606fa45b77b00bb5ca52609db60c58b6c0bca5340786f37a8ef813bb82213c8f7335117d2b896420826cae131db13e77d72e8ad5804
23 DIST gnome-chess-3.34.0.tar.xz 648464 BLAKE2B c06474fbdaeb9dfc26fbadaa6f5dc83179cdc6d09b8007b2dfcd88a4af4a6113913cffa8f00ada7a788585d723c5917f7ad7944bf466411119e7979545f40f29 SHA512 dcd4c2cfb0ebb5d3481bb6f722ac847cb8976e31352286a245457a62291445f50ad86ce26a37c222112801dc807bb567ed4d71d2d6ccb1628c2cab0767445012
24
25 diff --git a/games-board/gnome-chess/gnome-chess-3.30.1.ebuild b/games-board/gnome-chess/gnome-chess-3.30.1.ebuild
26 deleted file mode 100644
27 index 435522543d8..00000000000
28 --- a/games-board/gnome-chess/gnome-chess-3.30.1.ebuild
29 +++ /dev/null
30 @@ -1,53 +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 -VALA_MIN_API_VERSION="0.40"
36 -VALA_MAX_API_VERSION="0.44"
37 -
38 -inherit gnome.org gnome2-utils meson readme.gentoo-r1 vala xdg
39 -
40 -DESCRIPTION="Play the classic two-player boardgame of chess"
41 -HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
42 -
43 -LICENSE="GPL-3+"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm ~arm64 x86"
46 -IUSE=""
47 -
48 -RDEPEND="
49 - >=dev-libs/glib-2.44:2
50 - >=x11-libs/gtk+-3.20.0:3
51 - >=gnome-base/librsvg-2.32.0:2[vala]
52 -"
53 -DEPEND="${RDEPEND}
54 - $(vala_depend)
55 - dev-util/itstool
56 - dev-libs/appstream-glib
57 - >=sys-devel/gettext-0.19.8
58 - virtual/pkgconfig
59 -"
60 -
61 -DOC_CONTENTS="For being able to play against computer you will
62 -need to install a chess engine like, for example, games-board/gnuchess"
63 -
64 -src_prepare() {
65 - xdg_src_prepare
66 - vala_src_prepare
67 -}
68 -
69 -src_install() {
70 - meson_src_install
71 - readme.gentoo_create_doc
72 -}
73 -
74 -pkg_postinst() {
75 - xdg_pkg_postinst
76 - gnome2_schemas_update
77 - readme.gentoo_print_elog
78 -}
79 -
80 -pkg_postrm() {
81 - xdg_pkg_postrm
82 - gnome2_schemas_update
83 -}