summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-17 03:47:41 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-17 03:47:41 +0000
commita962f08868759b9cb213b005df4f92c9380e2adf (patch)
treec0868154661c3768b38ad555d5db883837bf168d /x11-plugins
parentStable for HPPA too. (diff)
downloadgentoo-2-a962f08868759b9cb213b005df4f92c9380e2adf.tar.gz
gentoo-2-a962f08868759b9cb213b005df4f92c9380e2adf.tar.bz2
gentoo-2-a962f08868759b9cb213b005df4f92c9380e2adf.zip
Revision bump for ebuild modifications, including a new USE flag to build gkrellm2 plug-in.
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/bfm/ChangeLog10
-rw-r--r--x11-plugins/bfm/bfm-0.6.4-r1.ebuild43
-rw-r--r--x11-plugins/bfm/files/digest-bfm-0.6.4-r13
3 files changed, 54 insertions, 2 deletions
diff --git a/x11-plugins/bfm/ChangeLog b/x11-plugins/bfm/ChangeLog
index 7562fe74969c..4b1b6668924b 100644
--- a/x11-plugins/bfm/ChangeLog
+++ b/x11-plugins/bfm/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/bfm
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.5 2007/01/26 14:43:53 s4t4n Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.6 2008/01/17 03:47:41 drac Exp $
+
+*bfm-0.6.4-r1 (17 Jan 2008)
+
+ 17 Jan 2008; Samuli Suominen <drac@gentoo.org> +bfm-0.6.4-r1.ebuild:
+ Revision bump for ebuild modifications, including a new USE flag to build
+ gkrellm2 plug-in.
26 Jan 2006; Michele Noberasco <s4t4n@gentoo.org> bfm-0.6.4.ebuild:
Added missing pkgconfig dependancy. Closes bug #150638.
diff --git a/x11-plugins/bfm/bfm-0.6.4-r1.ebuild b/x11-plugins/bfm/bfm-0.6.4-r1.ebuild
new file mode 100644
index 000000000000..2d174752d518
--- /dev/null
+++ b/x11-plugins/bfm/bfm-0.6.4-r1.ebuild
@@ -0,0 +1,43 @@
+# 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.1 2008/01/17 03:47:41 drac Exp $
+
+inherit multilib toolchain-funcs
+
+DESCRIPTION="Dock application that combines timecop's bubblemon and wmfishtime together."
+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 ~x86"
+IUSE="gkrellm"
+
+RDEPEND=">=x11-libs/gtk+-2
+ x11-libs/libX11
+ x11-libs/libXext"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ gkrellm? ( >=app-admin/gkrellm-2 )"
+
+src_unpack() {
+ unpack ${A}
+ sed -e 's:CFLAGS =:CFLAGS +=:' -e 's:LDFLAGS =:LDFLAGS +=:' \
+ -e 's:strip:true:' -i "${S}"/Makefile
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" || die "emake failed."
+
+ if use gkrellm; then
+ emake gkrellm CC="$(tc-getCC)" || die "emake failed."
+ fi
+}
+
+src_install() {
+ dobin bubblefishymon
+ doman doc/*.1
+ dodoc ChangeLog* README* doc/*.sample
+ insinto /usr/$(get_libdir)/gkrellm2/plugins
+ use gkrellm && doins gkrellm-bfm.so
+}
diff --git a/x11-plugins/bfm/files/digest-bfm-0.6.4-r1 b/x11-plugins/bfm/files/digest-bfm-0.6.4-r1
new file mode 100644
index 000000000000..f2977dc9eb5f
--- /dev/null
+++ b/x11-plugins/bfm/files/digest-bfm-0.6.4-r1
@@ -0,0 +1,3 @@
+MD5 db6395852d7d08a2481139497cc6a957 bfm-0.6.4.tar.bz2 50634
+RMD160 3d0221098978fb86e5189e60a3403cba82a9f026 bfm-0.6.4.tar.bz2 50634
+SHA256 e5afb9eaebb67428c441c1eb0a98e5ad1aae46d2dcfe36567f9151c763ca04f9 bfm-0.6.4.tar.bz2 50634