public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-board/gnugo: ChangeLog gnugo-3.8.ebuild
Date: Thu, 12 Mar 2009 05:17:09 +0000	[thread overview]
Message-ID: <E1LhdI5-0001Wx-Vi@stork.gentoo.org> (raw)

mr_bones_    09/03/12 05:17:09

  Modified:             ChangeLog
  Added:                gnugo-3.8.ebuild
  Log:
  version bump
  (Portage version: 2.1.6.7/cvs/Linux i686)

Revision  Changes    Path
1.18                 games-board/gnugo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnugo/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnugo/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnugo/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	24 Jan 2009 05:22:49 -0000	1.17
+++ ChangeLog	12 Mar 2009 05:17:09 -0000	1.18
@@ -1,6 +1,11 @@
 # ChangeLog for games-board/gnugo
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v 1.17 2009/01/24 05:22:49 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/ChangeLog,v 1.18 2009/03/12 05:17:09 mr_bones_ Exp $
+
+*gnugo-3.8 (12 Mar 2009)
+
+  12 Mar 2009; Michael Sterrett <mr_bones_@gentoo.org> +gnugo-3.8.ebuild:
+  version bump (bug #262063)
 
 *gnugo-3.7.13 (24 Jan 2009)
 



1.1                  games-board/gnugo/gnugo-3.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnugo/gnugo-3.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-board/gnugo/gnugo-3.8.ebuild?rev=1.1&content-type=text/plain

Index: gnugo-3.8.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gnugo/gnugo-3.8.ebuild,v 1.1 2009/03/12 05:17:09 mr_bones_ Exp $

EAPI=2
inherit games

DESCRIPTION="A Go-playing program"
HOMEPAGE="http://www.gnu.org/software/gnugo/devel.html"
SRC_URI="http://match.stanford.edu/gnugo/archive/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86"
IUSE="readline"

DEPEND="readline? ( sys-libs/readline >=sys-libs/ncurses-5.2-r3 )"

src_configure() {
	egamesconf \
		--disable-dependency-tracking \
		$(use_with readline) \
		--enable-cache-size=32
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
	prepgamesdirs
}






             reply	other threads:[~2009-03-12  5:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-12  5:17 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-09-22  8:09 [gentoo-commits] gentoo-x86 commit in games-board/gnugo: ChangeLog gnugo-3.8.ebuild Markus Meier (maekke)
2009-10-03 15:40 Tobias Klausmann (klausman)
2009-11-13 17:14 Mounir Lamouri (volkmar)
2009-12-19 21:05 Fabian Groffen (grobian)
2010-06-06 20:03 Joseph Jezak (josejx)
2010-09-19  2:17 Jonathan Callen (abcd)
2013-01-31  9:11 Michael Sterrett (mr_bones_)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1LhdI5-0001Wx-Vi@stork.gentoo.org \
    --to=mr_bones_@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox