Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59835 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]
ggo-1.0.ebuild
ggo-1.0.ebuild (text/plain), 945 bytes, created by
Mr. Bones. (RETIRED)
on 2005-05-25 17:55:12 UTC
(
hide
)
Description:
ggo-1.0.ebuild
Filename:
MIME Type:
Creator:
Mr. Bones. (RETIRED)
Created:
2005-05-25 17:55:12 UTC
Size:
945 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/gGo-${PV}.tar.gz" > >LICENSE="PANDA-gGo" >SLOT="0" >KEYWORDS="x86" >IUSE="" >RESTRICT="nomirror" > >DEPEND=">=virtual/jdk-1.3" >RDEPEND=">=virtual/jre-1.3" > >S=${WORKDIR} > >src_unpack() { > 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() { > dogamesbin usr/local/gGo/bin/ggo || die "dogamesbin failed" > dodir "${GAMES_DATADIR}/${PN}" > cp usr/local/gGo/lib/* "${D}${GAMES_DATADIR}/${PN}" \ > || die "cp 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