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 7565F15838C for ; Wed, 31 Jan 2024 13:56:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 577FE2BC047; Wed, 31 Jan 2024 13:56:55 +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 36E732BC047 for ; Wed, 31 Jan 2024 13:56:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2D92534316A for ; Wed, 31 Jan 2024 13:56:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D01B714C5 for ; Wed, 31 Jan 2024 13:56:50 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1706709392.f98c21ba7d4e4a166180ef01443924f4b89c78e9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/rust/rust-1.65.0-r2.ebuild virtual/rust/rust-1.66.1-r1.ebuild virtual/rust/rust-1.67.1-r1.ebuild virtual/rust/rust-1.68.2-r1.ebuild virtual/rust/rust-1.69.0-r1.ebuild virtual/rust/rust-1.70.0-r1.ebuild virtual/rust/rust-1.72.0-r1.ebuild X-VCS-Directories: virtual/rust/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f98c21ba7d4e4a166180ef01443924f4b89c78e9 X-VCS-Branch: master Date: Wed, 31 Jan 2024 13:56:50 +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: 02615c36-6af8-4a8d-94c5-8d9a8f02899c X-Archives-Hash: b9c59505c11c2987ed9f5e29d5ff43f0 commit: f98c21ba7d4e4a166180ef01443924f4b89c78e9 Author: Matt Turner gentoo org> AuthorDate: Wed Jan 24 17:17:45 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jan 31 13:56:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98c21ba virtual/rust: Drop old versions Signed-off-by: Matt Turner gentoo.org> virtual/rust/rust-1.65.0-r2.ebuild | 23 ----------------------- virtual/rust/rust-1.66.1-r1.ebuild | 23 ----------------------- virtual/rust/rust-1.67.1-r1.ebuild | 23 ----------------------- virtual/rust/rust-1.68.2-r1.ebuild | 23 ----------------------- virtual/rust/rust-1.69.0-r1.ebuild | 23 ----------------------- virtual/rust/rust-1.70.0-r1.ebuild | 23 ----------------------- virtual/rust/rust-1.72.0-r1.ebuild | 23 ----------------------- 7 files changed, 161 deletions(-) diff --git a/virtual/rust/rust-1.65.0-r2.ebuild b/virtual/rust/rust-1.65.0-r2.ebuild deleted file mode 100644 index 006314ee8c24..000000000000 --- a/virtual/rust/rust-1.65.0-r2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-build - -DESCRIPTION="Virtual for Rust language compiler" - -LICENSE="" - -# adjust when rust upstream bumps internal llvm -# we do not allow multiple llvm versions in dev-lang/rust for -# neither system nor bundled, so we just hardcode it here. -SLOT="0/llvm-15" -KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="rustfmt" - -BDEPEND="" -RDEPEND="|| ( - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] -)" diff --git a/virtual/rust/rust-1.66.1-r1.ebuild b/virtual/rust/rust-1.66.1-r1.ebuild deleted file mode 100644 index 006314ee8c24..000000000000 --- a/virtual/rust/rust-1.66.1-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-build - -DESCRIPTION="Virtual for Rust language compiler" - -LICENSE="" - -# adjust when rust upstream bumps internal llvm -# we do not allow multiple llvm versions in dev-lang/rust for -# neither system nor bundled, so we just hardcode it here. -SLOT="0/llvm-15" -KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="rustfmt" - -BDEPEND="" -RDEPEND="|| ( - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] -)" diff --git a/virtual/rust/rust-1.67.1-r1.ebuild b/virtual/rust/rust-1.67.1-r1.ebuild deleted file mode 100644 index 8ebc5a273dde..000000000000 --- a/virtual/rust/rust-1.67.1-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-build - -DESCRIPTION="Virtual for Rust language compiler" - -LICENSE="" - -# adjust when rust upstream bumps internal llvm -# we do not allow multiple llvm versions in dev-lang/rust for -# neither system nor bundled, so we just hardcode it here. -SLOT="0/llvm-15" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="rustfmt" - -BDEPEND="" -RDEPEND="|| ( - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] -)" diff --git a/virtual/rust/rust-1.68.2-r1.ebuild b/virtual/rust/rust-1.68.2-r1.ebuild deleted file mode 100644 index 8ebc5a273dde..000000000000 --- a/virtual/rust/rust-1.68.2-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-build - -DESCRIPTION="Virtual for Rust language compiler" - -LICENSE="" - -# adjust when rust upstream bumps internal llvm -# we do not allow multiple llvm versions in dev-lang/rust for -# neither system nor bundled, so we just hardcode it here. -SLOT="0/llvm-15" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="rustfmt" - -BDEPEND="" -RDEPEND="|| ( - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] -)" diff --git a/virtual/rust/rust-1.69.0-r1.ebuild b/virtual/rust/rust-1.69.0-r1.ebuild deleted file mode 100644 index f5659131917e..000000000000 --- a/virtual/rust/rust-1.69.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-build - -DESCRIPTION="Virtual for Rust language compiler" - -LICENSE="" - -# adjust when rust upstream bumps internal llvm -# we do not allow multiple llvm versions in dev-lang/rust for -# neither system nor bundled, so we just hardcode it here. -SLOT="0/llvm-15" -KEYWORDS="amd64 arm arm64 ~mips ~ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="rustfmt" - -BDEPEND="" -RDEPEND="|| ( - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] -)" diff --git a/virtual/rust/rust-1.70.0-r1.ebuild b/virtual/rust/rust-1.70.0-r1.ebuild deleted file mode 100644 index f171d206d794..000000000000 --- a/virtual/rust/rust-1.70.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-build - -DESCRIPTION="Virtual for Rust language compiler" - -LICENSE="" - -# adjust when rust upstream bumps internal llvm -# we do not allow multiple llvm versions in dev-lang/rust for -# neither system nor bundled, so we just hardcode it here. -SLOT="0/llvm-16" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="rustfmt" - -BDEPEND="" -RDEPEND="|| ( - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] -)" diff --git a/virtual/rust/rust-1.72.0-r1.ebuild b/virtual/rust/rust-1.72.0-r1.ebuild deleted file mode 100644 index 455f215fcecc..000000000000 --- a/virtual/rust/rust-1.72.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-build - -DESCRIPTION="Virtual for Rust language compiler" - -LICENSE="" - -# adjust when rust upstream bumps internal llvm -# we do not allow multiple llvm versions in dev-lang/rust for -# neither system nor bundled, so we just hardcode it here. -SLOT="0/llvm-16" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="rustfmt" - -BDEPEND="" -RDEPEND="|| ( - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] -)"