Gentoo Archives: gentoo-commits

From: "Jurek Bartuszek (jurek)" <jurek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/ies4linux: ies4linux-2.0.5.ebuild
Date: Sun, 01 Jun 2008 00:57:36
Message-Id: E1K2bt3-0000Ws-2g@stork.gentoo.org
1 jurek 08/06/01 00:57:29
2
3 Modified: ies4linux-2.0.5.ebuild
4 Log:
5 app-emulation/ies4linux: quoting fixes
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.3 app-emulation/ies4linux/ies4linux-2.0.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ies4linux/ies4linux-2.0.5.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ies4linux/ies4linux-2.0.5.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/ies4linux/ies4linux-2.0.5.ebuild?r1=1.2&r2=1.3
14
15 Index: ies4linux-2.0.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/ies4linux/ies4linux-2.0.5.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ies4linux-2.0.5.ebuild 12 Jul 2007 06:39:56 -0000 1.2
22 +++ ies4linux-2.0.5.ebuild 1 Jun 2008 00:57:28 -0000 1.3
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/app-emulation/ies4linux/ies4linux-2.0.5.ebuild,v 1.2 2007/07/12 06:39:56 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/ies4linux/ies4linux-2.0.5.ebuild,v 1.3 2008/06/01 00:57:28 jurek Exp $
29
30 inherit eutils
31
32 @@ -21,12 +21,11 @@
33 src_unpack() {
34
35 unpack ${A} || die "unpack failed"
36 -
37 - cd ${S}
38 + cd "${S}"
39
40 # The upstream maintainer was informed of this patch,
41 # so it might be integrated in future versions
42 - epatch ${FILESDIR}/${P}-Adapt_paths.patch || die "epatch failed"
43 + epatch "${FILESDIR}"/${P}-Adapt_paths.patch || die "epatch failed"
44 }
45
46 src_install() {
47 @@ -77,7 +76,7 @@
48 # Documentation
49 #
50
51 - dodoc ${S}/README || die "dodoc failed"
52 + dodoc "${S}"/README || die "dodoc failed"
53 }
54
55 pkg_postinst() {
56
57
58
59 --
60 gentoo-commits@l.g.o mailing list