Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/chess/files/, app-emacs/chess/
Date: Sun, 04 Feb 2018 20:55:47
Message-Id: 1517777643.f43e6344a10ad3f127b124227b84f5b75f23d11c.ulm@gentoo
1 commit: f43e6344a10ad3f127b124227b84f5b75f23d11c
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 4 20:47:58 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 4 20:54:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43e6344
7
8 app-emacs/chess: Remove old.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-emacs/chess/Manifest | 1 -
13 app-emacs/chess/chess-2.0_beta6-r2.ebuild | 40 ----------------------
14 .../2.0_beta6-chess-common-handler-gentoo.patch | 18 ----------
15 .../files/2.0_beta6-chess-pos-move-gentoo.patch | 12 -------
16 app-emacs/chess/files/2.0_beta6-texinfo-5.patch | 14 --------
17 app-emacs/chess/files/50chess-gentoo.el | 33 ------------------
18 6 files changed, 118 deletions(-)
19
20 diff --git a/app-emacs/chess/Manifest b/app-emacs/chess/Manifest
21 index 4be4ade6094..9e0745a37ae 100644
22 --- a/app-emacs/chess/Manifest
23 +++ b/app-emacs/chess/Manifest
24 @@ -1,4 +1,3 @@
25 DIST chess-2.0.4.tar.xz 364620 BLAKE2B cf02ff2734d675ac39b6b00869abe233a71af330fa60114d12092604d0173c6da5ad5c2e4cf3e2262c99cfc598abdbbe02a7df4eaadda7c628c8b9c48d8f8a8a SHA512 2c8155185878fec8b45ab84b7723f4af0f518fc81ab7534c36c09c96a9a30cb20da26c2a89320cc5a9f9d8991e4516da393e82658a7f15642929591d1b6a0e99
26 -DIST chess-2.0b6.tar.gz 383951 BLAKE2B 0bf5a15e5e00ee824158cb3372eceb0f4f05f713ebf1561ccc97d00146df876ea21ef4ec650c6c733ba092d1205f3803891cf6be6b59b1ef281e5a67a75e3f7d SHA512 90dbb79f60d8d8e475c497a3d0da431e54b5bfe06285d493551c1ac6457e80ad9e71ada640374e9a0c4e9d5ee578ab68b2e370a47b5f5ff7f035caac839091e2
27 DIST emacs-chess-pieces-2.0.tar.bz2 297687 BLAKE2B b97f6bbfdb4573e7a59e50431ac4ce68d2acd698ed57a2a2b9dfc83c7afdadc3ca244e8a0d55fa29eebcf7234001062606c0d21c80675864804a27d47deb6b93 SHA512 e1ee59a338b68796fd60f8693f4ff8bf20ded535c516916cc8b1f4cf00ff696ca1eead844e2a6a9a1f2578a70370d7a67cbadb6ae454ae16b2ae93864e1b1f94
28 DIST emacs-chess-sounds-2.0.tar.bz2 3390098 BLAKE2B 1babc804a4ef05d4da4cb56d0829e93dfef84e703b1c56dfcbd14f941357dee68e4dffaff13b30498037f907a62c79751f53be33582ecf5c1c266d8aea492fb1 SHA512 f07894dd7a6e43450405c0eee8d1d95a08925ca8ebd5ca7e584eca45369cb2aa8eecb754b351d1977f473b520288d3e3e9a8ebe73216d14e26345b44e498efb4
29
30 diff --git a/app-emacs/chess/chess-2.0_beta6-r2.ebuild b/app-emacs/chess/chess-2.0_beta6-r2.ebuild
31 deleted file mode 100644
32 index ad01fa575e0..00000000000
33 --- a/app-emacs/chess/chess-2.0_beta6-r2.ebuild
34 +++ /dev/null
35 @@ -1,40 +0,0 @@
36 -# Copyright 1999-2013 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=5
40 -
41 -inherit elisp
42 -
43 -DESCRIPTION="A chess client and library for Emacs"
44 -HOMEPAGE="http://emacs-chess.sourceforge.net/"
45 -SRC_URI="mirror://sourceforge/emacs-chess/${P/_beta/b}.tar.gz
46 - mirror://gentoo/emacs-chess-sounds-${PV%%_*}.tar.bz2
47 - mirror://gentoo/emacs-chess-pieces-${PV%%_*}.tar.bz2"
48 -
49 -LICENSE="GPL-2+ FDL-1.1+"
50 -SLOT="0"
51 -KEYWORDS="amd64 x86"
52 -
53 -DEPEND=""
54 -RDEPEND="|| ( games-board/gnuchess
55 - games-board/crafty
56 - games-board/phalanx
57 - games-board/sjeng )"
58 -
59 -S="${WORKDIR}/${PN}"
60 -DOCS="ChangeLog EPD.txt PGN.txt PLAN README TODO"
61 -ELISP_PATCHES="${PV}-chess-pos-move-gentoo.patch
62 - ${PV}-chess-common-handler-gentoo.patch
63 - ${PV}-texinfo-5.patch"
64 -SITEFILE="50${PN}-gentoo.el"
65 -
66 -src_compile() {
67 - default
68 -}
69 -
70 -src_install() {
71 - elisp_src_install
72 - doinfo chess.info
73 - insinto "${SITEETC}/${PN}"
74 - doins -r "${WORKDIR}"/{sounds,pieces}
75 -}
76
77 diff --git a/app-emacs/chess/files/2.0_beta6-chess-common-handler-gentoo.patch b/app-emacs/chess/files/2.0_beta6-chess-common-handler-gentoo.patch
78 deleted file mode 100644
79 index 0fd1e8c2826..00000000000
80 --- a/app-emacs/chess/files/2.0_beta6-chess-common-handler-gentoo.patch
81 +++ /dev/null
82 @@ -1,18 +0,0 @@
83 ---- chess-orig/chess-common.el 2007-12-14 21:54:58.000000000 +0100
84 -+++ chess/chess-common.el 2008-03-14 21:11:56.000000000 +0100
85 -@@ -41,10 +41,11 @@
86 - (chess-message 'starting-engine name)
87 - (unless (boundp path)
88 - (chess-error 'could-not-find-engine name path))
89 -- (setq proc (start-process (concat "chess-" name)
90 -- (current-buffer) (symbol-value path)))
91 -- (chess-message 'starting-engine-done name)
92 -- proc))
93 -+ (when (symbol-value path)
94 -+ (setq proc (start-process (concat "chess-" name)
95 -+ (current-buffer) (symbol-value path)))
96 -+ (chess-message 'starting-engine-done name)
97 -+ proc)))
98 -
99 - ((eq event 'ready)
100 - (chess-game-set-data game 'active t)
101
102 diff --git a/app-emacs/chess/files/2.0_beta6-chess-pos-move-gentoo.patch b/app-emacs/chess/files/2.0_beta6-chess-pos-move-gentoo.patch
103 deleted file mode 100644
104 index fe7a31ba122..00000000000
105 --- a/app-emacs/chess/files/2.0_beta6-chess-pos-move-gentoo.patch
106 +++ /dev/null
107 @@ -1,12 +0,0 @@
108 ---- chess-orig/chess-pos.el 2004-02-18 18:53:26.000000000 +0100
109 -+++ chess/chess-pos.el 2007-09-24 11:04:39.000000000 +0200
110 -@@ -595,7 +595,8 @@
111 - trying to move a blank square."
112 - (assert (vectorp position))
113 - (assert (listp changes))
114 -- (assert (> (length changes) 0))
115 -+ ;; this fails for the start position in chess-opening
116 -+ ;;(assert (> (length changes) 0))
117 -
118 - ;; apply the piece movements listed in `changes'
119 - (let ((ch changes))
120
121 diff --git a/app-emacs/chess/files/2.0_beta6-texinfo-5.patch b/app-emacs/chess/files/2.0_beta6-texinfo-5.patch
122 deleted file mode 100644
123 index 285d976ceff..00000000000
124 --- a/app-emacs/chess/files/2.0_beta6-texinfo-5.patch
125 +++ /dev/null
126 @@ -1,14 +0,0 @@
127 ---- chess-orig/chess.texi
128 -+++ chess/chess.texi
129 -@@ -44,9 +44,9 @@
130 - @sp 4
131 - @c The title is printed in a large font.
132 - @center @titlefont{User's Guide}
133 --@sp
134 -+@sp 1
135 - @center @titlefont{to}
136 --@sp
137 -+@sp 1
138 - @center @titlefont{Emacs Chess: chess.el}
139 - @ignore
140 - @sp 2
141
142 diff --git a/app-emacs/chess/files/50chess-gentoo.el b/app-emacs/chess/files/50chess-gentoo.el
143 deleted file mode 100644
144 index 3aee961e25b..00000000000
145 --- a/app-emacs/chess/files/50chess-gentoo.el
146 +++ /dev/null
147 @@ -1,33 +0,0 @@
148 -(add-to-list 'load-path "@SITELISP@")
149 -
150 -(autoload 'chess "chess"
151 - "Start a game of chess, playing against ENGINE (a module name)." t)
152 -(defalias 'chess-session 'chess)
153 -(autoload 'chess-create-display "chess"
154 - "Create a display, letting the user's customization decide the style.")
155 -(autoload 'chess-link "chess-link"
156 - "Play out a game between two engines, and watch the progress." t)
157 -(autoload 'chess-pgn-read "chess-pgn"
158 - "Read and display a PGN game after point." t)
159 -(autoload 'chess-pgn-mode "chess-pgn"
160 - "A mode for editing chess PGN files." t)
161 -(defalias 'pgn-mode 'chess-pgn-mode)
162 -(autoload 'chess-puzzle "chess-puzzle"
163 - "Pick a random puzzle from FILE, and solve it against the default engine." t)
164 -(autoload 'chess-fischer-random-position "chess-random"
165 - "Generate a Fischer Random style position.")
166 -(autoload 'chess-tutorial "chess-tutorial"
167 - "A simple chess training display." t)
168 -(autoload 'chess-ics "chess-ics"
169 - "Connect to an Internet Chess Server." t)
170 -
171 -(add-to-list 'auto-mode-alist '("\\.pgn\\'" . chess-pgn-mode))
172 -
173 -(setq chess-images-directory "@SITEETC@/pieces/xboard")
174 -(setq chess-sound-directory "@SITEETC@/sounds")
175 -
176 -;; Change the order of the engine preference list to coincide with the order
177 -;; of our dependencies: games-board/gnuchess, crafty, phalanx, and sjeng.
178 -;; The user can override this using M-x customize-group RET chess RET
179 -(setq chess-default-engine
180 - '(chess-gnuchess chess-crafty chess-phalanx chess-sjeng))