# ========================================================================== # This ebuild come from ycarus repository. Zugaina.org only host a copy. # For more info go to http://gentoo.zugaina.org/ # ***************** General Portage Overlay (11/20/06) ***************** # ========================================================================== # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ # Nonofficial ebuild by Ycarus, For new version look here : http://gentoo.zugaina.org/ IUSE="" inherit eutils toolchain-funcs DESCRIPTION="Dabra is a desktop notification client for the XMMS2 music player. It uses libnotify to display nice popups about what track you're currently listening to." SRC_URI="http://nooms.de/media/dabra/${P}.tar.bz2" HOMEPAGE="http://nooms.de/projects/dabra/" LICENSE="GPL-2" SLOT="0" RESTRICT="nomirror" KEYWORDS="~amd64 ~ppc ~sparc x86 ~hppa ~mips ~ppc64 ~alpha ~ia64" RDEPEND=">=dev-python/pygtk-2 dev-python/notify-python media-sound/xmms2" src_compile() { ${S}/waf configure || die "Configure failed" ${S}/waf || die "Build failed" } src_install() { ${S}/waf --destdir=${D} install || die dodoc AUTHORS COPYING README }