voyageur 15/04/16 11:55:18
Modified: llvm-3.5.2.ebuild llvm-3.6.0.ebuild
llvm-3.5.0.ebuild ChangeLog llvm-3.3-r3.ebuild
llvm-3.5.1.ebuild llvm-3.4.2.ebuild
llvm-9999.ebuild
Log:
Update debug CFLAGS check, bug #545630
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
00F7AB331B0F097F)
Revision Changes Path
1.2 sys-devel/llvm/llvm-3.5.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?r1=1.1&r2=1.2
Index: llvm-3.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- llvm-3.5.2.ebuild 3 Apr 2015 08:59:51 -0000 1.1
+++ llvm-3.5.2.ebuild 16 Apr 2015 11:55:18 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v 1.1
2015/04/03 08:59:51 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v 1.2
2015/04/16 11:55:18 voyageur Exp $
EAPI=5
@@ -94,7 +94,7 @@
ewarn
(( build_size *= 14 ))
- elif is-flagq -g || is-flagq -ggdb; then
+ elif is-flagq '-g?(gdb)?([1-9])'; then
ewarn "The C++ compiler -g option is known to increase the size
of the package"
ewarn "considerably. If you run out of space, please consider
removing it."
ewarn
1.2 sys-devel/llvm/llvm-3.6.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.6.0.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.6.0.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.6.0.ebuild?r1=1.1&r2=1.2
Index: llvm-3.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- llvm-3.6.0.ebuild 28 Feb 2015 09:38:22 -0000 1.1
+++ llvm-3.6.0.ebuild 16 Apr 2015 11:55:18 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.0.ebuild,v 1.1
2015/02/28 09:38:22 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.0.ebuild,v 1.2
2015/04/16 11:55:18 voyageur Exp $
EAPI=5
@@ -19,7 +19,7 @@
LICENSE="UoI-NCSA"
SLOT="0/3.6"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd
~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos
~x86-macos"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd
~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos
~x86-macos"
IUSE="clang debug doc gold libedit +libffi multitarget ncurses ocaml python
+static-analyzer test xml video_cards_radeon
kernel_Darwin kernel_FreeBSD"
@@ -94,7 +94,7 @@
ewarn
(( build_size *= 14 ))
- elif is-flagq -g || is-flagq -ggdb; then
+ elif is-flagq '-g?(gdb)?([1-9])'; then
ewarn "The C++ compiler -g option is known to increase the size
of the package"
ewarn "considerably. If you run out of space, please consider
removing it."
ewarn
1.15 sys-devel/llvm/llvm-3.5.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild?rev=1.15&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild?rev=1.15&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild?r1=1.14&r2=1.15
Index: llvm-3.5.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- llvm-3.5.0.ebuild 21 Feb 2015 10:07:58 -0000 1.14
+++ llvm-3.5.0.ebuild 16 Apr 2015 11:55:18 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v 1.14
2015/02/21 10:07:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.0.ebuild,v 1.15
2015/04/16 11:55:18 voyageur Exp $
EAPI=5
@@ -94,7 +94,7 @@
ewarn
(( build_size *= 14 ))
- elif is-flagq -g || is-flagq -ggdb; then
+ elif is-flagq '-g?(gdb)?([1-9])'; then
ewarn "The C++ compiler -g option is known to increase the size
of the package"
ewarn "considerably. If you run out of space, please consider
removing it."
ewarn
1.238 sys-devel/llvm/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.238&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.238&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.237&r2=1.238
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- ChangeLog 8 Apr 2015 18:25:48 -0000 1.237
+++ ChangeLog 16 Apr 2015 11:55:18 -0000 1.238
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/llvm
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.237 2015/04/08
18:25:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.238 2015/04/16
11:55:18 voyageur Exp $
+
+ 16 Apr 2015; Bernard Cafarelli <[email protected]> llvm-3.3-r3.ebuild,
+ llvm-3.4.2.ebuild, llvm-3.5.0.ebuild, llvm-3.5.1.ebuild, llvm-3.5.2.ebuild,
+ llvm-3.6.0.ebuild, llvm-9999.ebuild:
+ Update debug CFLAGS check, bug #545630
08 Apr 2015; Michał Górny <[email protected]> llvm-3.2.ebuild,
llvm-3.3-r3.ebuild:
1.14 sys-devel/llvm/llvm-3.3-r3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3-r3.ebuild?rev=1.14&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3-r3.ebuild?rev=1.14&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.3-r3.ebuild?r1=1.13&r2=1.14
Index: llvm-3.3-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r3.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- llvm-3.3-r3.ebuild 8 Apr 2015 18:25:48 -0000 1.13
+++ llvm-3.3-r3.ebuild 16 Apr 2015 11:55:18 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r3.ebuild,v 1.13
2015/04/08 18:25:48 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r3.ebuild,v 1.14
2015/04/16 11:55:18 voyageur Exp $
EAPI=5
@@ -88,7 +88,7 @@
ewarn
(( build_size *= 14 ))
- elif is-flagq -g || is-flagq -ggdb; then
+ elif is-flagq '-g?(gdb)?([1-9])'; then
ewarn "The C++ compiler -g option is known to increase the size
of the package"
ewarn "considerably. If you run out of space, please consider
removing it."
ewarn
1.8 sys-devel/llvm/llvm-3.5.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.1.ebuild?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.1.ebuild?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.1.ebuild?r1=1.7&r2=1.8
Index: llvm-3.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- llvm-3.5.1.ebuild 3 Mar 2015 10:00:26 -0000 1.7
+++ llvm-3.5.1.ebuild 16 Apr 2015 11:55:18 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.1.ebuild,v 1.7
2015/03/03 10:00:26 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.1.ebuild,v 1.8
2015/04/16 11:55:18 voyageur Exp $
EAPI=5
@@ -94,7 +94,7 @@
ewarn
(( build_size *= 14 ))
- elif is-flagq -g || is-flagq -ggdb; then
+ elif is-flagq '-g?(gdb)?([1-9])'; then
ewarn "The C++ compiler -g option is known to increase the size
of the package"
ewarn "considerably. If you run out of space, please consider
removing it."
ewarn
1.10 sys-devel/llvm/llvm-3.4.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild?rev=1.10&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild?rev=1.10&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild?r1=1.9&r2=1.10
Index: llvm-3.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- llvm-3.4.2.ebuild 31 Jan 2015 19:48:12 -0000 1.9
+++ llvm-3.4.2.ebuild 16 Apr 2015 11:55:18 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild,v 1.9
2015/01/31 19:48:12 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.4.2.ebuild,v 1.10
2015/04/16 11:55:18 voyageur Exp $
EAPI=5
@@ -98,7 +98,7 @@
ewarn
(( build_size *= 14 ))
- elif is-flagq -g || is-flagq -ggdb; then
+ elif is-flagq '-g?(gdb)?([1-9])'; then
ewarn "The C++ compiler -g option is known to increase the size
of the package"
ewarn "considerably. If you run out of space, please consider
removing it."
ewarn
1.104 sys-devel/llvm/llvm-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.104&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.104&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.103&r2=1.104
Index: llvm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- llvm-9999.ebuild 2 Apr 2015 15:05:26 -0000 1.103
+++ llvm-9999.ebuild 16 Apr 2015 11:55:18 -0000 1.104
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.103
2015/04/02 15:05:26 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.104
2015/04/16 11:55:18 voyageur Exp $
EAPI=5
@@ -88,7 +88,7 @@
ewarn
(( build_size *= 14 ))
- elif is-flagq -g || is-flagq -ggdb; then
+ elif is-flagq '-g?(gdb)?([1-9])'; then
ewarn "The C++ compiler -g option is known to increase the size
of the package"
ewarn "considerably. If you run out of space, please consider
removing it."
ewarn