Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-boot/grub: grub-9999-r1.ebuild grub-2.02_beta1-r1.ebuild ChangeLog grub-2.02_beta1.ebuild
Date: Tue, 24 Dec 2013 02:41:17
Message-Id: 20131224024112.360AF2004E@flycatcher.gentoo.org
1 floppym 13/12/24 02:41:12
2
3 Modified: grub-9999-r1.ebuild grub-2.02_beta1-r1.ebuild
4 ChangeLog
5 Removed: grub-2.02_beta1.ebuild
6 Log:
7 Host binaries no longer have executable stacks.
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
10
11 Revision Changes Path
12 1.9 sys-boot/grub/grub-9999-r1.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?rev=1.9&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?rev=1.9&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild?r1=1.8&r2=1.9
17
18 Index: grub-9999-r1.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v
21 retrieving revision 1.8
22 retrieving revision 1.9
23 diff -u -r1.8 -r1.9
24 --- grub-9999-r1.ebuild 19 Dec 2013 14:57:24 -0000 1.8
25 +++ grub-9999-r1.ebuild 24 Dec 2013 02:41:11 -0000 1.9
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v 1.8 2013/12/19 14:57:24 floppym Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-9999-r1.ebuild,v 1.9 2013/12/24 02:41:11 floppym Exp $
31
32 EAPI=5
33
34 @@ -28,7 +28,7 @@
35 S=${WORKDIR}/${P%_*}
36 fi
37 KEYWORDS="~amd64 ~x86"
38 - PATCHES=()
39 + PATCHES=( "${FILESDIR}/${P}-only-use-scripts-that-are-executable.patch" )
40 else
41 inherit git-r3
42 EGIT_REPO_URI="git://git.sv.gnu.org/grub.git
43 @@ -115,8 +115,7 @@
44 RESTRICT="test"
45
46 QA_EXECSTACK="
47 - usr/bin/grub*
48 - usr/sbin/grub*
49 + usr/bin/grub*-emu*
50 usr/lib*/grub/*/*.mod
51 usr/lib*/grub/*/*.module
52 usr/lib*/grub/*/kernel.exec
53 @@ -279,9 +278,6 @@
54
55 insinto /etc/default
56 newins "${FILESDIR}"/grub.default-3 grub
57 -
58 - cd "${ED}" || die
59 - pax-mark mpes $(scanelf -BF %F usr/{bin,sbin})
60 }
61
62 pkg_postinst() {
63
64
65
66 1.2 sys-boot/grub/grub-2.02_beta1-r1.ebuild
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta1-r1.ebuild?rev=1.2&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta1-r1.ebuild?rev=1.2&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/grub-2.02_beta1-r1.ebuild?r1=1.1&r2=1.2
71
72 Index: grub-2.02_beta1-r1.ebuild
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta1-r1.ebuild,v
75 retrieving revision 1.1
76 retrieving revision 1.2
77 diff -u -r1.1 -r1.2
78 --- grub-2.02_beta1-r1.ebuild 23 Dec 2013 20:56:20 -0000 1.1
79 +++ grub-2.02_beta1-r1.ebuild 24 Dec 2013 02:41:11 -0000 1.2
80 @@ -1,6 +1,6 @@
81 # Copyright 1999-2013 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta1-r1.ebuild,v 1.1 2013/12/23 20:56:20 polynomial-c Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/grub-2.02_beta1-r1.ebuild,v 1.2 2013/12/24 02:41:11 floppym Exp $
85
86 EAPI=5
87
88 @@ -115,8 +115,7 @@
89 RESTRICT="test"
90
91 QA_EXECSTACK="
92 - usr/bin/grub*
93 - usr/sbin/grub*
94 + usr/bin/grub*-emu*
95 usr/lib*/grub/*/*.mod
96 usr/lib*/grub/*/*.module
97 usr/lib*/grub/*/kernel.exec
98 @@ -279,9 +278,6 @@
99
100 insinto /etc/default
101 newins "${FILESDIR}"/grub.default-3 grub
102 -
103 - cd "${ED}" || die
104 - pax-mark mpes $(scanelf -BF %F usr/{bin,sbin})
105 }
106
107 pkg_postinst() {
108
109
110
111 1.300 sys-boot/grub/ChangeLog
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.300&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?rev=1.300&content-type=text/plain
115 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/grub/ChangeLog?r1=1.299&r2=1.300
116
117 Index: ChangeLog
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v
120 retrieving revision 1.299
121 retrieving revision 1.300
122 diff -u -r1.299 -r1.300
123 --- ChangeLog 23 Dec 2013 20:56:20 -0000 1.299
124 +++ ChangeLog 24 Dec 2013 02:41:11 -0000 1.300
125 @@ -1,6 +1,10 @@
126 # ChangeLog for sys-boot/grub
127 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
128 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.299 2013/12/23 20:56:20 polynomial-c Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/grub/ChangeLog,v 1.300 2013/12/24 02:41:11 floppym Exp $
130 +
131 + 24 Dec 2013; Mike Gilbert <floppym@g.o> -grub-2.02_beta1.ebuild,
132 + grub-2.02_beta1-r1.ebuild, grub-9999-r1.ebuild:
133 + Host binaries no longer have executable stacks.
134
135 *grub-2.02_beta1-r1 (23 Dec 2013)