Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: games-board/gnome-chess/
Date: Thu, 13 Sep 2018 08:00:31
Message-Id: 1536825314.2a8d9bc531ad0bf0cb469e689c262272f57dd7b6.leio@gentoo
1 commit: 2a8d9bc531ad0bf0cb469e689c262272f57dd7b6
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 13 07:55:14 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 13 07:55:14 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2a8d9bc5
7
8 games-board/gnome-chess: remove, 3.28 available in ::gentoo
9
10 games-board/gnome-chess/gnome-chess-3.26.0.ebuild | 46 -----------------------
11 games-board/gnome-chess/metadata.xml | 8 ----
12 2 files changed, 54 deletions(-)
13
14 diff --git a/games-board/gnome-chess/gnome-chess-3.26.0.ebuild b/games-board/gnome-chess/gnome-chess-3.26.0.ebuild
15 deleted file mode 100644
16 index ab826471..00000000
17 --- a/games-board/gnome-chess/gnome-chess-3.26.0.ebuild
18 +++ /dev/null
19 @@ -1,46 +0,0 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -
23 -EAPI=6
24 -VALA_MIN_API_VERSION="0.36"
25 -
26 -inherit gnome2 vala readme.gentoo-r1
27 -
28 -DESCRIPTION="Play the classic two-player boardgame of chess"
29 -HOMEPAGE="https://wiki.gnome.org/Apps/Chess"
30 -
31 -LICENSE="GPL-3+"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
34 -IUSE=""
35 -
36 -RDEPEND="
37 - >=dev-libs/glib-2.40:2
38 - >=gnome-base/librsvg-2.32:2
39 - >=x11-libs/gtk+-3.19:3
40 -"
41 -DEPEND="${RDEPEND}
42 - $(vala_depend)
43 - app-text/yelp-tools
44 - dev-libs/appstream-glib
45 - >=sys-devel/gettext-0.19.8
46 - virtual/pkgconfig
47 -"
48 -
49 -DOC_CONTENTS="For being able to play against computer you will
50 - need to install a chess engine like, for example, games-board/gnuchess"
51 -
52 -src_prepare() {
53 - gnome2_src_prepare
54 - vala_src_prepare
55 -}
56 -
57 -src_install() {
58 - gnome2_src_install
59 - readme.gentoo_create_doc
60 -}
61 -
62 -pkg_postinst() {
63 - gnome2_pkg_postinst
64 - readme.gentoo_print_elog
65 -}
66
67 diff --git a/games-board/gnome-chess/metadata.xml b/games-board/gnome-chess/metadata.xml
68 deleted file mode 100644
69 index 39980802..00000000
70 --- a/games-board/gnome-chess/metadata.xml
71 +++ /dev/null
72 @@ -1,8 +0,0 @@
73 -<?xml version="1.0" encoding="UTF-8"?>
74 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 -<pkgmetadata>
76 -<maintainer type="project">
77 - <email>gnome@g.o</email>
78 - <name>Gentoo GNOME Desktop</name>
79 -</maintainer>
80 -</pkgmetadata>