# 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/ # This ebuild come with modification from Beber #EGIT_REPO_URI="rsync://git.xmms.se/xmms2/promoe.git/" EGIT_REPO_URI="git://git.xmms.se/xmms2/promoe.git/" EGIT_PROJECT="promoe.git" inherit eutils git qt4 DESCRIPTION="WinAMP2 skinable client for XMMS2" HOMEPAGE="http://xmms2.xmms.org" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 amd64 sparc" IUSE="" RESTRICT="nomirror" DEPEND="media-sound/xmms2 avahi? ( net-dns/avahi ) >=x11-libs/qt-4.1.0" src_compile() { qmake || die make || die } src_install() { dodir /usr/bin exeinto /usr/bin doexe promoe }