summaryrefslogtreecommitdiff
path: root/app-emacs/chess
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-02-04 21:47:58 +0100
committerUlrich Müller <ulm@gentoo.org>2018-02-04 21:54:03 +0100
commitf43e6344a10ad3f127b124227b84f5b75f23d11c (patch)
treef1b92e3eb3386ffda45598191b8e0f8440789bac /app-emacs/chess
parent9d8c582e35f669e789f18e0059e2c6f76b65ad71 (diff)
downloadgentoo-f43e6344a10ad3f127b124227b84f5b75f23d11c.tar.gz
gentoo-f43e6344a10ad3f127b124227b84f5b75f23d11c.tar.xz
app-emacs/chess: Remove old.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emacs/chess')
-rw-r--r--app-emacs/chess/Manifest1
-rw-r--r--app-emacs/chess/chess-2.0_beta6-r2.ebuild40
-rw-r--r--app-emacs/chess/files/2.0_beta6-chess-common-handler-gentoo.patch18
-rw-r--r--app-emacs/chess/files/2.0_beta6-chess-pos-move-gentoo.patch12
-rw-r--r--app-emacs/chess/files/2.0_beta6-texinfo-5.patch14
-rw-r--r--app-emacs/chess/files/50chess-gentoo.el33
6 files changed, 0 insertions, 118 deletions
diff --git a/app-emacs/chess/Manifest b/app-emacs/chess/Manifest
index 4be4ade6094..9e0745a37ae 100644
--- a/app-emacs/chess/Manifest
+++ b/app-emacs/chess/Manifest
@@ -1,4 +1,3 @@
DIST chess-2.0.4.tar.xz 364620 BLAKE2B cf02ff2734d675ac39b6b00869abe233a71af330fa60114d12092604d0173c6da5ad5c2e4cf3e2262c99cfc598abdbbe02a7df4eaadda7c628c8b9c48d8f8a8a SHA512 2c8155185878fec8b45ab84b7723f4af0f518fc81ab7534c36c09c96a9a30cb20da26c2a89320cc5a9f9d8991e4516da393e82658a7f15642929591d1b6a0e99
-DIST chess-2.0b6.tar.gz 383951 BLAKE2B 0bf5a15e5e00ee824158cb3372eceb0f4f05f713ebf1561ccc97d00146df876ea21ef4ec650c6c733ba092d1205f3803891cf6be6b59b1ef281e5a67a75e3f7d SHA512 90dbb79f60d8d8e475c497a3d0da431e54b5bfe06285d493551c1ac6457e80ad9e71ada640374e9a0c4e9d5ee578ab68b2e370a47b5f5ff7f035caac839091e2
DIST emacs-chess-pieces-2.0.tar.bz2 297687 BLAKE2B b97f6bbfdb4573e7a59e50431ac4ce68d2acd698ed57a2a2b9dfc83c7afdadc3ca244e8a0d55fa29eebcf7234001062606c0d21c80675864804a27d47deb6b93 SHA512 e1ee59a338b68796fd60f8693f4ff8bf20ded535c516916cc8b1f4cf00ff696ca1eead844e2a6a9a1f2578a70370d7a67cbadb6ae454ae16b2ae93864e1b1f94
DIST emacs-chess-sounds-2.0.tar.bz2 3390098 BLAKE2B 1babc804a4ef05d4da4cb56d0829e93dfef84e703b1c56dfcbd14f941357dee68e4dffaff13b30498037f907a62c79751f53be33582ecf5c1c266d8aea492fb1 SHA512 f07894dd7a6e43450405c0eee8d1d95a08925ca8ebd5ca7e584eca45369cb2aa8eecb754b351d1977f473b520288d3e3e9a8ebe73216d14e26345b44e498efb4
diff --git a/app-emacs/chess/chess-2.0_beta6-r2.ebuild b/app-emacs/chess/chess-2.0_beta6-r2.ebuild
deleted file mode 100644
index ad01fa575e0..00000000000
--- a/app-emacs/chess/chess-2.0_beta6-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="A chess client and library for Emacs"
-HOMEPAGE="http://emacs-chess.sourceforge.net/"
-SRC_URI="mirror://sourceforge/emacs-chess/${P/_beta/b}.tar.gz
- mirror://gentoo/emacs-chess-sounds-${PV%%_*}.tar.bz2
- mirror://gentoo/emacs-chess-pieces-${PV%%_*}.tar.bz2"
-
-LICENSE="GPL-2+ FDL-1.1+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND=""
-RDEPEND="|| ( games-board/gnuchess
- games-board/crafty
- games-board/phalanx
- games-board/sjeng )"
-
-S="${WORKDIR}/${PN}"
-DOCS="ChangeLog EPD.txt PGN.txt PLAN README TODO"
-ELISP_PATCHES="${PV}-chess-pos-move-gentoo.patch
- ${PV}-chess-common-handler-gentoo.patch
- ${PV}-texinfo-5.patch"
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- default
-}
-
-src_install() {
- elisp_src_install
- doinfo chess.info
- insinto "${SITEETC}/${PN}"
- doins -r "${WORKDIR}"/{sounds,pieces}
-}
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
deleted file mode 100644
index 0fd1e8c2826..00000000000
--- a/app-emacs/chess/files/2.0_beta6-chess-common-handler-gentoo.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- chess-orig/chess-common.el 2007-12-14 21:54:58.000000000 +0100
-+++ chess/chess-common.el 2008-03-14 21:11:56.000000000 +0100
-@@ -41,10 +41,11 @@
- (chess-message 'starting-engine name)
- (unless (boundp path)
- (chess-error 'could-not-find-engine name path))
-- (setq proc (start-process (concat "chess-" name)
-- (current-buffer) (symbol-value path)))
-- (chess-message 'starting-engine-done name)
-- proc))
-+ (when (symbol-value path)
-+ (setq proc (start-process (concat "chess-" name)
-+ (current-buffer) (symbol-value path)))
-+ (chess-message 'starting-engine-done name)
-+ proc)))
-
- ((eq event 'ready)
- (chess-game-set-data game 'active t)
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
deleted file mode 100644
index fe7a31ba122..00000000000
--- a/app-emacs/chess/files/2.0_beta6-chess-pos-move-gentoo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- chess-orig/chess-pos.el 2004-02-18 18:53:26.000000000 +0100
-+++ chess/chess-pos.el 2007-09-24 11:04:39.000000000 +0200
-@@ -595,7 +595,8 @@
- trying to move a blank square."
- (assert (vectorp position))
- (assert (listp changes))
-- (assert (> (length changes) 0))
-+ ;; this fails for the start position in chess-opening
-+ ;;(assert (> (length changes) 0))
-
- ;; apply the piece movements listed in `changes'
- (let ((ch changes))
diff --git a/app-emacs/chess/files/2.0_beta6-texinfo-5.patch b/app-emacs/chess/files/2.0_beta6-texinfo-5.patch
deleted file mode 100644
index 285d976ceff..00000000000
--- a/app-emacs/chess/files/2.0_beta6-texinfo-5.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- chess-orig/chess.texi
-+++ chess/chess.texi
-@@ -44,9 +44,9 @@
- @sp 4
- @c The title is printed in a large font.
- @center @titlefont{User's Guide}
--@sp
-+@sp 1
- @center @titlefont{to}
--@sp
-+@sp 1
- @center @titlefont{Emacs Chess: chess.el}
- @ignore
- @sp 2
diff --git a/app-emacs/chess/files/50chess-gentoo.el b/app-emacs/chess/files/50chess-gentoo.el
deleted file mode 100644
index 3aee961e25b..00000000000
--- a/app-emacs/chess/files/50chess-gentoo.el
+++ /dev/null
@@ -1,33 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-
-(autoload 'chess "chess"
- "Start a game of chess, playing against ENGINE (a module name)." t)
-(defalias 'chess-session 'chess)
-(autoload 'chess-create-display "chess"
- "Create a display, letting the user's customization decide the style.")
-(autoload 'chess-link "chess-link"
- "Play out a game between two engines, and watch the progress." t)
-(autoload 'chess-pgn-read "chess-pgn"
- "Read and display a PGN game after point." t)
-(autoload 'chess-pgn-mode "chess-pgn"
- "A mode for editing chess PGN files." t)
-(defalias 'pgn-mode 'chess-pgn-mode)
-(autoload 'chess-puzzle "chess-puzzle"
- "Pick a random puzzle from FILE, and solve it against the default engine." t)
-(autoload 'chess-fischer-random-position "chess-random"
- "Generate a Fischer Random style position.")
-(autoload 'chess-tutorial "chess-tutorial"
- "A simple chess training display." t)
-(autoload 'chess-ics "chess-ics"
- "Connect to an Internet Chess Server." t)
-
-(add-to-list 'auto-mode-alist '("\\.pgn\\'" . chess-pgn-mode))
-
-(setq chess-images-directory "@SITEETC@/pieces/xboard")
-(setq chess-sound-directory "@SITEETC@/sounds")
-
-;; Change the order of the engine preference list to coincide with the order
-;; of our dependencies: games-board/gnuchess, crafty, phalanx, and sjeng.
-;; The user can override this using M-x customize-group RET chess RET
-(setq chess-default-engine
- '(chess-gnuchess chess-crafty chess-phalanx chess-sjeng))