Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
Date: Sat, 03 Jul 2021 07:03:14
Message-Id: 1625295552.28c44577978e0f7e5fbfb3c6bee59ccc4ff91766.gyakovlev@gentoo
1 commit: 28c44577978e0f7e5fbfb3c6bee59ccc4ff91766
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 06:53:15 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 3 06:59:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28c44577
7
8 virtual/rust: drop 1.51.0
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 virtual/rust/rust-1.51.0.ebuild | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/virtual/rust/rust-1.51.0.ebuild b/virtual/rust/rust-1.51.0.ebuild
16 deleted file mode 100644
17 index d19c6c4beec..00000000000
18 --- a/virtual/rust/rust-1.51.0.ebuild
19 +++ /dev/null
20 @@ -1,15 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -inherit multilib-build
27 -
28 -DESCRIPTION="Virtual for Rust language compiler"
29 -
30 -LICENSE=""
31 -SLOT="0"
32 -KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
33 -
34 -BDEPEND=""
35 -RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"