diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-06-29 14:13:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-06-29 14:13:58 +0000 |
commit | 66ac3dd92a286ad4d5f0b306fad25c7e1622aaf6 (patch) | |
tree | 1b91fc3aa91dde2b66e4ad4758ab940b2343b2c6 /x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild | |
parent | Fix deps for stable gpac to not include >=ffmpeg-0.4.9_p20080326. Fixes bug #... (diff) | |
download | historical-66ac3dd92a286ad4d5f0b306fad25c7e1622aaf6.tar.gz historical-66ac3dd92a286ad4d5f0b306fad25c7e1622aaf6.tar.bz2 historical-66ac3dd92a286ad4d5f0b306fad25c7e1622aaf6.zip |
quoting
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64
Diffstat (limited to 'x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild')
-rw-r--r-- | x11-plugins/wmfsm/wmfsm-0.34-r1.ebuild | 21 |
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 - } |