virtual/cargo: remove old cargo versions
authorDirkjan Ochtman <djc@gentoo.org>
Fri, 5 Oct 2018 13:04:18 +0000 (15:04 +0200)
committerDirkjan Ochtman <djc@gentoo.org>
Fri, 5 Oct 2018 13:10:58 +0000 (15:10 +0200)
Signed-off-by: Dirkjan Ochtman <djc@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

virtual/cargo/cargo-1.25.0.ebuild [deleted file]
virtual/cargo/cargo-1.28.0.ebuild [deleted file]

diff --git a/virtual/cargo/cargo-1.25.0.ebuild b/virtual/cargo/cargo-1.25.0.ebuild
deleted file mode 100644 (file)
index ecc9d88..0000000
+++ /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 (file)
index 58d8d61..0000000
+++ /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}*
-               )"