summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-10-03 17:26:29 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-10-03 17:26:29 +0000
commitdd9dc5438d677087b2a0be3d33b70d2f345c908a (patch)
tree6b4a9b3726dacdabd3ea7b467c306813a654d385 /games-board
parentAdd "doc" USE flag. (diff)
downloadgentoo-2-dd9dc5438d677087b2a0be3d33b70d2f345c908a.tar.gz
gentoo-2-dd9dc5438d677087b2a0be3d33b70d2f345c908a.tar.bz2
gentoo-2-dd9dc5438d677087b2a0be3d33b70d2f345c908a.zip
old
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/crafty/Manifest2
-rw-r--r--games-board/crafty/crafty-22.1.ebuild88
2 files changed, 0 insertions, 90 deletions
diff --git a/games-board/crafty/Manifest b/games-board/crafty/Manifest
index e802ee9a1f13..22ef2155c812 100644
--- a/games-board/crafty/Manifest
+++ b/games-board/crafty/Manifest
@@ -1,7 +1,5 @@
-DIST crafty-22.1.zip 405169 RMD160 963ec8110617b3d1273953d03ddb974019ec26a9 SHA1 4ed19f5c676035b899d82cd254eee3d391cbabbf SHA256 ec25063af97d079402f1daee99493cc7d7c9a9df6001f856f9d0584dd23894be
DIST crafty-23.0.zip 419362 RMD160 46b75d00a3449347a2faa4fedd2632c609c8331a SHA1 48c941c3a5ce6fcf637f0d9e5b6ae42d55e00a56 SHA256 699bed07f49af02f054b6a241aa99e35a3087230664e2979b7714e5044ad89d2
DIST crafty.doc.ascii 79678 RMD160 f0c8304efcaa93a14a37da96d22bb25cda8d1bf5 SHA1 99bb27b39ddd4bd3db8078e128eadfcde1c3b64b SHA256 be291c0f4c7e7d64404ec58b9e92c2455c4342d3c96c721ba21a80fce8332e83
-EBUILD crafty-22.1.ebuild 2703 RMD160 134915aa4541ff76e04b19237ae9cd8ecfe1eacc SHA1 47a331bfdba680cd4c1b405c455b606b9665b0a3 SHA256 c7b7b9186bbd1ff2a0b4f1d780ba59bb63abe35f3ec0a3c1076971834fd258b1
EBUILD crafty-23.0.ebuild 2597 RMD160 e7e14952030d07c6c3a03dca653ead79d1239b1a SHA1 a9eab394c72555c2a70163340bec2430efb29fff SHA256 4cbc76c878634de31d2b63cbbe4f6db4106d6e96f1ed71de8de4da7d5fc70f55
MISC ChangeLog 5096 RMD160 69835ef7c942354264c7cc63af3de5ba309b1da6 SHA1 e17b670238166b983859099796b400fbe6ea6323 SHA256 6885baaccc41ae37edc9717a52ed8902e86da1ff5dc30482c9218711d8354afc
MISC metadata.xml 249 RMD160 88ee2399ce6b1f209307a856b772e1faf8056b19 SHA1 23af7043274b9d3c6b615be57dbd7876dbd2efb1 SHA256 49f221ca292eb58886695b31631b28f38321f3fd6dfd265bba9991b093d68dec
diff --git a/games-board/crafty/crafty-22.1.ebuild b/games-board/crafty/crafty-22.1.ebuild
deleted file mode 100644
index 134533fd7cb1..000000000000
--- a/games-board/crafty/crafty-22.1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-22.1.ebuild,v 1.5 2008/12/06 14:54:17 nyhm Exp $
-
-inherit flag-o-matic toolchain-funcs games
-
-DESCRIPTION="Bob Hyatt's strong chess engine"
-HOMEPAGE="ftp://ftp.cis.uab.edu/pub/hyatt/"
-SRC_URI="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_unpack() {
- unpack ${A}
- cd "${S}"
- 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"
-}
-
-src_compile() {
- local makeopts="target=LINUX"
-
- if ! use no-opts ; then
- if [[ $(tc-getCC) = icc ]] ; then
- makeopts="${makeopts} CC=icc CXX=gcc 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
- makeopts="${makeopts} CC=gcc CXX=g++"
- 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
- makeopts="${makeopts} CC=gcc CXX=g++"
- else
- : # everything else :)
- fi
- fi
- fi
- append-flags -DPOSIX
- emake ${makeopts} crafty-make LDFLAGS="${LDFLAGS} -lpthread" || 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
-}