diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-08 22:35:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-08 22:35:31 +0000 |
commit | 557560d32c36358346f901652355b057684f30c3 (patch) | |
tree | 250ff685d8b9599be89881b0dce94a77564ccc06 /games-board/crafty | |
parent | Stable on SPARC wrt bug #135380. (diff) | |
download | gentoo-2-557560d32c36358346f901652355b057684f30c3.tar.gz gentoo-2-557560d32c36358346f901652355b057684f30c3.tar.bz2 gentoo-2-557560d32c36358346f901652355b057684f30c3.zip |
version bump (bug #135849)
(Portage version: 2.1_rc4-r4)
Diffstat (limited to 'games-board/crafty')
-rw-r--r-- | games-board/crafty/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/crafty/crafty-20.1.ebuild | 6 | ||||
-rw-r--r-- | games-board/crafty/crafty-20.11.ebuild | 4 | ||||
-rw-r--r-- | games-board/crafty/crafty-20.13.ebuild | 77 | ||||
-rw-r--r-- | games-board/crafty/files/digest-crafty-20.13 | 3 |
5 files changed, 92 insertions, 6 deletions
diff --git a/games-board/crafty/ChangeLog b/games-board/crafty/ChangeLog index 562708d9c42c..d0340993f100 100644 --- a/games-board/crafty/ChangeLog +++ b/games-board/crafty/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-board/crafty # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.17 2006/06/02 22:25:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.18 2006/06/08 22:35:31 mr_bones_ Exp $ + +*crafty-20.13 (08 Jun 2006) + + 08 Jun 2006; Michael Sterrett <mr_bones_@gentoo.org> crafty-20.1.ebuild, + crafty-20.11.ebuild, +crafty-20.13.ebuild: + version bump (bug #135849) *crafty-20.11 (02 Jun 2006) diff --git a/games-board/crafty/crafty-20.1.ebuild b/games-board/crafty/crafty-20.1.ebuild index dadde88b7d92..f405533cae4c 100644 --- a/games-board/crafty/crafty-20.1.ebuild +++ b/games-board/crafty/crafty-20.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-20.1.ebuild,v 1.1 2005/11/12 11:21:52 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-20.1.ebuild,v 1.2 2006/06/08 22:35:31 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/src/${P}.zip" +SRC_URI="ftp://ftp.cis.uab.edu/pub/hyatt/source/${P}.zip" LICENSE="crafty" SLOT="0" diff --git a/games-board/crafty/crafty-20.11.ebuild b/games-board/crafty/crafty-20.11.ebuild index 8d85c8beaf07..fc49cc373b03 100644 --- a/games-board/crafty/crafty-20.11.ebuild +++ b/games-board/crafty/crafty-20.11.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-20.11.ebuild,v 1.1 2006/06/02 22:25:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-20.11.ebuild,v 1.2 2006/06/08 22:35:31 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/src/${P}.zip" +SRC_URI="ftp://ftp.cis.uab.edu/pub/hyatt/source/${P}.zip" LICENSE="crafty" SLOT="0" diff --git a/games-board/crafty/crafty-20.13.ebuild b/games-board/crafty/crafty-20.13.ebuild new file mode 100644 index 000000000000..6a6d2df1fa8e --- /dev/null +++ b/games-board/crafty/crafty-20.13.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-20.13.ebuild,v 1.1 2006/06/08 22:35:31 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}.zip" + +LICENSE="crafty" +SLOT="0" +KEYWORDS="~amd64 ppc x86" +IUSE="icc no-opts" + +RDEPEND="" +DEPEND="${RDEPEND} + app-arch/unzip + icc? ( >=dev-lang/icc-5.0 )" + +src_unpack() { + unpack ${A} + cd "${S}" + sed -i \ + -e '/-o crafty/s/CC/CXX/' 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 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-20.13 b/games-board/crafty/files/digest-crafty-20.13 new file mode 100644 index 000000000000..f3e5ec4749b1 --- /dev/null +++ b/games-board/crafty/files/digest-crafty-20.13 @@ -0,0 +1,3 @@ +MD5 3b7c3e26f6501bb85bf9f86e4f16581a crafty-20.13.zip 422053 +RMD160 65ae1a196376c697cd028ab818d5f2975682193c crafty-20.13.zip 422053 +SHA256 b80bbb7c72f8adb7dacf284eefd7e4dafdc2683eaf8d5255fc04c09a5b54de28 crafty-20.13.zip 422053 |