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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74BDD15808B for ; Wed, 13 Apr 2022 23:10:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AE04E0917; Wed, 13 Apr 2022 23:10:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7D45E0917 for ; Wed, 13 Apr 2022 23:10:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05A26341EAD for ; Wed, 13 Apr 2022 23:10:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44A3E3BE for ; Wed, 13 Apr 2022 23:10:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1649891419.6af6c4fd269ffd4633ee9f5b0093a9efc8358f29.sam@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-14.0.0.9999.ebuild X-VCS-Directories: sys-devel/llvm-common/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6af6c4fd269ffd4633ee9f5b0093a9efc8358f29 X-VCS-Branch: master Date: Wed, 13 Apr 2022 23:10:37 +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: be238d90-20ea-43dd-9d73-24b80ed0e9d7 X-Archives-Hash: 765f1302ee2dc962b62cd3d91a7a759c commit: 6af6c4fd269ffd4633ee9f5b0093a9efc8358f29 Author: Sam James gentoo org> AuthorDate: Wed Apr 13 23:10:19 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 13 23:10:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af6c4fd sys-devel/llvm-common: Remove 14.0.0.9999 Signed-off-by: Sam James gentoo.org> .../llvm-common/llvm-common-14.0.0.9999.ebuild | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/sys-devel/llvm-common/llvm-common-14.0.0.9999.ebuild b/sys-devel/llvm-common/llvm-common-14.0.0.9999.ebuild deleted file mode 100644 index 53511a0a20e3..000000000000 --- a/sys-devel/llvm-common/llvm-common-14.0.0.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 -}