diff options
author | 2005-08-24 05:28:11 +0000 | |
---|---|---|
committer | 2005-08-24 05:28:11 +0000 | |
commit | 7d159d42656f9113e03f981810e2182d83b14fb9 (patch) | |
tree | c360cbfe53df41dbce2fbce77aa80426e69d326c /games-board | |
parent | stable on x86 (diff) | |
download | gentoo-2-7d159d42656f9113e03f981810e2182d83b14fb9.tar.gz gentoo-2-7d159d42656f9113e03f981810e2182d83b14fb9.tar.bz2 gentoo-2-7d159d42656f9113e03f981810e2182d83b14fb9.zip |
clean old ebuilds
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/crafty/ChangeLog | 6 | ||||
-rw-r--r-- | games-board/crafty/crafty-19.1.ebuild | 82 | ||||
-rw-r--r-- | games-board/crafty/crafty-19.12.ebuild | 70 | ||||
-rw-r--r-- | games-board/crafty/crafty-19.15.ebuild | 78 | ||||
-rw-r--r-- | games-board/crafty/crafty-19.18.ebuild | 76 | ||||
-rw-r--r-- | games-board/crafty/files/digest-crafty-19.1 | 1 | ||||
-rw-r--r-- | games-board/crafty/files/digest-crafty-19.12 | 1 | ||||
-rw-r--r-- | games-board/crafty/files/digest-crafty-19.15 | 1 | ||||
-rw-r--r-- | games-board/crafty/files/digest-crafty-19.18 | 1 |
9 files changed, 5 insertions, 311 deletions
diff --git a/games-board/crafty/ChangeLog b/games-board/crafty/ChangeLog index db7f115971df..5413b54c6687 100644 --- a/games-board/crafty/ChangeLog +++ b/games-board/crafty/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/crafty # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.12 2005/08/24 05:25:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/crafty/ChangeLog,v 1.13 2005/08/24 05:28:11 mr_bones_ Exp $ + + 24 Aug 2005; Michael Sterrett <mr_bones_@gentoo.org> -crafty-19.1.ebuild, + -crafty-19.12.ebuild, -crafty-19.15.ebuild, -crafty-19.18.ebuild: + clean old ebuilds 24 Aug 2005; Michael Sterrett <mr_bones_@gentoo.org> crafty-19.19.ebuild: stable on x86 diff --git a/games-board/crafty/crafty-19.1.ebuild b/games-board/crafty/crafty-19.1.ebuild deleted file mode 100644 index b4129ecf7ed7..000000000000 --- a/games-board/crafty/crafty-19.1.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# 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.1.ebuild,v 1.6 2004/08/15 07:02:14 vapier Exp $ - -DESCRIPTION="chess engine" -HOMEPAGE="ftp://ftp.cis.uab.edu/pub/hyatt/" -SRC_URI="ftp://ftp.cis.uab.edu/pub/hyatt/v19/${P}.tar.gz" - -LICENSE="crafty" -SLOT="0" -KEYWORDS="x86 ppc amd64" -IUSE="icc" - -DEPEND="virtual/libc - icc? ( >=dev-lang/icc-5.0 )" -RDEPEND="virtual/libc" - -S=${WORKDIR} - -src_compile() { - local makeopts opt - - makeopts="${makeopts} CC=gcc CXX=g++ target=LINUX" - - mv Makefile Makefile.bak - sed "/-o crafty/s/CC/CXX/" Makefile.bak > Makefile - - if use icc; then - - makeopts="${makeopts} CC=icc CXX=gcc" - - CFLAGS="-D_REENTRANT -O2 -fno-alias -tpp6" - CFLAGS="${CFLAGS} -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST -DSMP -DCPUS=4 -DCLONE -DDGT" - - CXFLAGS="-Wall -pipe -D_REENTRANT -march=i686 -O" - CXFLAGS="${CXFLAGS} -Wall -fforce-mem -fomit-frame-pointer -fno-gcse -mpreferred-stack-boundary=2" - - makeopts="${makeopts} asm=X86-elf.o" - - else - - if test "${CHOST}" = "i686-pc-linux-gnu" -o "${CHOST}" = "i586-pc-linux-gnu"; - then - - # i586/i686 enhancements - - CFLAGS="${CFLAGS}" - CFLAGS="${CFLAGS} -fforce-mem -fomit-frame-pointer -fno-gcse -mpreferred-stack-boundary=2" - makeopts="${makeopts} asm=X86-elf.o" - CFLAGS="${CFLAGS} -DCOMPACT_ATTACKS -DUSE_ATTACK_FUNCTIONS -DUSE_ASSEMBLY_A -DUSE_ASSEMBLY_B -DFAST -DSMP -DCPUS=4 -DCLONE -DDGT" - - else - - # fallback - - # let everything as is, is wont be optimized, but compile will hopefully work - - # not tested for ppc until now - - makeopts="${makeopts}" - fi - fi - - #added patch to close bug #5392 - Gerk - [ ${ARCH} = "ppc" ] && patch -p0 < ${FILESDIR}/crafty-18.15-ppc.patch - - make ${makeopts} CXX=g++ crafty-make || die -} - -src_install() { - dobin crafty -} - -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/crafty-19.12.ebuild b/games-board/crafty/crafty-19.12.ebuild deleted file mode 100644 index 3de07313ea76..000000000000 --- a/games-board/crafty/crafty-19.12.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# 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.12.ebuild,v 1.4 2004/08/15 07:02:14 vapier 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="crafty" -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 '/-o crafty/s/CC/CXX/' Makefile -} - -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 - 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/crafty-19.15.ebuild b/games-board/crafty/crafty-19.15.ebuild deleted file mode 100644 index 5b02250cd3e5..000000000000 --- a/games-board/crafty/crafty-19.15.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# 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.2 2004/08/15 07:02:14 vapier 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="crafty" -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/crafty-19.18.ebuild b/games-board/crafty/crafty-19.18.ebuild deleted file mode 100644 index 706ac1f0f4c7..000000000000 --- a/games-board/crafty/crafty-19.18.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# 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.1 b/games-board/crafty/files/digest-crafty-19.1 deleted file mode 100644 index f0c8dea8d6fb..000000000000 --- a/games-board/crafty/files/digest-crafty-19.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 cefc2987cc3e1f1837d7a4fd7e543535 crafty-19.1.tar.gz 370843 diff --git a/games-board/crafty/files/digest-crafty-19.12 b/games-board/crafty/files/digest-crafty-19.12 deleted file mode 100644 index c998372d265b..000000000000 --- a/games-board/crafty/files/digest-crafty-19.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 0b5b064fb844b95b50741128cd9fd586 crafty-19.12.tar.gz 382550 diff --git a/games-board/crafty/files/digest-crafty-19.15 b/games-board/crafty/files/digest-crafty-19.15 deleted file mode 100644 index 93d3ac500601..000000000000 --- a/games-board/crafty/files/digest-crafty-19.15 +++ /dev/null @@ -1 +0,0 @@ -MD5 64f503fbf515bb43044c4aac445ccbee crafty-19.15.tar.gz 393516 diff --git a/games-board/crafty/files/digest-crafty-19.18 b/games-board/crafty/files/digest-crafty-19.18 deleted file mode 100644 index e34429e64f91..000000000000 --- a/games-board/crafty/files/digest-crafty-19.18 +++ /dev/null @@ -1 +0,0 @@ -MD5 00cee251c56ed4c8381529ad8a7ded76 crafty-19.18.tar.gz 395272 |