# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 inherit eutils DESCRIPTION="Plugin adds toolbar and status bar to Pidgin buddy list" HOMEPAGE="http://vayurik.ru/wordpress/en/toobars" SRC_URI="http://vayurik.ru/wordpress/wp-content/uploads/toobars/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="net-im/pidgin[gtk]" DEPEND="${RDEPEND} dev-util/pkgconfig" src_install() { emake install DESTDIR="${D}" || die "emake install failed" dodoc README AUTHORS VERSION ChangeLog } pkg_postinst() { elog "Please note that the MyStatusBar (in purple-plugin_pack) conflicts" elog "with TooBars and you should only turn one on at a time." }