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/wmcms | |
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/wmcms')
-rw-r--r-- | x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild b/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild index 4c3613c32301..ea60b673322e 100644 --- a/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild +++ b/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild @@ -1,33 +1,30 @@ -# Copyright 1999-2006 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/wmcms/wmcms-0.3.5-r1.ebuild,v 1.7 2006/01/24 22:46:40 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcms/wmcms-0.3.5-r1.ebuild,v 1.8 2008/06/29 14:05:08 drac Exp $ inherit eutils -IUSE="" - DESCRIPTION="WindowMaker CPU and Memory Usage Monitor Dock App." SRC_URI="http://orbita.starmedia.com/~neofpo/files/${P}.tar.bz2" HOMEPAGE="http://orbita.starmedia.com/~neofpo/wmcms.html" -DEPEND="x11-libs/libdockapp" - -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc amd64 ppc ppc64" +SLOT="0" +KEYWORDS="amd64 ppc ppc64 sparc x86" +IUSE="" + +DEPEND="x11-libs/libdockapp" -src_unpack() -{ +src_unpack() { unpack ${A} - epatch ${FILESDIR}/wmcms-0.3.5-s4t4n.patch + cd "${S}" + epatch "${FILESDIR}"/wmcms-0.3.5-s4t4n.patch } -src_compile() -{ - emake CFLAGS="${CFLAGS}" || die "Compilation failed." +src_compile() { + emake CFLAGS="${CFLAGS}" || die "emake failed." } -src_install () -{ - dobin wmcms +src_install() { + dobin wmcms || die "dobin failed." } |