diff options
-rw-r--r-- | games-board/crafty/ChangeLog | 9 | ||||
-rw-r--r-- | games-board/crafty/Manifest | 24 | ||||
-rw-r--r-- | games-board/crafty/crafty-19.18.ebuild | 76 | ||||
-rw-r--r-- | games-board/crafty/files/digest-crafty-19.18 | 1 |
4 files changed, 92 insertions, 18 deletions
diff --git a/games-board/crafty/ChangeLog b/games-board/crafty/ChangeLog index cc444252ac9c..6db57c1b400b 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.9 2004/07/20 10:30:16 mr_bones_ Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.10 2005/04/12 04:52:14 mr_bones_ Exp $ + +*crafty-19.18 (12 Apr 2005) + + 12 Apr 2005; Michael Sterrett <mr_bones_@gentoo.org> +crafty-19.18.ebuild: + version bump *crafty-19.15 (20 Jul 2004) diff --git a/games-board/crafty/Manifest b/games-board/crafty/Manifest index 423394e24a4f..8518e84de3a2 100644 --- a/games-board/crafty/Manifest +++ b/games-board/crafty/Manifest @@ -1,22 +1,14 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 eef85d53939226e702b1db99a48cb734 ChangeLog 1629 -MD5 de0523025198eaab0a6cc8477f86a76b crafty-19.1.ebuild 2280 -MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 -MD5 3505ffbd5c4bb22f2789ff8c96979fb6 crafty-19.8.ebuild 2113 MD5 19e701c1670f8db20f5fda820dae8202 crafty-19.12.ebuild 2068 +MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 MD5 f03686b9106ca9dc98600eaf2184df88 crafty-19.15.ebuild 2318 +MD5 0b2ca3079bab31b591bff65474c2c978 crafty-19.18.ebuild 2308 +MD5 0314ac36353ac4610f29a6613a46584e ChangeLog 1752 +MD5 de0523025198eaab0a6cc8477f86a76b crafty-19.1.ebuild 2280 +MD5 3505ffbd5c4bb22f2789ff8c96979fb6 crafty-19.8.ebuild 2113 MD5 4970593053a51ce5e26ea2d6bd89ffe9 files/19.8-ppc.patch 702 +MD5 3dceccb949c1ffd0e0c563eaaa3ee237 files/digest-crafty-19.12 64 +MD5 ab7c7d5b9120c4cbf728cfc3fd8c83cf files/digest-crafty-19.18 64 MD5 1cfc5524de1fd69ae391d434d6e483d9 files/crafty-18.15-ppc.patch 634 -MD5 cf2bf7fa0aa2a30369f35f79bbc0f44a files/digest-crafty-19.1 63 MD5 17996dcbb38db4126094543f36cd43d1 files/digest-crafty-19.8 63 -MD5 3dceccb949c1ffd0e0c563eaaa3ee237 files/digest-crafty-19.12 64 +MD5 cf2bf7fa0aa2a30369f35f79bbc0f44a files/digest-crafty-19.1 63 MD5 af2077a809d76a2ad5902bedb13f5bc5 files/digest-crafty-19.15 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBHwqyHTu7gpaalycRAvZ0AJ9aY3q1S46jP132pSVDIviJUpxd7ACeOblp -L+LgNblf+W0dgHgQQOtmj+Q= -=gTnV ------END PGP SIGNATURE----- diff --git a/games-board/crafty/crafty-19.18.ebuild b/games-board/crafty/crafty-19.18.ebuild new file mode 100644 index 000000000000..706ac1f0f4c7 --- /dev/null +++ b/games-board/crafty/crafty-19.18.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-19.18.ebuild,v 1.1 2005/04/12 04:52:14 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/source/${P}.tar.gz" + +LICENSE="crafty" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="icc no-opts" + +RDEPEND="virtual/libc" +DEPEND="${RDEPEND} + icc? ( >=dev-lang/icc-5.0 )" + +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.18 b/games-board/crafty/files/digest-crafty-19.18 new file mode 100644 index 000000000000..e34429e64f91 --- /dev/null +++ b/games-board/crafty/files/digest-crafty-19.18 @@ -0,0 +1 @@ +MD5 00cee251c56ed4c8381529ad8a7ded76 crafty-19.18.tar.gz 395272 |