Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 176887 Details for
Bug 70450
pytone (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pytone-3.0.1.ebuild
pytone-3.0.1.ebuild (text/plain), 1.05 KB, created by
Erik Hahn
on 2008-12-30 16:56:40 UTC
(
hide
)
Description:
pytone-3.0.1.ebuild
Filename:
MIME Type:
Creator:
Erik Hahn
Created:
2008-12-30 16:56:40 UTC
Size:
1.05 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit distutils eutils > >MY_PN="PyTone" >MY_P="${MY_PN}-${PV}" >DESCRIPTION="PyTone is a music jukebox written in Python with a curses based GUI." >HOMEPAGE="http://www.luga.de/pytone/" >SRC_URI="http://www.luga.de/pytone/download/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="" >IUSE="mad mpg123 xosd" > >DEPEND=">=virtual/python-2.5 > =dev-python/pysqlite-2* > mad? ( > dev-python/pymad > vorbis? ( dev-python/pyvorbis ) > media-libs/libao > ) > mpg123? ( virtual/mpg123 ) > xosd? ( x11-libs/xosd )" > >S=${WORKDIR}/${MY_P} > >src_unpack() { > unpack ${A} > cd ${S} > use mad && python setup.py build_ext -i >} > >src_install() { > distutils_src_install > > rm ${D}/usr/bin/pytone ${D}/usr/bin/pytonectl > PYTONE_DIR="/usr/lib/python${PYVER}/site-packages/pytone" > dosym ${PYTONE_DIR}/pytone.py /usr/bin/pytone > dosym ${PYTONE_DIR}/pytonectl.py /usr/bin/pytonectl > fperms +x ${PYTONE_DIR}/pytone.py ${PYTONE_DIR}/pytonectl.py > > newdoc conf/pytonerc pytonerc.example >}
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 70450
:
61143
|
65188
|
94265
|
96912
|
96913
| 176887