# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Python mp3 player suite" HOMEPAGE="http://www.bearhome.net/mpy3" SRC_URI="http://www.bearhome.net/mpy3/mpy3-0.2.0.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="cdr oggvorbis" DEPEND=">=dev-lang/python-2.3 sys-libs/ncurses >=dev-python/pyao-0.82 >=dev-python/pymad-0.5.2 cdr? app-cdr/cdrtools >=oggvorbis? dev-python/pyvorbis-1.3 oggvorbis? media-sound/vorbis-tools" src_compile() { distutils_src_compile } pkg_postinst() { einfo "" einfo "Many features are disabled by default. To load extra" einfo "modules (remote control, ripping, burning, etc.) edit" einfo "\${HOME}/.mpy3/custom.mpc.py" einfo "" einfo "This file also controls default program behavior, and" einfo "can be used to set up custom keybindings." einfo "" einfo "For more information, please read the documentation." einfo "" } pkg_postrm() { einfo "" einfo "After unmerging this package, you can safely delete" einfo "the directory \${HOME}/.mpy3" einfo "" }