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/wmfsm: wmfsm-0.34-r1.ebuild
Date: Sun, 29 Jun 2008 14:08:03
Message-Id: E1KCxZN-0001BM-DN@stork.gentoo.org
1 drac 08/06/29 14:07:57
2
3 Modified: wmfsm-0.34-r1.ebuild
4 Log:
5 quoting
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
7
8 Revision Changes Path
9 1.7 x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild?r1=1.6&r2=1.7
14
15 Index: wmfsm-0.34-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- wmfsm-0.34-r1.ebuild 22 Jul 2007 05:08:01 -0000 1.6
22 +++ wmfsm-0.34-r1.ebuild 29 Jun 2008 14:07:56 -0000 1.7
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild,v 1.6 2007/07/22 05:08:01 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild,v 1.7 2008/06/29 14:07:56 drac Exp $
29
30 inherit eutils
31
32 @@ -22,25 +22,12 @@
33 x11-proto/xextproto"
34
35 src_unpack() {
36 -
37 unpack ${A}
38 - cd ${S}/wmfsm
39 - #einfo "Applying patch to hide virtual filesystems..."
40 - epatch ${FILESDIR}/${P}.linux-fs.patch
41 - #patch -p0 < ${FILES}/${P}.linux-fs.diff
42 -
43 -}
44 -
45 -src_compile() {
46 -
47 - econf || die "configure failed"
48 - emake || die "parallel make failed"
49 -
50 + cd "${S}"/wmfsm
51 + epatch "${FILESDIR}"/${P}.linux-fs.patch
52 }
53
54 src_install() {
55 -
56 einstall || die "make install failed"
57 dodoc AUTHORS ChangeLog
58 -
59 }
60
61
62
63 --
64 gentoo-commits@l.g.o mailing list