Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-games/poker-eval
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/poker-eval/ChangeLog,v 1.13 2007/05/23 21:50:00 nyhm Exp $
*poker-eval-134.0 (23 May 2007)
23 May 2007; Tristan Heaven
Version bump
19 Mar 2007; Bryan Østergaard
Remove tcort from metadata.xml due to retirement.
19 Nov 2006; Andrej Kacian
Stable on x86, bug #155631.
19 Nov 2006; Thomas Cort
Stable on alpha and amd64.
*poker-eval-133.0 (15 Oct 2006)
15 Oct 2006; Thomas Cort
Version bump to 133.0.
08 Oct 2006; Thomas Cort
Remove old ebuild.
06 Oct 2006; Andrej Kacian
Stable on x86, bug #150218.
27 Sep 2006; Thomas Cort
Stable on alpha and amd64.
*poker-eval-132.0 (21 Aug 2006)
21 Aug 2006; Thomas Cort
Version bump to 132.0.
06 Aug 2006; Andrej Kacian
Stable on x86. Bug #142984.
06 Aug 2006; Thomas Cort
Stable on alpha and amd64.
06 Jul 2006; Thomas Cort
Added ~alpha keyword.
*poker-eval-131.0 (14 Jun 2006)
14 Jun 2006; Thomas Cort
+poker-eval-131.0.ebuild:
Initial commit. Ebuild from Bug #92515.
DIST poker-eval-133.0.tar.gz 466897 RMD160 fd70c81d46171fffa85f020d85277772a8c2bae7 SHA1 fb7ea0b822fdb43b0f963de06cd3bcdf4860ff68 SHA256 5b06fadef4efa2e8d959fba345d1930912a735622f70c3cb898c75f45a2343f0
DIST poker-eval-134.0.tar.gz 467634 RMD160 6e02919d729238418621b1af472ad19386580784 SHA1 09d419b3381e3ca249c8ad7dd26eee2777bc1e65 SHA256 56c14e6e778328e4fb004170cc0cb4491e3cb1f80e73a8b6e98c3373a4b8f3a4
EBUILD poker-eval-133.0.ebuild 572 RMD160 25ea99d0f8e6989350a9ff16c97b719333a6e257 SHA1 f03c6bb9642da8b6eaa657ddcede4a3925446fb9 SHA256 2e3eb8a9e13d16e0ca5985b3ae855ada037b177b6695a810b5226ea9dd5e6c1a
EBUILD poker-eval-134.0.ebuild 660 RMD160 c294ad63f0578cebccc94162764a43077a7dfc59 SHA1 30dfe38868d0883fb80d4835858cbdb8bd0a0e76 SHA256 eb918b335c565112828a7cfa82f4970c2452c297fa18ca8c5535e201e9c65a42
MISC ChangeLog 1687 RMD160 36c522c601b2bfa45ae30f6a3f35c8ab398e77b8 SHA1 d4fab19d8715cd15b17fbe6efc2c3794d6b12015 SHA256 9c392316b838077b742ad2fccc578edb43cdf7a02b4995afc9d5d26968a0b1c9
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/poker-eval/poker-eval-133.0.ebuild,v 1.3 2006/11/19 22:27:16 ticho Exp $
DESCRIPTION="A fast C library for evaluating poker hands."
HOMEPAGE="http://pokersource.org/"
SRC_URI="http://download.gna.org/pokersource/sources/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 x86"
IUSE=""
src_install() {
make DESTDIR="${D}" install || die "install failed"
dodoc AUTHORS ChangeLog NEWS README TODO WHATS-HERE
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/poker-eval/poker-eval-134.0.ebuild,v 1.1 2007/05/23 21:50:00 nyhm Exp $
DESCRIPTION="A fast C library for evaluating poker hands"
HOMEPAGE="http://pokersource.info/"
SRC_URI="http://download.gna.org/pokersource/sources/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~x86"
IUSE=""
src_compile() {
econf --without-ccache || die
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README TODO WHATS-HERE
}