diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-12 17:56:45 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-12 17:56:45 +0000 |
commit | 6a4a1c57bc2a0e770c75ebee35288f71a758473b (patch) | |
tree | c8497c45c465ecbab30c2729f6dac113f9a8b678 /games-board | |
parent | Various fixes including shared libs patch (now works with as-needed), seds fo... (diff) | |
download | historical-6a4a1c57bc2a0e770c75ebee35288f71a758473b.tar.gz historical-6a4a1c57bc2a0e770c75ebee35288f71a758473b.tar.bz2 historical-6a4a1c57bc2a0e770c75ebee35288f71a758473b.zip |
old
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/crafty/Manifest | 3 | ||||
-rw-r--r-- | games-board/crafty/crafty-20.14.ebuild | 79 | ||||
-rw-r--r-- | games-board/crafty/crafty-21.6.ebuild | 87 |
3 files changed, 0 insertions, 169 deletions
diff --git a/games-board/crafty/Manifest b/games-board/crafty/Manifest index 590ff8297958..449a4122573d 100644 --- a/games-board/crafty/Manifest +++ b/games-board/crafty/Manifest @@ -1,10 +1,7 @@ DIST crafty-20.13.zip 422053 RMD160 65ae1a196376c697cd028ab818d5f2975682193c SHA1 4b9bd7d1f6098cfdbc2a7b5d854b5b1d37184bc9 SHA256 b80bbb7c72f8adb7dacf284eefd7e4dafdc2683eaf8d5255fc04c09a5b54de28 -DIST crafty-20.14.zip 422894 RMD160 a68e46b1d68ffa77c477d707e4003737c786e11f SHA1 5dbcbb9a6a3fc7fa8e8e874fc7cb39839fbe428a SHA256 9e4b90bde9c156ad537d6228c678d39dcaf790a0603125ab37ed48fb4662a01a DIST crafty-21.6.zip 423100 RMD160 d8fd129967638cbe614e7d3a90e9a4f53db93024 SHA1 330aa20db9b390d6b2802266daf557180059ada6 SHA256 be5ec37938f7b741e5f3bded193fb6e30e0cb69f910202b7cc01f01846b42b56 DIST crafty.doc.ascii 79678 RMD160 f0c8304efcaa93a14a37da96d22bb25cda8d1bf5 SHA1 99bb27b39ddd4bd3db8078e128eadfcde1c3b64b SHA256 be291c0f4c7e7d64404ec58b9e92c2455c4342d3c96c721ba21a80fce8332e83 EBUILD crafty-20.13.ebuild 2290 RMD160 ac1d8ea55da60fea9eea0804b5ae4adf317bb5c0 SHA1 949e7b3b95721f62bf1cee1674b6299c8c035196 SHA256 eae9fe1e48423af70cb60c4fe00563e5031f4e93ecc40715509eede1d7c9a87d -EBUILD crafty-20.14.ebuild 2319 RMD160 9631a70bd2b4d486d0709a6bd6fa062e73d9586c SHA1 632384d105046a61cacd27f85916a09da818aa08 SHA256 ece86f0e7754801b3a8fa94c02d6332a96d4a66de33f524cbb3c0686aaf42940 EBUILD crafty-21.6-r1.ebuild 2712 RMD160 8818242c9e35377d1b7f29804e71af5ae48bd008 SHA1 4fa0b9194fcc5c0d0a439f828bf405ad049ec92b SHA256 48271e185bb734d758585118b8e6a4c91ee94b51827fd6fe0ca9503a2facbc68 -EBUILD crafty-21.6.ebuild 2609 RMD160 095edb00a2005268cad04f6c65b05086286231d5 SHA1 e963484c189628851519831501d449852cc9d6fb SHA256 5171a15bd6d6d356febdbb9db551f35b85e2fc3a7ae76d70d7d6888ada8477c9 MISC ChangeLog 3592 RMD160 7307477efc3e673db39a234f6ffa76ce7ed2529e SHA1 bae73fb83165fe789454467bea2531bd598f5eae SHA256 40c6d4fce242509ae0297a17d67b4e3fe8c95cec93cb402b301d7fc188fdf97d MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-board/crafty/crafty-20.14.ebuild b/games-board/crafty/crafty-20.14.ebuild deleted file mode 100644 index 515344d4461a..000000000000 --- a/games-board/crafty/crafty-20.14.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-20.14.ebuild,v 1.3 2007/03/12 13:44:57 genone 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" -RESTRICT="test" - -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="${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 - 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/crafty-21.6.ebuild b/games-board/crafty/crafty-21.6.ebuild deleted file mode 100644 index 779780ae428a..000000000000 --- a/games-board/crafty/crafty-21.6.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/crafty-21.6.ebuild,v 1.2 2007/12/09 10:25:17 tupone 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" -RESTRICT="test" - -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/' \ - -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 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 -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" - 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 -} |