Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/poker-eval: ChangeLog poker-eval-135.0.ebuild
Date: Thu, 01 Jan 2009 22:26:42
Message-Id: E1LIW00-0005Mc-Qy@stork.gentoo.org
1 mr_bones_ 09/01/01 22:26:40
2
3 Modified: ChangeLog
4 Added: poker-eval-135.0.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
8
9 Revision Changes Path
10 1.14 dev-games/poker-eval/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/poker-eval/ChangeLog?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/poker-eval/ChangeLog?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/poker-eval/ChangeLog?r1=1.13&r2=1.14
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-games/poker-eval/ChangeLog,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- ChangeLog 23 May 2007 21:50:00 -0000 1.13
23 +++ ChangeLog 1 Jan 2009 22:26:40 -0000 1.14
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-games/poker-eval
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-games/poker-eval/ChangeLog,v 1.13 2007/05/23 21:50:00 nyhm Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-games/poker-eval/ChangeLog,v 1.14 2009/01/01 22:26:40 mr_bones_ Exp $
30 +
31 +*poker-eval-135.0 (01 Jan 2009)
32 +
33 + 01 Jan 2009; Michael Sterrett <mr_bones_@g.o>
34 + +poker-eval-135.0.ebuild:
35 + version bump
36
37 *poker-eval-134.0 (23 May 2007)
38
39
40
41
42 1.1 dev-games/poker-eval/poker-eval-135.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/poker-eval/poker-eval-135.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/poker-eval/poker-eval-135.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: poker-eval-135.0.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-games/poker-eval/poker-eval-135.0.ebuild,v 1.1 2009/01/01 22:26:40 mr_bones_ Exp $
52
53 DESCRIPTION="A fast C library for evaluating poker hands"
54 HOMEPAGE="http://pokersource.info/"
55 SRC_URI="http://download.gna.org/pokersource/sources/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~x86"
60 IUSE=""
61
62 src_compile() {
63 econf --without-ccache || die
64 emake || die "emake failed"
65 }
66
67 src_install() {
68 emake DESTDIR="${D}" install || die "emake install failed"
69 dodoc AUTHORS ChangeLog NEWS README TODO WHATS-HERE
70 }