# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="gCDEmu is a GNOME applet for controlling CDEmu daemon" HOMEPAGE="http://cdemu.org/" SRC_URI="mirror://sourceforge/cdemu/${P}.tar.bz2" LICENSE="GPL-V2" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~x86" IUSE="" S="${WORKDIR}/${PN}-1.0.0" DEPEND=">=dev-lang/python-2.4 >=dev-python/pygtk-2.6 >=dev-python/pygobject-2.6 >=dev-python/gnome-python-2.6 >=dev-python/gnome-python-desktop-2.6 >=dev-python/dbus-python-0.71 dev-util/intltool" RDEPEND="${DEPEND} >=app-cdr/cdemud-1.0.0" pkg_postinst() { einfo "For notifications, emerge dev-python/notify-python" }