commit:     ae6218914bd9b3f1cd2171ae64c728fda605d6cf
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  5 13:04:18 2018 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Fri Oct  5 13:10:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae621891

virtual/cargo: remove old cargo versions

Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 virtual/cargo/cargo-1.25.0.ebuild | 18 ------------------
 virtual/cargo/cargo-1.28.0.ebuild | 20 --------------------
 2 files changed, 38 deletions(-)

diff --git a/virtual/cargo/cargo-1.25.0.ebuild 
b/virtual/cargo/cargo-1.25.0.ebuild
deleted file mode 100644
index ecc9d88e919..00000000000
--- a/virtual/cargo/cargo-1.25.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-BDEPEND=""
-RDEPEND="|| (
-                       =dev-lang/rust-${PV}*[extended]
-                       =dev-util/cargo-0.26.0*
-               )"

diff --git a/virtual/cargo/cargo-1.28.0.ebuild 
b/virtual/cargo/cargo-1.28.0.ebuild
deleted file mode 100644
index 58d8d61dc88..00000000000
--- a/virtual/cargo/cargo-1.28.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-
-CARGO_DEPEND_VERSION="0.$(($(ver_cut 2) + 1)).0"
-
-RDEPEND="|| (
-                       =dev-lang/rust-${PV}*[cargo]
-                       =dev-lang/rust-bin-${PV}*[cargo]
-                       =dev-util/cargo-${CARGO_DEPEND_VERSION}*
-               )"

Reply via email to