summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-12-31 17:11:28 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-12-31 17:11:28 +0000
commit7a82e81b3eec41f5298d3b4c480969946519ce11 (patch)
tree96152116b8e95e30874c9c877b296e04c464f6c6 /games-board
parentx86 stable wrt bug #520010 (diff)
downloadgentoo-2-7a82e81b3eec41f5298d3b4c480969946519ce11.tar.gz
gentoo-2-7a82e81b3eec41f5298d3b4c480969946519ce11.tar.bz2
gentoo-2-7a82e81b3eec41f5298d3b4c480969946519ce11.zip
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/crafty/ChangeLog6
-rw-r--r--games-board/crafty/crafty-23.4.ebuild87
-rw-r--r--games-board/crafty/files/crafty-23.4-64bits.patch16
3 files changed, 5 insertions, 104 deletions
diff --git a/games-board/crafty/ChangeLog b/games-board/crafty/ChangeLog
index 99fb2c1ed4cb..eaaecb742314 100644
--- a/games-board/crafty/ChangeLog
+++ b/games-board/crafty/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-board/crafty
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.62 2014/12/31 16:16:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.63 2014/12/31 17:11:28 mr_bones_ Exp $
+
+ 31 Dec 2014; Michael Sterrett <mr_bones_@gentoo.org> -crafty-23.4.ebuild,
+ -files/crafty-23.4-64bits.patch:
+ old
31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> crafty-24.1.ebuild:
Stable for ppc, wrt bug #532022
diff --git a/games-board/crafty/crafty-23.4.ebuild b/games-board/crafty/crafty-23.4.ebuild
deleted file mode 100644
index a4462950909c..000000000000
--- a/games-board/crafty/crafty-23.4.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-23.4.ebuild,v 1.6 2013/04/07 21:21:53 tupone Exp $
-
-EAPI=2
-inherit flag-o-matic toolchain-funcs eutils games
-
-DESCRIPTION="Bob Hyatt's strong chess engine"
-HOMEPAGE="http://www.craftychess.com/"
-SRC_URI="http://www.craftychess.com/${P}.zip
- ftp://ftp.cis.uab.edu/pub/hyatt/source/${P}.zip
- ftp://ftp.cis.uab.edu/pub/hyatt/documentation/${PN}.doc.ascii"
-
-LICENSE="crafty"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="no-opts"
-RESTRICT="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- app-arch/unzip"
-
-src_prepare() {
- sed -i \
- -e '/-o crafty/s/CC/CXX/' \
- -e 's:CXFLAGS:CXXFLAGS:g' \
- Makefile \
- || die "sed failed"
- sed -i \
- -e "s:\"crafty.hlp\":\"${GAMES_DATADIR}/${PN}/crafty.hlp\":" option.c \
- || die "sed failed"
- epatch "${FILESDIR}"/${P}-64bits.patch
-}
-
-src_compile() {
- local makeopts="target=LINUX"
-
- if ! use no-opts ; then
- if [[ $(tc-getCC) = icc ]] ; then
- makeopts="${makeopts} asm=X86.o"
- append-flags -D_REENTRANT -tpp6 \
- -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \
- -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST \
- -DSMP -DCPUS=4 -DCLONE -DDGT
- append-flags -O2 -fno-alias -fforce-mem \
- -fomit-frame-pointer -fno-gcse -mpreferred-stack-boundary=2
- else
- if [[ "${CHOST}" == "i686-pc-linux-gnu" ]] \
- || [[ "${CHOST}" == "i586-pc-linux-gnu" ]] ; then
- append-flags -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \
- -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B \
- -DFAST -DSMP -DCPUS=4 -DCLONE -DDGT
- append-flags -fno-gcse \
- -fomit-frame-pointer -mpreferred-stack-boundary=2
- elif [[ "${CHOST}" == "x86_64-pc-linux-gnu" ]] ; then
- append-flags -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS \
- -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B \
- -DFAST -DSMP -DCPUS=4 -DCLONE -DDGT
- append-flags -fomit-frame-pointer
- else
- : # everything else :)
- fi
- fi
- fi
- append-flags -DPOSIX -DSKILL
- emake ${makeopts} crafty-make LDFLAGS="${LDFLAGS} -pthread" || die "build failed"
-}
-
-src_install() {
- dogamesbin crafty || die "dogamesbin failed"
- insinto "${GAMES_DATADIR}/${PN}"
- doins crafty.hlp || die "doins failed"
- dodoc "${DISTDIR}"/crafty.doc.ascii
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- elog
- elog "Note: No books or tablebases have been installed. If you want them, just"
- elog " download them from ${HOMEPAGE}."
- elog " You will find documentation there too. In most cases you take now "
- elog " your xboard compatible application, (xboard, eboard, knights) and "
- elog " just play chess against computer opponent. Have fun."
- elog
-}
diff --git a/games-board/crafty/files/crafty-23.4-64bits.patch b/games-board/crafty/files/crafty-23.4-64bits.patch
deleted file mode 100644
index 9dc06a048819..000000000000
--- a/games-board/crafty/files/crafty-23.4-64bits.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- chess.h.old 2013-04-07 23:04:54.708245856 +0200
-+++ chess.h 2013-04-07 23:05:20.052002160 +0200
-@@ -140,13 +140,7 @@
- # define QUEEN_VALUE 1050
- # define KING_VALUE 40000
- # define MAX_DRAFT 256
--# if defined(HAS_64BITS)
--typedef unsigned long BITBOARD;
--# elif defined(NT_i386)
--typedef unsigned __int64 BITBOARD;
--# else
- typedef unsigned long long BITBOARD;
--# endif
- # if defined(NT_i386)
- # define BMF "%I64u"
- # define BMF6 "%6I64u"