From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R8roF-0008Og-AM for garchives@archives.gentoo.org; Wed, 28 Sep 2011 10:56:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A77F21C174; Wed, 28 Sep 2011 10:56:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3B33421C174 for ; Wed, 28 Sep 2011 10:56:08 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B495C1B402F for ; Wed, 28 Sep 2011 10:56:07 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 1B94120036; Wed, 28 Sep 2011 10:56:06 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: metadata.xml ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: metadata.xml ChangeLog X-VCS-Directories: sys-devel/llvm X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20110928105606.1B94120036@flycatcher.gentoo.org> Date: Wed, 28 Sep 2011 10:56:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9f65763b82b25218a655d71256df13fe ssuominen 11/09/28 10:56:06 Modified: metadata.xml ChangeLog Log: USE=3D"libffi" is now global USE flag. =20 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64) Revision Changes Path 1.5 sys-devel/llvm/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/met= adata.xml?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/met= adata.xml?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/met= adata.xml?r1=3D1.4&r2=3D1.5 Index: metadata.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/metadata.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- metadata.xml 24 Sep 2011 10:39:17 -0000 1.4 +++ metadata.xml 28 Sep 2011 10:56:06 -0000 1.5 @@ -12,7 +12,6 @@ 4. LLVM does not imply things that you would expect from a high-level= virtual machine. It does not require garbage collection or run-time code= generation (In fact, LLVM makes a great static compiler!). Note that opt= ional LLVM components can be used to build high-level virtual machines an= d other systems that need these services. Build all host targets (default: host only)<= /flag> - Add support to call arbitrary external (natively= compiled) functions via dev-libs/libffi Build LLVM with sys-devel/llvm-gcc<= /flag> Enable support for dev-libs/udis86 di= sassembler library 1.45 sys-devel/llvm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/Cha= ngeLog?rev=3D1.45&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/Cha= ngeLog?rev=3D1.45&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/Cha= ngeLog?r1=3D1.44&r2=3D1.45 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 15 Jul 2011 09:54:56 -0000 1.44 +++ ChangeLog 28 Sep 2011 10:56:06 -0000 1.45 @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.44 2011/= 07/15 09:54:56 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.45 2011/= 09/28 10:56:06 ssuominen Exp $ + + 28 Sep 2011; Samuli Suominen metadata.xml: + USE=3D"libffi" is now global USE flag. =20 15 Jul 2011; Kacper Kowalik llvm-2.8-r2.ebuild= : ppc stable wrt #360553