diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-03-30 15:12:40 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-03-30 15:22:25 -0700 |
commit | 398ab8daf1f1c9c897d284a4a9ae5636be742a38 (patch) | |
tree | dd61a7a94427da124e9699af4fcd9b6cfa5ff30f /virtual | |
parent | dev-lang/rust: fix wasm deps (diff) | |
download | gentoo-398ab8daf1f1c9c897d284a4a9ae5636be742a38.tar.gz gentoo-398ab8daf1f1c9c897d284a4a9ae5636be742a38.tar.bz2 gentoo-398ab8daf1f1c9c897d284a4a9ae5636be742a38.zip |
virtual/rust: drop old
Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.37.0.ebuild | 15 | ||||
-rw-r--r-- | virtual/rust/rust-1.38.0.ebuild | 15 | ||||
-rw-r--r-- | virtual/rust/rust-1.39.0.ebuild | 15 | ||||
-rw-r--r-- | virtual/rust/rust-1.40.0.ebuild | 15 |
4 files changed, 0 insertions, 60 deletions
diff --git a/virtual/rust/rust-1.37.0.ebuild b/virtual/rust/rust-1.37.0.ebuild deleted file mode 100644 index 563a377ad53d..000000000000 --- a/virtual/rust/rust-1.37.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Virtual for Rust language compiler" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64 arm64 ppc64 x86" - -BDEPEND="" -RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )" diff --git a/virtual/rust/rust-1.38.0.ebuild b/virtual/rust/rust-1.38.0.ebuild deleted file mode 100644 index 7e7cb0cb6fa2..000000000000 --- a/virtual/rust/rust-1.38.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Virtual for Rust language compiler" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" - -BDEPEND="" -RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )" diff --git a/virtual/rust/rust-1.39.0.ebuild b/virtual/rust/rust-1.39.0.ebuild deleted file mode 100644 index 75f822399482..000000000000 --- a/virtual/rust/rust-1.39.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Virtual for Rust language compiler" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" - -BDEPEND="" -RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )" diff --git a/virtual/rust/rust-1.40.0.ebuild b/virtual/rust/rust-1.40.0.ebuild deleted file mode 100644 index a267eb017c2d..000000000000 --- a/virtual/rust/rust-1.40.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib-build - -DESCRIPTION="Virtual for Rust language compiler" - -LICENSE="" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" - -BDEPEND="" -RDEPEND="|| ( =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}* )" |