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/wmdl: wmdl-1.4.1.ebuild
Date: Sun, 29 Jun 2008 14:07:09
Message-Id: E1KCxYV-00019a-Or@stork.gentoo.org
1 drac 08/06/29 14:07:03
2
3 Modified: wmdl-1.4.1.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.15 x11-plugins/wmdl/wmdl-1.4.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdl/wmdl-1.4.1.ebuild?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdl/wmdl-1.4.1.ebuild?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmdl/wmdl-1.4.1.ebuild?r1=1.14&r2=1.15
14
15 Index: wmdl-1.4.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/wmdl-1.4.1.ebuild,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- wmdl-1.4.1.ebuild 22 Jul 2007 05:12:49 -0000 1.14
22 +++ wmdl-1.4.1.ebuild 29 Jun 2008 14:07:03 -0000 1.15
23 @@ -1,6 +1,6 @@
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/wmdl/wmdl-1.4.1.ebuild,v 1.14 2007/07/22 05:12:49 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/wmdl-1.4.1.ebuild,v 1.15 2008/06/29 14:07:03 drac Exp $
29
30 inherit eutils
31
32 @@ -22,15 +22,15 @@
33
34 src_unpack() {
35 unpack ${A}
36 - cd ${S}
37 - epatch ${FILESDIR}/makefile.diff
38 + cd "${S}"
39 + epatch "${FILESDIR}"/makefile.diff
40
41 }
42
43 src_compile() {
44 - make || die "parallel make failed"
45 + emake || die "parallel make failed"
46 }
47
48 src_install() {
49 - dobin wmdl
50 + dobin wmdl || die "dobin failed."
51 }
52
53
54
55 --
56 gentoo-commits@l.g.o mailing list