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 1637E1382C5 for ; Tue, 23 Jun 2020 18:31:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DE2AE08D3; Tue, 23 Jun 2020 18:31:04 +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 45E51E08D3 for ; Tue, 23 Jun 2020 18:31:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D861034F23B for ; Tue, 23 Jun 2020 18:31:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 952492B2 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: <1592937039.f3451832b09342e55a46a5143cfe85c0d1f8442e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm-common/llvm-common-10.0.1.9999.ebuild sys-devel/llvm-common/llvm-common-10.0.1_rc1.ebuild sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild X-VCS-Directories: sys-devel/llvm-common/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f3451832b09342e55a46a5143cfe85c0d1f8442e 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: 77f898e0-c370-4ac5-ba17-7dd726d05978 X-Archives-Hash: bc9af1866b88dc6eecfd57671302f7e0 commit: f3451832b09342e55a46a5143cfe85c0d1f8442e Author: Michał Górny gentoo org> AuthorDate: Sat Jun 20 21:08:29 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 23 18:30:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3451832 sys-devel/llvm-common: Dedupe with new eclass code Signed-off-by: Michał Górny gentoo.org> sys-devel/llvm-common/llvm-common-10.0.1.9999.ebuild | 5 ----- sys-devel/llvm-common/llvm-common-10.0.1_rc1.ebuild | 5 ----- sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild | 5 ----- 3 files changed, 15 deletions(-) diff --git a/sys-devel/llvm-common/llvm-common-10.0.1.9999.ebuild b/sys-devel/llvm-common/llvm-common-10.0.1.9999.ebuild index 18d163abd5c..df9cf92b47a 100644 --- a/sys-devel/llvm-common/llvm-common-10.0.1.9999.ebuild +++ b/sys-devel/llvm-common/llvm-common-10.0.1.9999.ebuild @@ -17,11 +17,6 @@ IUSE="" RDEPEND="!sys-devel/llvm:0" -src_prepare() { - cd "${WORKDIR}" || Die - default -} - src_install() { insinto /usr/share/vim/vimfiles doins -r */ diff --git a/sys-devel/llvm-common/llvm-common-10.0.1_rc1.ebuild b/sys-devel/llvm-common/llvm-common-10.0.1_rc1.ebuild index 18d163abd5c..df9cf92b47a 100644 --- a/sys-devel/llvm-common/llvm-common-10.0.1_rc1.ebuild +++ b/sys-devel/llvm-common/llvm-common-10.0.1_rc1.ebuild @@ -17,11 +17,6 @@ IUSE="" RDEPEND="!sys-devel/llvm:0" -src_prepare() { - cd "${WORKDIR}" || Die - default -} - src_install() { insinto /usr/share/vim/vimfiles doins -r */ diff --git a/sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild b/sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild index 18d163abd5c..df9cf92b47a 100644 --- a/sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild +++ b/sys-devel/llvm-common/llvm-common-11.0.0.9999.ebuild @@ -17,11 +17,6 @@ IUSE="" RDEPEND="!sys-devel/llvm:0" -src_prepare() { - cd "${WORKDIR}" || Die - default -} - src_install() { insinto /usr/share/vim/vimfiles doins -r */