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 games-board/gnugo: ChangeLog gnugo-3.7.12.ebuild
Date: Tue, 24 Jun 2008 01:51:23
Message-Id: E1KAxgj-0008HV-Rb@stork.gentoo.org
1 mr_bones_ 08/06/24 01:51:17
2
3 Modified: ChangeLog
4 Added: gnugo-3.7.12.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.16 games-board/gnugo/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnugo/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnugo/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnugo/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 12 Oct 2006 17:14:35 -0000 1.15
23 +++ ChangeLog 24 Jun 2008 01:51:17 -0000 1.16
24 @@ -1,6 +1,11 @@
25 # ChangeLog for games-board/gnugo
26 -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v 1.15 2006/10/12 17:14:35 nyhm Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v 1.16 2008/06/24 01:51:17 mr_bones_ Exp $
30 +
31 +*gnugo-3.7.12 (24 Jun 2008)
32 +
33 + 24 Jun 2008; Michael Sterrett <mr_bones_@g.o> +gnugo-3.7.12.ebuild:
34 + version bump
35
36 *gnugo-3.7.10 (12 Oct 2006)
37
38
39
40
41 1.1 games-board/gnugo/gnugo-3.7.12.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnugo/gnugo-3.7.12.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnugo/gnugo-3.7.12.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gnugo-3.7.12.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.7.12.ebuild,v 1.1 2008/06/24 01:51:17 mr_bones_ Exp $
51
52 inherit games
53
54 DESCRIPTION="A Go-playing program"
55 HOMEPAGE="http://www.gnu.org/software/gnugo/devel.html"
56 SRC_URI="http://match.stanford.edu/gnugo/archive/${P}.tar.gz"
57
58 LICENSE="GPL-3"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
61 IUSE="readline"
62
63 DEPEND=">=sys-libs/ncurses-5.2-r3
64 readline? ( sys-libs/readline )"
65
66 src_compile() {
67 egamesconf \
68 $(use_with readline) \
69 --disable-dependency-tracking \
70 --enable-cache-size=32 || die
71 emake || die "emake failed"
72 }
73
74 src_install() {
75 emake DESTDIR="${D}" install || die "emake install failed"
76 dodoc AUTHORS ChangeLog NEWS README THANKS TODO
77 prepgamesdirs
78 }
79
80
81
82 --
83 gentoo-commits@l.g.o mailing list