summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Cort <tcort@gentoo.org>2006-10-15 16:24:01 +0000
committerThomas Cort <tcort@gentoo.org>2006-10-15 16:24:01 +0000
commitf0684b1d975b9fcf8171980df4f6048b22a39286 (patch)
treee029d8b93b5e386f7064e9e00978ec760215d123 /dev-games
parentRemoved old ebuild. (diff)
downloadgentoo-2-f0684b1d975b9fcf8171980df4f6048b22a39286.tar.gz
gentoo-2-f0684b1d975b9fcf8171980df4f6048b22a39286.tar.bz2
gentoo-2-f0684b1d975b9fcf8171980df4f6048b22a39286.zip
Version bump to 133.0.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/poker-eval/ChangeLog7
-rw-r--r--dev-games/poker-eval/files/digest-poker-eval-133.03
-rw-r--r--dev-games/poker-eval/poker-eval-133.0.ebuild17
3 files changed, 26 insertions, 1 deletions
diff --git a/dev-games/poker-eval/ChangeLog b/dev-games/poker-eval/ChangeLog
index 7b97a8af82cb..dee26e6ee766 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-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/poker-eval/ChangeLog,v 1.8 2006/10/08 13:40:18 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/poker-eval/ChangeLog,v 1.9 2006/10/15 16:24:01 tcort Exp $
+
+*poker-eval-133.0 (15 Oct 2006)
+
+ 15 Oct 2006; Thomas Cort <tcort@gentoo.org> +poker-eval-133.0.ebuild:
+ Version bump to 133.0.
08 Oct 2006; Thomas Cort <tcort@gentoo.org> -poker-eval-131.0.ebuild:
Remove old ebuild.
diff --git a/dev-games/poker-eval/files/digest-poker-eval-133.0 b/dev-games/poker-eval/files/digest-poker-eval-133.0
new file mode 100644
index 000000000000..accd47675e02
--- /dev/null
+++ b/dev-games/poker-eval/files/digest-poker-eval-133.0
@@ -0,0 +1,3 @@
+MD5 a0495760b99d224ac85f9f80e58c4fb5 poker-eval-133.0.tar.gz 466897
+RMD160 fd70c81d46171fffa85f020d85277772a8c2bae7 poker-eval-133.0.tar.gz 466897
+SHA256 5b06fadef4efa2e8d959fba345d1930912a735622f70c3cb898c75f45a2343f0 poker-eval-133.0.tar.gz 466897
diff --git a/dev-games/poker-eval/poker-eval-133.0.ebuild b/dev-games/poker-eval/poker-eval-133.0.ebuild
new file mode 100644
index 000000000000..588a69ede0a8
--- /dev/null
+++ b/dev-games/poker-eval/poker-eval-133.0.ebuild
@@ -0,0 +1,17 @@
+# 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.1 2006/10/15 16:24:01 tcort 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
+}