diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-06-24 10:49:18 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-06-24 10:49:18 -0400 |
commit | 598041ffdb7ad132a7d295aa57b49fbf70d6cf2e (patch) | |
tree | dcc8977fbe28cf800a73d971fc1de48bf30c32d1 | |
parent | 69cca6b598cc0e385b686f5dee07dc3917b10592 (diff) | |
download | gentoo-overlay-598041ffdb7ad132a7d295aa57b49fbf70d6cf2e.tar.xz gentoo-overlay-598041ffdb7ad132a7d295aa57b49fbf70d6cf2e.zip |
virtual/rust: drop
-rw-r--r-- | virtual/rust/metadata.xml | 8 | ||||
-rw-r--r-- | virtual/rust/rust-1.51.0.ebuild | 15 | ||||
-rw-r--r-- | virtual/rust/rust-1.52.1.ebuild | 15 |
3 files changed, 0 insertions, 38 deletions
diff --git a/virtual/rust/metadata.xml b/virtual/rust/metadata.xml deleted file mode 100644 index 85cf4eb..0000000 --- a/virtual/rust/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>rust@gentoo.org</email> - <name>Rust Project</name> - </maintainer> -</pkgmetadata> diff --git a/virtual/rust/rust-1.51.0.ebuild b/virtual/rust/rust-1.51.0.ebuild deleted file mode 100644 index 68373d1..0000000 --- a/virtual/rust/rust-1.51.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2021 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-bin-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] )" diff --git a/virtual/rust/rust-1.52.1.ebuild b/virtual/rust/rust-1.52.1.ebuild deleted file mode 100644 index 68373d1..0000000 --- a/virtual/rust/rust-1.52.1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2021 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-bin-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] )" |