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 790DC1382C5 for ; Mon, 7 Jun 2021 16:55:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6FF5E0869; Mon, 7 Jun 2021 16:55:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9A7E0E0869 for ; Mon, 7 Jun 2021 16:55:27 +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 91381340DD1 for ; Mon, 7 Jun 2021 16:55:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBAF275B for ; Mon, 7 Jun 2021 16:55:24 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1623084744.d430cc9643698cfd46ce0aef6b9c249c2273a828.anarchy@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: virtual/rust/ X-VCS-Repository: proj/musl X-VCS-Files: virtual/rust/metadata.xml virtual/rust/rust-1.47.0.ebuild X-VCS-Directories: virtual/rust/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: d430cc9643698cfd46ce0aef6b9c249c2273a828 X-VCS-Branch: master Date: Mon, 7 Jun 2021 16:55:24 +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: 69bf8f43-b030-4338-9650-1b13d18bcc9b X-Archives-Hash: 81c734d6e2f786af4dae0a5e3b319cfe commit: d430cc9643698cfd46ce0aef6b9c249c2273a828 Author: Jory Pratt gentoo org> AuthorDate: Mon Jun 7 16:52:24 2021 +0000 Commit: Jory Pratt gentoo org> CommitDate: Mon Jun 7 16:52:24 2021 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=d430cc96 virtual/rust: remove unsupported rust virtual Signed-off-by: Jory Pratt gentoo.org> virtual/rust/metadata.xml | 8 -------- virtual/rust/rust-1.47.0.ebuild | 15 --------------- 2 files changed, 23 deletions(-) diff --git a/virtual/rust/metadata.xml b/virtual/rust/metadata.xml deleted file mode 100644 index 85cf4eb..0000000 --- a/virtual/rust/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - rust@gentoo.org - Rust Project - - diff --git a/virtual/rust/rust-1.47.0.ebuild b/virtual/rust/rust-1.47.0.ebuild deleted file mode 100644 index 885ef01..0000000 --- a/virtual/rust/rust-1.47.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib-build - -DESCRIPTION="Virtual for Rust language compiler" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" - -BDEPEND="" -RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"