Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 51653 Details for
Bug 82552
[EBUILD] gGo-1.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
games-board/gGo-1.0
gGo-1.0.ebuild (text/plain), 939 bytes, created by
Christoph Brill (egore) (RESIGNED)
on 2005-02-20 05:22:46 UTC
(
hide
)
Description:
games-board/gGo-1.0
Filename:
MIME Type:
Creator:
Christoph Brill (egore) (RESIGNED)
Created:
2005-02-20 05:22:46 UTC
Size:
939 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit games > >DESCRIPTION="a Go board, SGF editor, client for the Internet Go Server and an interface for playing with GNU Go" >HOMEPAGE="http://panda-igs.joyjoy.net/java/gGo/" >SRC_URI="http://panda-igs.joyjoy.net/java/gGo/download/${P}.tar.gz" > >LICENSE="as-is" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND=">=virtual/jdk-1.3" >RDEPEND=">=virtual/jre-1.3" > >S=${WORKDIR} > >src_unpack() { > cd "${S}" > unpack "${A}" > tar -xpf gGo.ss > sed -i -e "s:/usr/local/gGo/lib/:${GAMES_DATADIR}/${PN}/:" usr/local/gGo/bin/ggo || die "sed failed" >} > >src_install() { > dodir "${GAMES_DATADIR}/${PN}" > cp usr/local/gGo/lib/* "${D}${GAMES_DATADIR}/${PN}" || die "Installing data failed" > dogamesbin usr/local/gGo/bin/ggo || die "Installing executable failed" > > dodoc usr/local/gGo/doc/*.txt > dohtml usr/local/gGo/doc/manual > > prepgamesdirs >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 82552
:
51577
|
51600
|
51601
|
51653
|
59835