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/checkpolicy: checkpolicy-1.34.4.ebuild ChangeLog
Date: Wed, 10 Sep 2008 18:06:53
Message-Id: E1KdU5Z-0007t0-Sc@stork.gentoo.org
1 pebenito 08/09/10 18:06:49
2
3 Modified: checkpolicy-1.34.4.ebuild ChangeLog
4 Log:
5 sys-apps/checkpolicy: Remove rdep on flex and bison as they are build tools. #221347
6 (Portage version: 2.1.5.6)
7
8 Revision Changes Path
9 1.4 sys-apps/checkpolicy/checkpolicy-1.34.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/checkpolicy/checkpolicy-1.34.4.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/checkpolicy/checkpolicy-1.34.4.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/checkpolicy/checkpolicy-1.34.4.ebuild?r1=1.3&r2=1.4
14
15 Index: checkpolicy-1.34.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-1.34.4.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- checkpolicy-1.34.4.ebuild 26 May 2008 15:02:26 -0000 1.3
22 +++ checkpolicy-1.34.4.ebuild 10 Sep 2008 18:06:49 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-1.34.4.ebuild,v 1.3 2008/05/26 15:02:26 pebenito Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/checkpolicy-1.34.4.ebuild,v 1.4 2008/09/10 18:06:49 pebenito Exp $
28
29 IUSE="debug"
30
31 @@ -21,6 +21,8 @@
32 sys-devel/flex
33 sys-devel/bison"
34
35 +RDEPEND="=sys-libs/libsemanage-${SEMNG_VER}*"
36 +
37 src_unpack() {
38 unpack ${A}
39 cd "${S}"
40
41
42
43 1.49 sys-apps/checkpolicy/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/checkpolicy/ChangeLog?rev=1.49&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/checkpolicy/ChangeLog?rev=1.49&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/checkpolicy/ChangeLog?r1=1.48&r2=1.49
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v
52 retrieving revision 1.48
53 retrieving revision 1.49
54 diff -u -r1.48 -r1.49
55 --- ChangeLog 26 May 2008 15:02:26 -0000 1.48
56 +++ ChangeLog 10 Sep 2008 18:06:49 -0000 1.49
57 @@ -1,6 +1,10 @@
58 # ChangeLog for sys-apps/checkpolicy
59 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.48 2008/05/26 15:02:26 pebenito Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/ChangeLog,v 1.49 2008/09/10 18:06:49 pebenito Exp $
62 +
63 + 10 Sep 2008; Chris PeBenito <pebenito@g.o>
64 + checkpolicy-1.34.4.ebuild:
65 + Remove rdep on flex and bison as they are build tools.
66
67 26 May 2008; Chris PeBenito <pebenito@g.o>
68 checkpolicy-1.34.4.ebuild: