summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-31 16:13:32 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-31 16:13:32 +0000
commit24ca9e3f2432cc15d32391d4b7c57fe667eb342a (patch)
treecfd6618a8445d5ef3feead9d55a3b18d5b8aa276 /x11-plugins/bfm
parentStable on ppc wrt bug 2067682 (diff)
downloadgentoo-2-24ca9e3f2432cc15d32391d4b7c57fe667eb342a.tar.gz
gentoo-2-24ca9e3f2432cc15d32391d4b7c57fe667eb342a.tar.bz2
gentoo-2-24ca9e3f2432cc15d32391d4b7c57fe667eb342a.zip
amd64 stable wrt #207718
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins/bfm')
-rw-r--r--x11-plugins/bfm/ChangeLog5
-rw-r--r--x11-plugins/bfm/bfm-0.6.4-r1.ebuild14
2 files changed, 13 insertions, 6 deletions
diff --git a/x11-plugins/bfm/ChangeLog b/x11-plugins/bfm/ChangeLog
index c714ddf18873..327f891a35ab 100644
--- a/x11-plugins/bfm/ChangeLog
+++ b/x11-plugins/bfm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/bfm
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.9 2008/01/31 15:22:45 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.10 2008/01/31 16:13:32 drac Exp $
+
+ 31 Jan 2008; Samuli Suominen <drac@gentoo.org> bfm-0.6.4-r1.ebuild:
+ amd64 stable wrt #207718
31 Jan 2008; nixnut <nixnut@gentoo.org> bfm-0.6.4-r1.ebuild:
Stable on ppc wrt bug 207718
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
}