Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 176091 Details for
Bug 143388
Frets on Fire Ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for version 1.3.110
fretsonfire-1.3.110.ebuild (text/plain), 1.84 KB, created by
pdz
on 2008-12-21 21:08:48 UTC
(
hide
)
Description:
ebuild for version 1.3.110
Filename:
MIME Type:
Creator:
pdz
Created:
2008-12-21 21:08:48 UTC
Size:
1.84 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils python games > >MY_PN="FretsOnFire" >DESCRIPTION="A game of musical skill and fast fingers" >HOMEPAGE="http://fretsonfire.sourceforge.net/" >SRC_URI="mirror://sourceforge/fretsonfire/${MY_PN}-${PV}.tar.gz" > >LICENSE="" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="glew guitarhero psyco" > >DEPEND="" >RDEPEND=">=dev-lang/python-2.3 > >=dev-python/numeric-23.8 > >=dev-python/pyopengl-2.0.1.09 > dev-python/pyvorbis > dev-python/pygame > dev-python/PyAmanith > dev-python/imaging > dev-python/numpy > psyco? ( dev-python/psyco ) > glew? ( dev-python/glewpy ) > guitarhero? ( media-sound/vorbis-tools )" > >S="${WORKDIR}/Frets on Fire-${PV}" > >pkg_setup() { > if ! built_with_use media-libs/sdl-mixer vorbis ; then > die "Please emerge media-libs/sdl-mixer with USE=vorbis" > fi > games_pkg_setup >} > >src_unpack() { > unpack ${A} > cd "${S}" > rm -f Makefile > > sed -i -e "s:\(FretsOnFire.py\):$(games_get_libdir)/${PN}/\1:" \ > src/FretsOnFire.py || die "sed FretsOnFire.py failed" > sed -i -e "s:os.path.join(\"..\", \"\(data\)\"):\"${GAMES_DATADIR}/${PN}/\1\":" \ > src/Version.py || die "sed Version.py failed" > > has_version '=dev-python/pyxml-0.8.4' && \ > epatch "${FILESDIR}/${PN}-pyxml.patch" >} > >src_install() { > insinto "$(games_get_libdir)/${PN}" > doins -r src/*.py src/midi || die "doins failed (*.py)" > > insinto "${GAMES_DATADIR}/${PN}" > doins -r data || die "doins failed (data)" > > > games_make_wrapper ${MY_PN} "python FretsOnFire.py" "$(games_get_libdir)/${PN}" > > dodoc readme.txt todo.txt > dohtml -r doc/html/* > > newicon data/icon.png ${PN}.png > make_desktop_entry ${MY_PN} "Frets on Fire" > > prepgamesdirs >} > >pkg_postinst() { > games_pkg_postinst > python_mod_optimize "${ROOT}$(games_get_libdir)/${PN}" >} > >pkg_postrm() { > python_mod_cleanup "${ROOT}$(games_get_libdir)/${PN}" >}
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 143388
:
97384
|
104332
|
104333
|
104334
|
104335
|
110099
|
116680
|
116854
|
118089
|
133969
|
145300
| 176091 |
178959
|
178966
|
179063
|
179116
|
231391
|
256780
|
262359