From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFF0B1382C5 for ; Tue, 23 Jun 2020 18:31:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA9AAE0907; Tue, 23 Jun 2020 18:31:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A20F7E0907 for ; Tue, 23 Jun 2020 18:31:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF0FE34F245 for ; Tue, 23 Jun 2020 18:31:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3C9C2BB for ; Tue, 23 Jun 2020 18:30:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1592937045.a9b1a20c46546253aa768aaedb911e16dc05a3a1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/clang-common/clang-common-10.0.1.9999.ebuild sys-devel/clang-common/clang-common-10.0.1_rc1.ebuild sys-devel/clang-common/clang-common-11.0.0.9999.ebuild X-VCS-Directories: sys-devel/clang-common/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a9b1a20c46546253aa768aaedb911e16dc05a3a1 X-VCS-Branch: master Date: Tue, 23 Jun 2020 18:30:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d0a5760f-8148-4eb8-a178-2ba05d677115 X-Archives-Hash: 414f1f61e9b9c1ee3c722ad15e91982e commit: a9b1a20c46546253aa768aaedb911e16dc05a3a1 Author: Michał Górny gentoo org> AuthorDate: Sat Jun 20 21:08:34 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 23 18:30:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b1a20c sys-devel/clang-common: Dedupe with new eclass code Signed-off-by: Michał Górny gentoo.org> sys-devel/clang-common/clang-common-10.0.1.9999.ebuild | 5 ----- sys-devel/clang-common/clang-common-10.0.1_rc1.ebuild | 5 ----- sys-devel/clang-common/clang-common-11.0.0.9999.ebuild | 5 ----- 3 files changed, 15 deletions(-) diff --git a/sys-devel/clang-common/clang-common-10.0.1.9999.ebuild b/sys-devel/clang-common/clang-common-10.0.1.9999.ebuild index 6da8d1a30ae..d1bfe71d2f8 100644 --- a/sys-devel/clang-common/clang-common-10.0.1.9999.ebuild +++ b/sys-devel/clang-common/clang-common-10.0.1.9999.ebuild @@ -18,11 +18,6 @@ IUSE="" PDEPEND="sys-devel/clang:*" -src_prepare() { - cd "${WORKDIR}" || die - default -} - src_install() { newbashcomp bash-autocomplete.sh clang } diff --git a/sys-devel/clang-common/clang-common-10.0.1_rc1.ebuild b/sys-devel/clang-common/clang-common-10.0.1_rc1.ebuild index ca046d28ce0..18e41e0917d 100644 --- a/sys-devel/clang-common/clang-common-10.0.1_rc1.ebuild +++ b/sys-devel/clang-common/clang-common-10.0.1_rc1.ebuild @@ -18,11 +18,6 @@ IUSE="" PDEPEND="sys-devel/clang:*" -src_prepare() { - cd "${WORKDIR}" || die - default -} - src_install() { newbashcomp bash-autocomplete.sh clang } diff --git a/sys-devel/clang-common/clang-common-11.0.0.9999.ebuild b/sys-devel/clang-common/clang-common-11.0.0.9999.ebuild index ca046d28ce0..18e41e0917d 100644 --- a/sys-devel/clang-common/clang-common-11.0.0.9999.ebuild +++ b/sys-devel/clang-common/clang-common-11.0.0.9999.ebuild @@ -18,11 +18,6 @@ IUSE="" PDEPEND="sys-devel/clang:*" -src_prepare() { - cd "${WORKDIR}" || die - default -} - src_install() { newbashcomp bash-autocomplete.sh clang }