From 24ca9e3f2432cc15d32391d4b7c57fe667eb342a Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Thu, 31 Jan 2008 16:13:32 +0000 Subject: amd64 stable wrt #207718 (Portage version: 2.1.4) --- x11-plugins/bfm/bfm-0.6.4-r1.ebuild | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'x11-plugins/bfm/bfm-0.6.4-r1.ebuild') diff --git a/x11-plugins/bfm/bfm-0.6.4-r1.ebuild b/x11-plugins/bfm/bfm-0.6.4-r1.ebuild index b0660eab3c38..bf42cabb8713 100644 --- a/x11-plugins/bfm/bfm-0.6.4-r1.ebuild +++ b/x11-plugins/bfm/bfm-0.6.4-r1.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild,v 1.4 2008/01/31 15:22:45 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild,v 1.5 2008/01/31 16:13:32 drac Exp $ inherit multilib toolchain-funcs -DESCRIPTION="Dock application that combines timecop's bubblemon and wmfishtime together." +DESCRIPTION="a dockapp and gkrellm plug-in combining timecop's bubblemon and wmfishtime." HOMEPAGE="http://www.jnrowe.ukfsn.org/projects/bfm.html" SRC_URI="http://www.jnrowe.ukfsn.org/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc sparc x86" +KEYWORDS="amd64 ppc sparc x86" IUSE="gkrellm" RDEPEND=">=x11-libs/gtk+-2 @@ -36,8 +36,12 @@ src_compile() { src_install() { dobin bubblefishymon + doman doc/*.1 dodoc ChangeLog* README* doc/*.sample - insinto /usr/$(get_libdir)/gkrellm2/plugins - use gkrellm && doins gkrellm-bfm.so + + if use gkrellm; then + insinto /usr/$(get_libdir)/gkrellm2/plugins + doins gkrellm-bfm.so + fi } -- cgit v1.2.3-65-gdbad