From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-842896-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 163AA13888F for <garchives@archives.gentoo.org>; Wed, 28 Oct 2015 13:36:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82A4821C047; Wed, 28 Oct 2015 13:36:12 +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 DC77F21C047 for <gentoo-commits@lists.gentoo.org>; Wed, 28 Oct 2015 13:36:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C44F9340B1F for <gentoo-commits@lists.gentoo.org>; Wed, 28 Oct 2015 13:36:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9D511925 for <gentoo-commits@lists.gentoo.org>; Wed, 28 Oct 2015 13:36:02 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org> Message-ID: <1446039359.c1903d8f3d67d89a15e898b71f37b0050dc54b0f.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang/clang-2.8-r3.ebuild sys-devel/clang/clang-2.9-r1.ebuild sys-devel/clang/clang-3.0-r4.ebuild sys-devel/clang/clang-3.1-r5.ebuild sys-devel/clang/metadata.xml X-VCS-Directories: sys-devel/clang/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c1903d8f3d67d89a15e898b71f37b0050dc54b0f X-VCS-Branch: master Date: Wed, 28 Oct 2015 13:36:02 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ac304c6f-2680-42c9-8682-d4a2cef3234c X-Archives-Hash: 8c85ad72efe084a5c13731286e55a8ce commit: c1903d8f3d67d89a15e898b71f37b0050dc54b0f Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Oct 28 11:54:12 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Oct 28 13:35:59 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1903d8f sys-devel/clang: Prefix love Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> sys-devel/clang/clang-2.8-r3.ebuild | 4 ++-- sys-devel/clang/clang-2.9-r1.ebuild | 4 ++-- sys-devel/clang/clang-3.0-r4.ebuild | 4 ++-- sys-devel/clang/clang-3.1-r5.ebuild | 4 ++-- sys-devel/clang/metadata.xml | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/sys-devel/clang/clang-2.8-r3.ebuild b/sys-devel/clang/clang-2.8-r3.ebuild index 3a4b53a..ac9afde 100644 --- a/sys-devel/clang/clang-2.8-r3.ebuild +++ b/sys-devel/clang/clang-2.8-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -156,7 +156,7 @@ src_install() { install-scan-view() { insinto "$(python_get_sitedir)"/clang doins Reporter.py Resources ScanView.py startfile.py - touch "${ED}"/"$(python_get_sitedir)"/clang/__init__.py + touch "${D}"/"$(python_get_sitedir)"/clang/__init__.py } python_execute_function install-scan-view fi diff --git a/sys-devel/clang/clang-2.9-r1.ebuild b/sys-devel/clang/clang-2.9-r1.ebuild index b53bf23..e0b2413 100644 --- a/sys-devel/clang/clang-2.9-r1.ebuild +++ b/sys-devel/clang/clang-2.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -145,7 +145,7 @@ src_install() { install-scan-view() { insinto "$(python_get_sitedir)"/clang doins Reporter.py Resources ScanView.py startfile.py - touch "${ED}"/"$(python_get_sitedir)"/clang/__init__.py + touch "${D}"/"$(python_get_sitedir)"/clang/__init__.py } python_execute_function install-scan-view fi diff --git a/sys-devel/clang/clang-3.0-r4.ebuild b/sys-devel/clang/clang-3.0-r4.ebuild index 3834aa4..dfd288b 100644 --- a/sys-devel/clang/clang-3.0-r4.ebuild +++ b/sys-devel/clang/clang-3.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -163,7 +163,7 @@ src_install() { install-scan-view() { insinto "$(python_get_sitedir)"/clang doins Reporter.py Resources ScanView.py startfile.py - touch "${ED}"/"$(python_get_sitedir)"/clang/__init__.py + touch "${D}"/"$(python_get_sitedir)"/clang/__init__.py } python_execute_function install-scan-view fi diff --git a/sys-devel/clang/clang-3.1-r5.ebuild b/sys-devel/clang/clang-3.1-r5.ebuild index f98c997..34f3243 100644 --- a/sys-devel/clang/clang-3.1-r5.ebuild +++ b/sys-devel/clang/clang-3.1-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -163,7 +163,7 @@ src_install() { install-scan-view() { insinto "$(python_get_sitedir)"/clang doins Reporter.py Resources ScanView.py startfile.py - touch "${ED}"/"$(python_get_sitedir)"/clang/__init__.py + touch "${D}"/"$(python_get_sitedir)"/clang/__init__.py } python_execute_function install-scan-view fi diff --git a/sys-devel/clang/metadata.xml b/sys-devel/clang/metadata.xml index 466ad97..8c2afb8 100644 --- a/sys-devel/clang/metadata.xml +++ b/sys-devel/clang/metadata.xml @@ -28,8 +28,8 @@ A simple and hackable code base A single unified parser for C, Objective C, C++, and Objective C++ Conformance with C/C++/ObjC and their variants</longdescription> <use> - <flag name='multitarget'>Build all host targets (default: host only)</flag> - <flag name='static-analyzer'>Install the Clang static analyzer</flag> - <flag name='system-cxx-headers'>By default, clang++ searchs for C++ headers in a series of hardcoded paths. Enabling this flag will force it to use the active gcc profile ones</flag> + <flag name="multitarget">Build all host targets (default: host only)</flag> + <flag name="static-analyzer">Install the Clang static analyzer</flag> + <flag name="system-cxx-headers">By default, clang++ searchs for C++ headers in a series of hardcoded paths. Enabling this flag will force it to use the active gcc profile ones</flag> </use> </pkgmetadata>