diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-20 10:30:16 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-20 10:30:16 +0000 |
commit | bdd033b27dbf895c1fe4462cac2e12d0553174da (patch) | |
tree | 816c0d5cb25c13378aa33376a7ffbe4179bab4af /games-board/crafty | |
parent | Moved dep on nxclient (Manifest recommit) (diff) | |
download | gentoo-2-bdd033b27dbf895c1fe4462cac2e12d0553174da.tar.gz gentoo-2-bdd033b27dbf895c1fe4462cac2e12d0553174da.tar.bz2 gentoo-2-bdd033b27dbf895c1fe4462cac2e12d0553174da.zip |
version bump
Diffstat (limited to 'games-board/crafty')
-rw-r--r-- | games-board/crafty/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/crafty/Manifest | 8 | ||||
-rw-r--r-- | games-board/crafty/crafty-19.15.ebuild | 78 | ||||
-rw-r--r-- | games-board/crafty/files/digest-crafty-19.15 | 1 |
4 files changed, 90 insertions, 4 deletions
diff --git a/games-board/crafty/ChangeLog b/games-board/crafty/ChangeLog index 03cb7ba3df45..cc444252ac9c 100644 --- a/games-board/crafty/ChangeLog +++ b/games-board/crafty/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-board/crafty # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.8 2004/07/01 11:10:38 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.9 2004/07/20 10:30:16 mr_bones_ Exp $ + +*crafty-19.15 (20 Jul 2004) + + 20 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> +crafty-19.15.ebuild: + version bump 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> crafty-19.1.ebuild, crafty-19.12.ebuild, crafty-19.8.ebuild: diff --git a/games-board/crafty/Manifest b/games-board/crafty/Manifest index b474f4f84c2b..0a5e4bccc925 100644 --- a/games-board/crafty/Manifest +++ b/games-board/crafty/Manifest @@ -1,10 +1,12 @@ MD5 b75fde952c01793b6a50d9d7982a27f9 ChangeLog 1508 -MD5 9a64de8e581ad35e2a94843bffba5fe5 crafty-19.1.ebuild 2283 MD5 832b0c36fc06b247c41b8a76cbd4b597 crafty-19.12.ebuild 2071 -MD5 93c4b3ccb02573ac4c8eba51899a8677 crafty-19.8.ebuild 2116 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 4970593053a51ce5e26ea2d6bd89ffe9 files/19.8-ppc.patch 702 +MD5 832b0c36fc06b247c41b8a76cbd4b597 crafty-19.15.ebuild 2071 +MD5 9a64de8e581ad35e2a94843bffba5fe5 crafty-19.1.ebuild 2283 +MD5 93c4b3ccb02573ac4c8eba51899a8677 crafty-19.8.ebuild 2116 MD5 1cfc5524de1fd69ae391d434d6e483d9 files/crafty-18.15-ppc.patch 634 MD5 cf2bf7fa0aa2a30369f35f79bbc0f44a files/digest-crafty-19.1 63 MD5 3dceccb949c1ffd0e0c563eaaa3ee237 files/digest-crafty-19.12 64 +MD5 af2077a809d76a2ad5902bedb13f5bc5 files/digest-crafty-19.15 64 +MD5 4970593053a51ce5e26ea2d6bd89ffe9 files/19.8-ppc.patch 702 MD5 17996dcbb38db4126094543f36cd43d1 files/digest-crafty-19.8 63 diff --git a/games-board/crafty/crafty-19.15.ebuild b/games-board/crafty/crafty-19.15.ebuild new file mode 100644 index 000000000000..a43b1130c85a --- /dev/null +++ b/games-board/crafty/crafty-19.15.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-19.15.ebuild,v 1.1 2004/07/20 10:30:16 mr_bones_ Exp $ + +inherit flag-o-matic 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/v19/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="icc no-opts" + +RDEPEND="virtual/libc" +DEPEND="${RDEPEND} + icc? ( >=dev-lang/icc-5.0 )" + +S="${WORKDIR}" + +src_unpack() { + unpack ${A} + cd ${S} + sed -i \ + -e '/-o crafty/s/CC/CXX/' Makefile \ + || die "sed Makefile failed" + sed -i \ + -e "s:\"crafty.hlp\":\"${GAMES_DATADIR}/${PN}/crafty.hlp\":" option.c \ + || die "sed option.c failed" +} + +src_compile() { + local makeopts="target=LINUX" + + if ! use no-opts ; then + if use 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 -fforce-mem -fno-gcse \ + -fomit-frame-pointer -mpreferred-stack-boundary=2 + makeopts="${makeopts} CC=gcc CXX=g++ asm=X86.o" + else + : # everything else :) + fi + fi + fi + append-flags -DPOSIX + emake ${makeopts} crafty-make LDFLAGS="-lpthread" || die "build failed" +} + +src_install() { + dogamesbin crafty || die "dogamesbin failed" + insinto "${GAMES_DATADIR}/${PN}" + doins crafty.hlp || die "doins failed" + prepgamesdirs +} + +pkg_postinst() { + games_pkg_postinst + einfo + einfo "Note: No books or tablebases have been installed. If you want them, just" + einfo " download them from ${HOMEPAGE}." + einfo " You will find documentation there too. In most cases you take now " + einfo " your xboard compatible application, (xboard, eboard, knights) and " + einfo " just play chess against computer opponent. Have fun." + einfo +} diff --git a/games-board/crafty/files/digest-crafty-19.15 b/games-board/crafty/files/digest-crafty-19.15 new file mode 100644 index 000000000000..93d3ac500601 --- /dev/null +++ b/games-board/crafty/files/digest-crafty-19.15 @@ -0,0 +1 @@ +MD5 64f503fbf515bb43044c4aac445ccbee crafty-19.15.tar.gz 393516 |