Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 91242 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]
New ebuild.
pympd-0.07_rc2.ebuild (text/plain), 1.24 KB, created by
Matan Peled
on 2006-07-08 14:44:20 UTC
(
hide
)
Description:
New ebuild.
Filename:
MIME Type:
Creator:
Matan Peled
Created:
2006-07-08 14:44:20 UTC
Size:
1.24 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-sound/pympd/pympd-0.06.1.ebuild,v 1.1 2006/03/22 10:54:37 ticho Exp $ > >inherit eutils python > >DESCRIPTION="a Rhythmbox-like PyGTK+ client for Music Player Daemon" >HOMEPAGE="http://sourceforge.net/projects/pympd" >MY_P="pympd-0.07.rc1" >SRC_URI="http://pympd.sourceforge.net/files/${P}.tar.gz" >LICENSE="GPL-2" >KEYWORDS="~amd64 ~x86" >SLOT="0" >S=${S%_*} > >IUSE="gnome" >RDEPEND=">=virtual/python-2.4 > >=dev-python/pygtk-2.6 > gnome? ( dev-python/gnome-python-extras )" > >DOCS="README" > >src_compile() { > make PREFIX="/usr" DESTDIR="${D}" >} > >src_install() { > make PREFIX="/usr" DESTDIR="${D}" install > > use gnome || cd ${D} && find -iname trayicon.* | xargs rm > > dodir /usr/share/pixmaps > insinto /usr/share/pixmaps > > cd ${S} > newins src/glade/pixmaps/icon.png pympd.png > make_desktop_entry "pympd" "pympd" "pympd.png" "Audio" >} > >pkg_postinst() { > python_version > python_mod_optimize /usr/lib/python${PYVER}/site-packages/pympd > > echo > ewarn > ewarn "You need to remove the .pympd directory from your home directory, as new version uses different settings format" > ewarn > echo >} > >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