Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/bfm: bfm-0.6.4-r1.ebuild ChangeLog
Date: Thu, 31 Jan 2008 16:13:49
Message-Id: E1JKc2f-0006aI-K3@stork.gentoo.org
1 drac 08/01/31 16:13:33
2
3 Modified: bfm-0.6.4-r1.ebuild ChangeLog
4 Log:
5 amd64 stable wrt #207718
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.5 x11-plugins/bfm/bfm-0.6.4-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: bfm-0.6.4-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/bfm/bfm-0.6.4-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- bfm-0.6.4-r1.ebuild 31 Jan 2008 15:22:45 -0000 1.4
22 +++ bfm-0.6.4-r1.ebuild 31 Jan 2008 16:13:32 -0000 1.5
23 @@ -1,16 +1,16 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $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 $
28
29 inherit multilib toolchain-funcs
30
31 -DESCRIPTION="Dock application that combines timecop's bubblemon and wmfishtime together."
32 +DESCRIPTION="a dockapp and gkrellm plug-in combining timecop's bubblemon and wmfishtime."
33 HOMEPAGE="http://www.jnrowe.ukfsn.org/projects/bfm.html"
34 SRC_URI="http://www.jnrowe.ukfsn.org/files/${P}.tar.bz2"
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 -KEYWORDS="~amd64 ppc sparc x86"
39 +KEYWORDS="amd64 ppc sparc x86"
40 IUSE="gkrellm"
41
42 RDEPEND=">=x11-libs/gtk+-2
43 @@ -36,8 +36,12 @@
44
45 src_install() {
46 dobin bubblefishymon
47 +
48 doman doc/*.1
49 dodoc ChangeLog* README* doc/*.sample
50 - insinto /usr/$(get_libdir)/gkrellm2/plugins
51 - use gkrellm && doins gkrellm-bfm.so
52 +
53 + if use gkrellm; then
54 + insinto /usr/$(get_libdir)/gkrellm2/plugins
55 + doins gkrellm-bfm.so
56 + fi
57 }
58
59
60
61 1.10 x11-plugins/bfm/ChangeLog
62
63 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/bfm/ChangeLog?rev=1.10&view=markup
64 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/bfm/ChangeLog?rev=1.10&content-type=text/plain
65 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/bfm/ChangeLog?r1=1.9&r2=1.10
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v
70 retrieving revision 1.9
71 retrieving revision 1.10
72 diff -u -r1.9 -r1.10
73 --- ChangeLog 31 Jan 2008 15:22:45 -0000 1.9
74 +++ ChangeLog 31 Jan 2008 16:13:32 -0000 1.10
75 @@ -1,6 +1,9 @@
76 # ChangeLog for x11-plugins/bfm
77 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.9 2008/01/31 15:22:45 nixnut Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/bfm/ChangeLog,v 1.10 2008/01/31 16:13:32 drac Exp $
80 +
81 + 31 Jan 2008; Samuli Suominen <drac@g.o> bfm-0.6.4-r1.ebuild:
82 + amd64 stable wrt #207718
83
84 31 Jan 2008; nixnut <nixnut@g.o> bfm-0.6.4-r1.ebuild:
85 Stable on ppc wrt bug 207718
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list