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: Tue, 13 Oct 2020 04:02:59
Message-Id: 1602561674.10b8b4118fe8d4c0209bf37cb0ab87a435094ce6.gyakovlev@gentoo
1 commit: 10b8b4118fe8d4c0209bf37cb0ab87a435094ce6
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 13 03:37:00 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 13 04:01:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b8b411
7
8 virtual/rust: drop old
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 virtual/rust/rust-1.44.1.ebuild | 15 ---------------
14 1 file changed, 15 deletions(-)
15
16 diff --git a/virtual/rust/rust-1.44.1.ebuild b/virtual/rust/rust-1.44.1.ebuild
17 deleted file mode 100644
18 index 6f32b771ca5..00000000000
19 --- a/virtual/rust/rust-1.44.1.ebuild
20 +++ /dev/null
21 @@ -1,15 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit multilib-build
28 -
29 -DESCRIPTION="Virtual for Rust language compiler"
30 -
31 -LICENSE=""
32 -SLOT="0"
33 -KEYWORDS="amd64 arm arm64 ppc64 x86"
34 -
35 -BDEPEND=""
36 -RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"