commit:     aad9edebc945b94bdbf7c7d1aaa8b947e8c63994
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 16:43:20 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 16:48:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad9edeb

virtual/rust: drop 1.73.0-r1, 1.76.0, 1.78.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.73.0-r1.ebuild | 23 -----------------------
 virtual/rust/rust-1.76.0.ebuild    | 23 -----------------------
 virtual/rust/rust-1.78.0.ebuild    | 23 -----------------------
 3 files changed, 69 deletions(-)

diff --git a/virtual/rust/rust-1.73.0-r1.ebuild 
b/virtual/rust/rust-1.73.0-r1.ebuild
deleted file mode 100644
index 36a81c55f875..000000000000
--- a/virtual/rust/rust-1.73.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 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-17"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="profiler rustfmt"
-
-BDEPEND=""
-RDEPEND="|| (
-       ~dev-lang/rust-bin-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}]
-       ~dev-lang/rust-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}]
-)"

diff --git a/virtual/rust/rust-1.76.0.ebuild b/virtual/rust/rust-1.76.0.ebuild
deleted file mode 100644
index 2790ab8f7afc..000000000000
--- a/virtual/rust/rust-1.76.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 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-17"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="profiler rustfmt"
-
-BDEPEND=""
-RDEPEND="|| (
-       ~dev-lang/rust-bin-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
-       ~dev-lang/rust-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
-)"

diff --git a/virtual/rust/rust-1.78.0.ebuild b/virtual/rust/rust-1.78.0.ebuild
deleted file mode 100644
index 89d91522025f..000000000000
--- a/virtual/rust/rust-1.78.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 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-18"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="rustfmt profiler"
-
-BDEPEND=""
-RDEPEND="|| (
-       ~dev-lang/rust-bin-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
-       ~dev-lang/rust-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
-)"

Reply via email to