Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/grhino/
Date: Tue, 02 Jun 2020 16:33:36
Message-Id: 1591114791.0385b979186d53a534c843cb9f17459d88215301.asturm@gentoo
1 commit: 0385b979186d53a534c843cb9f17459d88215301
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 2 16:19:51 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 16:19:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0385b979
7
8 games-board/grhino: Drop 0.16.1-r1, libgnomeui--
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 games-board/grhino/grhino-0.16.1-r1.ebuild | 47 ------------------------------
14 games-board/grhino/metadata.xml | 3 --
15 2 files changed, 50 deletions(-)
16
17 diff --git a/games-board/grhino/grhino-0.16.1-r1.ebuild b/games-board/grhino/grhino-0.16.1-r1.ebuild
18 deleted file mode 100644
19 index 2697f40697f..00000000000
20 --- a/games-board/grhino/grhino-0.16.1-r1.ebuild
21 +++ /dev/null
22 @@ -1,47 +0,0 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -inherit eutils
28 -
29 -DESCRIPTION="Reversi game for GNOME, supporting the Go/Game Text Protocol"
30 -HOMEPAGE="http://rhino.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/rhino/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="gnome gtp nls"
37 -
38 -RDEPEND="gnome? ( =gnome-base/libgnomeui-2* )
39 - nls? ( virtual/libintl )"
40 -DEPEND="${RDEPEND}
41 - nls? ( sys-devel/gettext )"
42 -
43 -src_prepare() {
44 - default
45 -
46 - sed -i '/^(\|locale\|help\|omf\|icon\|)/s:@datadir@:/usr/share:' \
47 - Makefile.in || die
48 -}
49 -
50 -src_configure() {
51 - if use gnome || use gtp; then
52 - econf \
53 - --localedir=/usr/share/locale \
54 - $(use_enable gnome) \
55 - $(use_enable gtp) \
56 - $(use_enable nls)
57 - else
58 - econf \
59 - --localedir=/usr/share/locale \
60 - --enable-gtp \
61 - --disable-gnome \
62 - $(use_enable nls)
63 - fi
64 -}
65 -
66 -src_install() {
67 - default
68 - use gnome && make_desktop_entry ${PN} GRhino
69 -}
70
71 diff --git a/games-board/grhino/metadata.xml b/games-board/grhino/metadata.xml
72 index 5a4a37d191d..08b07391781 100644
73 --- a/games-board/grhino/metadata.xml
74 +++ b/games-board/grhino/metadata.xml
75 @@ -8,9 +8,6 @@
76 <longdescription lang="en">
77 An Othello game with strong AI.
78 </longdescription>
79 - <use>
80 - <flag name="gtp">Install the GTP (Go/Game Text Protocol) frontend</flag>
81 - </use>
82 <upstream>
83 <remote-id type="sourceforge">rhino</remote-id>
84 </upstream>