Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmdf: wmdf-0.1.6-r1.ebuild
Date: Sun, 29 Jun 2008 14:06:25
Message-Id: E1KCxXo-00017j-Cn@stork.gentoo.org
1 drac 08/06/29 14:06:20
2
3 Modified: wmdf-0.1.6-r1.ebuild
4 Log:
5 quoting
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
7
8 Revision Changes Path
9 1.5 x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: wmdf-0.1.6-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmdf/wmdf-0.1.6-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- wmdf-0.1.6-r1.ebuild 22 Jul 2007 05:14:12 -0000 1.4
22 +++ wmdf-0.1.6-r1.ebuild 29 Jun 2008 14:06:19 -0000 1.5
23 @@ -1,11 +1,9 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 inherit eutils
31
32 -IUSE=""
33 -
34 DESCRIPTION="An app to monitor disk space on partitions"
35 SRC_URI="http://dockapps.org/download.php/id/359/${P}.tar.gz"
36 HOMEPAGE="http://dockapps.org/file.php/id/175"
37 @@ -17,24 +15,20 @@
38 DEPEND="${RDEPEND}
39 x11-proto/xextproto"
40
41 -SLOT="0"
42 LICENSE="GPL-2"
43 +SLOT="0"
44 KEYWORDS="x86 ppc ppc64 ~sparc"
45 +IUSE=""
46
47 src_unpack() {
48 unpack ${A}
49 - cd ${S}/src
50 + cd "${S}"/src
51
52 # Remove special filesystem entries, see bug #97856
53 - epatch ${FILESDIR}/wmdf_sys-fs.patch
54 + epatch "${FILESDIR}"/wmdf_sys-fs.patch
55
56 # Remove non-implemented command line args from 'wmdf -h' listing
57 - epatch ${FILESDIR}/wmdf_cmd_line_args.patch
58 -}
59 -
60 -src_compile() {
61 - econf || die "Configure failed"
62 - emake || die "Make failed"
63 + epatch "${FILESDIR}"/wmdf_cmd_line_args.patch
64 }
65
66 src_install() {
67
68
69
70 --
71 gentoo-commits@l.g.o mailing list