Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59773 Details for
Bug 93770
ebuild: games-puzzle/jools
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jools-0.20.ebuild
jools-0.20.ebuild (text/plain), 907 bytes, created by
Anton Romanov
on 2005-05-25 02:00:11 UTC
(
hide
)
Description:
jools-0.20.ebuild
Filename:
MIME Type:
Creator:
Anton Romanov
Created:
2005-05-25 02:00:11 UTC
Size:
907 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils games distutils >MUS_URI=jools-musicpack-1.0.tar.gz >DESCRIPTION="a little puzzle game, similar to the famous Bejeweled or Zookeeper" >HOMEPAGE="http://www.eecs.umich.edu/~pelzlpj/jools/" >SRC_URI="http://www.eecs.umich.edu/~pelzlpj/jools/${P}.tar.gz > http://www.eecs.umich.edu/~pelzlpj/jools/${MUS_URI}" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="" > >DEPEND=">=dev-python/pygame-1.4" > >src_unpack() { > unpack ${P}.tar.gz > cd ${S}/jools/music > unpack ${MUS_URI} > >} > >src_install() { > sed -i 's:share/jools:share/games/jools:' setup.py > distutils_src_install > rm -R ${D}/usr/bin > dodir ${GAMES_DATADIR} > mv ${D}usr/share/jools ${D}${GAMES_DATADIR}/jools > dogamesbin jools/jools > prepgamesdirs > make_desktop_entry jools Jools "${GAMES_DATADIR}/${PN}/images/ruby/0001.png" >}
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 93770
:
59680
| 59773