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/wmfire: ChangeLog wmfire-1.2.3.ebuild
Date: Sat, 12 Jan 2008 11:39:36
Message-Id: E1JDei0-0005xr-Ah@stork.gentoo.org
1 drac 08/01/12 11:39:28
2
3 Modified: ChangeLog
4 Added: wmfire-1.2.3.ebuild
5 Log:
6 Version bump wrt #203120, thanks to Denilson for reporting.
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.10 x11-plugins/wmfire/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfire/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfire/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfire/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 22 Jul 2007 05:09:22 -0000 1.9
23 +++ ChangeLog 12 Jan 2008 11:39:27 -0000 1.10
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-plugins/wmfire
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/ChangeLog,v 1.9 2007/07/22 05:09:22 dberkholz Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/ChangeLog,v 1.10 2008/01/12 11:39:27 drac Exp $
30 +
31 +*wmfire-1.2.3 (12 Jan 2008)
32 +
33 + 12 Jan 2008; Samuli Suominen <drac@g.o>
34 + +files/wmfire-1.2.3-stringh.patch, +wmfire-1.2.3.ebuild:
35 + Version bump wrt #203120, thanks to Denilson for reporting.
36
37 22 Jul 2007; Donnie Berkholz <dberkholz@g.o>;
38 wmfire-0.0.3.9_pre4.ebuild:
39
40
41
42 1.1 x11-plugins/wmfire/wmfire-1.2.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfire/wmfire-1.2.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfire/wmfire-1.2.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: wmfire-1.2.3.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/wmfire-1.2.3.ebuild,v 1.1 2008/01/12 11:39:27 drac Exp $
52
53 inherit eutils
54
55 DESCRIPTION="Load monitoring dockapp displaying dancing flame."
56 HOMEPAGE="http://www.swanson.ukfsn.org/#wmfire"
57 SRC_URI="http://www.swanson.ukfsn.org/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
62 IUSE=""
63
64 RDEPEND=">=x11-libs/gtk+-2
65 >=gnome-base/libgtop-2
66 x11-libs/libSM
67 x11-libs/libICE
68 x11-libs/libX11
69 x11-libs/libXext"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig"
72
73 src_unpack() {
74 unpack ${A}
75 cd "${S}"
76 epatch "${FILESDIR}"/${P}-stringh.patch
77 }
78
79 src_compile() {
80 econf --enable-session
81 emake || die "emake failed."
82 }
83
84 src_install() {
85 emake DESTDIR="${D}" install || die "emake install failed."
86 dodoc ALL_I_GET_IS_A_GREY_BOX AUTHORS ChangeLog NEWS README
87 }
88
89
90
91 --
92 gentoo-commits@l.g.o mailing list