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 54E8A138CE6 for ; Sat, 13 Jun 2015 12:00:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6F36E0824; Sat, 13 Jun 2015 12:00:17 +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 8B595E0824 for ; Sat, 13 Jun 2015 12:00:17 +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 96D4834089F for ; Sat, 13 Jun 2015 12:00:16 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2279) id 5C0E7A35; Sat, 13 Jun 2015 12:00:15 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: llvm-9999.ebuild ChangeLog X-VCS-Directories: sys-devel/llvm X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150613120015.5C0E7A35@oystercatcher.gentoo.org> Date: Sat, 13 Jun 2015 12:00:15 +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: f85fb6cc-c1f3-445b-b99f-5f0f86e13063 X-Archives-Hash: fc2a8c96ea0cf42678771f24e3812345 mgorny 15/06/13 12:00:15 Modified: llvm-9999.ebuild ChangeLog Log: Rename R600 -> AMDGPU following upstream. Reported by darkbasic. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.114 sys-devel/llvm/llvm-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.114&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.114&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.113&r2=1.114 Index: llvm-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- llvm-9999.ebuild 11 Jun 2015 17:05:20 -0000 1.113 +++ llvm-9999.ebuild 13 Jun 2015 12:00:15 -0000 1.114 @@ -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.113 2015/06/11 17:05:20 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.114 2015/06/13 12:00:15 mgorny Exp $ EAPI=5 @@ -193,7 +193,7 @@ targets=all else targets='host;CppBackend' - use video_cards_radeon && targets+=';R600' + use video_cards_radeon && targets+=';AMDGPU' fi local ffi_cflags ffi_ldflags 1.248 sys-devel/llvm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.248&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.248&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.247&r2=1.248 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v retrieving revision 1.247 retrieving revision 1.248 diff -u -r1.247 -r1.248 --- ChangeLog 11 Jun 2015 17:05:20 -0000 1.247 +++ ChangeLog 13 Jun 2015 12:00:15 -0000 1.248 @@ -1,6 +1,9 @@ # 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.247 2015/06/11 17:05:20 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.248 2015/06/13 12:00:15 mgorny Exp $ + + 13 Jun 2015; Michał Górny llvm-9999.ebuild: + Rename R600 -> AMDGPU following upstream. Reported by darkbasic. 11 Jun 2015; Bernard Cafarelli llvm-9999.ebuild: Documentation build can be made optional again, add back pax markings