Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/sed: sed-4.2.1-r1.ebuild ChangeLog sed-4.2.1.ebuild
Date: Tue, 03 Jan 2012 18:44:44
Message-Id: 20120103184435.439122004B@flycatcher.gentoo.org
1 vapier 12/01/03 18:44:35
2
3 Modified: sed-4.2.1-r1.ebuild ChangeLog sed-4.2.1.ebuild
4 Log:
5 Fix handling of selinux searching cache vars #397443 by Amadeusz Sławiński.
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sys-apps/sed/sed-4.2.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/sed-4.2.1-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/sed-4.2.1-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/sed-4.2.1-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: sed-4.2.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.1-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- sed-4.2.1-r1.ebuild 31 Dec 2011 07:33:57 -0000 1.2
23 +++ sed-4.2.1-r1.ebuild 3 Jan 2012 18:44:35 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.1-r1.ebuild,v 1.2 2011/12/31 07:33:57 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.1-r1.ebuild,v 1.3 2012/01/03 18:44:35 vapier Exp $
30
31 inherit eutils flag-o-matic toolchain-funcs
32
33 @@ -51,7 +51,8 @@
34 bindir=/usr/bin
35 fi
36
37 - export ac_cv_{search_setfilecon,header_selinux_{context,selinux}_h}=$(usex selinux)
38 + export ac_cv_search_setfilecon=$(usex selinux -lselinux)
39 + export ac_cv_header_selinux_{context,selinux}_h=$(usex selinux)
40 use static && append-ldflags -static
41 econf \
42 --bindir=${bindir} \
43
44
45
46 1.113 sys-apps/sed/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/ChangeLog?rev=1.113&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/ChangeLog?rev=1.113&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/ChangeLog?r1=1.112&r2=1.113
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v
55 retrieving revision 1.112
56 retrieving revision 1.113
57 diff -u -r1.112 -r1.113
58 --- ChangeLog 31 Dec 2011 07:33:57 -0000 1.112
59 +++ ChangeLog 3 Jan 2012 18:44:35 -0000 1.113
60 @@ -1,6 +1,10 @@
61 # ChangeLog for sys-apps/sed
62 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v 1.112 2011/12/31 07:33:57 vapier Exp $
64 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v 1.113 2012/01/03 18:44:35 vapier Exp $
66 +
67 + 03 Jan 2012; Mike Frysinger <vapier@g.o> sed-4.2.1.ebuild,
68 + sed-4.2.1-r1.ebuild:
69 + Fix handling of selinux searching cache vars #397443 by Amadeusz Sławiński.
70
71 31 Dec 2011; Mike Frysinger <vapier@g.o> sed-4.2.1.ebuild,
72 sed-4.2.1-r1.ebuild:
73
74
75
76 1.11 sys-apps/sed/sed-4.2.1.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/sed-4.2.1.ebuild?rev=1.11&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/sed-4.2.1.ebuild?rev=1.11&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/sed/sed-4.2.1.ebuild?r1=1.10&r2=1.11
81
82 Index: sed-4.2.1.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.1.ebuild,v
85 retrieving revision 1.10
86 retrieving revision 1.11
87 diff -u -r1.10 -r1.11
88 --- sed-4.2.1.ebuild 31 Dec 2011 07:33:57 -0000 1.10
89 +++ sed-4.2.1.ebuild 3 Jan 2012 18:44:35 -0000 1.11
90 @@ -1,6 +1,6 @@
91 -# Copyright 1999-2011 Gentoo Foundation
92 +# Copyright 1999-2012 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.1.ebuild,v 1.10 2011/12/31 07:33:57 vapier Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.1.ebuild,v 1.11 2012/01/03 18:44:35 vapier Exp $
96
97 inherit eutils flag-o-matic toolchain-funcs
98
99 @@ -50,7 +50,8 @@
100 bindir=/usr/bin
101 fi
102
103 - export ac_cv_{search_setfilecon,header_selinux_{context,selinux}_h}=$(usex selinux)
104 + export ac_cv_search_setfilecon=$(usex selinux -lselinux)
105 + export ac_cv_header_selinux_{context,selinux}_h=$(usex selinux)
106 use static && append-ldflags -static
107 econf \
108 --bindir=${bindir} \