Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lisp/sbcl: ChangeLog sbcl-1.1.17.ebuild
Date: Mon, 28 Apr 2014 07:44:09
Message-Id: 20140428074403.74BDE2004B@flycatcher.gentoo.org
1 ulm 14/04/28 07:44:03
2
3 Modified: ChangeLog sbcl-1.1.17.ebuild
4 Log:
5 QA: Fix whitespace issues.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.204 dev-lisp/sbcl/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.204&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?rev=1.204&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/ChangeLog?r1=1.203&r2=1.204
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v
19 retrieving revision 1.203
20 retrieving revision 1.204
21 diff -u -r1.203 -r1.204
22 --- ChangeLog 28 Apr 2014 06:35:54 -0000 1.203
23 +++ ChangeLog 28 Apr 2014 07:44:03 -0000 1.204
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-lisp/sbcl
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.203 2014/04/28 06:35:54 gienah Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/ChangeLog,v 1.204 2014/04/28 07:44:03 ulm Exp $
29 +
30 + 28 Apr 2014; Ulrich Müller <ulm@g.o> sbcl-1.1.17.ebuild:
31 + QA: Fix whitespace issues.
32
33 28 Apr 2014; Mark Wright <gienah@g.o>
34 +files/sbcl-1.1.17-gentoo-fix_nopie_for_hardened_toolchain.patch,
35
36
37
38 1.3 dev-lisp/sbcl/sbcl-1.1.17.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild?r1=1.2&r2=1.3
43
44 Index: sbcl-1.1.17.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- sbcl-1.1.17.ebuild 28 Apr 2014 06:35:54 -0000 1.2
51 +++ sbcl-1.1.17.ebuild 28 Apr 2014 07:44:03 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild,v 1.2 2014/04/28 06:35:54 gienah Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/sbcl/sbcl-1.1.17.ebuild,v 1.3 2014/04/28 07:44:03 ulm Exp $
57
58 EAPI=5
59 inherit multilib eutils flag-o-matic pax-utils
60 @@ -51,11 +51,11 @@
61 }
62
63 sbcl_apply_features() {
64 - cat > "${CONFIG}" <<'EOF'
65 -(lambda (list)
66 - (flet ((enable (x) (pushnew x list))
67 - (disable (x) (setf list (remove x list))))
68 -EOF
69 + sed 's/^X//' > "${CONFIG}" <<-'EOF'
70 + (lambda (list)
71 + X (flet ((enable (x) (pushnew x list))
72 + X (disable (x) (setf list (remove x list))))
73 + EOF
74 if use x86 || use amd64; then
75 sbcl_feature "$(usep threads)" ":sb-thread"
76 fi
77 @@ -64,10 +64,10 @@
78 sbcl_feature "$(usep unicode)" ":sb-unicode"
79 sbcl_feature "$(usep zlib)" ":sb-core-compression"
80 sbcl_feature "$(usep debug)" ":sb-xref-for-internals"
81 - cat >> "${CONFIG}" <<'EOF'
82 - )
83 - list)
84 -EOF
85 + sed 's/^X//' >> "${CONFIG}" <<-'EOF'
86 + X )
87 + X list)
88 + EOF
89 cat "${CONFIG}"
90 }
91
92 @@ -162,17 +162,17 @@
93 src_install() {
94 # install system-wide initfile
95 dodir /etc/
96 - cat > "${D}"/etc/sbclrc <<EOF
97 -;;; The following is required if you want source location functions to
98 -;;; work in SLIME, for example.
99 -
100 -(setf (logical-pathname-translations "SYS")
101 - '(("SYS:SRC;**;*.*.*" #p"/usr/$(get_libdir)/sbcl/src/**/*.*")
102 - ("SYS:CONTRIB;**;*.*.*" #p"/usr/$(get_libdir)/sbcl/**/*.*")))
103 -
104 -;;; Setup ASDF2
105 -(load "/etc/common-lisp/gentoo-init.lisp")
106 -EOF
107 + sed 's/^X//' > "${D}"/etc/sbclrc <<-EOF
108 + ;;; The following is required if you want source location functions to
109 + ;;; work in SLIME, for example.
110 + X
111 + (setf (logical-pathname-translations "SYS")
112 + X '(("SYS:SRC;**;*.*.*" #p"/usr/$(get_libdir)/sbcl/src/**/*.*")
113 + X ("SYS:CONTRIB;**;*.*.*" #p"/usr/$(get_libdir)/sbcl/**/*.*")))
114 + X
115 + ;;; Setup ASDF2
116 + (load "/etc/common-lisp/gentoo-init.lisp")
117 + EOF
118
119 # Install documentation
120 unset SBCL_HOME