Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 696 - new gnugo ebuild
Summary: new gnugo ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-14 11:14 UTC by Einar Karttunen
Modified: 2003-01-28 00:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Einar Karttunen 2002-02-14 11:14:56 UTC
This is a development version of app-games/gnugo
Comment 1 Einar Karttunen 2002-02-14 11:16:21 UTC
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Einar Karttunen <ekarttun@cs.helsinki.fi>
# this is a development version of gnugo

S=${WORKDIR}/${P}
DESCRIPTION="A Go-playing program"
SRC_URI="ftp://match.stanford.edu/pub/gnugo/${P}.tar.gz"
HOMEPAGE="http://www.gnu.org/software/gnugo/"
DEPEND="virtual/glibc"

src_compile() {
    ./configure --enable-cache-size=32 \
	--enable-level=10 --enable-dfa --prefix=/usr \
	--mandir=/usr/share/man --infodir=/usr/share/info || die
    emake || die
}

src_install () {
    make DESTDIR=${D} install || die
}


Comment 2 Arcady Genkin (RETIRED) gentoo-dev 2002-03-03 12:30:10 UTC
To Daniel:  What's our policy for adding development version of applications to
the portage tree, when a stable branch exists for the app?  I'm kinda hesitant
about adding this one...

There is an ebuild for gnugo-3.0 in the portages, and this bug is about (if I
understand correctly) adding a 3.1.X version.

To Einar: please be more explicit about the version of the ebuild you are
requesting to be added.  If it's not too much trouble, an updated ChangeLog
would be also appreciated.
Comment 3 Arcady Genkin (RETIRED) gentoo-dev 2002-04-21 21:24:33 UTC
Closing this as WONTFIX, since, personally, I have not been convinced that
development versions of programs should be making it into the portage, of course
provided that stable branches exist for the same package.