summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-29 14:07:56 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-29 14:07:56 +0000
commitdbb291376a355274ac6075b4ea29b79afdb1ea5a (patch)
treeac6661476db56d66cfad55409d10fdd558e37ab2 /x11-plugins/wmfsm
parentquoting (diff)
downloadgentoo-2-dbb291376a355274ac6075b4ea29b79afdb1ea5a.tar.gz
gentoo-2-dbb291376a355274ac6075b4ea29b79afdb1ea5a.tar.bz2
gentoo-2-dbb291376a355274ac6075b4ea29b79afdb1ea5a.zip
quoting
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-plugins/wmfsm')
-rw-r--r--x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild21
1 files changed, 4 insertions, 17 deletions
diff --git a/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild b/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
index 170346891721..44c67922b710 100644
--- a/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
+++ b/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild,v 1.6 2007/07/22 05:08:01 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild,v 1.7 2008/06/29 14:07:56 drac Exp $
inherit eutils
@@ -22,25 +22,12 @@ DEPEND="${RDEPEND}
x11-proto/xextproto"
src_unpack() {
-
unpack ${A}
- cd ${S}/wmfsm
- #einfo "Applying patch to hide virtual filesystems..."
- epatch ${FILESDIR}/${P}.linux-fs.patch
- #patch -p0 < ${FILES}/${P}.linux-fs.diff
-
-}
-
-src_compile() {
-
- econf || die "configure failed"
- emake || die "parallel make failed"
-
+ cd "${S}"/wmfsm
+ epatch "${FILESDIR}"/${P}.linux-fs.patch
}
src_install() {
-
einstall || die "make install failed"
dodoc AUTHORS ChangeLog
-
}