From 4161fa7d1be6dac96e36f8ed343f234a8ef3a74f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 20 Dec 2022 13:51:21 +0000 Subject: gentoo auto-resync : 20:12:2022 - 13:51:21 --- virtual/Manifest.gz | Bin 28267 -> 28270 bytes virtual/rust/Manifest | 2 +- virtual/rust/rust-1.64.0-r1.ebuild | 22 ---------------------- virtual/rust/rust-1.66.0.ebuild | 23 +++++++++++++++++++++++ 4 files changed, 24 insertions(+), 23 deletions(-) delete mode 100644 virtual/rust/rust-1.64.0-r1.ebuild create mode 100644 virtual/rust/rust-1.66.0.ebuild (limited to 'virtual') diff --git a/virtual/Manifest.gz b/virtual/Manifest.gz index a146a089e784..491bb57b1e6b 100644 Binary files a/virtual/Manifest.gz and b/virtual/Manifest.gz differ diff --git a/virtual/rust/Manifest b/virtual/rust/Manifest index b6edf21a5865..e91219dece9c 100644 --- a/virtual/rust/Manifest +++ b/virtual/rust/Manifest @@ -1,3 +1,3 @@ -EBUILD rust-1.64.0-r1.ebuild 593 BLAKE2B 8b815abe648d7b4b236ab4fb373330f2d5f21ee01a3fe18c49d1f615f4f246a1db34c2b47afa76f2413ed5b3f70da9077a60581f5113f74987270951e5297cbc SHA512 1e9ff0cf0f333112e3a4ff7a76c3a8829aafc1da99fb9b4ff3b8416caa961bbf8766648fab0c12227b5ae2a092cbda29657fc7ff60c33dadeac3a0e0dbe49639 EBUILD rust-1.65.0-r1.ebuild 601 BLAKE2B a94ce87582eebb39965295217fd22cdab31c803999fc259c7f63281c6ea4b74fe1d7cd731b53ba292490606282169bf5eddb1a86f51398572c5b760ac0579df2 SHA512 bfa5d6bd05cb06c72fd954090fd34b89ee3c64491b192c5de5815717b05672a6e301d81611cf31bfc4376c6b5b4ad8bb6582df8afe477ea6bd8b316db1fbb06e +EBUILD rust-1.66.0.ebuild 608 BLAKE2B 503a5763538610c72264555e398ca7cec09f03930493da9467ca575410ede8cd2eef2e6dbcacaecf3d07fbe5a24d81bd445562b459180b991c3ec60ecfc89c27 SHA512 c8fd82f593d3ca3f616c2ff6feab3beae3a185fed8ec90202636b03c69197c7b03c17475c15bb0e8d3b6dffa38f98198a4896331f85173964b75dc9270c85b9a MISC metadata.xml 351 BLAKE2B cf3c7f2e804dbe6ddce9380d9c7b32e734df16a04ea867a474a4e6868edfaa72abb79dd6eb47f67128a1b60cb4872c999949e8237102bc2117e581309307f862 SHA512 d32137e0b4549baf85ffaff35d2c5fb058a44e3fbeb7f560db3ebbfc1d44d9ce3651e033cb8434f211994218a85d5bf89f42ea9e3ab76e361c1014dcc6f25997 diff --git a/virtual/rust/rust-1.64.0-r1.ebuild b/virtual/rust/rust-1.64.0-r1.ebuild deleted file mode 100644 index bad2906134b9..000000000000 --- a/virtual/rust/rust-1.64.0-r1.ebuild +++ /dev/null @@ -1,22 +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-14" -KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~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.0.ebuild b/virtual/rust/rust-1.66.0.ebuild new file mode 100644 index 000000000000..546e918affb9 --- /dev/null +++ b/virtual/rust/rust-1.66.0.ebuild @@ -0,0 +1,23 @@ +# 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}] +)" -- cgit v1.2.3