Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/checkpolicy: ChangeLog checkpolicy-2.0.19.ebuild
Date: Sat, 28 May 2011 06:12:19
Message-Id: 20110528061207.A264920054@flycatcher.gentoo.org
1 blueness 11/05/28 06:12:07
2
3 Modified: ChangeLog checkpolicy-2.0.19.ebuild
4 Log:
5 Fixed minor syntax
6
7 (Portage version: 2.1.9.42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.57 sys-apps/checkpolicy/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?rev=1.57&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?rev=1.57&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/ChangeLog?r1=1.56&r2=1.57
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v
19 retrieving revision 1.56
20 retrieving revision 1.57
21 diff -u -r1.56 -r1.57
22 --- ChangeLog 28 May 2011 05:36:17 -0000 1.56
23 +++ ChangeLog 28 May 2011 06:12:07 -0000 1.57
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-apps/checkpolicy
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.56 2011/05/28 05:36:17 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.57 2011/05/28 06:12:07 blueness Exp $
29 +
30 + 28 May 2011; Anthony G. Basile <blueness@g.o>
31 + checkpolicy-2.0.19.ebuild:
32 + Fixed minor syntax
33
34 28 May 2011; Anthony G. Basile <blueness@g.o>
35 checkpolicy-2.0.21.ebuild:
36
37
38
39 1.2 sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild?r1=1.1&r2=1.2
44
45 Index: checkpolicy-2.0.19.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- checkpolicy-2.0.19.ebuild 2 Aug 2009 01:17:05 -0000 1.1
52 +++ checkpolicy-2.0.19.ebuild 28 May 2011 06:12:07 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild,v 1.1 2009/08/02 01:17:05 pebenito Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-2.0.19.ebuild,v 1.2 2011/05/28 06:12:07 blueness Exp $
59
60 IUSE="debug"
61
62 @@ -27,13 +27,12 @@
63
64 src_unpack() {
65 unpack ${A}
66 - cd ${S}
67 + cd "${S}"
68
69 [ ! -z "${BUGFIX_PATCH}" ] && epatch "${BUGFIX_PATCH}"
70 }
71
72 src_compile() {
73 - cd ${S}
74 emake YACC="bison -y" || die
75 }