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/cargo/
Date: Fri, 05 Oct 2018 13:11:23
Message-Id: 1538745058.ae6218914bd9b3f1cd2171ae64c728fda605d6cf.djc@gentoo
1 commit: ae6218914bd9b3f1cd2171ae64c728fda605d6cf
2 Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 5 13:04:18 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=ae621891
7
8 virtual/cargo: remove old cargo 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/cargo/cargo-1.25.0.ebuild | 18 ------------------
14 virtual/cargo/cargo-1.28.0.ebuild | 20 --------------------
15 2 files changed, 38 deletions(-)
16
17 diff --git a/virtual/cargo/cargo-1.25.0.ebuild b/virtual/cargo/cargo-1.25.0.ebuild
18 deleted file mode 100644
19 index ecc9d88e919..00000000000
20 --- a/virtual/cargo/cargo-1.25.0.ebuild
21 +++ /dev/null
22 @@ -1,18 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -DESCRIPTION="Package manager for Rust"
29 -HOMEPAGE=""
30 -SRC_URI=""
31 -
32 -LICENSE=""
33 -SLOT="0"
34 -KEYWORDS="amd64 ~arm64 x86"
35 -
36 -BDEPEND=""
37 -RDEPEND="|| (
38 - =dev-lang/rust-${PV}*[extended]
39 - =dev-util/cargo-0.26.0*
40 - )"
41
42 diff --git a/virtual/cargo/cargo-1.28.0.ebuild b/virtual/cargo/cargo-1.28.0.ebuild
43 deleted file mode 100644
44 index 58d8d61dc88..00000000000
45 --- a/virtual/cargo/cargo-1.28.0.ebuild
46 +++ /dev/null
47 @@ -1,20 +0,0 @@
48 -# Copyright 1999-2018 Gentoo Foundation
49 -# Distributed under the terms of the GNU General Public License v2
50 -
51 -EAPI=7
52 -
53 -DESCRIPTION="Package manager for Rust"
54 -HOMEPAGE=""
55 -SRC_URI=""
56 -
57 -LICENSE=""
58 -SLOT="0"
59 -KEYWORDS="amd64 ~arm64 ~x86"
60 -
61 -CARGO_DEPEND_VERSION="0.$(($(ver_cut 2) + 1)).0"
62 -
63 -RDEPEND="|| (
64 - =dev-lang/rust-${PV}*[cargo]
65 - =dev-lang/rust-bin-${PV}*[cargo]
66 - =dev-util/cargo-${CARGO_DEPEND_VERSION}*
67 - )"