Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 42052 Details for
Bug 67925
jajouka-0.61.ebuild and jajouka-rescan-0.61.ebuild (new packages)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
jajouka-0.61.ebuild (new package)
jajouka-0.61.ebuild (text/plain), 1.40 KB, created by
Andy Balcombe
on 2004-10-17 13:24:10 UTC
(
hide
)
Description:
jajouka-0.61.ebuild (new package)
Filename:
MIME Type:
Creator:
Andy Balcombe
Created:
2004-10-17 13:24:10 UTC
Size:
1.40 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Jajouka. A GUI for Giantdisc jukeboxes." >HOMEPAGE="http://www.anti-particle.com/jajouka.shtml" >SRC_URI="http://www.anti-particle.com/downloads/${P}.tar.gz" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="x86" >IUSE="" > >DEPEND=">=dev-lang/python-2.3 > >=dev-python/pygtk-2.3.92 > >=dev-python/mysql-python-0.9.2 > !media-sound/jajouka-rescan" > >S=${WORKDIR}/jajouka > >src_compile() { > #make script to start jajouka > echo "#!/bin/bash" > jajouka > echo "cd /usr/share/jajouka" >> jajouka > echo "python jajouka.py \$*" >> jajouka > > #make script to start gdisc_rescan > echo "#!/bin/bash" > jajouka_gd_rescan > echo "cd /usr/share/jajouka" >> jajouka_gd_rescan > echo "python gdisc_rescan.py \$*" >> jajouka_gd_rescan > > python -c "import compileall; compileall.compile_dir('${S}')" >} > >src_install() { > insinto /usr/share/jajouka > doins *.py *.pyc jajouka.conf > > exeinto /usr/share/jajouka > doexe jajouka.py > > cp -R {glade,pixmaps} ${D}/usr/share/jajouka > > fowners root:root /usr/share/jajouka/*.py > fowners root:root /usr/share/jajouka/*.pyc > > into /usr > dobin jajouka > dobin jajouka_gd_rescan > > dodoc doc/TODO doc/CHANGELOG doc/INSTALL doc/COPYING doc/README > > #make_desktop_entry jajouka Jajouka ../jajouka/rhythmbox-audiocd.png Multimedia >} >
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 67925
: 42052 |
42053
|
50310
|
50311
|
56273
|
56274