Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 92400 Details for
Bug 139710
New version of pympd (0.07_rc2)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pympd-0.07.ebuild
pympd-0.07.ebuild (text/plain), 875 bytes, created by
Samuli Suominen (RETIRED)
on 2006-07-21 05:24:01 UTC
(
hide
)
Description:
pympd-0.07.ebuild
Filename:
MIME Type:
Creator:
Samuli Suominen (RETIRED)
Created:
2006-07-21 05:24:01 UTC
Size:
875 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit python > >DESCRIPTION="a Rhythmbox-like PyGTK+ client for Music Player Daemon" >HOMEPAGE="http://sourceforge.net/projects/pympd" >SRC_URI="http://pympd.sourceforge.net/files/${P}.tar.gz" > >LICENSE="GPL-2" >KEYWORDS="~amd64 ~x86" >SLOT="0" >IUSE="" > >RDEPEND=">=virtual/python-2.4 > >=dev-python/pygtk-2.6" > >src_compile() { > emake PREFIX="/usr" DESTDIR="${D}" >} > >src_install() { > # Fix for 'src//glade/../pympd.svg': No such file or directory > sed -i -e 's:\..\/py:/usr/share/pympd/py:g' src/glade/pympd.glade > > emake PREFIX="/usr" DESTDIR="${D}" install || die "emake install failed." > dodoc README >} > >pkg_postinst() { > python_version > python_mod_optimize /usr/lib/python${PYVER}/site-packages/pympd >} > >pkg_postrm() { > python_version > python_mod_cleanup >}
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 139710
:
91241
|
91242
|
92399
|
92400
|
92442
|
92445