Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 177408 Details for
Bug 134648
Ebuild request: games-board/gogrinder
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
added ~x86
gogrinder-1.14.ebuild (text/plain), 1.06 KB, created by
ron widler
on 2009-01-04 21:35:19 UTC
(
hide
)
Description:
added ~x86
Filename:
MIME Type:
Creator:
ron widler
Created:
2009-01-04 21:35:19 UTC
Size:
1.06 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games > > >S=${WORKDIR} >MY_PN="GoGrinder" > >DESCRIPTION="GoGrinder is a Java application for practicing Go problems." >HOMEPAGE="http://gogrinder.sourceforge.net" >SRC_URI="http://downloads.sourceforge.net/gogrinder/${MY_PN}-${PV}-full.zip > goproblems? ( http://goproblems.com/mkoff/goproblemsSGF.tgz ) " > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="goproblems" > >RDEPEND=">=virtual/jre-1.4" >DEPEND=">=virtual/jdk-1.4 > app-arch/unzip" > > >src_unpack() { > unpack "${MY_PN}-${PV}-full.zip" > cd "${S}" > use goproblems && ( cd "${S}/problems" && unpack "goproblemsSGF.tgz" && rm -r "goproblemsSGF/CVS" ) > >} > > >src_compile() { > einfo "Nothing to compile." >} > >src_install() { > dodir "${GAMES_BINDIR}" > insinto "${GAMES_DATADIR}/${MY_PN}" > doins *.jar grind.dat > cp -r "${S}/problems" "${D}/${GAMES_DATADIR}/${MY_PN}" > cp -r "${S}/docs" "${D}/${GAMES_DATADIR}/${MY_PN}" > > exeinto "${GAMES_BINDIR}" > doexe "${FILESDIR}/${MY_PN}" > 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 134648
:
103994
|
103995
| 177408