# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DOCS="AUTHORS README ChangeLog COPYING" DESCRIPTION="GNOME2 IP Messenger" HOMEPAGE="http://www.ipmsg.org/index.html.en" SRC_URI="http://www.ipmsg.org/archive/${P}.tar.gz" LICENSE="g2ipmsg" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="systray applet" RDEPEND="gnome-base/gnome-mime-data x11-libs/libX11 applet? gnome-base/gnome-panel" DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/desktop-file-utils app-text/gnome-doc-utils dev-util/intltool" pkg_setup() { G2CONF="$(use_enable systray) $(use_enable applet)" }