From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 36D6F1389F5 for ; Thu, 2 Apr 2015 15:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2067BE090F; Thu, 2 Apr 2015 15:05:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4D0DE090F for ; Thu, 2 Apr 2015 15:05:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E77C340900 for ; Thu, 2 Apr 2015 15:05:31 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2170) id D521F15114; Thu, 2 Apr 2015 15:05:26 +0000 (UTC) From: "Bernard Cafarelli (voyageur)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, voyageur@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: ChangeLog llvm-9999.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog llvm-9999.ebuild X-VCS-Directories: sys-devel/llvm X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150402150527.D521F15114@oystercatcher.gentoo.org> Date: Thu, 2 Apr 2015 15:05:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a8667a2f-9fcd-4b7a-93f0-9c3a55aef219 X-Archives-Hash: e384500db049da627e0b032183682d19 voyageur 15/04/02 15:05:26 Modified: ChangeLog llvm-9999.ebuild Log: Fix live ebuild patch, though it requires a rewrite for cmake build system, bug #543536 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 00F7AB331B0F097F) Revision Changes Path 1.235 sys-devel/llvm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.235&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.235&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.234&r2=1.235 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v retrieving revision 1.234 retrieving revision 1.235 diff -u -r1.234 -r1.235 --- ChangeLog 19 Mar 2015 09:28:02 -0000 1.234 +++ ChangeLog 2 Apr 2015 15:05:26 -0000 1.235 @@ -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.234 2015/03/19 09:28:02 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.235 2015/04/02 15:05:26 voyageur Exp $ + + 02 Apr 2015; Bernard Cafarelli llvm-9999.ebuild, + +files/llvm-3.7-nodoctargz.patch: + Fix live ebuild patch, though it requires a rewrite for cmake build system, + bug #543536 19 Mar 2015; Bernard Cafarelli llvm-3.1-r2.ebuild, +files/llvm-3.1-docs-pod-markup-fixes.patch, 1.103 sys-devel/llvm/llvm-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.103&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.103&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.102&r2=1.103 Index: llvm-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- llvm-9999.ebuild 4 Feb 2015 10:55:25 -0000 1.102 +++ llvm-9999.ebuild 2 Apr 2015 15:05:26 -0000 1.103 @@ -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.102 2015/02/04 10:55:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.103 2015/04/02 15:05:26 voyageur Exp $ EAPI=5 @@ -143,7 +143,7 @@ } src_prepare() { - epatch "${FILESDIR}"/${PN}-3.2-nodoctargz.patch + epatch "${FILESDIR}"/${PN}-3.7-nodoctargz.patch epatch "${FILESDIR}"/${PN}-3.5-gcc-4.9.patch epatch "${FILESDIR}"/${PN}-3.6-gentoo-install.patch # Make ocaml warnings non-fatal, bug #537308