From 7051f2e58b6bbc371b2c94cead2715bf06310adb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 11 Jan 2023 23:45:17 +0000 Subject: gentoo auto-resync : 11:01:2023 - 23:45:17 --- virtual/rust/Manifest | 2 +- virtual/rust/rust-1.66.0.ebuild | 23 ----------------------- virtual/rust/rust-1.66.1.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 virtual/rust/rust-1.66.0.ebuild create mode 100644 virtual/rust/rust-1.66.1.ebuild (limited to 'virtual/rust') diff --git a/virtual/rust/Manifest b/virtual/rust/Manifest index e91219dece9c..21528fb684ce 100644 --- a/virtual/rust/Manifest +++ b/virtual/rust/Manifest @@ -1,3 +1,3 @@ EBUILD rust-1.65.0-r1.ebuild 601 BLAKE2B a94ce87582eebb39965295217fd22cdab31c803999fc259c7f63281c6ea4b74fe1d7cd731b53ba292490606282169bf5eddb1a86f51398572c5b760ac0579df2 SHA512 bfa5d6bd05cb06c72fd954090fd34b89ee3c64491b192c5de5815717b05672a6e301d81611cf31bfc4376c6b5b4ad8bb6582df8afe477ea6bd8b316db1fbb06e -EBUILD rust-1.66.0.ebuild 608 BLAKE2B 503a5763538610c72264555e398ca7cec09f03930493da9467ca575410ede8cd2eef2e6dbcacaecf3d07fbe5a24d81bd445562b459180b991c3ec60ecfc89c27 SHA512 c8fd82f593d3ca3f616c2ff6feab3beae3a185fed8ec90202636b03c69197c7b03c17475c15bb0e8d3b6dffa38f98198a4896331f85173964b75dc9270c85b9a +EBUILD rust-1.66.1.ebuild 607 BLAKE2B 5b526a8f32b4c6bf76d31b46672180f032b380e26930b758fe3f6646e0f274f482917495322b541bb225d48803cbd4850658ccbf23d0f94812f1a0af9413b6c7 SHA512 d7a1091eecb94081bda2c4389a36131ed63130301a2c1aa6970f0576bf4f38b5c54645575997c083c6a4e8040e0aa61419b9ab130e546480d27fb6465000201c MISC metadata.xml 351 BLAKE2B cf3c7f2e804dbe6ddce9380d9c7b32e734df16a04ea867a474a4e6868edfaa72abb79dd6eb47f67128a1b60cb4872c999949e8237102bc2117e581309307f862 SHA512 d32137e0b4549baf85ffaff35d2c5fb058a44e3fbeb7f560db3ebbfc1d44d9ce3651e033cb8434f211994218a85d5bf89f42ea9e3ab76e361c1014dcc6f25997 diff --git a/virtual/rust/rust-1.66.0.ebuild b/virtual/rust/rust-1.66.0.ebuild deleted file mode 100644 index 546e918affb9..000000000000 --- a/virtual/rust/rust-1.66.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit multilib-build - -DESCRIPTION="Virtual for Rust language compiler" - -LICENSE="" - -# adjust when rust upstream bumps internal llvm -# we do not allow multiple llvm versions in dev-lang/rust for -# neither system nor bundled, so we just hardcode it here. -SLOT="0/llvm-15" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="rustfmt" - -BDEPEND="" -RDEPEND="|| ( - ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] - ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] -)" diff --git a/virtual/rust/rust-1.66.1.ebuild b/virtual/rust/rust-1.66.1.ebuild new file mode 100644 index 000000000000..0e66a50007b5 --- /dev/null +++ b/virtual/rust/rust-1.66.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit multilib-build + +DESCRIPTION="Virtual for Rust language compiler" + +LICENSE="" + +# adjust when rust upstream bumps internal llvm +# we do not allow multiple llvm versions in dev-lang/rust for +# neither system nor bundled, so we just hardcode it here. +SLOT="0/llvm-15" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86" +IUSE="rustfmt" + +BDEPEND="" +RDEPEND="|| ( + ~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}] + ~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}] +)" -- cgit v1.2.3