diff options
author | 2008-06-29 14:05:08 +0000 | |
---|---|---|
committer | 2008-06-29 14:05:08 +0000 | |
commit | 0ed032a6d65bd81894c1b051d86708e9f4bf7908 (patch) | |
tree | f8e6f506d81d99bd055387d7dff3eca43209d2ef /x11-plugins | |
parent | Stable on ppc wrt bug 229995 (diff) | |
download | gentoo-2-0ed032a6d65bd81894c1b051d86708e9f4bf7908.tar.gz gentoo-2-0ed032a6d65bd81894c1b051d86708e9f4bf7908.tar.bz2 gentoo-2-0ed032a6d65bd81894c1b051d86708e9f4bf7908.zip |
quoting
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-plugins')
-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." } |