diff options
Diffstat (limited to 'virtual/cargo')
-rw-r--r-- | virtual/cargo/Manifest | 4 | ||||
-rw-r--r-- | virtual/cargo/cargo-1.25.0.ebuild | 18 | ||||
-rw-r--r-- | virtual/cargo/cargo-1.28.0.ebuild | 20 | ||||
-rw-r--r-- | virtual/cargo/cargo-1.29.1.ebuild | 4 |
4 files changed, 3 insertions, 43 deletions
diff --git a/virtual/cargo/Manifest b/virtual/cargo/Manifest index 5515aba10acd..ad91b12535f7 100644 --- a/virtual/cargo/Manifest +++ b/virtual/cargo/Manifest @@ -1,4 +1,2 @@ -EBUILD cargo-1.25.0.ebuild 317 BLAKE2B 39596c36e8d49b47b33ad848a1d5a39e7dd555ffe69d2bb971852b410ecc3f86cd06cb3b65311600a337746ea6028e47424c509185eb3fa1757c6ee7a7993937 SHA512 0da3f8e2d3883f00c22953ad148a7312019a9af29ae7f8db7b4ef544af00fc68d8fb9bbf51c7e3f412c3b7ac61fb7569ec5d0d557bd4078c023a9244e60d6d51 -EBUILD cargo-1.28.0.ebuild 410 BLAKE2B 5d5bedd3d9c198cd8322ff6376294f88a6f3fd002d39a716b015d848e198d79879272cb730f035be1bfd5d7410dffb39bd147833ccd843f68f2afacb0c8a9bff SHA512 0a57a376867a408f3b24f3ed49cdfd5d4232ef623f0d9bb64ee0aca5bd0294ac36a1a28cb9bccfc2bca85bb50321f319ad4f6a72eac95d7cce8d592e617b3d52 -EBUILD cargo-1.29.1.ebuild 411 BLAKE2B 899395d81f0be64fa30bbcc216bcd9da6ff36830e89f2e57ed4132bf861bcefba4edc2e047e8b99ad38694bcf154c5fa03482c433aec6e40a30a850e24b0edb7 SHA512 330ecbb23d04521f0e066f70a61af5cae1529f43a57406de21abca3e3325a1696bc52fcab00bd94246c6ac400ee979b2ae216d7f20218ba4812d898eccd8f2e4 +EBUILD cargo-1.29.1.ebuild 406 BLAKE2B 95fcbb2f79bf6172755f87f8da1fd7068a9af9f4da1638907467216e5055481990ce6b9f10cde120cbb770344e538fc9dcfb0d2607360b9279ab2699464592e2 SHA512 2137c8e5524319bc8a21f27032c220a94b1bc2b181254f758b50f64cd25c5fb8610c78d7b2e1b91835dbabdbbab2a7563abac5566643e4bf4dbd7edcdd2b5ad7 MISC metadata.xml 250 BLAKE2B fe9734e0ff554c2ae0be039e12f780b2a36e30b518a00cac557fc63b2eecb4c9c61d914aae6f9a3f80efd109e596717ed3e5db4756440f923657fe41cb208e78 SHA512 659ffa5a36819a0534e5c614275998a130d02260924fa03d43b667f38672041b6740fb9c1efbc74d3f900ee4d3c14280aefa93d0c99fa27c1159683956f2c8f0 diff --git a/virtual/cargo/cargo-1.25.0.ebuild b/virtual/cargo/cargo-1.25.0.ebuild deleted file mode 100644 index ecc9d88e9198..000000000000 --- 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 58d8d61dc885..000000000000 --- 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}* - )" diff --git a/virtual/cargo/cargo-1.29.1.ebuild b/virtual/cargo/cargo-1.29.1.ebuild index e05ec4b31305..078515624fc5 100644 --- a/virtual/cargo/cargo-1.29.1.ebuild +++ b/virtual/cargo/cargo-1.29.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 x86" CARGO_DEPEND_VERSION="0.$(($(ver_cut 2) + 1)).0" |