summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-29 14:06:19 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-29 14:06:19 +0000
commite683811249e3b4b5eab92ac6acddd6c70e4ddd6a (patch)
treed75da0253485651b9e4de3d60c73c67b214ec385 /x11-plugins/wmdf
parentFix deps for stable picard to not include >=ffmpeg-0.4.9_p20080326. Fixes bug... (diff)
downloadgentoo-2-e683811249e3b4b5eab92ac6acddd6c70e4ddd6a.tar.gz
gentoo-2-e683811249e3b4b5eab92ac6acddd6c70e4ddd6a.tar.bz2
gentoo-2-e683811249e3b4b5eab92ac6acddd6c70e4ddd6a.zip
quoting
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-plugins/wmdf')
-rw-r--r--x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild20
1 files changed, 7 insertions, 13 deletions
diff --git a/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild b/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild
index f8ffd1110c98..eea82f40296a 100644
--- a/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild
+++ b/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild
@@ -1,11 +1,9 @@
-# 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/wmdf/wmdf-0.1.6-r1.ebuild,v 1.4 2007/07/22 05:14:12 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild,v 1.5 2008/06/29 14:06:19 drac Exp $
inherit eutils
-IUSE=""
-
DESCRIPTION="An app to monitor disk space on partitions"
SRC_URI="http://dockapps.org/download.php/id/359/${P}.tar.gz"
HOMEPAGE="http://dockapps.org/file.php/id/175"
@@ -17,24 +15,20 @@ RDEPEND="x11-libs/libX11
DEPEND="${RDEPEND}
x11-proto/xextproto"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 ppc ppc64 ~sparc"
+IUSE=""
src_unpack() {
unpack ${A}
- cd ${S}/src
+ cd "${S}"/src
# Remove special filesystem entries, see bug #97856
- epatch ${FILESDIR}/wmdf_sys-fs.patch
+ epatch "${FILESDIR}"/wmdf_sys-fs.patch
# Remove non-implemented command line args from 'wmdf -h' listing
- epatch ${FILESDIR}/wmdf_cmd_line_args.patch
-}
-
-src_compile() {
- econf || die "Configure failed"
- emake || die "Make failed"
+ epatch "${FILESDIR}"/wmdf_cmd_line_args.patch
}
src_install() {