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 D5D8F13933E for ; Sat, 10 Jul 2021 17:52:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B51FE0CA1; Sat, 10 Jul 2021 17:52:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E8D80E0CA1 for ; Sat, 10 Jul 2021 17:51:59 +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 E1B07342B6F for ; Sat, 10 Jul 2021 17:51:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D5F87A2 for ; Sat, 10 Jul 2021 17:51:57 +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: <1625939496.ea1f98aeb4d48b7c71b857ad61fb16ff0d12885e.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-12.0.1.9999.ebuild X-VCS-Directories: sys-devel/llvm-common/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ea1f98aeb4d48b7c71b857ad61fb16ff0d12885e X-VCS-Branch: master Date: Sat, 10 Jul 2021 17:51:57 +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: 0cff8a34-82ad-43c5-925c-af25aa187cd2 X-Archives-Hash: 9302b570af9b5aaf1a89dbad37fe60c1 commit: ea1f98aeb4d48b7c71b857ad61fb16ff0d12885e Author: Michał Górny gentoo org> AuthorDate: Sat Jul 10 17:46:36 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 10 17:51:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea1f98ae sys-devel/llvm-common: Remove 12.0.1.9999 Signed-off-by: Michał Górny gentoo.org> .../llvm-common/llvm-common-12.0.1.9999.ebuild | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/sys-devel/llvm-common/llvm-common-12.0.1.9999.ebuild b/sys-devel/llvm-common/llvm-common-12.0.1.9999.ebuild deleted file mode 100644 index 53511a0a20e..00000000000 --- a/sys-devel/llvm-common/llvm-common-12.0.1.9999.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit llvm.org - -DESCRIPTION="Common files shared between multiple slots of LLVM" -HOMEPAGE="https://llvm.org/" - -LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" -SLOT="0" -KEYWORDS="" -IUSE="" - -RDEPEND="!sys-devel/llvm:0" - -LLVM_COMPONENTS=( llvm/utils/vim ) -llvm.org_set_globals - -src_install() { - insinto /usr/share/vim/vimfiles - doins -r */ - # some users may find it useful - newdoc README README.vim - dodoc vimrc -}