mgorny 15/01/28 19:40:59
Modified: cmucl-20d-r3.ebuild cmucl-20b_p001.ebuild
cmucl-20a.ebuild cmucl-20e.ebuild ChangeLog
Log:
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.3 dev-lisp/cmucl/cmucl-20d-r3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20d-r3.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20d-r3.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20d-r3.ebuild?r1=1.2&r2=1.3
Index: cmucl-20d-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20d-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cmucl-20d-r3.ebuild 12 May 2013 11:06:44 -0000 1.2
+++ cmucl-20d-r3.ebuild 28 Jan 2015 19:40:59 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20d-r3.ebuild,v 1.2
2013/05/12 11:06:44 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20d-r3.ebuild,v 1.3
2015/01/28 19:40:59 mgorny Exp $
EAPI=5
inherit eutils toolchain-funcs multilib
@@ -16,7 +16,7 @@
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~x86"
-IUSE="X source sse2"
+IUSE="X source cpu_flags_x86_sse2"
CDEPEND=">=dev-lisp/asdf-2.33-r3:=
x11-libs/motif:0"
@@ -38,7 +38,7 @@
src_compile() {
local cmufpu cmuopts
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
cmufpu=sse2
else
cmufpu=x87
1.5 dev-lisp/cmucl/cmucl-20b_p001.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20b_p001.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20b_p001.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20b_p001.ebuild?r1=1.4&r2=1.5
Index: cmucl-20b_p001.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20b_p001.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cmucl-20b_p001.ebuild 24 Oct 2012 19:07:00 -0000 1.4
+++ cmucl-20b_p001.ebuild 28 Jan 2015 19:40:59 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20b_p001.ebuild,v 1.4
2012/10/24 19:07:00 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20b_p001.ebuild,v 1.5
2015/01/28 19:40:59 mgorny Exp $
EAPI=3
inherit eutils multilib toolchain-funcs
@@ -15,7 +15,7 @@
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~x86"
-IUSE="X source sse2"
+IUSE="X source cpu_flags_x86_sse2"
RDEPEND="x11-libs/motif"
DEPEND="${RDEPEND}
@@ -51,7 +51,7 @@
}
src_compile() {
- local cmufpu=$(glo_usev sse2 sse2 x87)
+ local cmufpu=$(glo_usev cpu_flags_x86_sse2 sse2 x87)
local cmuopts="$(glo_usev !X -u) -f ${cmufpu}"
local buildimage="bin/lisp -core lib/cmucl/lib/lisp-${cmufpu}.core
-noinit -nositeinit -batch"
env CC="$(tc-getCC)" src/tools/build.sh -v "-gentoo-${PR}" -C "" -o
"${buildimage}" ${cmuopts} || die "Cannot build the compiler"
1.7 dev-lisp/cmucl/cmucl-20a.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20a.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20a.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20a.ebuild?r1=1.6&r2=1.7
Index: cmucl-20a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20a.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cmucl-20a.ebuild 24 Oct 2012 19:07:00 -0000 1.6
+++ cmucl-20a.ebuild 28 Jan 2015 19:40:59 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20a.ebuild,v 1.6
2012/10/24 19:07:00 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20a.ebuild,v 1.7
2015/01/28 19:40:59 mgorny Exp $
EAPI="3"
@@ -17,7 +17,7 @@
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~x86"
-IUSE="X source sse2"
+IUSE="X source cpu_flags_x86_sse2"
RDEPEND=">=x11-libs/motif-2.3:0"
DEPEND="${RDEPEND}
@@ -34,7 +34,7 @@
src_compile() {
local cfpu="sse2"
- if ! use sse2; then
+ if ! use cpu_flags_x86_sse2; then
cfpu="x87"
fi
1.2 dev-lisp/cmucl/cmucl-20e.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20e.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20e.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/cmucl-20e.ebuild?r1=1.1&r2=1.2
Index: cmucl-20e.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20e.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cmucl-20e.ebuild 6 Feb 2014 12:57:26 -0000 1.1
+++ cmucl-20e.ebuild 28 Jan 2015 19:40:59 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20e.ebuild,v 1.1
2014/02/06 12:57:26 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/cmucl-20e.ebuild,v 1.2
2015/01/28 19:40:59 mgorny Exp $
EAPI=5
inherit eutils toolchain-funcs multilib
@@ -15,7 +15,7 @@
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~x86"
-IUSE="X source sse2"
+IUSE="X source cpu_flags_x86_sse2"
CDEPEND=">=dev-lisp/asdf-2.33-r3:=
x11-libs/motif:0"
@@ -37,7 +37,7 @@
src_compile() {
local cmufpu cmuopts
- if use sse2; then
+ if use cpu_flags_x86_sse2; then
cmufpu=sse2
else
cmufpu=x87
1.44 dev-lisp/cmucl/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/ChangeLog?rev=1.44&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/ChangeLog?rev=1.44&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lisp/cmucl/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 6 Feb 2014 12:57:26 -0000 1.43
+++ ChangeLog 28 Jan 2015 19:40:59 -0000 1.44
@@ -1,6 +1,10 @@
# ChangeLog for dev-lisp/cmucl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/ChangeLog,v 1.43 2014/02/06
12:57:26 grozin Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cmucl/ChangeLog,v 1.44 2015/01/28
19:40:59 mgorny Exp $
+
+ 28 Jan 2015; Michał Górny <[email protected]> cmucl-20a.ebuild,
+ cmucl-20b_p001.ebuild, cmucl-20d-r3.ebuild, cmucl-20e.ebuild:
+ Switch to CPU_FLAGS_X86.
*cmucl-20e (06 Feb 2014)