Gentoo Archives: gentoo-commits

From: "TomAs Touceda (chiiph)" <chiiph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-scheme/ikarus/files: ikarus-0.0.3_p1870-cpu_has_sse2.patch ikarus-0.0.3_p1870-ikarus-enter.patch ikarus-0.0.3-ikarus-enter.patch ikarus-0.0.3-cpu_has_sse2.patch
Date: Tue, 27 Apr 2010 17:00:08
Message-Id: 20100427170000.BDB532C04C@corvid.gentoo.org
1 chiiph 10/04/27 17:00:00
2
3 Added: ikarus-0.0.3_p1870-cpu_has_sse2.patch
4 ikarus-0.0.3_p1870-ikarus-enter.patch
5 Removed: ikarus-0.0.3-ikarus-enter.patch
6 ikarus-0.0.3-cpu_has_sse2.patch
7 Log:
8 Bump to upstream snapshot since the problems with 0.0.3 are solved in the live version of this ebuild in the lisp overlay. Ported to EAPI 3 and cleanup old version.
9 (Portage version: 2.2_rc67/cvs/Linux i686)
10
11 Revision Changes Path
12 1.1 dev-scheme/ikarus/files/ikarus-0.0.3_p1870-cpu_has_sse2.patch
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/ikarus/files/ikarus-0.0.3_p1870-cpu_has_sse2.patch?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/ikarus/files/ikarus-0.0.3_p1870-cpu_has_sse2.patch?rev=1.1&content-type=text/plain
16
17 Index: ikarus-0.0.3_p1870-cpu_has_sse2.patch
18 ===================================================================
19 --- a/src/cpu_has_sse2.S 2008-01-29 04:44:10.000000000 +0000
20 +++ b/src/cpu_has_sse2.S 2008-05-31 18:29:00.000000000 +0000
21 @@ -13,6 +13,9 @@
22 # You should have received a copy of the GNU General Public License
23 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24
25 +#if defined(__linux__) && defined(__ELF__)
26 +.section .note.GNU-stack,"",%progbits
27 +#endif
28
29 .text
30 .globl cpu_has_sse2
31
32
33
34 1.1 dev-scheme/ikarus/files/ikarus-0.0.3_p1870-ikarus-enter.patch
35
36 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/ikarus/files/ikarus-0.0.3_p1870-ikarus-enter.patch?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/ikarus/files/ikarus-0.0.3_p1870-ikarus-enter.patch?rev=1.1&content-type=text/plain
38
39 Index: ikarus-0.0.3_p1870-ikarus-enter.patch
40 ===================================================================
41 --- a/src/ikarus-enter.S 2008-01-29 04:44:17.000000000 +0000
42 +++ b/src/ikarus-enter.S 2008-05-31 18:28:09.000000000 +0000
43 @@ -13,7 +13,9 @@
44 # You should have received a copy of the GNU General Public License
45 # along with this program. If not, see <http://www.gnu.org/licenses/>.
46
47 -
48 +#if defined(__linux__) && defined(__ELF__)
49 +.section .note.GNU-stack,"",%progbits
50 +#endif
51
52 .text
53 .globl ik_asm_enter