# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" inherit python versionator MY_P="$(version_format_string '$4-$5-$6_$1.$2.$3')_${PN}.plasmoid" DESCRIPTION="A Pulseaudio volume control written in python" HOMEPAGE="http://code.google.com/p/veromix-plasmoid" SRC_URI="http://veromix-plasmoid.googlecode.com/files/${MY_P} -> ${P}.zip" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" IUSE="" S="${WORKDIR}" src_compile() { : } pkg_postinst() { python_mod_optimize /usr/share/kde4/apps/plasma/plasmoids/veromix-plasmoid/contents/code } pkg_postrm() { python_mod_cleanup /usr/share/kde4/apps/plasma/plasmoids/veromix-plasmoid/contents/code }