Gentoo Archives: gentoo-commits

From: "Ralph Sennhauser (sera)" <sera@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/icedtea-bin: ChangeLog icedtea-bin-6.1.10.4.ebuild icedtea-bin-7.2.0-r1.ebuild
Date: Mon, 21 Nov 2011 11:08:00
Message-Id: 20111121110741.7AFF62004B@flycatcher.gentoo.org
1 sera 11/11/21 11:07:41
2
3 Modified: ChangeLog icedtea-bin-6.1.10.4.ebuild
4 icedtea-bin-7.2.0-r1.ebuild
5 Log:
6 Use java-vm-2.eclass to set PaX markings
7
8 (Portage version: 2.1.10.35/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 dev-java/icedtea-bin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 18 Nov 2011 21:32:23 -0000 1.7
24 +++ ChangeLog 21 Nov 2011 11:07:41 -0000 1.8
25 @@ -1,6 +1,10 @@
26 # ChangeLog for dev-java/icedtea-bin
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/ChangeLog,v 1.7 2011/11/18 21:32:23 sera Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/ChangeLog,v 1.8 2011/11/21 11:07:41 sera Exp $
30 +
31 + 21 Nov 2011; Ralph Sennhauser <sera@g.o> icedtea-bin-6.1.10.4.ebuild,
32 + icedtea-bin-7.2.0-r1.ebuild:
33 + Use java-vm-2.eclass to set PaX markings
34
35 18 Nov 2011; Ralph Sennhauser <sera@g.o> icedtea-bin-6.1.10.4.ebuild,
36 icedtea-bin-7.2.0-r1.ebuild:
37
38
39
40 1.4 dev-java/icedtea-bin/icedtea-bin-6.1.10.4.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.10.4.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.10.4.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.10.4.ebuild?r1=1.3&r2=1.4
45
46 Index: icedtea-bin-6.1.10.4.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.10.4.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- icedtea-bin-6.1.10.4.ebuild 18 Nov 2011 21:32:23 -0000 1.3
53 +++ icedtea-bin-6.1.10.4.ebuild 21 Nov 2011 11:07:41 -0000 1.4
54 @@ -1,10 +1,10 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.10.4.ebuild,v 1.3 2011/11/18 21:32:23 sera Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.10.4.ebuild,v 1.4 2011/11/21 11:07:41 sera Exp $
59
60 EAPI="4"
61
62 -inherit java-vm-2 pax-utils
63 +inherit java-vm-2
64
65 dist="http://dev.gentoo.org/~caster/distfiles/"
66 DESCRIPTION="A Gentoo-made binary build of the Icedtea6 JDK"
67 @@ -69,11 +69,7 @@
68 cp -pRP bin include jre lib man "${ddest}" || die "failed to copy"
69
70 # Remove on next bump as the needed marks are already set by icedtea ebuild.
71 - # Set PaX markings on all JDK/JRE executables to allow code-generation on
72 - # the heap by the JIT compiler.
73 - local marks="m"
74 - use x86 && marks="msp"
75 - pax-mark ${marks} $(list-paxables "${ddest}"{,/jre}/bin/*)
76 + java-vm_set-pax-markings "${ddest}"
77
78 dodoc ../doc/{ASSEMBLY_EXCEPTION,THIRD_PARTY_README}
79 if use doc ; then
80
81
82
83 1.4 dev-java/icedtea-bin/icedtea-bin-7.2.0-r1.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-7.2.0-r1.ebuild?rev=1.4&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-7.2.0-r1.ebuild?rev=1.4&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-7.2.0-r1.ebuild?r1=1.3&r2=1.4
88
89 Index: icedtea-bin-7.2.0-r1.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-7.2.0-r1.ebuild,v
92 retrieving revision 1.3
93 retrieving revision 1.4
94 diff -u -r1.3 -r1.4
95 --- icedtea-bin-7.2.0-r1.ebuild 18 Nov 2011 21:32:23 -0000 1.3
96 +++ icedtea-bin-7.2.0-r1.ebuild 21 Nov 2011 11:07:41 -0000 1.4
97 @@ -1,10 +1,10 @@
98 # Copyright 1999-2011 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-7.2.0-r1.ebuild,v 1.3 2011/11/18 21:32:23 sera Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-7.2.0-r1.ebuild,v 1.4 2011/11/21 11:07:41 sera Exp $
102
103 EAPI="4"
104
105 -inherit java-vm-2 pax-utils
106 +inherit java-vm-2
107
108 dist="http://dev.gentoo.org/~caster/distfiles/"
109 DESCRIPTION="A Gentoo-made binary build of the Icedtea6 JDK"
110 @@ -69,11 +69,7 @@
111 cp -pRP bin include jre lib man "${ddest}" || die "failed to copy"
112
113 # Remove on next bump as the needed marks are already set by icedtea ebuild.
114 - # Set PaX markings on all JDK/JRE executables to allow code-generation on
115 - # the heap by the JIT compiler.
116 - local marks="m"
117 - use x86 && marks="msp"
118 - pax-mark ${marks} $(list-paxables "${ddest}"{,/jre}/bin/*)
119 + java-vm_set-pax-markings "${ddest}"
120
121 dodoc ../doc/{ASSEMBLY_EXCEPTION,THIRD_PARTY_README}
122 if use doc ; then