# based on the karamba-time ebuild IUSE="pyqt" DESCRIPTION="Liquid Weather++ plugin for Karamba" HOMEPAGE="http://liquidweather.net/" SRC_URI="http://liquidweather.net/lwp-${PV}.skz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" RDEPEND=">=x11-misc/superkaramba-0.37_rc2 pyqt? (dev-python/PyQt)" # According to upstream, PyQt is optional but will provide a nicer configuration UI. src_unpack () { einfo "No unpacking needed" } src_compile () { einfo "No compilation needed" } src_install () { dodir /usr/share/karamba/themes/${P} cp ${DISTDIR}/${A} ${D}/usr/share/karamba/themes/${P}/ }