Gentoo Archives: gentoo-commits

From: "Chris PeBenito (pebenito)" <pebenito@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/policycoreutils: ChangeLog policycoreutils-1.34.11.ebuild
Date: Fri, 19 Oct 2007 15:08:11
Message-Id: E1IitI5-00087O-GD@stork.gentoo.org
1 pebenito 07/10/19 14:57:33
2
3 Modified: ChangeLog policycoreutils-1.34.11.ebuild
4 Log:
5 fix unpack quoting
6 (Portage version: 2.1.3.14)
7
8 Revision Changes Path
9 1.66 sys-apps/policycoreutils/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/ChangeLog?rev=1.66&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/ChangeLog?rev=1.66&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/ChangeLog?r1=1.65&r2=1.66
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v
18 retrieving revision 1.65
19 retrieving revision 1.66
20 diff -u -r1.65 -r1.66
21 --- ChangeLog 18 Oct 2007 19:47:49 -0000 1.65
22 +++ ChangeLog 19 Oct 2007 14:57:32 -0000 1.66
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-apps/policycoreutils
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.65 2007/10/18 19:47:49 pebenito Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/ChangeLog,v 1.66 2007/10/19 14:57:32 pebenito Exp $
28 +
29 + 19 Oct 2007; Chris PeBenito <pebenito@g.o>
30 + policycoreutils-1.34.11.ebuild:
31 + Fix quoting in unpack.
32
33 *policycoreutils-1.34.11 (18 Oct 2007)
34
35
36
37
38 1.2 sys-apps/policycoreutils/policycoreutils-1.34.11.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.11.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.11.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.11.ebuild?r1=1.1&r2=1.2
43
44 Index: policycoreutils-1.34.11.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.11.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- policycoreutils-1.34.11.ebuild 18 Oct 2007 19:47:49 -0000 1.1
51 +++ policycoreutils-1.34.11.ebuild 19 Oct 2007 14:57:32 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.11.ebuild,v 1.1 2007/10/18 19:47:49 pebenito Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/policycoreutils/policycoreutils-1.34.11.ebuild,v 1.2 2007/10/19 14:57:32 pebenito Exp $
57
58 IUSE="nls"
59
60 @@ -31,7 +31,7 @@
61 S2=${WORKDIR}/policycoreutils-extra
62
63 src_unpack() {
64 - unpack "${A}"
65 + unpack ${A}
66 cd "${S}"
67
68 [ ! -z "${BUGFIX_PATCH}" ] && epatch "${BUGFIX_PATCH}"
69
70
71
72 --
73 gentoo-commits@g.o mailing list