diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2007-05-23 21:50:00 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2007-05-23 21:50:00 +0000 |
commit | 0ecef1f880cd82f4c5ea60f23b76f43c66b47928 (patch) | |
tree | 58cff160323f9323fc02e1bbd8f1382db7a34f40 /dev-games | |
parent | mask mod_auth_ldap for removal (diff) | |
download | gentoo-2-0ecef1f880cd82f4c5ea60f23b76f43c66b47928.tar.gz gentoo-2-0ecef1f880cd82f4c5ea60f23b76f43c66b47928.tar.bz2 gentoo-2-0ecef1f880cd82f4c5ea60f23b76f43c66b47928.zip |
Version bump
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/poker-eval/ChangeLog | 7 | ||||
-rw-r--r-- | dev-games/poker-eval/files/digest-poker-eval-132.0 | 3 | ||||
-rw-r--r-- | dev-games/poker-eval/files/digest-poker-eval-134.0 | 3 | ||||
-rw-r--r-- | dev-games/poker-eval/poker-eval-132.0.ebuild | 17 | ||||
-rw-r--r-- | dev-games/poker-eval/poker-eval-134.0.ebuild | 22 |
5 files changed, 31 insertions, 21 deletions
diff --git a/dev-games/poker-eval/ChangeLog b/dev-games/poker-eval/ChangeLog index 3badcf4055dc..d7c1d1b4d6e6 100644 --- a/dev-games/poker-eval/ChangeLog +++ b/dev-games/poker-eval/ChangeLog @@ -1,6 +1,11 @@ # 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.12 2007/03/19 12:02:32 kloeri Exp $ +# $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 <nyhm@gentoo.org> +poker-eval-134.0.ebuild: + Version bump 19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml: Remove tcort from metadata.xml due to retirement. diff --git a/dev-games/poker-eval/files/digest-poker-eval-132.0 b/dev-games/poker-eval/files/digest-poker-eval-132.0 deleted file mode 100644 index 35e3af74e93b..000000000000 --- a/dev-games/poker-eval/files/digest-poker-eval-132.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 03c2046b5bd6b1f116623b8bba067df8 poker-eval-132.0.tar.gz 438344 -RMD160 ca822d91208a9f5b90720ef79e254c75c12d2f7f poker-eval-132.0.tar.gz 438344 -SHA256 95678c6193f498a8f1b0d4b61a89bbd80dbb6a2037dbf21750468383940e805e poker-eval-132.0.tar.gz 438344 diff --git a/dev-games/poker-eval/files/digest-poker-eval-134.0 b/dev-games/poker-eval/files/digest-poker-eval-134.0 new file mode 100644 index 000000000000..5f3241f524db --- /dev/null +++ b/dev-games/poker-eval/files/digest-poker-eval-134.0 @@ -0,0 +1,3 @@ +MD5 aa6d39fd3b9025fb47f25009cde60d9b poker-eval-134.0.tar.gz 467634 +RMD160 6e02919d729238418621b1af472ad19386580784 poker-eval-134.0.tar.gz 467634 +SHA256 56c14e6e778328e4fb004170cc0cb4491e3cb1f80e73a8b6e98c3373a4b8f3a4 poker-eval-134.0.tar.gz 467634 diff --git a/dev-games/poker-eval/poker-eval-132.0.ebuild b/dev-games/poker-eval/poker-eval-132.0.ebuild deleted file mode 100644 index ae9ddc099da1..000000000000 --- a/dev-games/poker-eval/poker-eval-132.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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-132.0.ebuild,v 1.3 2006/10/06 18:15:03 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 -} diff --git a/dev-games/poker-eval/poker-eval-134.0.ebuild b/dev-games/poker-eval/poker-eval-134.0.ebuild new file mode 100644 index 000000000000..387f2cd0e293 --- /dev/null +++ b/dev-games/poker-eval/poker-eval-134.0.ebuild @@ -0,0 +1,22 @@ +# 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 +} |