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: wmfire-1.2.3.ebuild ChangeLog
Date: Mon, 25 Feb 2008 17:25:07
Message-Id: E1JTh4U-0000YV-CN@stork.gentoo.org
1 drac 08/02/25 17:24:58
2
3 Modified: wmfire-1.2.3.ebuild ChangeLog
4 Log:
5 USE flag session for libSM and libICE, amd64 stable.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 x11-plugins/wmfire/wmfire-1.2.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfire/wmfire-1.2.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfire/wmfire-1.2.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfire/wmfire-1.2.3.ebuild?r1=1.1&r2=1.2
14
15 Index: wmfire-1.2.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/wmfire-1.2.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- wmfire-1.2.3.ebuild 12 Jan 2008 11:39:27 -0000 1.1
22 +++ wmfire-1.2.3.ebuild 25 Feb 2008 17:24:57 -0000 1.2
23 @@ -1,6 +1,6 @@
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/wmfire/wmfire-1.2.3.ebuild,v 1.1 2008/01/12 11:39:27 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/wmfire-1.2.3.ebuild,v 1.2 2008/02/25 17:24:57 drac Exp $
28
29 inherit eutils
30
31 @@ -10,15 +10,15 @@
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
36 -IUSE=""
37 +KEYWORDS="amd64 ~ppc ~sparc ~x86"
38 +IUSE="session"
39
40 RDEPEND=">=x11-libs/gtk+-2
41 >=gnome-base/libgtop-2
42 - x11-libs/libSM
43 - x11-libs/libICE
44 x11-libs/libX11
45 - x11-libs/libXext"
46 + x11-libs/libXext
47 + session? ( x11-libs/libSM
48 + x11-libs/libICE )"
49 DEPEND="${RDEPEND}
50 dev-util/pkgconfig"
51
52 @@ -29,7 +29,7 @@
53 }
54
55 src_compile() {
56 - econf --enable-session
57 + econf $(use_enable session)
58 emake || die "emake failed."
59 }
60
61
62
63
64 1.11 x11-plugins/wmfire/ChangeLog
65
66 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfire/ChangeLog?rev=1.11&view=markup
67 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfire/ChangeLog?rev=1.11&content-type=text/plain
68 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfire/ChangeLog?r1=1.10&r2=1.11
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/ChangeLog,v
73 retrieving revision 1.10
74 retrieving revision 1.11
75 diff -u -r1.10 -r1.11
76 --- ChangeLog 12 Jan 2008 11:39:27 -0000 1.10
77 +++ ChangeLog 25 Feb 2008 17:24:57 -0000 1.11
78 @@ -1,6 +1,9 @@
79 # ChangeLog for x11-plugins/wmfire
80 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/ChangeLog,v 1.10 2008/01/12 11:39:27 drac Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/ChangeLog,v 1.11 2008/02/25 17:24:57 drac Exp $
83 +
84 + 25 Feb 2008; Samuli Suominen <drac@g.o> wmfire-1.2.3.ebuild:
85 + USE flag session for libSM and libICE, amd64 stable.
86
87 *wmfire-1.2.3 (12 Jan 2008)
88
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list