Gentoo Archives: gentoo-commits

From: Dirkjan Ochtman <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
Date: Fri, 05 Oct 2018 13:11:27
Message-Id: 1538745058.8ed181c4609c8f8832b0dd9e02a085434e694fea.djc@gentoo
1 commit: 8ed181c4609c8f8832b0dd9e02a085434e694fea
2 Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 5 13:06:54 2018 +0000
4 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 5 13:10:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed181c4
7
8 virtual/rust: remove old rust versions
9
10 Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 virtual/rust/rust-1.25.0.ebuild | 15 ---------------
14 virtual/rust/rust-1.28.0.ebuild | 15 ---------------
15 2 files changed, 30 deletions(-)
16
17 diff --git a/virtual/rust/rust-1.25.0.ebuild b/virtual/rust/rust-1.25.0.ebuild
18 deleted file mode 100644
19 index 7cc0e2e73fb..00000000000
20 --- a/virtual/rust/rust-1.25.0.ebuild
21 +++ /dev/null
22 @@ -1,15 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI="6"
27 -
28 -DESCRIPTION="Virtual for Rust language compiler"
29 -HOMEPAGE=""
30 -SRC_URI=""
31 -
32 -LICENSE=""
33 -SLOT="0"
34 -KEYWORDS="amd64 ~arm64 x86"
35 -
36 -DEPEND=""
37 -RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"
38
39 diff --git a/virtual/rust/rust-1.28.0.ebuild b/virtual/rust/rust-1.28.0.ebuild
40 deleted file mode 100644
41 index 529febdafe2..00000000000
42 --- a/virtual/rust/rust-1.28.0.ebuild
43 +++ /dev/null
44 @@ -1,15 +0,0 @@
45 -# Copyright 1999-2018 Gentoo Foundation
46 -# Distributed under the terms of the GNU General Public License v2
47 -
48 -EAPI=7
49 -
50 -DESCRIPTION="Virtual for Rust language compiler"
51 -HOMEPAGE=""
52 -SRC_URI=""
53 -
54 -LICENSE=""
55 -SLOT="0"
56 -KEYWORDS="amd64 ~arm64 ~x86"
57 -
58 -BDEPEND=""
59 -RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"