public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2017-07-24 14:48 Dirkjan Ochtman
  0 siblings, 0 replies; 312+ messages in thread
From: Dirkjan Ochtman @ 2017-07-24 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6d086af95d819db0020b4ebfb002686b2ac85b4c
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 14:46:54 2017 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 14:48:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d086af9

virtual/rust: make rust project maintainer

 virtual/rust/metadata.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/virtual/rust/metadata.xml b/virtual/rust/metadata.xml
index d9b367ed3b9..85cf4eb9205 100644
--- a/virtual/rust/metadata.xml
+++ b/virtual/rust/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer type="project">
-	<email>mozilla@gentoo.org</email>
-	<name>Gentoo Mozilla Team</name>
-</maintainer>
+  <maintainer type="project">
+    <email>rust@gentoo.org</email>
+    <name>Rust Project</name>
+  </maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2017-07-24 14:48 Dirkjan Ochtman
  0 siblings, 0 replies; 312+ messages in thread
From: Dirkjan Ochtman @ 2017-07-24 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     eac79638e9ef9313c9ad70c477ea4c1b79b61400
Author:     Nils Freydank <holgersson <AT> posteo <DOT> de>
AuthorDate: Tue Jul 18 18:24:13 2017 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 14:48:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac79638

virtual/rust: Initial import.

            This package provides an abstraction level for rust and rust-bin.
            Currently only firefox depends on it (obligatory since v54,
            optionally in earlier versions, but hardcoded to non-bin there).
            new file:   rust/metadata.xml
            new file:   rust/rust-1.15.1.ebuild
            new file:   rust/rust-1.16.0.ebuild

 virtual/rust/metadata.xml       |  8 ++++++++
 virtual/rust/rust-1.15.1.ebuild | 15 +++++++++++++++
 virtual/rust/rust-1.16.0.ebuild | 15 +++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/virtual/rust/metadata.xml b/virtual/rust/metadata.xml
new file mode 100644
index 00000000000..d9b367ed3b9
--- /dev/null
+++ b/virtual/rust/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+	<email>mozilla@gentoo.org</email>
+	<name>Gentoo Mozilla Team</name>
+</maintainer>
+</pkgmetadata>

diff --git a/virtual/rust/rust-1.15.1.ebuild b/virtual/rust/rust-1.15.1.ebuild
new file mode 100644
index 00000000000..4c56dd441f4
--- /dev/null
+++ b/virtual/rust/rust-1.15.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Virtual for Rust language compiler"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"

diff --git a/virtual/rust/rust-1.16.0.ebuild b/virtual/rust/rust-1.16.0.ebuild
new file mode 100644
index 00000000000..4c56dd441f4
--- /dev/null
+++ b/virtual/rust/rust-1.16.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Virtual for Rust language compiler"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2017-07-24 14:48 Dirkjan Ochtman
  0 siblings, 0 replies; 312+ messages in thread
From: Dirkjan Ochtman @ 2017-07-24 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     1849f45f1d4ea78c349c8b4ba50c60a116ff91ad
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 14:48:10 2017 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 14:48:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1849f45f

virtual/rust: version bump to 1.19.0

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 virtual/rust/rust-1.19.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.19.0.ebuild b/virtual/rust/rust-1.19.0.ebuild
new file mode 100644
index 00000000000..4c56dd441f4
--- /dev/null
+++ b/virtual/rust/rust-1.19.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Virtual for Rust language compiler"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-01-24 18:56 Patrick McLean
  0 siblings, 0 replies; 312+ messages in thread
From: Patrick McLean @ 2018-01-24 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     ebd9fdf29de5f629eed51b6a161da1aa06947e7e
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 18:56:16 2018 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 18:56:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd9fdf2

virtual/rust: Version bump to 1.23.0

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 virtual/rust/rust-1.23.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.23.0.ebuild b/virtual/rust/rust-1.23.0.ebuild
new file mode 100644
index 00000000000..92f092c7e35
--- /dev/null
+++ b/virtual/rust/rust-1.23.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Virtual for Rust language compiler"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-03-03  9:46 Michał Górny
  0 siblings, 0 replies; 312+ messages in thread
From: Michał Górny @ 2018-03-03  9:46 UTC (permalink / raw
  To: gentoo-commits

commit:     0674b923feb8619b65ad481c125ce2afe227be3a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  3 09:37:02 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar  3 09:46:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0674b923

virtual/rust: Sync KEYWORDS to provider

 virtual/rust/rust-1.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.23.0.ebuild b/virtual/rust/rust-1.23.0.ebuild
index 92f092c7e35..26f2a40c593 100644
--- a/virtual/rust/rust-1.23.0.ebuild
+++ b/virtual/rust/rust-1.23.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 DEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-04-11 13:05 Dirkjan Ochtman
  0 siblings, 0 replies; 312+ messages in thread
From: Dirkjan Ochtman @ 2018-04-11 13:05 UTC (permalink / raw
  To: gentoo-commits

commit:     98343629769b5d541f3e875820aea023312c4809
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 11 13:04:48 2018 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Wed Apr 11 13:05:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98343629

virtual/rust: version bump to 1.25.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 virtual/rust/rust-1.25.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.25.0.ebuild b/virtual/rust/rust-1.25.0.ebuild
new file mode 100644
index 00000000000..26f2a40c593
--- /dev/null
+++ b/virtual/rust/rust-1.25.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Virtual for Rust language compiler"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-05-14 14:41 Dirkjan Ochtman
  0 siblings, 0 replies; 312+ messages in thread
From: Dirkjan Ochtman @ 2018-05-14 14:41 UTC (permalink / raw
  To: gentoo-commits

commit:     bf9c00e2320e988a32c5063e459071c94952c012
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Mon May 14 14:36:26 2018 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Mon May 14 14:38:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf9c00e2

virtual/rust: remove old versions

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 virtual/rust/rust-1.15.1.ebuild | 15 ---------------
 virtual/rust/rust-1.16.0.ebuild | 15 ---------------
 virtual/rust/rust-1.19.0.ebuild | 15 ---------------
 virtual/rust/rust-1.23.0.ebuild | 15 ---------------
 4 files changed, 60 deletions(-)

diff --git a/virtual/rust/rust-1.15.1.ebuild b/virtual/rust/rust-1.15.1.ebuild
deleted file mode 100644
index 4c56dd441f4..00000000000
--- a/virtual/rust/rust-1.15.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Virtual for Rust language compiler"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"

diff --git a/virtual/rust/rust-1.16.0.ebuild b/virtual/rust/rust-1.16.0.ebuild
deleted file mode 100644
index 4c56dd441f4..00000000000
--- a/virtual/rust/rust-1.16.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Virtual for Rust language compiler"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"

diff --git a/virtual/rust/rust-1.19.0.ebuild b/virtual/rust/rust-1.19.0.ebuild
deleted file mode 100644
index 4c56dd441f4..00000000000
--- a/virtual/rust/rust-1.19.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Virtual for Rust language compiler"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=""
-RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"

diff --git a/virtual/rust/rust-1.23.0.ebuild b/virtual/rust/rust-1.23.0.ebuild
deleted file mode 100644
index 26f2a40c593..00000000000
--- a/virtual/rust/rust-1.23.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Virtual for Rust language compiler"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND=""
-RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-05-14 14:41 Dirkjan Ochtman
  0 siblings, 0 replies; 312+ messages in thread
From: Dirkjan Ochtman @ 2018-05-14 14:41 UTC (permalink / raw
  To: gentoo-commits

commit:     6ea405bf8b468c68e95edff868357554635aa277
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Mon May 14 14:35:33 2018 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Mon May 14 14:38:36 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ea405bf

virtual/rust: version bump to 1.26.0

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 virtual/rust/rust-1.26.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.26.0.ebuild b/virtual/rust/rust-1.26.0.ebuild
new file mode 100644
index 00000000000..26f2a40c593
--- /dev/null
+++ b/virtual/rust/rust-1.26.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Virtual for Rust language compiler"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-05-15  1:46 Thomas Deutschmann
  0 siblings, 0 replies; 312+ messages in thread
From: Thomas Deutschmann @ 2018-05-15  1:46 UTC (permalink / raw
  To: gentoo-commits

commit:     c23ee3a9a711b3c02982dc0c7f0db1382362883d
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue May 15 01:36:59 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue May 15 01:36:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23ee3a9

virtual/rust: x86 stable (bug #593980)

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 virtual/rust/rust-1.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.25.0.ebuild b/virtual/rust/rust-1.25.0.ebuild
index 26f2a40c593..3c26485f192 100644
--- a/virtual/rust/rust-1.25.0.ebuild
+++ b/virtual/rust/rust-1.25.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 
 DEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-05-16 12:22 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2018-05-16 12:22 UTC (permalink / raw
  To: gentoo-commits

commit:     edaca2ddded3ca9508ecaf2771d39a4bc8fcf4c0
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 12:22:16 2018 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed May 16 12:22:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edaca2dd

virtual/rust: amd64 stable wrt bug #593980

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 virtual/rust/rust-1.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.25.0.ebuild b/virtual/rust/rust-1.25.0.ebuild
index 3c26485f192..7cc0e2e73fb 100644
--- a/virtual/rust/rust-1.25.0.ebuild
+++ b/virtual/rust/rust-1.25.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 DEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-05-30 11:55 Mikhail Pukhlikov
  0 siblings, 0 replies; 312+ messages in thread
From: Mikhail Pukhlikov @ 2018-05-30 11:55 UTC (permalink / raw
  To: gentoo-commits

commit:     0a7b4db6285771cb40b601acf560fc3343de2a59
Author:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
AuthorDate: Wed May 30 11:54:19 2018 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Wed May 30 11:54:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a7b4db6

dev-lang/rust: bump to 1.26.1 (2)

 virtual/rust/rust-1.26.1.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.26.1.ebuild b/virtual/rust/rust-1.26.1.ebuild
new file mode 100644
index 00000000000..26f2a40c593
--- /dev/null
+++ b/virtual/rust/rust-1.26.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Virtual for Rust language compiler"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-06-06 13:20 Dirkjan Ochtman
  0 siblings, 0 replies; 312+ messages in thread
From: Dirkjan Ochtman @ 2018-06-06 13:20 UTC (permalink / raw
  To: gentoo-commits

commit:     e129f023c158ce1239d8419533a3a73cab9813c1
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  6 13:20:17 2018 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Wed Jun  6 13:20:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e129f023

virtual/rust: version bump to 1.26.2

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 virtual/rust/rust-1.26.2.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.26.2.ebuild b/virtual/rust/rust-1.26.2.ebuild
new file mode 100644
index 00000000000..26f2a40c593
--- /dev/null
+++ b/virtual/rust/rust-1.26.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+DESCRIPTION="Virtual for Rust language compiler"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-07-12 20:58 Dirkjan Ochtman
  0 siblings, 0 replies; 312+ messages in thread
From: Dirkjan Ochtman @ 2018-07-12 20:58 UTC (permalink / raw
  To: gentoo-commits

commit:     ba05f1f31593c9ea751bde01a9380c5f516ef0e7
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 12 20:58:22 2018 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Thu Jul 12 20:58:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba05f1f3

virtual/rust: bump to 1.27.1

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 virtual/rust/rust-1.27.1.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.27.1.ebuild b/virtual/rust/rust-1.27.1.ebuild
new file mode 100644
index 00000000000..fa78c78a3e7
--- /dev/null
+++ b/virtual/rust/rust-1.27.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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 ~x86"
+
+BDEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-07-14 14:22 Dirkjan Ochtman
  0 siblings, 0 replies; 312+ messages in thread
From: Dirkjan Ochtman @ 2018-07-14 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     60fe40bed7f365e59a3ada7c9c719cc6d497b09d
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 14 14:22:10 2018 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Jul 14 14:22:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60fe40be

virtual/rust: remove 1.27.0 ebuild

dev-lang/rust-1.27.0 was removed, causing dependency chain breakage.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 virtual/rust/rust-1.27.0.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/virtual/rust/rust-1.27.0.ebuild b/virtual/rust/rust-1.27.0.ebuild
deleted file mode 100644
index fa78c78a3e7..00000000000
--- a/virtual/rust/rust-1.27.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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 ~x86"
-
-BDEPEND=""
-RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-08-04 12:16 Dirkjan Ochtman
  0 siblings, 0 replies; 312+ messages in thread
From: Dirkjan Ochtman @ 2018-08-04 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     630311066971444af155feaf79863ef315d3fbeb
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  4 12:04:01 2018 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Aug  4 12:15:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63031106

virtual/rust: version bump to 1.28.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 virtual/rust/rust-1.28.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.28.0.ebuild b/virtual/rust/rust-1.28.0.ebuild
new file mode 100644
index 00000000000..fa78c78a3e7
--- /dev/null
+++ b/virtual/rust/rust-1.28.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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 ~x86"
+
+BDEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-09-09 15:26 Mikle Kolyada
  0 siblings, 0 replies; 312+ messages in thread
From: Mikle Kolyada @ 2018-09-09 15:26 UTC (permalink / raw
  To: gentoo-commits

commit:     abfc0a24982b42b8f7bb82fd1f3acd5302949343
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  9 15:25:44 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Sep  9 15:26:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abfc0a24

virtual/rust: amd64 stable wrt bug #662904

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 virtual/rust/rust-1.28.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.28.0.ebuild b/virtual/rust/rust-1.28.0.ebuild
index fa78c78a3e7..529febdafe2 100644
--- a/virtual/rust/rust-1.28.0.ebuild
+++ b/virtual/rust/rust-1.28.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-09-27 17:27 Thomas Deutschmann
  0 siblings, 0 replies; 312+ messages in thread
From: Thomas Deutschmann @ 2018-09-27 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     245ec831e420746541ea073c3ba500f34fbb5bbc
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 27 17:26:25 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Sep 27 17:26:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=245ec831

virtual/rust: drop stable x86 keyword

...which was accidentially added via commit 3f19f76ebaa187fd15e8b749d0672b7a761e47ca.

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 virtual/rust/rust-1.27.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/rust/rust-1.27.1.ebuild b/virtual/rust/rust-1.27.1.ebuild
index 1d482c72cda..f0642556ce5 100644
--- a/virtual/rust/rust-1.27.1.ebuild
+++ b/virtual/rust/rust-1.27.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"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-09-29 13:22 Dirkjan Ochtman
  0 siblings, 0 replies; 312+ messages in thread
From: Dirkjan Ochtman @ 2018-09-29 13:22 UTC (permalink / raw
  To: gentoo-commits

commit:     8bf6f4e40b36aaa453359585576c42fe50c4494a
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 29 13:12:36 2018 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Sep 29 13:22:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf6f4e4

virtual/rust: version bump to 1.29.1

Package-Manager: Portage-2.3.49, Repoman-2.3.10

Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>

 virtual/rust/rust-1.29.1.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.29.1.ebuild b/virtual/rust/rust-1.29.1.ebuild
new file mode 100644
index 00000000000..fa78c78a3e7
--- /dev/null
+++ b/virtual/rust/rust-1.29.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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 ~x86"
+
+BDEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-09-29 19:15 Dirkjan Ochtman
  0 siblings, 0 replies; 312+ messages in thread
From: Dirkjan Ochtman @ 2018-09-29 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     108d71d54795039cfa3793a7c40d0a3dade92960
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 29 19:10:08 2018 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Sep 29 19:15:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=108d71d5

virtual/rust: remove old versions

Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 virtual/rust/rust-1.26.2.ebuild | 15 ---------------
 virtual/rust/rust-1.27.1.ebuild | 15 ---------------
 2 files changed, 30 deletions(-)

diff --git a/virtual/rust/rust-1.26.2.ebuild b/virtual/rust/rust-1.26.2.ebuild
deleted file mode 100644
index 26f2a40c593..00000000000
--- a/virtual/rust/rust-1.26.2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Virtual for Rust language compiler"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-DEPEND=""
-RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"

diff --git a/virtual/rust/rust-1.27.1.ebuild b/virtual/rust/rust-1.27.1.ebuild
deleted file mode 100644
index f0642556ce5..00000000000
--- a/virtual/rust/rust-1.27.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 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 ~x86"
-
-BDEPEND=""
-RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-10-01  0:07 Thomas Deutschmann
  0 siblings, 0 replies; 312+ messages in thread
From: Thomas Deutschmann @ 2018-10-01  0:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ccf0d8b7a51fb9e8ee65bec36884b9da4c58b1dc
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 30 23:57:35 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Oct  1 00:06:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccf0d8b7

virtual/rust: x86 stable (bug #666976)

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 virtual/rust/rust-1.29.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/rust/rust-1.29.1.ebuild b/virtual/rust/rust-1.29.1.ebuild
index fa78c78a3e7..84b532c6e78 100644
--- a/virtual/rust/rust-1.29.1.ebuild
+++ b/virtual/rust/rust-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"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-10-04  7:59 Mikle Kolyada
  0 siblings, 0 replies; 312+ messages in thread
From: Mikle Kolyada @ 2018-10-04  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     47d6a433739f1fbcec6e706bcec368f83ba21a69
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  4 07:58:52 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Oct  4 07:58:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d6a433

virtual/rust: amd64 stable wrt bug #666976

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 virtual/rust/rust-1.29.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.29.1.ebuild b/virtual/rust/rust-1.29.1.ebuild
index 84b532c6e78..f0bd8de3f2a 100644
--- a/virtual/rust/rust-1.29.1.ebuild
+++ b/virtual/rust/rust-1.29.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-10-05 13:11 Dirkjan Ochtman
  0 siblings, 0 replies; 312+ messages in thread
From: Dirkjan Ochtman @ 2018-10-05 13:11 UTC (permalink / raw
  To: gentoo-commits

commit:     8ed181c4609c8f8832b0dd9e02a085434e694fea
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  5 13:06:54 2018 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Fri Oct  5 13:10:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed181c4

virtual/rust: remove old rust versions

Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 virtual/rust/rust-1.25.0.ebuild | 15 ---------------
 virtual/rust/rust-1.28.0.ebuild | 15 ---------------
 2 files changed, 30 deletions(-)

diff --git a/virtual/rust/rust-1.25.0.ebuild b/virtual/rust/rust-1.25.0.ebuild
deleted file mode 100644
index 7cc0e2e73fb..00000000000
--- a/virtual/rust/rust-1.25.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="Virtual for Rust language compiler"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-DEPEND=""
-RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"

diff --git a/virtual/rust/rust-1.28.0.ebuild b/virtual/rust/rust-1.28.0.ebuild
deleted file mode 100644
index 529febdafe2..00000000000
--- a/virtual/rust/rust-1.28.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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 ~x86"
-
-BDEPEND=""
-RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-10-19 18:17 Dirkjan Ochtman
  0 siblings, 0 replies; 312+ messages in thread
From: Dirkjan Ochtman @ 2018-10-19 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     4f8836f95798fb9fc90ffbfa57754b2f080b7d8a
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 19 18:16:09 2018 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Fri Oct 19 18:17:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8836f9

virtual/rust: version bump to 1.29.2

Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 virtual/rust/rust-1.29.2.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.29.2.ebuild b/virtual/rust/rust-1.29.2.ebuild
new file mode 100644
index 00000000000..f0642556ce5
--- /dev/null
+++ b/virtual/rust/rust-1.29.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 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 ~x86"
+
+BDEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-11-14 16:16 Dirkjan Ochtman
  0 siblings, 0 replies; 312+ messages in thread
From: Dirkjan Ochtman @ 2018-11-14 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a722093b0e0c5280ef2d2cdf9b531f89e2ef53ed
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 14 16:14:39 2018 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Wed Nov 14 16:16:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a722093b

virtual/rust: version bump to 1.30.1

Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 virtual/rust/rust-1.30.1.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.30.1.ebuild b/virtual/rust/rust-1.30.1.ebuild
new file mode 100644
index 00000000000..f0642556ce5
--- /dev/null
+++ b/virtual/rust/rust-1.30.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 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 ~x86"
+
+BDEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-12-08 20:05 Patrick McLean
  0 siblings, 0 replies; 312+ messages in thread
From: Patrick McLean @ 2018-12-08 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     a0ec442ebd5cc04acba4531d55d42cf855e75e78
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  8 20:03:58 2018 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sat Dec  8 20:05:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ec442e

virtual/rust: Version bump to 1.31.0

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 virtual/rust/rust-1.31.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.31.0.ebuild b/virtual/rust/rust-1.31.0.ebuild
new file mode 100644
index 00000000000..f0642556ce5
--- /dev/null
+++ b/virtual/rust/rust-1.31.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 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 ~x86"
+
+BDEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-12-21  1:42 Patrick McLean
  0 siblings, 0 replies; 312+ messages in thread
From: Patrick McLean @ 2018-12-21  1:42 UTC (permalink / raw
  To: gentoo-commits

commit:     6daaa44d9266d463da036e8ddc4876221a6bb77c
Author:     Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Fri Dec 21 01:41:16 2018 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Dec 21 01:42:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6daaa44d

virtual/rust: Version bump to 1.31.1

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 virtual/rust/{rust-1.31.0.ebuild => rust-1.31.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/virtual/rust/rust-1.31.0.ebuild b/virtual/rust/rust-1.31.1.ebuild
similarity index 100%
rename from virtual/rust/rust-1.31.0.ebuild
rename to virtual/rust/rust-1.31.1.ebuild


^ permalink raw reply	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-12-25 19:44 Sergei Trofimovich
  0 siblings, 0 replies; 312+ messages in thread
From: Sergei Trofimovich @ 2018-12-25 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     0796608580d59ed3d8c944bed29064d69a4b75d0
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 25 19:39:40 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Dec 25 19:39:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07966085

virtual/rust: keyworded 1.30.1 for ppc64, bug #609654

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 virtual/rust/rust-1.30.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.30.1.ebuild b/virtual/rust/rust-1.30.1.ebuild
index f0642556ce5..8b9a42f1d56 100644
--- a/virtual/rust/rust-1.30.1.ebuild
+++ b/virtual/rust/rust-1.30.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2018-12-25 19:44 Sergei Trofimovich
  0 siblings, 0 replies; 312+ messages in thread
From: Sergei Trofimovich @ 2018-12-25 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     63825bda50f2b58277d4dc2486d5e1cb65a76924
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 25 19:42:11 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Dec 25 19:42:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63825bda

virtual/rust: keyworded 1.31.1 for ppc64, bug #609654

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 virtual/rust/rust-1.31.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.31.1.ebuild b/virtual/rust/rust-1.31.1.ebuild
index f0642556ce5..8b9a42f1d56 100644
--- a/virtual/rust/rust-1.31.1.ebuild
+++ b/virtual/rust/rust-1.31.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-01-18  1:19 Patrick McLean
  0 siblings, 0 replies; 312+ messages in thread
From: Patrick McLean @ 2019-01-18  1:19 UTC (permalink / raw
  To: gentoo-commits

commit:     e5a55c1f26922a6c656982fffea6f7c44b26ff39
Author:     Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Fri Jan 18 01:18:42 2019 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Jan 18 01:19:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a55c1f

virtual/rust: Version bump to 1.32.0

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 virtual/rust/rust-1.32.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.32.0.ebuild b/virtual/rust/rust-1.32.0.ebuild
new file mode 100644
index 00000000000..75f82239948
--- /dev/null
+++ b/virtual/rust/rust-1.32.0.ebuild
@@ -0,0 +1,15 @@
+# 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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-03-07  4:40 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2019-03-07  4:40 UTC (permalink / raw
  To: gentoo-commits

commit:     98c19c8908209fb6ebbba337cc7a596da7921377
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 01:54:36 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 04:40:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c19c89

virtual/rust: bump to 1.33.0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.33.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.33.0.ebuild b/virtual/rust/rust-1.33.0.ebuild
new file mode 100644
index 00000000000..75f82239948
--- /dev/null
+++ b/virtual/rust/rust-1.33.0.ebuild
@@ -0,0 +1,15 @@
+# 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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-04-12  4:08 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2019-04-12  4:08 UTC (permalink / raw
  To: gentoo-commits

commit:     35efde38b42d0e25ba2521e2a74c32a741f639f1
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 19:21:46 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 04:07:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35efde38

virtual/rust: bump to 1.34.0

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.34.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.34.0.ebuild b/virtual/rust/rust-1.34.0.ebuild
new file mode 100644
index 00000000000..75f82239948
--- /dev/null
+++ b/virtual/rust/rust-1.34.0.ebuild
@@ -0,0 +1,15 @@
+# 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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-04-26  4:48 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2019-04-26  4:48 UTC (permalink / raw
  To: gentoo-commits

commit:     b4cba635b110e26742a381bb06178027075c7897
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 04:06:53 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 04:47:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4cba635

virtual/rust: bump to 1.34.1

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.34.1.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.34.1.ebuild b/virtual/rust/rust-1.34.1.ebuild
new file mode 100644
index 00000000000..75f82239948
--- /dev/null
+++ b/virtual/rust/rust-1.34.1.ebuild
@@ -0,0 +1,15 @@
+# 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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-05-11 11:05 Mikle Kolyada
  0 siblings, 0 replies; 312+ messages in thread
From: Mikle Kolyada @ 2019-05-11 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     79662981104d19c35676dc93ea4132fe2e353953
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 11:05:32 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May 11 11:05:32 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79662981

virtual/rust: amd64 stable wrt bug #678908

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 virtual/rust/rust-1.34.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.34.1.ebuild b/virtual/rust/rust-1.34.1.ebuild
index 75f82239948..03fb983c496 100644
--- a/virtual/rust/rust-1.34.1.ebuild
+++ b/virtual/rust/rust-1.34.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-05-12 19:29 Thomas Deutschmann
  0 siblings, 0 replies; 312+ messages in thread
From: Thomas Deutschmann @ 2019-05-12 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     d0bb0bf3207b7949e6ca70a711bc3e2f7c49a015
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 15:50:41 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun May 12 19:28:59 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0bb0bf3

virtual/rust: x86 stable (bug #678908)

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 virtual/rust/rust-1.34.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.34.1.ebuild b/virtual/rust/rust-1.34.1.ebuild
index 03fb983c496..2294f68c062 100644
--- a/virtual/rust/rust-1.34.1.ebuild
+++ b/virtual/rust/rust-1.34.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-05-14 18:19 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2019-05-14 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     64716a9c2f8acdea15b44377ffd9828e4d0320d4
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 17:54:50 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue May 14 18:19:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64716a9c

virtual/rust: bump to 1.34.2

Bug: https://bugs.gentoo.org/685970
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.34.2.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.34.2.ebuild b/virtual/rust/rust-1.34.2.ebuild
new file mode 100644
index 00000000000..75f82239948
--- /dev/null
+++ b/virtual/rust/rust-1.34.2.ebuild
@@ -0,0 +1,15 @@
+# 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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-05-15 14:54 Mikle Kolyada
  0 siblings, 0 replies; 312+ messages in thread
From: Mikle Kolyada @ 2019-05-15 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     ecee80fbdad4f25dd5df4c1de53f5ec51b0288cb
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 14:52:14 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed May 15 14:54:36 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecee80fb

virtual/rust: amd64 stable wrt bug #685970

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 virtual/rust/rust-1.34.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.34.2.ebuild b/virtual/rust/rust-1.34.2.ebuild
index 75f82239948..03fb983c496 100644
--- a/virtual/rust/rust-1.34.2.ebuild
+++ b/virtual/rust/rust-1.34.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-05-16 23:56 Thomas Deutschmann
  0 siblings, 0 replies; 312+ messages in thread
From: Thomas Deutschmann @ 2019-05-16 23:56 UTC (permalink / raw
  To: gentoo-commits

commit:     408d4b2e5243709956a87ab9988857bd3ce47973
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 23:47:15 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu May 16 23:47:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=408d4b2e

virtual/rust: x86 stable (bug #685970)

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 virtual/rust/rust-1.34.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.34.2.ebuild b/virtual/rust/rust-1.34.2.ebuild
index 03fb983c496..2294f68c062 100644
--- a/virtual/rust/rust-1.34.2.ebuild
+++ b/virtual/rust/rust-1.34.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-05-17  0:15 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2019-05-17  0:15 UTC (permalink / raw
  To: gentoo-commits

commit:     0b061362542b901bcd075f80d4c861a0f8130468
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 00:12:29 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri May 17 00:12:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b061362

virtual/rust: drop vulnerable

Bug: https://bugs.gentoo.org/685970
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.34.0.ebuild | 15 ---------------
 virtual/rust/rust-1.34.1.ebuild | 15 ---------------
 2 files changed, 30 deletions(-)

diff --git a/virtual/rust/rust-1.34.0.ebuild b/virtual/rust/rust-1.34.0.ebuild
deleted file mode 100644
index 75f82239948..00000000000
--- a/virtual/rust/rust-1.34.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.34.1.ebuild b/virtual/rust/rust-1.34.1.ebuild
deleted file mode 100644
index 2294f68c062..00000000000
--- a/virtual/rust/rust-1.34.1.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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-05-24  9:06 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2019-05-24  9:06 UTC (permalink / raw
  To: gentoo-commits

commit:     aa5d79f914e7dfe2592f49160efd9b59a97171c0
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri May 24 05:31:01 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri May 24 09:02:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5d79f9

virtual/rust: bump to 1.35.0

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.35.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.35.0.ebuild b/virtual/rust/rust-1.35.0.ebuild
new file mode 100644
index 00000000000..75f82239948
--- /dev/null
+++ b/virtual/rust/rust-1.35.0.ebuild
@@ -0,0 +1,15 @@
+# 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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-05-29  1:09 Aaron Bauman
  0 siblings, 0 replies; 312+ messages in thread
From: Aaron Bauman @ 2019-05-29  1:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f322037b21c0a0341d08ebe9bc03b9588d9a2ae8
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed May 29 01:09:04 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed May 29 01:09:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f322037b

virtual/rust: arm64 stable

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.67, Repoman-2.3.13
RepoMan-Options: --include-arches="arm64"

 virtual/rust/rust-1.35.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.35.0.ebuild b/virtual/rust/rust-1.35.0.ebuild
index 75f82239948..1ba2f337c1e 100644
--- a/virtual/rust/rust-1.35.0.ebuild
+++ b/virtual/rust/rust-1.35.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 arm64 ~ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-06-19  0:35 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2019-06-19  0:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c04b886c21a705ee2857d0f8326951cdcfc5ece1
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 23:16:42 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 00:09:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c04b886c

virtual/rust: cleanup old unstable versions

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.29.2.ebuild | 15 ---------------
 virtual/rust/rust-1.30.1.ebuild | 15 ---------------
 virtual/rust/rust-1.31.1.ebuild | 15 ---------------
 virtual/rust/rust-1.32.0.ebuild | 15 ---------------
 virtual/rust/rust-1.33.0.ebuild | 15 ---------------
 5 files changed, 75 deletions(-)

diff --git a/virtual/rust/rust-1.29.2.ebuild b/virtual/rust/rust-1.29.2.ebuild
deleted file mode 100644
index f0642556ce5..00000000000
--- a/virtual/rust/rust-1.29.2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 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 ~x86"
-
-BDEPEND=""
-RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"

diff --git a/virtual/rust/rust-1.30.1.ebuild b/virtual/rust/rust-1.30.1.ebuild
deleted file mode 100644
index 8b9a42f1d56..00000000000
--- a/virtual/rust/rust-1.30.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 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.31.1.ebuild b/virtual/rust/rust-1.31.1.ebuild
deleted file mode 100644
index 8b9a42f1d56..00000000000
--- a/virtual/rust/rust-1.31.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 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.32.0.ebuild b/virtual/rust/rust-1.32.0.ebuild
deleted file mode 100644
index 75f82239948..00000000000
--- a/virtual/rust/rust-1.32.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.33.0.ebuild b/virtual/rust/rust-1.33.0.ebuild
deleted file mode 100644
index 75f82239948..00000000000
--- a/virtual/rust/rust-1.33.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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-06-19  0:35 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2019-06-19  0:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8eb8b66908174a20c0acdbd943a5bfb7da24054a
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 23:32:36 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 00:09:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb8b669

virtual/rust: drop 1.29.1

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.29.1.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/virtual/rust/rust-1.29.1.ebuild b/virtual/rust/rust-1.29.1.ebuild
deleted file mode 100644
index f0bd8de3f2a..00000000000
--- a/virtual/rust/rust-1.29.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2018 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 x86"
-
-BDEPEND=""
-RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-07-08 23:01 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2019-07-08 23:01 UTC (permalink / raw
  To: gentoo-commits

commit:     dfdd1b27a6e0d76a93a65a51b966882380a6843f
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 03:19:19 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 23:01:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfdd1b27

virtual/rust: bump to 1.36.0

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.36.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.36.0.ebuild b/virtual/rust/rust-1.36.0.ebuild
new file mode 100644
index 00000000000..75f82239948
--- /dev/null
+++ b/virtual/rust/rust-1.36.0.ebuild
@@ -0,0 +1,15 @@
+# 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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-08-16  2:44 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2019-08-16  2:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ec571d6b206cc3ac395b3685af0cf257a523ed79
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 01:49:38 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 02:43:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec571d6b

virtual/rust: bump to 1.37.0

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.37.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.37.0.ebuild b/virtual/rust/rust-1.37.0.ebuild
new file mode 100644
index 00000000000..75f82239948
--- /dev/null
+++ b/virtual/rust/rust-1.37.0.ebuild
@@ -0,0 +1,15 @@
+# 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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-09-26 22:06 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2019-09-26 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     a9284ff4f5614447abd1dbdd07e5b1775e8e5bb3
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 26 22:00:09 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 22:06:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9284ff4

virtual/rust: bump to 1.38.0

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.38.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.38.0.ebuild b/virtual/rust/rust-1.38.0.ebuild
new file mode 100644
index 00000000000..75f82239948
--- /dev/null
+++ b/virtual/rust/rust-1.38.0.ebuild
@@ -0,0 +1,15 @@
+# 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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-09-29 21:00 Sergei Trofimovich
  0 siblings, 0 replies; 312+ messages in thread
From: Sergei Trofimovich @ 2019-09-29 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     d20cd1cb00b4ca90219e2088e476a4762291da33
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 20:56:47 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 21:00:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d20cd1cb

virtual/rust: stable 1.37.0 for ppc64, bug #695696

Package-Manager: Portage-2.3.76, Repoman-2.3.17
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 virtual/rust/rust-1.37.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.37.0.ebuild b/virtual/rust/rust-1.37.0.ebuild
index 75f82239948..b7118288dcb 100644
--- a/virtual/rust/rust-1.37.0.ebuild
+++ b/virtual/rust/rust-1.37.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-10-03 11:38 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2019-10-03 11:38 UTC (permalink / raw
  To: gentoo-commits

commit:     e3745f1203d159d82dcd0d09bc6eb7bc8da09473
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  3 11:38:16 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct  3 11:38:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3745f12

virtual/rust: amd64 stable wrt bug #695696

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.37.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.37.0.ebuild b/virtual/rust/rust-1.37.0.ebuild
index b7118288dcb..a7199a6cd00 100644
--- a/virtual/rust/rust-1.37.0.ebuild
+++ b/virtual/rust/rust-1.37.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-10-06 21:18 Thomas Deutschmann
  0 siblings, 0 replies; 312+ messages in thread
From: Thomas Deutschmann @ 2019-10-06 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     b327423df20887ce594a05bcc0f6105a1a0dfb8d
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  6 21:06:28 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 21:18:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b327423d

virtual/rust: x86 stable (bug #695696)

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 virtual/rust/rust-1.37.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.37.0.ebuild b/virtual/rust/rust-1.37.0.ebuild
index a7199a6cd00..942a1099b04 100644
--- a/virtual/rust/rust-1.37.0.ebuild
+++ b/virtual/rust/rust-1.37.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-10-07 23:09 Aaron Bauman
  0 siblings, 0 replies; 312+ messages in thread
From: Aaron Bauman @ 2019-10-07 23:09 UTC (permalink / raw
  To: gentoo-commits

commit:     d3ff5120e26e986fcd28f2437507cea511cf1b7d
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  7 23:07:09 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Oct  7 23:07:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ff5120

virtual/rust: arm64 stable (bug #695696)

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17

 virtual/rust/rust-1.37.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.37.0.ebuild b/virtual/rust/rust-1.37.0.ebuild
index 942a1099b04..563a377ad53 100644
--- a/virtual/rust/rust-1.37.0.ebuild
+++ b/virtual/rust/rust-1.37.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-11-07 23:00 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2019-11-07 23:00 UTC (permalink / raw
  To: gentoo-commits

commit:     c7291c1a2014ae28ccb99f867957c88ca3aaaa14
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  7 22:50:37 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Nov  7 22:54:37 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7291c1a

virtual/rust: bump to 1.39.0

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.39.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.39.0.ebuild b/virtual/rust/rust-1.39.0.ebuild
new file mode 100644
index 00000000000..75f82239948
--- /dev/null
+++ b/virtual/rust/rust-1.39.0.ebuild
@@ -0,0 +1,15 @@
+# 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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-12-20  0:53 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2019-12-20  0:53 UTC (permalink / raw
  To: gentoo-commits

commit:     184c2076eaa7f6435a67cbfc89d1e3069fd0ad6f
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 23:25:45 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 00:52:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184c2076

virtual/rust: bump to 1.40.0

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.40.0.ebuild | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/virtual/rust/rust-1.40.0.ebuild b/virtual/rust/rust-1.40.0.ebuild
new file mode 100644
index 00000000000..19c3fd98633
--- /dev/null
+++ b/virtual/rust/rust-1.40.0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Virtual for Rust language compiler"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+BDEPEND=""
+RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-12-20  0:53 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2019-12-20  0:53 UTC (permalink / raw
  To: gentoo-commits

commit:     d5f5bed1c56696494e1783f071047477bba5a87f
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 00:44:12 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 00:52:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5f5bed1

virtual/rust: drop 1.36.0

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.36.0.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/virtual/rust/rust-1.36.0.ebuild b/virtual/rust/rust-1.36.0.ebuild
deleted file mode 100644
index 75f82239948..00000000000
--- a/virtual/rust/rust-1.36.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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-12-20  0:53 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2019-12-20  0:53 UTC (permalink / raw
  To: gentoo-commits

commit:     568f30d1d57c13eb47acda42ff0abf0e299c919d
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 00:39:17 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 00:52:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=568f30d1

virtual/rust: drop 1.34.2

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.34.2.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/virtual/rust/rust-1.34.2.ebuild b/virtual/rust/rust-1.34.2.ebuild
deleted file mode 100644
index 2294f68c062..00000000000
--- a/virtual/rust/rust-1.34.2.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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-12-20  0:53 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2019-12-20  0:53 UTC (permalink / raw
  To: gentoo-commits

commit:     7d72c5316d7574c703582b39460d5fdfb2379c6e
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 00:41:35 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 00:52:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d72c531

virtual/rust: drop 1.35.0

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.35.0.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/virtual/rust/rust-1.35.0.ebuild b/virtual/rust/rust-1.35.0.ebuild
deleted file mode 100644
index 1ba2f337c1e..00000000000
--- a/virtual/rust/rust-1.35.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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-12-24 15:02 Mikle Kolyada
  0 siblings, 0 replies; 312+ messages in thread
From: Mikle Kolyada @ 2019-12-24 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c4137a0ea97bdb1c77f868205067fed02a11a126
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 15:00:57 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 15:00:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4137a0e

virtual/rust: Add ~arm keyword wrt bug #609654

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 virtual/rust/rust-1.38.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.38.0.ebuild b/virtual/rust/rust-1.38.0.ebuild
index 75f82239948..7e7cb0cb6fa 100644
--- a/virtual/rust/rust-1.38.0.ebuild
+++ b/virtual/rust/rust-1.38.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-12-24 15:02 Mikle Kolyada
  0 siblings, 0 replies; 312+ messages in thread
From: Mikle Kolyada @ 2019-12-24 15:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b90ba14cb4ef5df25bc62ed7a1ddc464872ccec3
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 15:02:23 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 15:02:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b90ba14c

virtual/rust: Add ~arm keyword wrt bug #609654

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 virtual/rust/rust-1.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.40.0.ebuild b/virtual/rust/rust-1.40.0.ebuild
index 19c3fd98633..64c77a7fa4e 100644
--- a/virtual/rust/rust-1.40.0.ebuild
+++ b/virtual/rust/rust-1.40.0.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2019-12-30  9:59 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2019-12-30  9:59 UTC (permalink / raw
  To: gentoo-commits

commit:     772470aed21cbb55386e12b8cf02d4ffb5be896a
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 30 07:35:12 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Dec 30 09:59:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772470ae

virtual/rust: add multilib for 1.40.0

Closes: https://github.com/gentoo/gentoo/pull/14177
Bug: https://bugs.gentoo.org/701362
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.40.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.40.0.ebuild b/virtual/rust/rust-1.40.0.ebuild
index 64c77a7fa4e..a267eb017c2 100644
--- a/virtual/rust/rust-1.40.0.ebuild
+++ b/virtual/rust/rust-1.40.0.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit multilib-build
+
 DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
@@ -10,4 +12,4 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 BDEPEND=""
-RDEPEND="|| ( =dev-lang/rust-${PV}* =dev-lang/rust-bin-${PV}* )"
+RDEPEND="|| ( =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-01-30 19:24 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-01-30 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     2edbb11bef00c859af5550afd010063718c8086f
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 30 19:16:35 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 19:17:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2edbb11b

virtual/rust: bump to 1.41.0

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.41.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.41.0.ebuild b/virtual/rust/rust-1.41.0.ebuild
new file mode 100644
index 00000000000..3a4058ddb92
--- /dev/null
+++ b/virtual/rust/rust-1.41.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-02-11 11:09 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2020-02-11 11:09 UTC (permalink / raw
  To: gentoo-commits

commit:     844ff442e5d02b21bb66d75df798868aca701432
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 11:08:07 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 11:08:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=844ff442

virtual/rust: amd64 stable wrt bug #708920

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.41.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.41.0.ebuild b/virtual/rust/rust-1.41.0.ebuild
index 3a4058ddb92..c2bb5d157b0 100644
--- a/virtual/rust/rust-1.41.0.ebuild
+++ b/virtual/rust/rust-1.41.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-02-11 12:46 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2020-02-11 12:46 UTC (permalink / raw
  To: gentoo-commits

commit:     b977c1142818f1ba98e3e2dce8a34d7816cad840
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 12:46:08 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 12:46:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b977c114

virtual/rust: x86 stable wrt bug #708920

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.41.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.41.0.ebuild b/virtual/rust/rust-1.41.0.ebuild
index c2bb5d157b0..e554ba08a50 100644
--- a/virtual/rust/rust-1.41.0.ebuild
+++ b/virtual/rust/rust-1.41.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-02-11 18:48 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-02-11 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     010113371b3c1a6362f6685059138741bc932b89
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 11 18:48:07 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Feb 11 18:48:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01011337

virtual/rust: 1.41.0 ppc64 stable, bug #708920

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.41.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.41.0.ebuild b/virtual/rust/rust-1.41.0.ebuild
index e554ba08a50..5331d749eed 100644
--- a/virtual/rust/rust-1.41.0.ebuild
+++ b/virtual/rust/rust-1.41.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-02-29  7:46 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-02-29  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     4990711f207f9a33c2ba6b10ae406ab180defc11
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 29 06:03:53 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Feb 29 07:45:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4990711f

virtual/rust: bump to 1.41.1

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.41.1.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.41.1.ebuild b/virtual/rust/rust-1.41.1.ebuild
new file mode 100644
index 00000000000..3a4058ddb92
--- /dev/null
+++ b/virtual/rust/rust-1.41.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-03-03 14:37 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2020-03-03 14:37 UTC (permalink / raw
  To: gentoo-commits

commit:     3d0894d3ccb1889f8c4cb232c0663f75b78abe77
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  3 14:37:03 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar  3 14:37:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d0894d3

virtual/rust: x86 stable wrt bug #708920

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.41.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.41.1.ebuild b/virtual/rust/rust-1.41.1.ebuild
index 3a4058ddb92..7f67671fc9c 100644
--- a/virtual/rust/rust-1.41.1.ebuild
+++ b/virtual/rust/rust-1.41.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-03-03 15:13 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2020-03-03 15:13 UTC (permalink / raw
  To: gentoo-commits

commit:     7ded90094291a1e2509fd007eed9ceedfb78ac24
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  3 15:13:44 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Mar  3 15:13:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ded9009

virtual/rust: amd64 stable wrt bug #708920

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.41.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.41.1.ebuild b/virtual/rust/rust-1.41.1.ebuild
index 7f67671fc9c..e554ba08a50 100644
--- a/virtual/rust/rust-1.41.1.ebuild
+++ b/virtual/rust/rust-1.41.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-03-03 21:48 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-03-03 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     8135cc069bcd166e4f2f7034b1dfbf9d22a59085
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  3 21:47:27 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Mar  3 21:48:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8135cc06

virtual/rust: 1.41.1 ppc64 stable, bug #708920

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.41.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.41.1.ebuild b/virtual/rust/rust-1.41.1.ebuild
index e554ba08a50..5331d749eed 100644
--- a/virtual/rust/rust-1.41.1.ebuild
+++ b/virtual/rust/rust-1.41.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-03-09  8:11 Mart Raudsepp
  0 siblings, 0 replies; 312+ messages in thread
From: Mart Raudsepp @ 2020-03-09  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     1d6439f3997154b97e7be45dbc814bd0b29fd6eb
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  9 08:10:11 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Mar  9 08:10:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6439f3

virtual/rust: arm64 stable (bug #708920)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 virtual/rust/rust-1.41.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.41.1.ebuild b/virtual/rust/rust-1.41.1.ebuild
index 5331d749eed..c22b297cb17 100644
--- a/virtual/rust/rust-1.41.1.ebuild
+++ b/virtual/rust/rust-1.41.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-03-13  6:45 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-03-13  6:45 UTC (permalink / raw
  To: gentoo-commits

commit:     69d49ec27ae97f0ed9c8c4f453363ce0b2f2e54e
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 13 05:50:18 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Mar 13 06:41:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d49ec2

virtual/rust: drop 1.41.0

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.41.0.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/virtual/rust/rust-1.41.0.ebuild b/virtual/rust/rust-1.41.0.ebuild
deleted file mode 100644
index 5331d749eed..00000000000
--- a/virtual/rust/rust-1.41.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-03-19  4:56 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-03-19  4:56 UTC (permalink / raw
  To: gentoo-commits

commit:     b16f1492d0fd329dbdc7df2eacb8740976ee60f9
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 18 23:36:50 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 04:55:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b16f1492

virtual/rust: bump to 1.42.0

Closes: https://bugs.gentoo.org/713198
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.42.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.42.0.ebuild b/virtual/rust/rust-1.42.0.ebuild
new file mode 100644
index 00000000000..3a4058ddb92
--- /dev/null
+++ b/virtual/rust/rust-1.42.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-03-30 22:23 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-03-30 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     398ab8daf1f1c9c897d284a4a9ae5636be742a38
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 30 22:12:40 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Mar 30 22:22:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398ab8da

virtual/rust: drop old

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.37.0.ebuild | 15 ---------------
 virtual/rust/rust-1.38.0.ebuild | 15 ---------------
 virtual/rust/rust-1.39.0.ebuild | 15 ---------------
 virtual/rust/rust-1.40.0.ebuild | 15 ---------------
 4 files changed, 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 563a377ad53..00000000000
--- 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 7e7cb0cb6fa..00000000000
--- 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 75f82239948..00000000000
--- 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 a267eb017c2..00000000000
--- 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}* )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-04-25  6:13 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-04-25  6:13 UTC (permalink / raw
  To: gentoo-commits

commit:     16e2baa4ab0878a7256c23a35af270fc644e6f08
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 25 05:58:18 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Apr 25 06:05:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16e2baa4

virtual/rust: bump to 1.43.0

Bug: https://bugs.gentoo.org/701362
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.43.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.43.0.ebuild b/virtual/rust/rust-1.43.0.ebuild
new file mode 100644
index 00000000000..c04cb8fc40d
--- /dev/null
+++ b/virtual/rust/rust-1.43.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 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}*[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-05-08  7:01 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-05-08  7:01 UTC (permalink / raw
  To: gentoo-commits

commit:     08e6ae6a587a995748f269d64146ae9ed737cdbf
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri May  8 06:38:49 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri May  8 07:01:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08e6ae6a

virtual/rust: bump to 1.43.1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.43.1.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.43.1.ebuild b/virtual/rust/rust-1.43.1.ebuild
new file mode 100644
index 00000000000..c04cb8fc40d
--- /dev/null
+++ b/virtual/rust/rust-1.43.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 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}*[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-06-05  1:43 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-06-05  1:43 UTC (permalink / raw
  To: gentoo-commits

commit:     626d6959756909fdda2bdf56941901698b7cdf96
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  5 00:35:22 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jun  5 01:12:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626d6959

virtual/rust: bump to 1.44.0

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.44.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.44.0.ebuild b/virtual/rust/rust-1.44.0.ebuild
new file mode 100644
index 00000000000..c04cb8fc40d
--- /dev/null
+++ b/virtual/rust/rust-1.44.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 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}*[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-06-05  9:25 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-06-05  9:25 UTC (permalink / raw
  To: gentoo-commits

commit:     7e8f40ac2b44009dd7d9a3de076202195b329208
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  5 08:58:19 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jun  5 08:59:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8f40ac

virtual/rust: drop 1.43.0

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.43.0.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/virtual/rust/rust-1.43.0.ebuild b/virtual/rust/rust-1.43.0.ebuild
deleted file mode 100644
index c04cb8fc40d..00000000000
--- a/virtual/rust/rust-1.43.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 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}*[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-06-06 17:34 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2020-06-06 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     53d61118427f170954b94df73b46a23d8203b3a7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  6 17:34:41 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 17:34:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d61118

virtual/rust: ppc64 stable wrt bug #725264

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.43.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.43.1.ebuild b/virtual/rust/rust-1.43.1.ebuild
index c04cb8fc40d..2037e2aed11 100644
--- a/virtual/rust/rust-1.43.1.ebuild
+++ b/virtual/rust/rust-1.43.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}*[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-06-06 18:10 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2020-06-06 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     ef6562d1f49cbb950e90ddca504df014d1933275
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  6 18:10:32 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 18:10:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef6562d1

virtual/rust: x86 stable wrt bug #725264

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.43.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.43.1.ebuild b/virtual/rust/rust-1.43.1.ebuild
index 2037e2aed11..d9367d0c079 100644
--- a/virtual/rust/rust-1.43.1.ebuild
+++ b/virtual/rust/rust-1.43.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}*[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-06-07  8:44 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2020-06-07  8:44 UTC (permalink / raw
  To: gentoo-commits

commit:     f38d19a4f38c9233737a66282b525239dfc3d60f
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  7 08:42:56 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun  7 08:42:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38d19a4

virtual/rust: amd64 stable wrt bug #725264

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.43.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.43.1.ebuild b/virtual/rust/rust-1.43.1.ebuild
index d9367d0c079..6ba2ddb44ff 100644
--- a/virtual/rust/rust-1.43.1.ebuild
+++ b/virtual/rust/rust-1.43.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( =dev-lang/rust-${PV}*[${MULTILIB_USEDEP}] =dev-lang/rust-bin-${PV}*[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-06-18 23:53 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-06-18 23:53 UTC (permalink / raw
  To: gentoo-commits

commit:     471c40981e9d8dc6a825f1beee031ca118e9a453
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 18 22:26:39 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jun 18 23:50:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=471c4098

virtual/rust: bump to 1.44.1

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.44.1.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.44.1.ebuild b/virtual/rust/rust-1.44.1.ebuild
new file mode 100644
index 00000000000..7cf8d65440f
--- /dev/null
+++ b/virtual/rust/rust-1.44.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 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}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-07-15 22:20 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-07-15 22:20 UTC (permalink / raw
  To: gentoo-commits

commit:     b4bf171bfab63e8b7c7bbf990316ffcc519c8ac1
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 22:14:34 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Jul 15 22:17:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4bf171b

virtual/rust: drop 1.44.0

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.44.0.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/virtual/rust/rust-1.44.0.ebuild b/virtual/rust/rust-1.44.0.ebuild
deleted file mode 100644
index c04cb8fc40d..00000000000
--- a/virtual/rust/rust-1.44.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 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}*[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-07-17  6:36 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-07-17  6:36 UTC (permalink / raw
  To: gentoo-commits

commit:     26bd4e1f026c8f5c04be286a637b2a888222ba7e
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 00:41:41 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 06:35:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26bd4e1f

virtual/rust: bump to 1.45.0

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.45.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.45.0.ebuild b/virtual/rust/rust-1.45.0.ebuild
new file mode 100644
index 00000000000..7cf8d65440f
--- /dev/null
+++ b/virtual/rust/rust-1.45.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 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}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-07-17 10:42 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2020-07-17 10:42 UTC (permalink / raw
  To: gentoo-commits

commit:     b206f5b3462024c91abe224476d1ce7002cb51e0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 10:42:28 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 10:42:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b206f5b3

virtual/rust: arm64 stable (bug #732798)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.44.1.ebuild b/virtual/rust/rust-1.44.1.ebuild
index 7cf8d65440f..bc0a7d9d7e7 100644
--- a/virtual/rust/rust-1.44.1.ebuild
+++ b/virtual/rust/rust-1.44.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-07-17 15:05 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2020-07-17 15:05 UTC (permalink / raw
  To: gentoo-commits

commit:     d007fa2bb2df0ec91307faab564a4e5be1855130
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 15:04:43 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 15:04:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d007fa2b

virtual/rust: amd64 stable wrt bug #732798

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.44.1.ebuild b/virtual/rust/rust-1.44.1.ebuild
index bc0a7d9d7e7..40a046f3c83 100644
--- a/virtual/rust/rust-1.44.1.ebuild
+++ b/virtual/rust/rust-1.44.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-07-17 15:12 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2020-07-17 15:12 UTC (permalink / raw
  To: gentoo-commits

commit:     df980bbfca0d406e42731b19009fcd6105bd346c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 15:12:12 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 15:12:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df980bbf

virtual/rust: ppc64 stable wrt bug #732798

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.44.1.ebuild b/virtual/rust/rust-1.44.1.ebuild
index 40a046f3c83..4c04201ad7e 100644
--- a/virtual/rust/rust-1.44.1.ebuild
+++ b/virtual/rust/rust-1.44.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-07-17 15:17 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2020-07-17 15:17 UTC (permalink / raw
  To: gentoo-commits

commit:     75de81b2b47864efcfacbab658740d133678a5aa
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 15:16:38 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 15:16:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75de81b2

virtual/rust: x86 stable wrt bug #732798

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.44.1.ebuild b/virtual/rust/rust-1.44.1.ebuild
index 4c04201ad7e..5bc542cc043 100644
--- a/virtual/rust/rust-1.44.1.ebuild
+++ b/virtual/rust/rust-1.44.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-07-19  1:47 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2020-07-19  1:47 UTC (permalink / raw
  To: gentoo-commits

commit:     91d4b1b4e0e798dbb0a567730cb5e7865d7ee436
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 01:38:47 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 01:38:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91d4b1b4

virtual/rust: arm stable (bug #732798)

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.44.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.44.1.ebuild b/virtual/rust/rust-1.44.1.ebuild
index 5bc542cc043..6f32b771ca5 100644
--- a/virtual/rust/rust-1.44.1.ebuild
+++ b/virtual/rust/rust-1.44.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-07-31  9:22 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-07-31  9:22 UTC (permalink / raw
  To: gentoo-commits

commit:     6f42ecfc184fca5c8fe320baf0288d3bff2d1ae9
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 08:04:44 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 09:20:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f42ecfc

virtual/rust: bump to 1.45.1

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.45.1.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.45.1.ebuild b/virtual/rust/rust-1.45.1.ebuild
new file mode 100644
index 00000000000..7cf8d65440f
--- /dev/null
+++ b/virtual/rust/rust-1.45.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 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}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-07-31  9:34 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-07-31  9:34 UTC (permalink / raw
  To: gentoo-commits

commit:     382a508378ef7a2f5ce95dd504adf5277a694808
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 09:30:38 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 09:30:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382a5083

virtual/rust: drop old

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.41.1.ebuild | 15 ---------------
 virtual/rust/rust-1.42.0.ebuild | 15 ---------------
 virtual/rust/rust-1.43.1.ebuild | 15 ---------------
 3 files changed, 45 deletions(-)

diff --git a/virtual/rust/rust-1.41.1.ebuild b/virtual/rust/rust-1.41.1.ebuild
deleted file mode 100644
index c22b297cb17..00000000000
--- a/virtual/rust/rust-1.41.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 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}* )"

diff --git a/virtual/rust/rust-1.42.0.ebuild b/virtual/rust/rust-1.42.0.ebuild
deleted file mode 100644
index 3a4058ddb92..00000000000
--- a/virtual/rust/rust-1.42.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 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}* )"

diff --git a/virtual/rust/rust-1.43.1.ebuild b/virtual/rust/rust-1.43.1.ebuild
deleted file mode 100644
index 6ba2ddb44ff..00000000000
--- a/virtual/rust/rust-1.43.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 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}*[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-08-03 20:14 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-08-03 20:14 UTC (permalink / raw
  To: gentoo-commits

commit:     110b693042833dc9ca7a76291f3be29baa000eb5
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 20:09:04 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 20:11:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110b6930

virtual/rust: bump to 1.45.2

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.45.2.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.45.2.ebuild b/virtual/rust/rust-1.45.2.ebuild
new file mode 100644
index 00000000000..7cf8d65440f
--- /dev/null
+++ b/virtual/rust/rust-1.45.2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 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}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-08-24 23:02 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-08-24 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     5745ff013d11ca55f005b1fd8a543b8bf90a0e77
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 22:47:22 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 23:00:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5745ff01

virtual/rust: drop old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.45.0.ebuild | 15 ---------------
 virtual/rust/rust-1.45.1.ebuild | 15 ---------------
 2 files changed, 30 deletions(-)

diff --git a/virtual/rust/rust-1.45.0.ebuild b/virtual/rust/rust-1.45.0.ebuild
deleted file mode 100644
index 7cf8d65440f..00000000000
--- a/virtual/rust/rust-1.45.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 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}[${MULTILIB_USEDEP}] )"

diff --git a/virtual/rust/rust-1.45.1.ebuild b/virtual/rust/rust-1.45.1.ebuild
deleted file mode 100644
index 7cf8d65440f..00000000000
--- a/virtual/rust/rust-1.45.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 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}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-08-27 18:28 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-08-27 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     bd82c52128c75c6907144acde851edbb1db102f6
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 17:47:47 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 18:28:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd82c521

virtual/rust: 1.54.2 ppc64 stable, bug #739310

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.45.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.45.2.ebuild b/virtual/rust/rust-1.45.2.ebuild
index 7cf8d65440f..942315f18b7 100644
--- a/virtual/rust/rust-1.45.2.ebuild
+++ b/virtual/rust/rust-1.45.2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-08-27 18:28 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-08-27 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     b4db41716b5fd0b18633656db855ac3ade4d658e
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 27 17:31:00 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Aug 27 18:28:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4db4171

virtual/rust: bump to 1.46.0

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.46.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.46.0.ebuild b/virtual/rust/rust-1.46.0.ebuild
new file mode 100644
index 00000000000..7cf8d65440f
--- /dev/null
+++ b/virtual/rust/rust-1.46.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 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}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-08-28 23:39 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2020-08-28 23:39 UTC (permalink / raw
  To: gentoo-commits

commit:     989ebfe7d6b44c9ec8865383c7900eb034b49dec
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 28 23:38:42 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 28 23:38:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989ebfe7

virtual/rust: Stabilize 1.45.2 arm64, #739310

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.45.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.45.2.ebuild b/virtual/rust/rust-1.45.2.ebuild
index 942315f18b7..c9c318a4de6 100644
--- a/virtual/rust/rust-1.45.2.ebuild
+++ b/virtual/rust/rust-1.45.2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-08-29  4:12 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2020-08-29  4:12 UTC (permalink / raw
  To: gentoo-commits

commit:     2f47b9573d4e25c1ceb668935a9888202160cf8b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 04:11:45 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 04:11:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f47b957

virtual/rust: Stabilize 1.45.2 arm, #739310

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.45.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.45.2.ebuild b/virtual/rust/rust-1.45.2.ebuild
index c9c318a4de6..39dec6ee499 100644
--- a/virtual/rust/rust-1.45.2.ebuild
+++ b/virtual/rust/rust-1.45.2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86"
+KEYWORDS="~amd64 arm arm64 ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-08-29 17:57 Thomas Deutschmann
  0 siblings, 0 replies; 312+ messages in thread
From: Thomas Deutschmann @ 2020-08-29 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     1544600cdb0bccb27e6825d6845669ea0b9d4d9d
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 29 17:52:25 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 17:56:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1544600c

virtual/rust: x86 stable (bug #739310)

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 virtual/rust/rust-1.45.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.45.2.ebuild b/virtual/rust/rust-1.45.2.ebuild
index 39dec6ee499..c83c8ba7725 100644
--- a/virtual/rust/rust-1.45.2.ebuild
+++ b/virtual/rust/rust-1.45.2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ppc64 ~x86"
+KEYWORDS="~amd64 arm arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-09-02  1:04 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2020-09-02  1:04 UTC (permalink / raw
  To: gentoo-commits

commit:     7c24cdac6beab5fb77f5b617c2260218bbacbc81
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 01:03:04 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 01:03:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c24cdac

virtual/rust: Stabilize 1.45.2 amd64, #739310

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.45.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.45.2.ebuild b/virtual/rust/rust-1.45.2.ebuild
index c83c8ba7725..6f32b771ca5 100644
--- a/virtual/rust/rust-1.45.2.ebuild
+++ b/virtual/rust/rust-1.45.2.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-10-07  8:21 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-10-07  8:21 UTC (permalink / raw
  To: gentoo-commits

commit:     cf867fa8fc167652fc297aa41107af8d415e2ef8
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  7 08:17:30 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Oct  7 08:21:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf867fa8

virtual/rust: 1.46.0 ppc64 stable, bug #746971

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.46.0.ebuild b/virtual/rust/rust-1.46.0.ebuild
index 7cf8d65440f..942315f18b7 100644
--- a/virtual/rust/rust-1.46.0.ebuild
+++ b/virtual/rust/rust-1.46.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-10-07  8:21 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-10-07  8:21 UTC (permalink / raw
  To: gentoo-commits

commit:     ac1c465ef723672ef8bae0786220b68ab92ba33b
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  7 08:19:11 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Oct  7 08:21:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1c465e

virtual/rust: 1.46.0 arm64 stable, bug #746971

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.46.0.ebuild b/virtual/rust/rust-1.46.0.ebuild
index 942315f18b7..c9c318a4de6 100644
--- a/virtual/rust/rust-1.46.0.ebuild
+++ b/virtual/rust/rust-1.46.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-10-08 14:24 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2020-10-08 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     dc6b9dbb4f7dbcc56af809035a92df60ed7477fc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  8 14:23:30 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct  8 14:23:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6b9dbb

virtual/rust: Stabilize 1.46.0 arm, #746971

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.46.0.ebuild b/virtual/rust/rust-1.46.0.ebuild
index c9c318a4de6..39dec6ee499 100644
--- a/virtual/rust/rust-1.46.0.ebuild
+++ b/virtual/rust/rust-1.46.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ppc64 ~x86"
+KEYWORDS="~amd64 arm arm64 ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-10-09  6:24 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-10-09  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     3d33f9484735ae47db7a286e5b233b675169ac0d
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  9 03:17:50 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Oct  9 06:23:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d33f948

virtual/rust: bump to 1.47.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.47.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.47.0.ebuild b/virtual/rust/rust-1.47.0.ebuild
new file mode 100644
index 00000000000..7cf8d65440f
--- /dev/null
+++ b/virtual/rust/rust-1.47.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 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}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-10-09  8:31 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2020-10-09  8:31 UTC (permalink / raw
  To: gentoo-commits

commit:     6d49c4b7d1810b1dd7529f3aa6a33a164b12fd23
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  9 08:29:11 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Oct  9 08:30:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d49c4b7

virtual/rust: amd64 stable wrt bug #746971

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.46.0.ebuild b/virtual/rust/rust-1.46.0.ebuild
index 39dec6ee499..bb069ba5b7a 100644
--- a/virtual/rust/rust-1.46.0.ebuild
+++ b/virtual/rust/rust-1.46.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-10-09  8:41 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2020-10-09  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d89d0c42850126b92a14f73e41b21a80170e851e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  9 08:39:31 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Oct  9 08:39:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89d0c42

virtual/rust: x86 stable wrt bug #746971

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.46.0.ebuild b/virtual/rust/rust-1.46.0.ebuild
index bb069ba5b7a..6f32b771ca5 100644
--- a/virtual/rust/rust-1.46.0.ebuild
+++ b/virtual/rust/rust-1.46.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-10-13  4:02 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-10-13  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     10b8b4118fe8d4c0209bf37cb0ab87a435094ce6
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 13 03:37:00 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Oct 13 04:01:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b8b411

virtual/rust: drop old

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.44.1.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/virtual/rust/rust-1.44.1.ebuild b/virtual/rust/rust-1.44.1.ebuild
deleted file mode 100644
index 6f32b771ca5..00000000000
--- a/virtual/rust/rust-1.44.1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 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}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-11-24  0:41 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-11-24  0:41 UTC (permalink / raw
  To: gentoo-commits

commit:     a11239b5b9b66159ee3818973725f88952338000
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 23 23:08:51 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Nov 24 00:39:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11239b5

virtual/rust: bump to 1.48.0

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.48.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.48.0.ebuild b/virtual/rust/rust-1.48.0.ebuild
new file mode 100644
index 00000000000..7cf8d65440f
--- /dev/null
+++ b/virtual/rust/rust-1.48.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2020 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}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-11-26  0:29 Thomas Deutschmann
  0 siblings, 0 replies; 312+ messages in thread
From: Thomas Deutschmann @ 2020-11-26  0:29 UTC (permalink / raw
  To: gentoo-commits

commit:     2801e63b9bdff037ae50dd847841faa05779e4a9
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 00:29:03 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 00:29:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2801e63b

virtual/rust: x86 stable (bug #756769)

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 virtual/rust/rust-1.47.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.47.0.ebuild b/virtual/rust/rust-1.47.0.ebuild
index 7cf8d65440f..02dffab66ac 100644
--- a/virtual/rust/rust-1.47.0.ebuild
+++ b/virtual/rust/rust-1.47.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-11-27 16:04 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2020-11-27 16:04 UTC (permalink / raw
  To: gentoo-commits

commit:     f20fb87bed4fabdcb414a8ee29fdc49ca391a203
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 16:02:09 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 16:04:38 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20fb87b

virtual/rust: amd64 stable wrt bug #756769

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.47.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.47.0.ebuild b/virtual/rust/rust-1.47.0.ebuild
index 02dffab66ac..aa8b0fb594f 100644
--- a/virtual/rust/rust-1.47.0.ebuild
+++ b/virtual/rust/rust-1.47.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-11-27 16:34 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2020-11-27 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     2c22792b74e33e89ccfb1ba71c230809e98880f3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 16:33:57 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 16:33:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c22792b

virtual/rust: ppc64 stable wrt bug #756769

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.47.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.47.0.ebuild b/virtual/rust/rust-1.47.0.ebuild
index aa8b0fb594f..7f2586b45c5 100644
--- a/virtual/rust/rust-1.47.0.ebuild
+++ b/virtual/rust/rust-1.47.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2020-11-28  7:06 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2020-11-28  7:06 UTC (permalink / raw
  To: gentoo-commits

commit:     fbc477dec53754e6232e75d59211880f95edf122
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 07:03:46 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 07:03:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc477de

virtual/rust: drop 1.45.2

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.45.2.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/virtual/rust/rust-1.45.2.ebuild b/virtual/rust/rust-1.45.2.ebuild
deleted file mode 100644
index 6f32b771ca5..00000000000
--- a/virtual/rust/rust-1.45.2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 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}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-02-02 23:52 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-02-02 23:52 UTC (permalink / raw
  To: gentoo-commits

commit:     917834967815df3e0762e4047741e4e631ab69ba
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  2 22:21:07 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Feb  2 23:52:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91783496

virtual/rust: bump to 1.49.0

Closes: https://bugs.gentoo.org/768351
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.49.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.49.0.ebuild b/virtual/rust/rust-1.49.0.ebuild
new file mode 100644
index 00000000000..885ef01123a
--- /dev/null
+++ b/virtual/rust/rust-1.49.0.ebuild
@@ -0,0 +1,15 @@
+# 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-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-02-11 23:49 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-02-11 23:49 UTC (permalink / raw
  To: gentoo-commits

commit:     eb75df6eb9d07cb26cba6b1d8e970a7c7add6f7f
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 23:12:24 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 23:40:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb75df6e

virtual/rust: bump to 1.50.0

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.50.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.50.0.ebuild b/virtual/rust/rust-1.50.0.ebuild
new file mode 100644
index 00000000000..885ef01123a
--- /dev/null
+++ b/virtual/rust/rust-1.50.0.ebuild
@@ -0,0 +1,15 @@
+# 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-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-02-24 23:08 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2021-02-24 23:08 UTC (permalink / raw
  To: gentoo-commits

commit:     c9d9417f13d85f3170d3196e333160ed2472e1e2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 23:08:38 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 23:08:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d9417f

virtual/rust: Stabilize 1.47.0 arm, #756769

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.47.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.47.0.ebuild b/virtual/rust/rust-1.47.0.ebuild
index 74df54f0cc3..985c1bc9573 100644
--- a/virtual/rust/rust-1.47.0.ebuild
+++ b/virtual/rust/rust-1.47.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-02-24 23:08 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2021-02-24 23:08 UTC (permalink / raw
  To: gentoo-commits

commit:     5600dfac2c9e18da1b36a434217446abc187a5a6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 23:08:26 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 23:08:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5600dfac

virtual/rust: Stabilize 1.47.0 arm64, #756769

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.47.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/rust/rust-1.47.0.ebuild b/virtual/rust/rust-1.47.0.ebuild
index 7f2586b45c5..74df54f0cc3 100644
--- a/virtual/rust/rust-1.47.0.ebuild
+++ b/virtual/rust/rust-1.47.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-04-03 22:10 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-04-03 22:10 UTC (permalink / raw
  To: gentoo-commits

commit:     f02caf8e51d59c57c50417b451c3c38fb64ec89f
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  3 20:48:26 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 22:10:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02caf8e

virtual/rust: bump to 1.51.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.51.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.51.0.ebuild b/virtual/rust/rust-1.51.0.ebuild
new file mode 100644
index 00000000000..885ef01123a
--- /dev/null
+++ b/virtual/rust/rust-1.51.0.ebuild
@@ -0,0 +1,15 @@
+# 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-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-04-22 20:15 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2021-04-22 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     5c8b677e47121a953f7d8498dd5313b618fd59a3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 22 20:12:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 22 20:12:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8b677e

virtual/rust: Stabilize 1.51.0 amd64, #782367

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.51.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.51.0.ebuild b/virtual/rust/rust-1.51.0.ebuild
index 885ef01123a..8e8f56a684b 100644
--- a/virtual/rust/rust-1.51.0.ebuild
+++ b/virtual/rust/rust-1.51.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-04-22 20:22 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2021-04-22 20:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b63e733b1eb52ef7b60479cbd727cd9d66e782ff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 22 20:21:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 22 20:21:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63e733b

virtual/rust: Stabilize 1.51.0 x86, #782367

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.51.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.51.0.ebuild b/virtual/rust/rust-1.51.0.ebuild
index 8e8f56a684b..c8eecda4c67 100644
--- a/virtual/rust/rust-1.51.0.ebuild
+++ b/virtual/rust/rust-1.51.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-04-23  0:43 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-04-23  0:43 UTC (permalink / raw
  To: gentoo-commits

commit:     1d8149400a4d265c316095755e360ce411bc9f0e
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 23 00:43:23 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Apr 23 00:43:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d814940

virtual/rust: 1.51.0 ppc64 stable, bug #782367

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.51.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.51.0.ebuild b/virtual/rust/rust-1.51.0.ebuild
index c8eecda4c67..4cbb628494d 100644
--- a/virtual/rust/rust-1.51.0.ebuild
+++ b/virtual/rust/rust-1.51.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-04-23 13:33 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2021-04-23 13:33 UTC (permalink / raw
  To: gentoo-commits

commit:     aa49c8e6524252b077e5a3a529904b05ea041838
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 23 13:32:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 23 13:32:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa49c8e6

virtual/rust: Stabilize 1.51.0 arm64, #782367

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.51.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.51.0.ebuild b/virtual/rust/rust-1.51.0.ebuild
index 4cbb628494d..74df54f0cc3 100644
--- a/virtual/rust/rust-1.51.0.ebuild
+++ b/virtual/rust/rust-1.51.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-04-23 13:33 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2021-04-23 13:33 UTC (permalink / raw
  To: gentoo-commits

commit:     bbfd6c86d53133a4fdcb21091092dbf96564d4c2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 23 13:32:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 23 13:32:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbfd6c86

virtual/rust: Stabilize 1.51.0 arm, #782367

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.51.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.51.0.ebuild b/virtual/rust/rust-1.51.0.ebuild
index 74df54f0cc3..985c1bc9573 100644
--- a/virtual/rust/rust-1.51.0.ebuild
+++ b/virtual/rust/rust-1.51.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-04-27 11:55 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-04-27 11:55 UTC (permalink / raw
  To: gentoo-commits

commit:     37ed1d3e4a0bc7da64b1a7f1a0ad428aabb64511
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 24 07:38:59 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Apr 27 11:47:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ed1d3e

virtual/rust: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.46.0.ebuild | 15 ---------------
 virtual/rust/rust-1.47.0.ebuild | 15 ---------------
 virtual/rust/rust-1.48.0.ebuild | 15 ---------------
 virtual/rust/rust-1.49.0.ebuild | 15 ---------------
 virtual/rust/rust-1.50.0.ebuild | 15 ---------------
 5 files changed, 75 deletions(-)

diff --git a/virtual/rust/rust-1.46.0.ebuild b/virtual/rust/rust-1.46.0.ebuild
deleted file mode 100644
index 6f32b771ca5..00000000000
--- a/virtual/rust/rust-1.46.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 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}[${MULTILIB_USEDEP}] )"

diff --git a/virtual/rust/rust-1.47.0.ebuild b/virtual/rust/rust-1.47.0.ebuild
deleted file mode 100644
index 985c1bc9573..00000000000
--- a/virtual/rust/rust-1.47.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-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"

diff --git a/virtual/rust/rust-1.48.0.ebuild b/virtual/rust/rust-1.48.0.ebuild
deleted file mode 100644
index 7cf8d65440f..00000000000
--- a/virtual/rust/rust-1.48.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2020 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}[${MULTILIB_USEDEP}] )"

diff --git a/virtual/rust/rust-1.49.0.ebuild b/virtual/rust/rust-1.49.0.ebuild
deleted file mode 100644
index 885ef01123a..00000000000
--- a/virtual/rust/rust-1.49.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-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"

diff --git a/virtual/rust/rust-1.50.0.ebuild b/virtual/rust/rust-1.50.0.ebuild
deleted file mode 100644
index 885ef01123a..00000000000
--- a/virtual/rust/rust-1.50.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-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-04-27 19:01 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-04-27 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     ed778cb78fc7ac8a709fee60a246f3b16dc2e9cb
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 27 19:00:59 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Apr 27 19:00:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed778cb7

virtual/rust: ~ppc keyworded

Bug: https://bugs.gentoo.org/769458
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.51.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.51.0.ebuild b/virtual/rust/rust-1.51.0.ebuild
index 985c1bc9573..4b038e425aa 100644
--- a/virtual/rust/rust-1.51.0.ebuild
+++ b/virtual/rust/rust-1.51.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-05-06 21:21 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-05-06 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     60beb3809b9dd5128f96cb41b1fa3fe029293229
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu May  6 21:00:51 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu May  6 21:21:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60beb380

virtual/rust: bump to 1.52.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.52.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.52.0.ebuild b/virtual/rust/rust-1.52.0.ebuild
new file mode 100644
index 00000000000..46ed58d9cb0
--- /dev/null
+++ b/virtual/rust/rust-1.52.0.ebuild
@@ -0,0 +1,15 @@
+# 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 ~ppc ~ppc64 ~x86"
+
+BDEPEND=""
+RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-05-10 15:58 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-05-10 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     cd3e14d222bcab51ad762b4dd542cdcab2379c70
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon May 10 15:34:34 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon May 10 15:55:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3e14d2

virtual/rust: drop 1.52.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.52.0.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/virtual/rust/rust-1.52.0.ebuild b/virtual/rust/rust-1.52.0.ebuild
deleted file mode 100644
index 46ed58d9cb0..00000000000
--- a/virtual/rust/rust-1.52.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 ~ppc ~ppc64 ~x86"
-
-BDEPEND=""
-RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-05-10 15:58 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-05-10 15:58 UTC (permalink / raw
  To: gentoo-commits

commit:     cf50a3c4b6330f6fce3ba647198a845c600140c0
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon May 10 15:34:04 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon May 10 15:55:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf50a3c4

virtual/rust: bump to 1.52.1

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.52.1.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.52.1.ebuild b/virtual/rust/rust-1.52.1.ebuild
new file mode 100644
index 00000000000..46ed58d9cb0
--- /dev/null
+++ b/virtual/rust/rust-1.52.1.ebuild
@@ -0,0 +1,15 @@
+# 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 ~ppc ~ppc64 ~x86"
+
+BDEPEND=""
+RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-05-13 15:07 Yixun Lan
  0 siblings, 0 replies; 312+ messages in thread
From: Yixun Lan @ 2021-05-13 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     ffa9d94a16ca639d5d2df36b240e8942c1a1a525
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Tue May 11 15:46:01 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu May 13 15:06:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffa9d94a

virtual/rust: enable riscv support

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 virtual/rust/rust-1.51.0.ebuild | 2 +-
 virtual/rust/rust-1.52.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/rust/rust-1.51.0.ebuild b/virtual/rust/rust-1.51.0.ebuild
index 4b038e425aa..d19c6c4beec 100644
--- a/virtual/rust/rust-1.51.0.ebuild
+++ b/virtual/rust/rust-1.51.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"

diff --git a/virtual/rust/rust-1.52.1.ebuild b/virtual/rust/rust-1.52.1.ebuild
index 46ed58d9cb0..a5559403e59 100644
--- a/virtual/rust/rust-1.52.1.ebuild
+++ b/virtual/rust/rust-1.52.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-05-13 15:19 David Seifert
  0 siblings, 0 replies; 312+ messages in thread
From: David Seifert @ 2021-05-13 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     0b282abefaa2fefc9f0689fbff423730b77d2132
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 15:18:51 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu May 13 15:18:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b282abe

virtual/rust: Mark ALLARCHES

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 virtual/rust/metadata.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/virtual/rust/metadata.xml b/virtual/rust/metadata.xml
index 85cf4eb9205..50012e64c20 100644
--- a/virtual/rust/metadata.xml
+++ b/virtual/rust/metadata.xml
@@ -1,8 +1,9 @@
 <?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>
+	<maintainer type="project">
+		<email>rust@gentoo.org</email>
+		<name>Rust Project</name>
+	</maintainer>
+	<stabilize-allarches/>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-06-16  6:52 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2021-06-16  6:52 UTC (permalink / raw
  To: gentoo-commits

commit:     099dbdb92805464b776553758d7ea648e5f88048
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 16 06:52:23 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 16 06:52:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099dbdb9

virtual/rust: amd64 stable wrt bug #796269

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.52.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.52.1.ebuild b/virtual/rust/rust-1.52.1.ebuild
index a5559403e59..5c34bc8ee0d 100644
--- a/virtual/rust/rust-1.52.1.ebuild
+++ b/virtual/rust/rust-1.52.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-06-16  6:53 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2021-06-16  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     bd69cbe25cc62a9d40d9ec3a3355870c8d00940c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 16 06:53:28 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 16 06:53:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd69cbe2

virtual/rust: ppc64 stable wrt bug #796269

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.52.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.52.1.ebuild b/virtual/rust/rust-1.52.1.ebuild
index 5c34bc8ee0d..ce83ce227db 100644
--- a/virtual/rust/rust-1.52.1.ebuild
+++ b/virtual/rust/rust-1.52.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-06-17  7:23 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2021-06-17  7:23 UTC (permalink / raw
  To: gentoo-commits

commit:     4f01d299f1b4e23e3b8512356199ea99ee5277b9
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 17 07:23:49 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun 17 07:23:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f01d299

virtual/rust: x86 stable wrt bug #796269

Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.52.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.52.1.ebuild b/virtual/rust/rust-1.52.1.ebuild
index ce83ce227db..9860c54fb95 100644
--- a/virtual/rust/rust-1.52.1.ebuild
+++ b/virtual/rust/rust-1.52.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-06-18  0:44 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-06-18  0:44 UTC (permalink / raw
  To: gentoo-commits

commit:     70b80d58efdfbc7ea1757df436d46a472f92d8ff
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 17 20:22:41 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jun 18 00:43:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70b80d58

virtual/rust: add 1.53.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.53.0.ebuild | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/virtual/rust/rust-1.53.0.ebuild b/virtual/rust/rust-1.53.0.ebuild
new file mode 100644
index 00000000000..d5a83da8c35
--- /dev/null
+++ b/virtual/rust/rust-1.53.0.ebuild
@@ -0,0 +1,15 @@
+# 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 ~ppc ~ppc64 ~riscv ~x86"
+
+BDEPEND=""
+RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-06-18 20:37 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-06-18 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     292310d414500bfa7e9fbb3db2c6fdf39cc29adc
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 18 19:33:21 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jun 18 19:33:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=292310d4

virtual/rust: keyword 1.53.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.53.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.53.0.ebuild b/virtual/rust/rust-1.53.0.ebuild
index d5a83da8c35..a5559403e59 100644
--- a/virtual/rust/rust-1.53.0.ebuild
+++ b/virtual/rust/rust-1.53.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-06-27  5:20 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2021-06-27  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     c67c40e9dab977c720bdcd8ef775a93dde77f950
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 27 05:07:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 27 05:07:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c67c40e9

virtual/rust: Stabilize 1.52.1 arm64, #796269

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.52.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.52.1.ebuild b/virtual/rust/rust-1.52.1.ebuild
index 9860c54fb95..f30cb07276f 100644
--- a/virtual/rust/rust-1.52.1.ebuild
+++ b/virtual/rust/rust-1.52.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-06-27  5:20 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2021-06-27  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     9895ca1ddefbf5aa212329ab11cb02528855aacd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 27 05:07:29 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 27 05:07:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9895ca1d

virtual/rust: Stabilize 1.52.1 arm, #796269

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.52.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.52.1.ebuild b/virtual/rust/rust-1.52.1.ebuild
index f30cb07276f..d19c6c4beec 100644
--- a/virtual/rust/rust-1.52.1.ebuild
+++ b/virtual/rust/rust-1.52.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-07-03  7:03 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-07-03  7:03 UTC (permalink / raw
  To: gentoo-commits

commit:     28c44577978e0f7e5fbfb3c6bee59ccc4ff91766
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  3 06:53:15 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Jul  3 06:59:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28c44577

virtual/rust: drop 1.51.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.51.0.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/virtual/rust/rust-1.51.0.ebuild b/virtual/rust/rust-1.51.0.ebuild
deleted file mode 100644
index d19c6c4beec..00000000000
--- 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 ~ppc ppc64 ~riscv x86"
-
-BDEPEND=""
-RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-07-27 20:55 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2021-07-27 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     b511af1c38023e6ad00fd3c5f71872c17dc30511
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 27 20:55:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 27 20:55:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b511af1c

virtual/rust: Stabilize 1.53.0 amd64, #803335

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.53.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.53.0.ebuild b/virtual/rust/rust-1.53.0.ebuild
index a5559403e59..5c34bc8ee0d 100644
--- a/virtual/rust/rust-1.53.0.ebuild
+++ b/virtual/rust/rust-1.53.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-07-27 20:55 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2021-07-27 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     b18e7e5b262b097627df0d627ac02d41f0157561
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 27 20:55:31 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 27 20:55:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18e7e5b

virtual/rust: Stabilize 1.53.0 arm64, #803335

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.53.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.53.0.ebuild b/virtual/rust/rust-1.53.0.ebuild
index 5c34bc8ee0d..51cf9b317ba 100644
--- a/virtual/rust/rust-1.53.0.ebuild
+++ b/virtual/rust/rust-1.53.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-07-29  4:34 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-07-29  4:34 UTC (permalink / raw
  To: gentoo-commits

commit:     3f44535102e7fb761e5e76a07ac097fbbc3973ae
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 04:29:17 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 04:29:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f445351

virtual/rust: stabilize 1.53.0 for ppc64

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.53.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.53.0.ebuild b/virtual/rust/rust-1.53.0.ebuild
index 51cf9b317ba..0c76b23631b 100644
--- a/virtual/rust/rust-1.53.0.ebuild
+++ b/virtual/rust/rust-1.53.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-07-31  4:14 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2021-07-31  4:14 UTC (permalink / raw
  To: gentoo-commits

commit:     818b9b1a0273633c9fb42fc285fbf7e89c72314c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 04:13:12 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 04:13:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=818b9b1a

virtual/rust: Stabilize 1.53.0 x86, #803335

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.53.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.53.0.ebuild b/virtual/rust/rust-1.53.0.ebuild
index 0c76b23631b..f30cb07276f 100644
--- a/virtual/rust/rust-1.53.0.ebuild
+++ b/virtual/rust/rust-1.53.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86"
 
 BDEPEND=""
 RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-08-05  5:37 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-08-05  5:37 UTC (permalink / raw
  To: gentoo-commits

commit:     7bcb36c85a34180d347fde64a026ba332118c108
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  5 05:09:21 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Aug  5 05:37:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bcb36c8

virtual/rust: backport USE=rustfmt

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.52.1.ebuild | 6 +++++-
 virtual/rust/rust-1.53.0.ebuild | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/virtual/rust/rust-1.52.1.ebuild b/virtual/rust/rust-1.52.1.ebuild
index d19c6c4beec..b6e4774761b 100644
--- a/virtual/rust/rust-1.52.1.ebuild
+++ b/virtual/rust/rust-1.52.1.ebuild
@@ -10,6 +10,10 @@ DESCRIPTION="Virtual for Rust language compiler"
 LICENSE=""
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
+IUSE="rustfmt"
 
 BDEPEND=""
-RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"
+RDEPEND="|| (
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"

diff --git a/virtual/rust/rust-1.53.0.ebuild b/virtual/rust/rust-1.53.0.ebuild
index f30cb07276f..71097098faf 100644
--- a/virtual/rust/rust-1.53.0.ebuild
+++ b/virtual/rust/rust-1.53.0.ebuild
@@ -10,6 +10,10 @@ DESCRIPTION="Virtual for Rust language compiler"
 LICENSE=""
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86"
+IUSE="rustfmt"
 
 BDEPEND=""
-RDEPEND="|| ( ~dev-lang/rust-${PV}[${MULTILIB_USEDEP}] ~dev-lang/rust-bin-${PV}[${MULTILIB_USEDEP}] )"
+RDEPEND="|| (
+	~dev-lang/rust-${PV}[rustfmt,${MULTILIB_USEDEP}]
+	~dev-lang/rust-bin-${PV}[rustfmt,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-08-05  5:37 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-08-05  5:37 UTC (permalink / raw
  To: gentoo-commits

commit:     22c967dd34152774e7a1278d75553a01677d42c6
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  5 04:56:06 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Aug  5 05:37:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c967dd

virtual/rust: add 1.54.0

add USE=rustfmt, for deps

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/metadata.xml       |  3 +++
 virtual/rust/rust-1.54.0.ebuild | 19 +++++++++++++++++++
 2 files changed, 22 insertions(+)

diff --git a/virtual/rust/metadata.xml b/virtual/rust/metadata.xml
index 50012e64c20..203f8b54271 100644
--- a/virtual/rust/metadata.xml
+++ b/virtual/rust/metadata.xml
@@ -5,5 +5,8 @@
 		<email>rust@gentoo.org</email>
 		<name>Rust Project</name>
 	</maintainer>
+	<use>
+		<flag name="rustfmt">Install rustfmt, Rust code formatter</flag>
+	</use>
 	<stabilize-allarches/>
 </pkgmetadata>

diff --git a/virtual/rust/rust-1.54.0.ebuild b/virtual/rust/rust-1.54.0.ebuild
new file mode 100644
index 00000000000..f9d87cdb210
--- /dev/null
+++ b/virtual/rust/rust-1.54.0.ebuild
@@ -0,0 +1,19 @@
+# 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 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="rustfmt"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-08-05 14:32 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2021-08-05 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     c94f93240b4877e6297ffdeb714e4addd5498936
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  5 14:31:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug  5 14:31:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94f9324

virtual/rust: fix rustfmt dependency in 1.53.0

Closes: https://bugs.gentoo.org/806553
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.53.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/rust/rust-1.53.0.ebuild b/virtual/rust/rust-1.53.0.ebuild
index 71097098faf..b98ade72cf1 100644
--- a/virtual/rust/rust-1.53.0.ebuild
+++ b/virtual/rust/rust-1.53.0.ebuild
@@ -14,6 +14,6 @@ IUSE="rustfmt"
 
 BDEPEND=""
 RDEPEND="|| (
-	~dev-lang/rust-${PV}[rustfmt,${MULTILIB_USEDEP}]
-	~dev-lang/rust-bin-${PV}[rustfmt,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-08-05 14:35 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2021-08-05 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     6f4447b1feae61bc69e5f5cf39d780807c0955c7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  5 14:34:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug  5 14:34:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4447b1

virtual/rust: revision bump for rustfmt fix

Let's revision bump to ensure it's propagated properly
(and also to signal it's fixed).

Fixes: c94f93240b4877e6297ffdeb714e4addd5498936
Bug: https://bugs.gentoo.org/806553
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/{rust-1.53.0.ebuild => rust-1.53.0-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/virtual/rust/rust-1.53.0.ebuild b/virtual/rust/rust-1.53.0-r1.ebuild
similarity index 100%
rename from virtual/rust/rust-1.53.0.ebuild
rename to virtual/rust/rust-1.53.0-r1.ebuild


^ permalink raw reply	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-09-07  0:09 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2021-09-07  0:09 UTC (permalink / raw
  To: gentoo-commits

commit:     f5f844af1281b99778f3956c8a8ca1e9783df086
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  7 00:08:25 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  7 00:08:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f844af

virtual/rust: Stabilize 1.53.0-r1 arm, #803335

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.53.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.53.0-r1.ebuild b/virtual/rust/rust-1.53.0-r1.ebuild
index b98ade72cf1..b6e4774761b 100644
--- a/virtual/rust/rust-1.53.0-r1.ebuild
+++ b/virtual/rust/rust-1.53.0-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-09-13 15:07 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-09-13 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     83fcdcf5cb0a345fbc742632a3d3fedb7b078e9b
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 13 11:01:56 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Sep 13 15:04:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83fcdcf5

virtual/rust: add 1.55.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.55.0.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/virtual/rust/rust-1.55.0.ebuild b/virtual/rust/rust-1.55.0.ebuild
new file mode 100644
index 00000000000..f9d87cdb210
--- /dev/null
+++ b/virtual/rust/rust-1.55.0.ebuild
@@ -0,0 +1,19 @@
+# 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 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="rustfmt"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-10-21 21:05 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-10-21 21:05 UTC (permalink / raw
  To: gentoo-commits

commit:     d43207a6648aba29c5406f71efceeb317542f810
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 21 19:41:00 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Oct 21 21:02:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d43207a6

virtual/rust: add 1.56.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.56.0.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/virtual/rust/rust-1.56.0.ebuild b/virtual/rust/rust-1.56.0.ebuild
new file mode 100644
index 00000000000..f9d87cdb210
--- /dev/null
+++ b/virtual/rust/rust-1.56.0.ebuild
@@ -0,0 +1,19 @@
+# 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 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="rustfmt"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-11-01 21:25 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-11-01 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     4472b5830b3716ae519c16373bb20f0e095c9171
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  1 21:12:39 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Nov  1 21:24:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4472b583

virtual/rust: add 1.56.1

Bug: https://bugs.gentoo.org/821157
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.56.1.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/virtual/rust/rust-1.56.1.ebuild b/virtual/rust/rust-1.56.1.ebuild
new file mode 100644
index 00000000000..f9d87cdb210
--- /dev/null
+++ b/virtual/rust/rust-1.56.1.ebuild
@@ -0,0 +1,19 @@
+# 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 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="rustfmt"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-11-11 18:18 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-11-11 18:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d07a1d612e050daa45e52d39360a6d5804e6ee48
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 18:17:54 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 18:17:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d07a1d61

virtual/rust: Stabilize 1.56.1 ppc64, #821898

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.56.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.56.1.ebuild b/virtual/rust/rust-1.56.1.ebuild
index f9d87cdb210..7212b305984 100644
--- a/virtual/rust/rust-1.56.1.ebuild
+++ b/virtual/rust/rust-1.56.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-11-12 20:53 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2021-11-12 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     afe3d8092af7ccdd5520b3dd422e88af29234800
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 20:52:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 20:52:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe3d809

virtual/rust: Stabilize 1.56.1 amd64, #821898

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.56.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.56.1.ebuild b/virtual/rust/rust-1.56.1.ebuild
index 7212b305984..8fec8e65ebb 100644
--- a/virtual/rust/rust-1.56.1.ebuild
+++ b/virtual/rust/rust-1.56.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-11-12 22:54 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2021-11-12 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     55deda98cb9fc624ac6b2fc1bf9a6ea5fbbf7b09
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 22:54:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 22:54:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55deda98

virtual/rust: Stabilize 1.56.1 x86, #821898

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.56.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.56.1.ebuild b/virtual/rust/rust-1.56.1.ebuild
index 8fec8e65ebb..4838cf4023a 100644
--- a/virtual/rust/rust-1.56.1.ebuild
+++ b/virtual/rust/rust-1.56.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-11-13  2:58 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2021-11-13  2:58 UTC (permalink / raw
  To: gentoo-commits

commit:     5c1af82a954c9db95c55537b11f290d997492a88
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 13 02:58:15 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 13 02:58:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1af82a

virtual/rust: Stabilize 1.56.1 arm64, #821898

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.56.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.56.1.ebuild b/virtual/rust/rust-1.56.1.ebuild
index 4838cf4023a..b98ade72cf1 100644
--- a/virtual/rust/rust-1.56.1.ebuild
+++ b/virtual/rust/rust-1.56.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-12-08  0:10 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-12-08  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     70ba3152245d0a76ce2b7e83be4b3c7ed3949b79
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  7 19:58:38 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Dec  8 00:09:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70ba3152

virtual/rust: unkeyword 1.57.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.57.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.57.0.ebuild b/virtual/rust/rust-1.57.0.ebuild
index f9d87cdb210c..2e48421aab7e 100644
--- a/virtual/rust/rust-1.57.0.ebuild
+++ b/virtual/rust/rust-1.57.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-12-08  0:10 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-12-08  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3d081ca236ebb60048cf55823c6ae4f5e0218d8a
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  7 20:04:09 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Dec  8 00:10:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d081ca2

virtual/rust: keyword 1.57.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.57.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.57.0.ebuild b/virtual/rust/rust-1.57.0.ebuild
index 2e48421aab7e..f9d87cdb210c 100644
--- a/virtual/rust/rust-1.57.0.ebuild
+++ b/virtual/rust/rust-1.57.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-12-08  0:10 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-12-08  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     73db9ba30eafca73b485f9bbaede7d6055e63fab
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  7 19:58:23 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Dec  8 00:09:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73db9ba3

virtual/rust: add 1.57.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.57.0.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/virtual/rust/rust-1.57.0.ebuild b/virtual/rust/rust-1.57.0.ebuild
new file mode 100644
index 000000000000..f9d87cdb210c
--- /dev/null
+++ b/virtual/rust/rust-1.57.0.ebuild
@@ -0,0 +1,19 @@
+# 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 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="rustfmt"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-12-25 17:11 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2021-12-25 17:11 UTC (permalink / raw
  To: gentoo-commits

commit:     218f18983cd231c2d5f5e848116740d25f6f1a12
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 25 17:10:51 2021 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 25 17:10:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218f1898

virtual/rust: Stabilize 1.56.1 arm, #821898

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.56.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.56.1.ebuild b/virtual/rust/rust-1.56.1.ebuild
index b98ade72cf12..b6e4774761b8 100644
--- a/virtual/rust/rust-1.56.1.ebuild
+++ b/virtual/rust/rust-1.56.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-12-26  0:41 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-12-26  0:41 UTC (permalink / raw
  To: gentoo-commits

commit:     cbac0ac648b6c2b9b30d80c5322b65b923cc702f
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 26 00:34:53 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Dec 26 00:40:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbac0ac6

virtual/rust: drop 1.56.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.56.0.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/virtual/rust/rust-1.56.0.ebuild b/virtual/rust/rust-1.56.0.ebuild
deleted file mode 100644
index f9d87cdb210c..000000000000
--- a/virtual/rust/rust-1.56.0.ebuild
+++ /dev/null
@@ -1,19 +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 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="rustfmt"
-
-BDEPEND=""
-RDEPEND="|| (
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2021-12-26  8:58 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2021-12-26  8:58 UTC (permalink / raw
  To: gentoo-commits

commit:     afd6be19feb741f8dd7a5495a2a90264e56a1ae9
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 26 08:56:50 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Dec 26 08:58:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd6be19

virtual/rust: drop 1.52.1

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.52.1.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/virtual/rust/rust-1.52.1.ebuild b/virtual/rust/rust-1.52.1.ebuild
deleted file mode 100644
index b6e4774761b8..000000000000
--- a/virtual/rust/rust-1.52.1.ebuild
+++ /dev/null
@@ -1,19 +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 ~ppc ppc64 ~riscv x86"
-IUSE="rustfmt"
-
-BDEPEND=""
-RDEPEND="|| (
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-01-13 21:37 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-01-13 21:37 UTC (permalink / raw
  To: gentoo-commits

commit:     33cffdb409f68ba61e9d64e1ca1138b933558e74
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 13 21:12:48 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jan 13 21:12:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33cffdb4

virtual/rust: unkeyword 1.58.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.58.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.58.0.ebuild b/virtual/rust/rust-1.58.0.ebuild
index 8de903f38293..ffeb45c4754f 100644
--- a/virtual/rust/rust-1.58.0.ebuild
+++ b/virtual/rust/rust-1.58.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-01-13 21:37 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-01-13 21:37 UTC (permalink / raw
  To: gentoo-commits

commit:     6907fe559d7873483fc8ba9d84e35767c5c93407
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 13 21:04:32 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jan 13 21:09:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6907fe55

virtual/rust: add 1.58.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.58.0.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/virtual/rust/rust-1.58.0.ebuild b/virtual/rust/rust-1.58.0.ebuild
new file mode 100644
index 000000000000..8de903f38293
--- /dev/null
+++ b/virtual/rust/rust-1.58.0.ebuild
@@ -0,0 +1,19 @@
+# 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=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="rustfmt"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-01-14  1:20 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-01-14  1:20 UTC (permalink / raw
  To: gentoo-commits

commit:     0f3b612e96aa6a92167e34eab93c5b035460e325
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 14 01:19:52 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jan 14 01:19:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3b612e

virtual/rust: keyword 1.58.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.58.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.58.0.ebuild b/virtual/rust/rust-1.58.0.ebuild
index ffeb45c4754f..8de903f38293 100644
--- a/virtual/rust/rust-1.58.0.ebuild
+++ b/virtual/rust/rust-1.58.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-01-20 22:03 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-01-20 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     41dff17ac8c7bb389805ac237ef084fe6780da06
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 22:02:08 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 22:02:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41dff17a

virtual/rust: add 1.58.1

Bug: https://bugs.gentoo.org/831638
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.58.1.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/virtual/rust/rust-1.58.1.ebuild b/virtual/rust/rust-1.58.1.ebuild
new file mode 100644
index 000000000000..8de903f38293
--- /dev/null
+++ b/virtual/rust/rust-1.58.1.ebuild
@@ -0,0 +1,19 @@
+# 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=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="rustfmt"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-01-21  0:11 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-01-21  0:11 UTC (permalink / raw
  To: gentoo-commits

commit:     b9047b49dffca464285571e57a02e44d7abe7dc2
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 21 00:11:08 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 00:11:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9047b49

virtual/rust: Stabilize 1.58.1 ppc64, #831642

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.58.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.58.1.ebuild b/virtual/rust/rust-1.58.1.ebuild
index 8de903f38293..85099f89ad70 100644
--- a/virtual/rust/rust-1.58.1.ebuild
+++ b/virtual/rust/rust-1.58.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-01-21  1:17 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-01-21  1:17 UTC (permalink / raw
  To: gentoo-commits

commit:     b9d98bfe764ae0a00be2642639a4c383a45ac05f
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 21 00:17:45 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 00:54:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9d98bfe

virtual/rust: Stabilize 1.58.1 amd64, #831642

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.58.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.58.1.ebuild b/virtual/rust/rust-1.58.1.ebuild
index 3d7d8490eb57..8bae15f1d5cf 100644
--- a/virtual/rust/rust-1.58.1.ebuild
+++ b/virtual/rust/rust-1.58.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-01-21  1:17 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-01-21  1:17 UTC (permalink / raw
  To: gentoo-commits

commit:     d8ea2ae9a15a82e19bad73afe6f56c81c6a77626
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 21 00:17:33 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 00:54:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ea2ae9

virtual/rust: Stabilize 1.58.1 arm64, #831642

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.58.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.58.1.ebuild b/virtual/rust/rust-1.58.1.ebuild
index 85099f89ad70..3d7d8490eb57 100644
--- a/virtual/rust/rust-1.58.1.ebuild
+++ b/virtual/rust/rust-1.58.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-01-21 11:17 Jakov Smolić
  0 siblings, 0 replies; 312+ messages in thread
From: Jakov Smolić @ 2022-01-21 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     193cd94320f3dc12b7c4e57ea52deb2069fbe43a
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 21 11:16:30 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 11:16:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=193cd943

virtual/rust: stabilize 1.58.1 for x86

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 virtual/rust/rust-1.58.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.58.1.ebuild b/virtual/rust/rust-1.58.1.ebuild
index 8bae15f1d5cf..2d3042cfddad 100644
--- a/virtual/rust/rust-1.58.1.ebuild
+++ b/virtual/rust/rust-1.58.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-01-22  0:48 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2022-01-22  0:48 UTC (permalink / raw
  To: gentoo-commits

commit:     e3925fc4a9e57825892127f4bd1be0d36b9e7303
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 22 00:48:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 22 00:48:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3925fc4

virtual/rust: Stabilize 1.58.1 arm, #831642

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.58.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.58.1.ebuild b/virtual/rust/rust-1.58.1.ebuild
index 2d3042cfddad..cc84e3816353 100644
--- a/virtual/rust/rust-1.58.1.ebuild
+++ b/virtual/rust/rust-1.58.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-01-29 17:07 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-01-29 17:07 UTC (permalink / raw
  To: gentoo-commits

commit:     074e38995738dc175b7150d76709d369e0a55ef7
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 29 17:02:41 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Jan 29 17:06:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074e3899

virtual/rust: drop versions

Bug: https://bugs.gentoo.org/821157
Bug: https://bugs.gentoo.org/831638
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.53.0-r1.ebuild | 19 -------------------
 virtual/rust/rust-1.54.0.ebuild    | 19 -------------------
 virtual/rust/rust-1.55.0.ebuild    | 19 -------------------
 virtual/rust/rust-1.56.1.ebuild    | 19 -------------------
 virtual/rust/rust-1.57.0.ebuild    | 19 -------------------
 virtual/rust/rust-1.58.0.ebuild    | 19 -------------------
 6 files changed, 114 deletions(-)

diff --git a/virtual/rust/rust-1.53.0-r1.ebuild b/virtual/rust/rust-1.53.0-r1.ebuild
deleted file mode 100644
index b6e4774761b8..000000000000
--- a/virtual/rust/rust-1.53.0-r1.ebuild
+++ /dev/null
@@ -1,19 +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 ~ppc ppc64 ~riscv 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.54.0.ebuild b/virtual/rust/rust-1.54.0.ebuild
deleted file mode 100644
index f9d87cdb210c..000000000000
--- a/virtual/rust/rust-1.54.0.ebuild
+++ /dev/null
@@ -1,19 +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 ~ppc ~ppc64 ~riscv ~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.55.0.ebuild b/virtual/rust/rust-1.55.0.ebuild
deleted file mode 100644
index f9d87cdb210c..000000000000
--- a/virtual/rust/rust-1.55.0.ebuild
+++ /dev/null
@@ -1,19 +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 ~ppc ~ppc64 ~riscv ~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.56.1.ebuild b/virtual/rust/rust-1.56.1.ebuild
deleted file mode 100644
index b6e4774761b8..000000000000
--- a/virtual/rust/rust-1.56.1.ebuild
+++ /dev/null
@@ -1,19 +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 ~ppc ppc64 ~riscv 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.57.0.ebuild b/virtual/rust/rust-1.57.0.ebuild
deleted file mode 100644
index f9d87cdb210c..000000000000
--- a/virtual/rust/rust-1.57.0.ebuild
+++ /dev/null
@@ -1,19 +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 ~ppc ~ppc64 ~riscv ~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.58.0.ebuild b/virtual/rust/rust-1.58.0.ebuild
deleted file mode 100644
index 8de903f38293..000000000000
--- a/virtual/rust/rust-1.58.0.ebuild
+++ /dev/null
@@ -1,19 +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=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="rustfmt"
-
-BDEPEND=""
-RDEPEND="|| (
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-03-04  6:12 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-03-04  6:12 UTC (permalink / raw
  To: gentoo-commits

commit:     3700e8b720b0e505d8c739405a9861b650c544b8
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 28 22:51:35 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 06:12:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3700e8b7

virtual/rust: add 1.59.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.59.0.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/virtual/rust/rust-1.59.0.ebuild b/virtual/rust/rust-1.59.0.ebuild
new file mode 100644
index 000000000000..8de903f38293
--- /dev/null
+++ b/virtual/rust/rust-1.59.0.ebuild
@@ -0,0 +1,19 @@
+# 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=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="rustfmt"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-04-08  5:25 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-04-08  5:25 UTC (permalink / raw
  To: gentoo-commits

commit:     6517a9c66a1b7e8bfc9ba4b2a9636ff2b052758b
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 01:26:56 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 04:58:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6517a9c6

virtual/rust: add 1.60.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.60.0.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/virtual/rust/rust-1.60.0.ebuild b/virtual/rust/rust-1.60.0.ebuild
new file mode 100644
index 000000000000..8de903f38293
--- /dev/null
+++ b/virtual/rust/rust-1.60.0.ebuild
@@ -0,0 +1,19 @@
+# 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=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="rustfmt"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-04-08  5:25 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-04-08  5:25 UTC (permalink / raw
  To: gentoo-commits

commit:     a9a531da835c34cbeb139aeeba3ce614fa0e89b5
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 05:24:36 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 05:24:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a531da

virtual/rust: unkeyword 1.60.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.60.0.ebuild b/virtual/rust/rust-1.60.0.ebuild
index 8de903f38293..ffeb45c4754f 100644
--- a/virtual/rust/rust-1.60.0.ebuild
+++ b/virtual/rust/rust-1.60.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-04-08 20:56 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-04-08 20:56 UTC (permalink / raw
  To: gentoo-commits

commit:     2c7897612ac641de4bff249d1aa3a96007381388
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 20:55:57 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 20:56:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c789761

virtual/rust: keyword 1.60.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.60.0.ebuild b/virtual/rust/rust-1.60.0.ebuild
index ffeb45c4754f..8de903f38293 100644
--- a/virtual/rust/rust-1.60.0.ebuild
+++ b/virtual/rust/rust-1.60.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-04-19 16:43 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2022-04-19 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     098fc67a3327973c14d923e1541eeef92091b6be
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 16:43:23 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 16:43:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098fc67a

virtual/rust: Stabilize 1.59.0 arm64, #838865

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.59.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.59.0.ebuild b/virtual/rust/rust-1.59.0.ebuild
index 8de903f38293..6ea55705e7fd 100644
--- a/virtual/rust/rust-1.59.0.ebuild
+++ b/virtual/rust/rust-1.59.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-04-19 16:43 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2022-04-19 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     0d39d1e408185cec418484a0387e2bd81bfc9067
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 16:43:25 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 16:43:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d39d1e4

virtual/rust: Stabilize 1.59.0 ppc64, #838865

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.59.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.59.0.ebuild b/virtual/rust/rust-1.59.0.ebuild
index 6ea55705e7fd..3d7d8490eb57 100644
--- a/virtual/rust/rust-1.59.0.ebuild
+++ b/virtual/rust/rust-1.59.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-04-20  6:36 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2022-04-20  6:36 UTC (permalink / raw
  To: gentoo-commits

commit:     5b54bc985946319d5917be1ec82b33f00937d609
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 06:36:33 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 06:36:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b54bc98

virtual/rust: amd64 stable wrt bug #838865

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.59.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.59.0.ebuild b/virtual/rust/rust-1.59.0.ebuild
index 3d7d8490eb57..8bae15f1d5cf 100644
--- a/virtual/rust/rust-1.59.0.ebuild
+++ b/virtual/rust/rust-1.59.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-04-20  6:38 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2022-04-20  6:38 UTC (permalink / raw
  To: gentoo-commits

commit:     ad50f1b675e9e71427efcbac57a61f2566aae2be
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 06:38:17 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 06:38:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad50f1b6

virtual/rust: x86 stable wrt bug #838865

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.59.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.59.0.ebuild b/virtual/rust/rust-1.59.0.ebuild
index 8bae15f1d5cf..2d3042cfddad 100644
--- a/virtual/rust/rust-1.59.0.ebuild
+++ b/virtual/rust/rust-1.59.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-04-20 17:02 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2022-04-20 17:02 UTC (permalink / raw
  To: gentoo-commits

commit:     16ebee3bf0a7e6f0b9a6f69f6a87293f0cd7708a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 20 17:01:44 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 20 17:01:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16ebee3b

virtual/rust: Stabilize 1.59.0 arm, #838865

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.59.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.59.0.ebuild b/virtual/rust/rust-1.59.0.ebuild
index 2d3042cfddad..cc84e3816353 100644
--- a/virtual/rust/rust-1.59.0.ebuild
+++ b/virtual/rust/rust-1.59.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-04-25 18:32 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2022-04-25 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     d37197fb626bbcd35fd5fa09cb8c0e5ee3b893e5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 18:30:59 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 18:32:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37197fb

virtual/rust: keyword 1.60.0 for ~s390

Bug: https://bugs.gentoo.org/769446
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.60.0.ebuild b/virtual/rust/rust-1.60.0.ebuild
index 8de903f38293..27c4c62c8441 100644
--- a/virtual/rust/rust-1.60.0.ebuild
+++ b/virtual/rust/rust-1.60.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-05-24 17:07 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-05-24 17:07 UTC (permalink / raw
  To: gentoo-commits

commit:     43a8b1928a24ab7d8be47845858deecacc3974e7
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 17:03:38 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue May 24 17:07:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43a8b192

virtual/rust: drop 1.58.1

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.58.1.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/virtual/rust/rust-1.58.1.ebuild b/virtual/rust/rust-1.58.1.ebuild
deleted file mode 100644
index cc84e3816353..000000000000
--- a/virtual/rust/rust-1.58.1.ebuild
+++ /dev/null
@@ -1,19 +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=""
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
-IUSE="rustfmt"
-
-BDEPEND=""
-RDEPEND="|| (
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-05-24 19:44 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-05-24 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     e862f3a8beecb949a56bc45b936567c0a3314e12
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 18:23:51 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue May 24 19:44:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e862f3a8

virtual/rust: add 1.61.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.61.0.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/virtual/rust/rust-1.61.0.ebuild b/virtual/rust/rust-1.61.0.ebuild
new file mode 100644
index 000000000000..27c4c62c8441
--- /dev/null
+++ b/virtual/rust/rust-1.61.0.ebuild
@@ -0,0 +1,19 @@
+# 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=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~x86"
+IUSE="rustfmt"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-05-31 14:56 Jakov Smolić
  0 siblings, 0 replies; 312+ messages in thread
From: Jakov Smolić @ 2022-05-31 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     a435be8004d15e997f8a82fdf44b577ccddfd6ac
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 14:56:43 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue May 31 14:56:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a435be80

virtual/rust: Stabilize 1.59.0 ppc, #848666

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 virtual/rust/rust-1.59.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.59.0.ebuild b/virtual/rust/rust-1.59.0.ebuild
index cc84e3816353..6d365ff79fb7 100644
--- a/virtual/rust/rust-1.59.0.ebuild
+++ b/virtual/rust/rust-1.59.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-06-07 18:47 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-06-07 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     4bb61409096089b4930d3258eff4cbbee912c074
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 18:42:43 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 18:42:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb61409

virtual/rust: Stabilize 1.60.0 ppc64, #850202

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.60.0.ebuild b/virtual/rust/rust-1.60.0.ebuild
index 27c4c62c8441..bfc3297a1aaa 100644
--- a/virtual/rust/rust-1.60.0.ebuild
+++ b/virtual/rust/rust-1.60.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~s390 ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-06-07 19:50 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2022-06-07 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     0332be3b221239aec71fcf7e987efae2a9b69938
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 19:50:37 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 19:50:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0332be3b

virtual/rust: Stabilize 1.60.0 amd64, #850202

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.60.0.ebuild b/virtual/rust/rust-1.60.0.ebuild
index bfc3297a1aaa..c5d95241839b 100644
--- a/virtual/rust/rust-1.60.0.ebuild
+++ b/virtual/rust/rust-1.60.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~s390 ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-06-08  8:44 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2022-06-08  8:44 UTC (permalink / raw
  To: gentoo-commits

commit:     afc864e23a247984474c0451062a961e17246e70
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  8 08:44:27 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun  8 08:44:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc864e2

virtual/rust: ppc stable wrt bug #850202

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.60.0.ebuild b/virtual/rust/rust-1.60.0.ebuild
index c5d95241839b..d1d87623d1b3 100644
--- a/virtual/rust/rust-1.60.0.ebuild
+++ b/virtual/rust/rust-1.60.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv ~s390 ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-06-09  7:36 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2022-06-09  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     4c90997eba9c2bff15ad9b9825b61bef5463abd4
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 07:36:24 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 07:36:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c90997e

virtual/rust: arm64 stable wrt bug #850202

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.60.0.ebuild b/virtual/rust/rust-1.60.0.ebuild
index d1d87623d1b3..b8a2ca661547 100644
--- a/virtual/rust/rust-1.60.0.ebuild
+++ b/virtual/rust/rust-1.60.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv ~s390 ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-06-09  7:39 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2022-06-09  7:39 UTC (permalink / raw
  To: gentoo-commits

commit:     7cd7d017e9f494fde83d2bfb81b84f712a746257
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  9 07:39:01 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun  9 07:39:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cd7d017

virtual/rust: x86 stable wrt bug #850202

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.60.0.ebuild b/virtual/rust/rust-1.60.0.ebuild
index b8a2ca661547..322cd998d294 100644
--- a/virtual/rust/rust-1.60.0.ebuild
+++ b/virtual/rust/rust-1.60.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv ~s390 x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-06-10  6:48 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2022-06-10  6:48 UTC (permalink / raw
  To: gentoo-commits

commit:     85256099e166ed5924a6f1016b44e2850532f55c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 06:48:30 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 06:48:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85256099

virtual/rust: arm stable wrt bug #850202

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.60.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.60.0.ebuild b/virtual/rust/rust-1.60.0.ebuild
index 322cd998d294..786dfb83648d 100644
--- a/virtual/rust/rust-1.60.0.ebuild
+++ b/virtual/rust/rust-1.60.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv ~s390 x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-06-25  5:31 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-06-25  5:31 UTC (permalink / raw
  To: gentoo-commits

commit:     0037134821950c321f255061e307bfbe5407fbef
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 05:28:00 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 05:31:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00371348

virtual/rust: keyword 1.61.0 for ~sparc

Bug: https://bugs.gentoo.org/769467
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.61.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.61.0.ebuild b/virtual/rust/rust-1.61.0.ebuild
index 27c4c62c8441..b7da1d054aa3 100644
--- a/virtual/rust/rust-1.61.0.ebuild
+++ b/virtual/rust/rust-1.61.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-07-01 19:32 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-07-01 19:32 UTC (permalink / raw
  To: gentoo-commits

commit:     6302c360cd3bbf54c716d1642e329d14046fd722
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  1 18:39:18 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jul  1 19:29:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6302c360

virtual/rust: add 1.62.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.62.0.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/virtual/rust/rust-1.62.0.ebuild b/virtual/rust/rust-1.62.0.ebuild
new file mode 100644
index 000000000000..b7da1d054aa3
--- /dev/null
+++ b/virtual/rust/rust-1.62.0.ebuild
@@ -0,0 +1,19 @@
+# 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=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~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}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-07-21 21:00 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-07-21 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     231048bd427b810e9dc1026e3e96690f7f6e92a4
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 19:17:26 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 21:00:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=231048bd

virtual/rust: add 1.62.1

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.62.1.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/virtual/rust/rust-1.62.1.ebuild b/virtual/rust/rust-1.62.1.ebuild
new file mode 100644
index 000000000000..b7da1d054aa3
--- /dev/null
+++ b/virtual/rust/rust-1.62.1.ebuild
@@ -0,0 +1,19 @@
+# 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=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~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}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-07-26 18:41 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2022-07-26 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d197cfafd109fd200a1c049af67f547053df886e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 18:38:43 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 18:38:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d197cfaf

virtual/rust: Stabilize 1.62.1 ppc, #861125

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.62.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.62.1.ebuild b/virtual/rust/rust-1.62.1.ebuild
index 3cb09963fa5b..3df670a3458c 100644
--- a/virtual/rust/rust-1.62.1.ebuild
+++ b/virtual/rust/rust-1.62.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-07-26 18:41 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2022-07-26 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     37489acc125b751fd127113359d1ca3bd01c3851
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 18:38:41 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 18:38:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37489acc

virtual/rust: Stabilize 1.62.1 ppc64, #861125

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.62.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.62.1.ebuild b/virtual/rust/rust-1.62.1.ebuild
index b7da1d054aa3..3cb09963fa5b 100644
--- a/virtual/rust/rust-1.62.1.ebuild
+++ b/virtual/rust/rust-1.62.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-07-26 18:41 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2022-07-26 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     90154915a721190e4066844c01b0bfd9ca176ac2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 18:40:59 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 18:40:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90154915

virtual/rust: Stabilize 1.62.1 sparc, #861125

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.62.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.62.1.ebuild b/virtual/rust/rust-1.62.1.ebuild
index 3df670a3458c..bb463a3f7c47 100644
--- a/virtual/rust/rust-1.62.1.ebuild
+++ b/virtual/rust/rust-1.62.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-07-27  7:54 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2022-07-27  7:54 UTC (permalink / raw
  To: gentoo-commits

commit:     809980297fd8166ec2844e66f4619cc3eaea41c1
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 07:54:43 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 07:54:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80998029

virtual/rust: amd64 stable wrt bug #861125

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.62.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.62.1.ebuild b/virtual/rust/rust-1.62.1.ebuild
index bb463a3f7c47..4766f33733de 100644
--- a/virtual/rust/rust-1.62.1.ebuild
+++ b/virtual/rust/rust-1.62.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-07-27 20:09 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2022-07-27 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     5ac7cf5f7e1dc6d78aa520d308ce8c71317c25ca
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 20:08:51 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 20:08:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac7cf5f

virtual/rust: Stabilize 1.62.1 arm64, #861125

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.62.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.62.1.ebuild b/virtual/rust/rust-1.62.1.ebuild
index 4766f33733de..aae34c5bd635 100644
--- a/virtual/rust/rust-1.62.1.ebuild
+++ b/virtual/rust/rust-1.62.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-07-28  7:07 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2022-07-28  7:07 UTC (permalink / raw
  To: gentoo-commits

commit:     495644e3b049a542cd7ff1c0a6fa86a1cd7c4b6f
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 28 07:07:28 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 28 07:07:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495644e3

virtual/rust: arm stable wrt bug #861125

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.62.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.62.1.ebuild b/virtual/rust/rust-1.62.1.ebuild
index aae34c5bd635..59a8a1180284 100644
--- a/virtual/rust/rust-1.62.1.ebuild
+++ b/virtual/rust/rust-1.62.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-08-02  7:18 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2022-08-02  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     77af7b145aab8c71039f43fc5a1686b0a30ac665
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 07:18:43 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 07:18:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77af7b14

virtual/rust: x86 stable wrt bug #861125

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.62.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.62.1.ebuild b/virtual/rust/rust-1.62.1.ebuild
index 59a8a1180284..b8dad706e68c 100644
--- a/virtual/rust/rust-1.62.1.ebuild
+++ b/virtual/rust/rust-1.62.1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-09-13 22:59 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-09-13 22:59 UTC (permalink / raw
  To: gentoo-commits

commit:     cbb0927d2bdead899288a2d90a4a9f584fb42bdd
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 21:48:55 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 22:59:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb0927d

virtual/rust: add 1.63.0

Closes: https://bugs.gentoo.org/868330
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.63.0.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/virtual/rust/rust-1.63.0.ebuild b/virtual/rust/rust-1.63.0.ebuild
new file mode 100644
index 000000000000..b7da1d054aa3
--- /dev/null
+++ b/virtual/rust/rust-1.63.0.ebuild
@@ -0,0 +1,19 @@
+# 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=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~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}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-09-23  0:05 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2022-09-23  0:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0fd31bae8abc127916008c78ecb5a2cf29661075
Author:     matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Thu Sep 15 19:10:08 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 00:05:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fd31bae

virtual/rust: keyword 1.63.0 for ~mips

Bug: https://bugs.gentoo.org/769452
Closes: https://github.com/gentoo/gentoo/pull/27259
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.63.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.63.0.ebuild b/virtual/rust/rust-1.63.0.ebuild
index b7da1d054aa3..a7d950afd9b7 100644
--- a/virtual/rust/rust-1.63.0.ebuild
+++ b/virtual/rust/rust-1.63.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-09-23  3:34 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-09-23  3:34 UTC (permalink / raw
  To: gentoo-commits

commit:     770c628cd7816387f593df6ab36d9f06ce4fdbc9
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 03:33:15 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 03:34:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770c628c

virtual/rust: add 1.64.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.64.0.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/virtual/rust/rust-1.64.0.ebuild b/virtual/rust/rust-1.64.0.ebuild
new file mode 100644
index 000000000000..b7da1d054aa3
--- /dev/null
+++ b/virtual/rust/rust-1.64.0.ebuild
@@ -0,0 +1,19 @@
+# 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=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~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}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-09-23  3:34 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-09-23  3:34 UTC (permalink / raw
  To: gentoo-commits

commit:     7eb859a5280bde4014c5410569a37e9167e7c82a
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 03:33:35 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 03:34:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb859a5

virtual/rust: unkeyword 1.64.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.64.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.64.0.ebuild b/virtual/rust/rust-1.64.0.ebuild
index b7da1d054aa3..93722254cd73 100644
--- a/virtual/rust/rust-1.64.0.ebuild
+++ b/virtual/rust/rust-1.64.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-09-23 19:40 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-09-23 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     af43e7a46c7bb80a3de83291c50a11d216d0d8b1
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 19:36:18 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 19:39:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af43e7a4

virtual/rust: keyword 1.64.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.64.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.64.0.ebuild b/virtual/rust/rust-1.64.0.ebuild
index 93722254cd73..a7d950afd9b7 100644
--- a/virtual/rust/rust-1.64.0.ebuild
+++ b/virtual/rust/rust-1.64.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-#KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-09-23 20:06 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-09-23 20:06 UTC (permalink / raw
  To: gentoo-commits

commit:     afad1a3097b154fd4195834c2778bcbf71cc2167
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 19:59:48 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 20:05:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afad1a30

virtual/rust: drop 1.59.0, 1.60.0, 1.61.0, 1.62.0

Bug: https://bugs.gentoo.org/870166
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.59.0.ebuild | 19 -------------------
 virtual/rust/rust-1.60.0.ebuild | 19 -------------------
 virtual/rust/rust-1.61.0.ebuild | 19 -------------------
 virtual/rust/rust-1.62.0.ebuild | 19 -------------------
 4 files changed, 76 deletions(-)

diff --git a/virtual/rust/rust-1.59.0.ebuild b/virtual/rust/rust-1.59.0.ebuild
deleted file mode 100644
index 6d365ff79fb7..000000000000
--- a/virtual/rust/rust-1.59.0.ebuild
+++ /dev/null
@@ -1,19 +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=""
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv 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.60.0.ebuild b/virtual/rust/rust-1.60.0.ebuild
deleted file mode 100644
index 786dfb83648d..000000000000
--- a/virtual/rust/rust-1.60.0.ebuild
+++ /dev/null
@@ -1,19 +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=""
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 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.61.0.ebuild b/virtual/rust/rust-1.61.0.ebuild
deleted file mode 100644
index b7da1d054aa3..000000000000
--- a/virtual/rust/rust-1.61.0.ebuild
+++ /dev/null
@@ -1,19 +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=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~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.62.0.ebuild b/virtual/rust/rust-1.62.0.ebuild
deleted file mode 100644
index b7da1d054aa3..000000000000
--- a/virtual/rust/rust-1.62.0.ebuild
+++ /dev/null
@@ -1,19 +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=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~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}]
-)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-10-11 18:47 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-10-11 18:47 UTC (permalink / raw
  To: gentoo-commits

commit:     a3fdbcd8fbface993e8617601e6b18ffce61625e
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 11 18:46:49 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Oct 11 18:46:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3fdbcd8

virtual/rust: Stabilize 1.64.0 ppc64, #872560

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.64.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.64.0.ebuild b/virtual/rust/rust-1.64.0.ebuild
index a7d950afd9b7..c770fd789dc6 100644
--- a/virtual/rust/rust-1.64.0.ebuild
+++ b/virtual/rust/rust-1.64.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-10-12 19:22 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2022-10-12 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     714616551bc231b9f27fa451983af52c545b762c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 12 19:21:18 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 19:21:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71461655

virtual/rust: Stabilize 1.64.0 amd64, #872560

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.64.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.64.0.ebuild b/virtual/rust/rust-1.64.0.ebuild
index c770fd789dc6..8fd5b1aac2bd 100644
--- a/virtual/rust/rust-1.64.0.ebuild
+++ b/virtual/rust/rust-1.64.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-10-13  6:53 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2022-10-13  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     5f17397584812eb28e540876373a2e69769a1d56
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 06:53:03 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 06:53:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f173975

virtual/rust: Stabilize 1.64.0 arm, #872560

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.64.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.64.0.ebuild b/virtual/rust/rust-1.64.0.ebuild
index 8fd5b1aac2bd..8a8483836160 100644
--- a/virtual/rust/rust-1.64.0.ebuild
+++ b/virtual/rust/rust-1.64.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-10-13  6:54 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2022-10-13  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     ac45583c84fcbfc136b923c29817fc04a9d9d7bf
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 06:54:23 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 06:54:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac45583c

virtual/rust: Stabilize 1.64.0 arm64, #872560

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.64.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.64.0.ebuild b/virtual/rust/rust-1.64.0.ebuild
index 8a8483836160..2445a88cc96c 100644
--- a/virtual/rust/rust-1.64.0.ebuild
+++ b/virtual/rust/rust-1.64.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-10-13  6:55 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2022-10-13  6:55 UTC (permalink / raw
  To: gentoo-commits

commit:     4a431dc17f0ae99d11eedc070d5c99f1ec46c119
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 06:55:16 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 06:55:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a431dc1

virtual/rust: Stabilize 1.64.0 ppc, #872560

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.64.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.64.0.ebuild b/virtual/rust/rust-1.64.0.ebuild
index 2445a88cc96c..15680fe14968 100644
--- a/virtual/rust/rust-1.64.0.ebuild
+++ b/virtual/rust/rust-1.64.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-10-13  6:57 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2022-10-13  6:57 UTC (permalink / raw
  To: gentoo-commits

commit:     94bb79770cf1685c4ef4d1bc8da1ffdd0e160440
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 06:56:49 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 06:56:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94bb7977

virtual/rust: Stabilize 1.64.0 sparc, #872560

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.64.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.64.0.ebuild b/virtual/rust/rust-1.64.0.ebuild
index 15680fe14968..4aa9f2dd8da9 100644
--- a/virtual/rust/rust-1.64.0.ebuild
+++ b/virtual/rust/rust-1.64.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-10-13  6:58 Agostino Sarubbo
  0 siblings, 0 replies; 312+ messages in thread
From: Agostino Sarubbo @ 2022-10-13  6:58 UTC (permalink / raw
  To: gentoo-commits

commit:     f89ce0db5f86ee386f303a975538c1f2c49053e0
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 06:57:39 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 06:57:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f89ce0db

virtual/rust: Stabilize 1.64.0 x86, #872560

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 virtual/rust/rust-1.64.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.64.0.ebuild b/virtual/rust/rust-1.64.0.ebuild
index 4aa9f2dd8da9..2679503850a6 100644
--- a/virtual/rust/rust-1.64.0.ebuild
+++ b/virtual/rust/rust-1.64.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-10-13 17:41 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-10-13 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     cbb188bf659435e9aff0cd41cbdafb80bc9ec295
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 13 17:35:06 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Oct 13 17:41:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbb188bf

virtual/rust: drop 1.62.1, 1.63.0

Bug: https://bugs.gentoo.org/870166
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.62.1.ebuild | 19 -------------------
 virtual/rust/rust-1.63.0.ebuild | 19 -------------------
 2 files changed, 38 deletions(-)

diff --git a/virtual/rust/rust-1.62.1.ebuild b/virtual/rust/rust-1.62.1.ebuild
deleted file mode 100644
index b8dad706e68c..000000000000
--- a/virtual/rust/rust-1.62.1.ebuild
+++ /dev/null
@@ -1,19 +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=""
-SLOT="0"
-KEYWORDS="amd64 arm arm64 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.63.0.ebuild b/virtual/rust/rust-1.63.0.ebuild
deleted file mode 100644
index a7d950afd9b7..000000000000
--- a/virtual/rust/rust-1.63.0.ebuild
+++ /dev/null
@@ -1,19 +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=""
-SLOT="0"
-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}]
-)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-10-20 18:19 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-10-20 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     32c135cbf62a21548dd58be99f324efd01c82d6f
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 18:17:48 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 18:17:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32c135cb

virtual/rust: unkeyword 1.64.0 for ~riscv

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.64.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.64.0.ebuild b/virtual/rust/rust-1.64.0.ebuild
index 2679503850a6..ee4189e024d1 100644
--- a/virtual/rust/rust-1.64.0.ebuild
+++ b/virtual/rust/rust-1.64.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~s390 sparc x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-10-20 18:19 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-10-20 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     9cfd030087f4881e2603337d6a4b6a9574d69a23
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 17:30:38 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 18:17:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cfd0300

virtual/rust: re-add 1.63.0 for riscv only

This partially reverts commit cbb188bf659435e9aff0cd41cbdafb80bc9ec295.

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.63.0.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/virtual/rust/rust-1.63.0.ebuild b/virtual/rust/rust-1.63.0.ebuild
new file mode 100644
index 000000000000..1f4093c8a7a3
--- /dev/null
+++ b/virtual/rust/rust-1.63.0.ebuild
@@ -0,0 +1,19 @@
+# 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=""
+SLOT="0"
+KEYWORDS="~riscv"
+IUSE="rustfmt"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-11-05  5:57 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-11-05  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     41848b55259fb6fde60571dc32d19ccff914e099
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  5 05:55:40 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Nov  5 05:56:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41848b55

virtual/rust: add 1.65.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.65.0.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/virtual/rust/rust-1.65.0.ebuild b/virtual/rust/rust-1.65.0.ebuild
new file mode 100644
index 000000000000..a7d950afd9b7
--- /dev/null
+++ b/virtual/rust/rust-1.65.0.ebuild
@@ -0,0 +1,19 @@
+# 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=""
+SLOT="0"
+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}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-11-05  5:57 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-11-05  5:57 UTC (permalink / raw
  To: gentoo-commits

commit:     feb23814f357d7b87c95a9f61348fde41d02cc59
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  5 05:56:06 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Nov  5 05:56:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb23814

virtual/rust: unkeyword 1.65.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.65.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.65.0.ebuild b/virtual/rust/rust-1.65.0.ebuild
index a7d950afd9b7..fa697f3e1e2d 100644
--- a/virtual/rust/rust-1.65.0.ebuild
+++ b/virtual/rust/rust-1.65.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+#KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-11-11  2:36 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-11-11  2:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b38973e096b093433474387195d3d4426aa692e9
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 11 02:32:34 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 02:32:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38973e0

virtual/rust: keyword 1.65.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.65.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.65.0.ebuild b/virtual/rust/rust-1.65.0.ebuild
index fa697f3e1e2d..a7d950afd9b7 100644
--- a/virtual/rust/rust-1.65.0.ebuild
+++ b/virtual/rust/rust-1.65.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-#KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-11-11  2:36 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-11-11  2:36 UTC (permalink / raw
  To: gentoo-commits

commit:     702be1503e3bc313d6ea4c775e23e98e1d72140f
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 11 02:34:47 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Nov 11 02:34:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=702be150

virtual/rust: unkeyword 1.65.0 for ~riscv

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.65.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.65.0.ebuild b/virtual/rust/rust-1.65.0.ebuild
index a7d950afd9b7..d5fca4afec85 100644
--- a/virtual/rust/rust-1.65.0.ebuild
+++ b/virtual/rust/rust-1.65.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-11-13 19:14 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-11-13 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     8afc9e62180383f97806e8cce12a4d8970325cbf
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 19:10:53 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 19:10:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afc9e62

virtual/rust: drop 1.63.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.63.0.ebuild | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/virtual/rust/rust-1.63.0.ebuild b/virtual/rust/rust-1.63.0.ebuild
deleted file mode 100644
index 1f4093c8a7a3..000000000000
--- a/virtual/rust/rust-1.63.0.ebuild
+++ /dev/null
@@ -1,19 +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=""
-SLOT="0"
-KEYWORDS="~riscv"
-IUSE="rustfmt"
-
-BDEPEND=""
-RDEPEND="|| (
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-11-13 19:14 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-11-13 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     bbd85cdb1f66f07f6773898d4156c96f6c6adb57
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 19:10:36 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 19:10:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd85cdb

virtual/rust: keyword 1.65.0 for ~riscv

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.65.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.65.0.ebuild b/virtual/rust/rust-1.65.0.ebuild
index d5fca4afec85..a7d950afd9b7 100644
--- a/virtual/rust/rust-1.65.0.ebuild
+++ b/virtual/rust/rust-1.65.0.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Virtual for Rust language compiler"
 
 LICENSE=""
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-11-15  5:30 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-11-15  5:30 UTC (permalink / raw
  To: gentoo-commits

commit:     fb314393605d1ce7b45bf6476762bf83e793d7a3
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 05:29:15 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 05:29:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb314393

virtual/rust: add experimental llvm-ver subslot for mozilla consumers

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.64.0-r1.ebuild | 22 ++++++++++++++++++++++
 virtual/rust/rust-1.65.0-r1.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/virtual/rust/rust-1.64.0-r1.ebuild b/virtual/rust/rust-1.64.0-r1.ebuild
new file mode 100644
index 000000000000..6b38ec4b8770
--- /dev/null
+++ b/virtual/rust/rust-1.64.0-r1.ebuild
@@ -0,0 +1,22 @@
+# 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.65.0-r1.ebuild b/virtual/rust/rust-1.65.0-r1.ebuild
new file mode 100644
index 000000000000..8a0f09ded700
--- /dev/null
+++ b/virtual/rust/rust-1.65.0-r1.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}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-11-15  9:19 Joonas Niilola
  0 siblings, 0 replies; 312+ messages in thread
From: Joonas Niilola @ 2022-11-15  9:19 UTC (permalink / raw
  To: gentoo-commits

commit:     1c1015afd61317ba45e76ba89a9325c6d690cff7
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 09:12:32 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 09:19:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1015af

virtual/rust: keyword 1.64.0-r1

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 virtual/rust/rust-1.64.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.64.0-r1.ebuild b/virtual/rust/rust-1.64.0-r1.ebuild
index 6b38ec4b8770..bad2906134b9 100644
--- a/virtual/rust/rust-1.64.0-r1.ebuild
+++ b/virtual/rust/rust-1.64.0-r1.ebuild
@@ -12,7 +12,7 @@ LICENSE=""
 # 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"
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~s390 sparc x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-11-15  9:19 Joonas Niilola
  0 siblings, 0 replies; 312+ messages in thread
From: Joonas Niilola @ 2022-11-15  9:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c6358c20f460a1be99c3ca1c34f2ee9ef4d92878
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 09:12:52 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 09:19:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6358c20

virtual/rust: keyword 1.65.0-r1

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 virtual/rust/rust-1.65.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.65.0-r1.ebuild b/virtual/rust/rust-1.65.0-r1.ebuild
index 8a0f09ded700..546e918affb9 100644
--- a/virtual/rust/rust-1.65.0-r1.ebuild
+++ b/virtual/rust/rust-1.65.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-11-16 21:56 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-11-16 21:56 UTC (permalink / raw
  To: gentoo-commits

commit:     869feec511b29896d24369460575cdfa10a0caa7
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 16 21:54:19 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Nov 16 21:54:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869feec5

virtual/rust: drop 1.64.0, 1.65.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.64.0.ebuild | 19 -------------------
 virtual/rust/rust-1.65.0.ebuild | 19 -------------------
 2 files changed, 38 deletions(-)

diff --git a/virtual/rust/rust-1.64.0.ebuild b/virtual/rust/rust-1.64.0.ebuild
deleted file mode 100644
index ee4189e024d1..000000000000
--- a/virtual/rust/rust-1.64.0.ebuild
+++ /dev/null
@@ -1,19 +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=""
-SLOT="0"
-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.65.0.ebuild b/virtual/rust/rust-1.65.0.ebuild
deleted file mode 100644
index a7d950afd9b7..000000000000
--- a/virtual/rust/rust-1.65.0.ebuild
+++ /dev/null
@@ -1,19 +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=""
-SLOT="0"
-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}]
-)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-11-17 15:14 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2022-11-17 15:14 UTC (permalink / raw
  To: gentoo-commits

commit:     718c87d1ebd4890fa2bd65b7af57e35c600d617a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 15:14:29 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 15:14:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=718c87d1

virtual/rust: Stabilize 1.65.0-r1 arm, #879815

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.65.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.65.0-r1.ebuild b/virtual/rust/rust-1.65.0-r1.ebuild
index 7939ba09adc6..b8f10f7ee5ac 100644
--- a/virtual/rust/rust-1.65.0-r1.ebuild
+++ b/virtual/rust/rust-1.65.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="~amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-11-17 15:14 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2022-11-17 15:14 UTC (permalink / raw
  To: gentoo-commits

commit:     40836f9290e42200fd6647063f694b12fd45eeeb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 15:14:26 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 15:14:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40836f92

virtual/rust: Stabilize 1.65.0-r1 sparc, #879815

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.65.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.65.0-r1.ebuild b/virtual/rust/rust-1.65.0-r1.ebuild
index 546e918affb9..7939ba09adc6 100644
--- a/virtual/rust/rust-1.65.0-r1.ebuild
+++ b/virtual/rust/rust-1.65.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-11-17 15:14 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2022-11-17 15:14 UTC (permalink / raw
  To: gentoo-commits

commit:     87b4dda1108f0c8e8e65c3da93701354bc66841f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 15:14:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 15:14:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87b4dda1

virtual/rust: Stabilize 1.65.0-r1 ppc, #879815

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.65.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.65.0-r1.ebuild b/virtual/rust/rust-1.65.0-r1.ebuild
index 363c6796c0a3..35711a29c9b7 100644
--- a/virtual/rust/rust-1.65.0-r1.ebuild
+++ b/virtual/rust/rust-1.65.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="amd64 arm ~arm64 ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-11-17 15:14 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2022-11-17 15:14 UTC (permalink / raw
  To: gentoo-commits

commit:     0aa0b9cdf1888bce4d8372f69414f09d3633c1d4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 15:14:36 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 15:14:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aa0b9cd

virtual/rust: Stabilize 1.65.0-r1 ppc64, #879815

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.65.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.65.0-r1.ebuild b/virtual/rust/rust-1.65.0-r1.ebuild
index 35711a29c9b7..d9a0ee49b8be 100644
--- a/virtual/rust/rust-1.65.0-r1.ebuild
+++ b/virtual/rust/rust-1.65.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-11-17 15:14 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2022-11-17 15:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a5fea6fad3465b59af8d75303dfe54a860e542ae
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 15:14:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 15:14:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5fea6fa

virtual/rust: Stabilize 1.65.0-r1 amd64, #879815

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.65.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.65.0-r1.ebuild b/virtual/rust/rust-1.65.0-r1.ebuild
index b8f10f7ee5ac..363c6796c0a3 100644
--- a/virtual/rust/rust-1.65.0-r1.ebuild
+++ b/virtual/rust/rust-1.65.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-11-18 18:07 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2022-11-18 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     0adc50ba86f1334b2a2297cb936bf1b5d0bf3c92
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 18 18:07:11 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 18 18:07:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0adc50ba

virtual/rust: Stabilize 1.65.0-r1 arm64, #879815

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.65.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.65.0-r1.ebuild b/virtual/rust/rust-1.65.0-r1.ebuild
index d9a0ee49b8be..50dc49299a9e 100644
--- a/virtual/rust/rust-1.65.0-r1.ebuild
+++ b/virtual/rust/rust-1.65.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-12-03 16:07 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2022-12-03 16:07 UTC (permalink / raw
  To: gentoo-commits

commit:     0b59a51f8e53a9b635ecddf01cdf0f31078dd63c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  3 16:07:48 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec  3 16:07:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b59a51f

virtual/rust: Stabilize 1.65.0-r1 x86, #879815

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.65.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.65.0-r1.ebuild b/virtual/rust/rust-1.65.0-r1.ebuild
index 50dc49299a9e..424441f6287d 100644
--- a/virtual/rust/rust-1.65.0-r1.ebuild
+++ b/virtual/rust/rust-1.65.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-12-20  7:12 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-12-20  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     81299f61a075eccc49e51235f47b84851c26a242
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 06:37:14 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 07:08:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81299f61

virtual/rust: add 1.66.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.66.0.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

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}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2022-12-20  7:12 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2022-12-20  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     aab7769e03b52eacccfcee12afca9b62662453ff
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 06:40:34 2022 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 07:08:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aab7769e

virtual/rust: drop 1.64.0-r1

Bug: https://bugs.gentoo.org/884513
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.64.0-r1.ebuild | 22 ----------------------
 1 file changed, 22 deletions(-)

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}]
-)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-01-11 20:46 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2023-01-11 20:46 UTC (permalink / raw
  To: gentoo-commits

commit:     fe248cb22da5eb39430b24a083b748bb101b0747
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 20:38:41 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 20:40:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe248cb2

virtual/rust: add 1.66.1, drop 1.66.0

Bug: https://bugs.gentoo.org/89037
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/{rust-1.66.0.ebuild => rust-1.66.1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.66.0.ebuild b/virtual/rust/rust-1.66.1.ebuild
similarity index 93%
rename from virtual/rust/rust-1.66.0.ebuild
rename to virtual/rust/rust-1.66.1.ebuild
index 546e918affb9..ae12ed9a2d0f 100644
--- a/virtual/rust/rust-1.66.0.ebuild
+++ b/virtual/rust/rust-1.66.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-01-11 20:53 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2023-01-11 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     e25651eeebbaa8a940544106d66bdae60681c952
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 20:52:54 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 20:52:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25651ee

virtual/rust: Stabilize 1.66.1 ppc64, #890541

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.66.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.66.1.ebuild b/virtual/rust/rust-1.66.1.ebuild
index ae12ed9a2d0f..0e66a50007b5 100644
--- a/virtual/rust/rust-1.66.1.ebuild
+++ b/virtual/rust/rust-1.66.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-01-12  0:20 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2023-01-12  0:20 UTC (permalink / raw
  To: gentoo-commits

commit:     89a3dd2e9ef71d024dd5e29ee4ee016dbeed0f7a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 12 00:19:57 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 00:20:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a3dd2e

virtual/rust: Stabilize 1.66.1 amd64, #890541

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.66.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.66.1.ebuild b/virtual/rust/rust-1.66.1.ebuild
index 0e66a50007b5..f0cc7a2310df 100644
--- a/virtual/rust/rust-1.66.1.ebuild
+++ b/virtual/rust/rust-1.66.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-01-12  0:53 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2023-01-12  0:53 UTC (permalink / raw
  To: gentoo-commits

commit:     c6b4d2f3fcf0c58281931a272d330ee9a688161f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 12 00:53:34 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 00:53:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b4d2f3

virtual/rust: Stabilize 1.66.1 ppc, #890541

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.66.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.66.1.ebuild b/virtual/rust/rust-1.66.1.ebuild
index f0cc7a2310df..f530a345e80f 100644
--- a/virtual/rust/rust-1.66.1.ebuild
+++ b/virtual/rust/rust-1.66.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-01-13 14:50 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2023-01-13 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     ec99151828dd144b2bb004258e9554e8b5d8aa5b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 14:50:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 14:50:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec991518

virtual/rust: Stabilize 1.66.1 arm64, #890541

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.66.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.66.1.ebuild b/virtual/rust/rust-1.66.1.ebuild
index f530a345e80f..19fecfe40e7d 100644
--- a/virtual/rust/rust-1.66.1.ebuild
+++ b/virtual/rust/rust-1.66.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="amd64 ~arm arm64 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-01-17 18:55 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2023-01-17 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     4d3276dc6ae23cd7da2c949aa7017be4dee18a66
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 18:55:18 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 18:55:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3276dc

virtual/rust: Stabilize 1.66.1 sparc, #890541

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.66.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.66.1.ebuild b/virtual/rust/rust-1.66.1.ebuild
index 19fecfe40e7d..c2aa2b5614c2 100644
--- a/virtual/rust/rust-1.66.1.ebuild
+++ b/virtual/rust/rust-1.66.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="amd64 ~arm arm64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-01-28  6:28 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2023-01-28  6:28 UTC (permalink / raw
  To: gentoo-commits

commit:     70fe59c078da430ab223e4ffc24e8794d95b1bf9
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 06:18:19 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 06:20:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70fe59c0

virtual/rust: add 1.67.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.67.0.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.67.0.ebuild b/virtual/rust/rust-1.67.0.ebuild
new file mode 100644
index 000000000000..ae12ed9a2d0f
--- /dev/null
+++ b/virtual/rust/rust-1.67.0.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}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-02-09 20:36 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2023-02-09 20:36 UTC (permalink / raw
  To: gentoo-commits

commit:     ed172e37622e301de802ada077851a9b1d3daaeb
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  9 20:34:43 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 20:34:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed172e37

virtual/rust: drop 1.67.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.67.0.ebuild | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/virtual/rust/rust-1.67.0.ebuild b/virtual/rust/rust-1.67.0.ebuild
deleted file mode 100644
index ae12ed9a2d0f..000000000000
--- a/virtual/rust/rust-1.67.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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}]
-)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-02-09 20:36 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2023-02-09 20:36 UTC (permalink / raw
  To: gentoo-commits

commit:     a28c2c1f6de660493d3eae9ae7309574137286ab
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  9 20:33:04 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 20:33:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a28c2c1f

virtual/rust: add 1.67.1

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.67.1.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.67.1.ebuild b/virtual/rust/rust-1.67.1.ebuild
new file mode 100644
index 000000000000..ae12ed9a2d0f
--- /dev/null
+++ b/virtual/rust/rust-1.67.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}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-02-26 18:23 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2023-02-26 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     cc8138cc2c406ec48577f5a98fdbd50c1e6f9088
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 18:22:47 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 18:22:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc8138cc

virtual/rust: Stabilize 1.66.1 x86, #890541

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.66.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.66.1.ebuild b/virtual/rust/rust-1.66.1.ebuild
index 51ce23975888..a48e76c5fea3 100644
--- a/virtual/rust/rust-1.66.1.ebuild
+++ b/virtual/rust/rust-1.66.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-02-26 18:23 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2023-02-26 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e95ec7034332214665bc5f110532c33d112e19cc
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 18:22:43 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 18:22:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95ec703

virtual/rust: Stabilize 1.66.1 arm, #890541

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.66.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.66.1.ebuild b/virtual/rust/rust-1.66.1.ebuild
index c2aa2b5614c2..51ce23975888 100644
--- a/virtual/rust/rust-1.66.1.ebuild
+++ b/virtual/rust/rust-1.66.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-03-21  0:10 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2023-03-21  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     ab34e2d24b716bb3eb5e5bf8b4082ab73c8a184c
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 22:40:37 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 22:40:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab34e2d2

virtual/rust: add 1.68.0

Closes: https://bugs.gentoo.org/901737
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.68.0.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.68.0.ebuild b/virtual/rust/rust-1.68.0.ebuild
new file mode 100644
index 000000000000..ae12ed9a2d0f
--- /dev/null
+++ b/virtual/rust/rust-1.68.0.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}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-03-23 23:24 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2023-03-23 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     970cdf7314efc1df4a583f2176bdd200fa76b436
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 23:23:14 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 23:24:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970cdf73

virtual/rust: drop 1.68.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.68.0.ebuild | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/virtual/rust/rust-1.68.0.ebuild b/virtual/rust/rust-1.68.0.ebuild
deleted file mode 100644
index ae12ed9a2d0f..000000000000
--- a/virtual/rust/rust-1.68.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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}]
-)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-03-23 23:24 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2023-03-23 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     b6242bb737ea16d6e57ca68d732371854abc5f54
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 23:22:34 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 23:24:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6242bb7

virtual/rust: add 1.68.1

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.68.1.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.68.1.ebuild b/virtual/rust/rust-1.68.1.ebuild
new file mode 100644
index 000000000000..ae12ed9a2d0f
--- /dev/null
+++ b/virtual/rust/rust-1.68.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}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-04-05 23:31 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2023-04-05 23:31 UTC (permalink / raw
  To: gentoo-commits

commit:     698f37b80d0819a4124bf9da7e6609e8d9ae7ff3
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  5 22:03:34 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Apr  5 23:30:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698f37b8

virtual/rust: add 1.68.2

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.68.2.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.68.2.ebuild b/virtual/rust/rust-1.68.2.ebuild
new file mode 100644
index 000000000000..ae12ed9a2d0f
--- /dev/null
+++ b/virtual/rust/rust-1.68.2.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}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-04-20 22:16 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2023-04-20 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     2481fadf425d955086dc1bdf46b69dd25f6276d2
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 21:19:48 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 22:16:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2481fadf

virtual/rust: add 1.69.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.69.0.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.69.0.ebuild b/virtual/rust/rust-1.69.0.ebuild
new file mode 100644
index 000000000000..ae12ed9a2d0f
--- /dev/null
+++ b/virtual/rust/rust-1.69.0.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}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-06-02  3:06 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2023-06-02  3:06 UTC (permalink / raw
  To: gentoo-commits

commit:     2d999c4fb2b316091261f4b857661c9c867d66c3
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  1 23:15:22 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jun  2 03:00:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d999c4f

virtual/rust: add 1.70.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.70.0.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.70.0.ebuild b/virtual/rust/rust-1.70.0.ebuild
new file mode 100644
index 000000000000..55d0ba31f086
--- /dev/null
+++ b/virtual/rust/rust-1.70.0.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-16"
+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}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-06-02  3:06 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2023-06-02  3:06 UTC (permalink / raw
  To: gentoo-commits

commit:     6ac8673780b41d14dbf708878f7401e2a9f28699
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  2 03:03:39 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Jun  2 03:03:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac86737

virtual/rust: unkeyword 1.70.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.70.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.70.0.ebuild b/virtual/rust/rust-1.70.0.ebuild
index 55d0ba31f086..b2590567fddf 100644
--- a/virtual/rust/rust-1.70.0.ebuild
+++ b/virtual/rust/rust-1.70.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-16"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+#KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-06-03  0:52 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2023-06-03  0:52 UTC (permalink / raw
  To: gentoo-commits

commit:     a8f201a986f95e1c62058354ab4d5ea5e481ca75
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 00:52:05 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 00:52:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f201a9

virtual/rust: Stabilize 1.69.0 amd64, #907722

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.69.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.69.0.ebuild b/virtual/rust/rust-1.69.0.ebuild
index ae12ed9a2d0f..7462b80fe169 100644
--- a/virtual/rust/rust-1.69.0.ebuild
+++ b/virtual/rust/rust-1.69.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-06-03  3:23 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2023-06-03  3:23 UTC (permalink / raw
  To: gentoo-commits

commit:     cdfd751e7d704af2a1ecbb3b58f3703aeb1efd40
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 03:23:22 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 03:23:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdfd751e

virtual/rust: Stabilize 1.69.0 arm, #907722

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.69.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.69.0.ebuild b/virtual/rust/rust-1.69.0.ebuild
index a5dd042badda..63b45a765273 100644
--- a/virtual/rust/rust-1.69.0.ebuild
+++ b/virtual/rust/rust-1.69.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="amd64 arm arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-06-03  3:23 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2023-06-03  3:23 UTC (permalink / raw
  To: gentoo-commits

commit:     817b2201fe302668daa3d2af853ff7cabcab2582
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 03:23:19 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 03:23:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=817b2201

virtual/rust: Stabilize 1.69.0 arm64, #907722

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.69.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.69.0.ebuild b/virtual/rust/rust-1.69.0.ebuild
index 7462b80fe169..a5dd042badda 100644
--- a/virtual/rust/rust-1.69.0.ebuild
+++ b/virtual/rust/rust-1.69.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="amd64 ~arm arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-06-03  5:24 Jakov Smolić
  0 siblings, 0 replies; 312+ messages in thread
From: Jakov Smolić @ 2023-06-03  5:24 UTC (permalink / raw
  To: gentoo-commits

commit:     52e48885ea8e504681cf613e8ce9944d54ab40cd
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 05:23:48 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Jun  3 05:23:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e48885

virtual/rust: Stabilize 1.69.0 x86, #907722

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 virtual/rust/rust-1.69.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.69.0.ebuild b/virtual/rust/rust-1.69.0.ebuild
index 63b45a765273..fcf612688acc 100644
--- a/virtual/rust/rust-1.69.0.ebuild
+++ b/virtual/rust/rust-1.69.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="amd64 arm arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-06-07 22:05 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2023-06-07 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     5a33f0a67db4746ba25f55ac06cfb52cfcbb71ab
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  7 22:02:27 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Jun  7 22:02:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a33f0a6

virtual/rust: Stabilize 1.69.0 ppc64, #907722

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.69.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.69.0.ebuild b/virtual/rust/rust-1.69.0.ebuild
index fcf612688acc..16c53cef3de3 100644
--- a/virtual/rust/rust-1.69.0.ebuild
+++ b/virtual/rust/rust-1.69.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="amd64 arm arm64 ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-06-07 22:05 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2023-06-07 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ee294930d194f27fd814113b3b8e9571dccc2dec
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  7 22:01:11 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Jun  7 22:02:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee294930

virtual/rust: drop 1.68.1

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.68.1.ebuild | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/virtual/rust/rust-1.68.1.ebuild b/virtual/rust/rust-1.68.1.ebuild
deleted file mode 100644
index ae12ed9a2d0f..000000000000
--- a/virtual/rust/rust-1.68.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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}]
-)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-06-07 22:05 Georgy Yakovlev
  0 siblings, 0 replies; 312+ messages in thread
From: Georgy Yakovlev @ 2023-06-07 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     11128aef84c9fe5771d149f182728e6c8e6002ca
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  7 22:00:25 2023 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Jun  7 22:02:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11128aef

virtual/rust: keyword 1.70.0

Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 virtual/rust/rust-1.70.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.70.0.ebuild b/virtual/rust/rust-1.70.0.ebuild
index b2590567fddf..55d0ba31f086 100644
--- a/virtual/rust/rust-1.70.0.ebuild
+++ b/virtual/rust/rust-1.70.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-16"
-#KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-07-20  9:49 WANG Xuerui
  0 siblings, 0 replies; 312+ messages in thread
From: WANG Xuerui @ 2023-07-20  9:49 UTC (permalink / raw
  To: gentoo-commits

commit:     c12b1a7b68d60225302c4e0c9e95c1c9f6c939c5
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 05:39:45 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 09:48:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c12b1a7b

virtual/rust: add 1.71.0

Bug: https://bugs.gentoo.org/910496
Closes: https://github.com/gentoo/gentoo/pull/31241
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 virtual/rust/rust-1.71.0.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.71.0.ebuild b/virtual/rust/rust-1.71.0.ebuild
new file mode 100644
index 000000000000..55d0ba31f086
--- /dev/null
+++ b/virtual/rust/rust-1.71.0.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-16"
+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}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-08-04 12:30 WANG Xuerui
  0 siblings, 0 replies; 312+ messages in thread
From: WANG Xuerui @ 2023-08-04 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     1ee36a35ed4404e95cb88a69e745580f2a5d0c73
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  4 07:19:58 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Fri Aug  4 12:30:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee36a35

virtual/rust: add 1.71.1

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 virtual/rust/rust-1.71.1.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.71.1.ebuild b/virtual/rust/rust-1.71.1.ebuild
new file mode 100644
index 000000000000..630588ccee03
--- /dev/null
+++ b/virtual/rust/rust-1.71.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-16"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~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}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-08-25  4:52 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2023-08-25  4:52 UTC (permalink / raw
  To: gentoo-commits

commit:     cefc2a14f1d3742b26f60545cd342cd7f92d41f2
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 25 04:52:25 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 25 04:52:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cefc2a14

virtual/rust: Stabilize 1.69.0 sparc, #907722

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.69.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.69.0.ebuild b/virtual/rust/rust-1.69.0.ebuild
index 16c53cef3de3..0b6c337b8be9 100644
--- a/virtual/rust/rust-1.69.0.ebuild
+++ b/virtual/rust/rust-1.69.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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"
+KEYWORDS="amd64 arm arm64 ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-08-28  6:54 WANG Xuerui
  0 siblings, 0 replies; 312+ messages in thread
From: WANG Xuerui @ 2023-08-28  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     7e8b867e8b909322d577c7244c617956fb4f3857
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 07:54:28 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Mon Aug 28 06:51:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e8b867e

virtual/rust: add 1.72.0

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 virtual/rust/rust-1.72.0.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.72.0.ebuild b/virtual/rust/rust-1.72.0.ebuild
new file mode 100644
index 000000000000..630588ccee03
--- /dev/null
+++ b/virtual/rust/rust-1.72.0.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-16"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~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}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-09-13 16:15 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2023-09-13 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     5f055d83a51c08350df104ccf77c0d953726113b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 16:14:48 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 16:14:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f055d83

virtual/rust: Stabilize 1.71.1 amd64, #913962

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.71.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.71.1.ebuild b/virtual/rust/rust-1.71.1.ebuild
index 630588ccee03..dfd62bfee8ca 100644
--- a/virtual/rust/rust-1.71.1.ebuild
+++ b/virtual/rust/rust-1.71.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-16"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-09-13 16:15 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2023-09-13 16:15 UTC (permalink / raw
  To: gentoo-commits

commit:     a70d741967aef48a82741b3d64acc811288faa89
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 13 16:14:50 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 13 16:14:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70d7419

virtual/rust: Stabilize 1.71.1 arm64, #913962

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.71.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.71.1.ebuild b/virtual/rust/rust-1.71.1.ebuild
index dfd62bfee8ca..5fe8e5d1c1b1 100644
--- a/virtual/rust/rust-1.71.1.ebuild
+++ b/virtual/rust/rust-1.71.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-16"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-09-17 12:10 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2023-09-17 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     879cea303fbee0f9ccaf926e790635ef2b2e7252
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 17 12:10:37 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 12:10:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879cea30

virtual/rust: Stabilize 1.71.1 x86, #913962

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.71.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.71.1.ebuild b/virtual/rust/rust-1.71.1.ebuild
index 5fe8e5d1c1b1..5a190def7a84 100644
--- a/virtual/rust/rust-1.71.1.ebuild
+++ b/virtual/rust/rust-1.71.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-16"
-KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-10-02  8:13 WANG Xuerui
  0 siblings, 0 replies; 312+ messages in thread
From: WANG Xuerui @ 2023-10-02  8:13 UTC (permalink / raw
  To: gentoo-commits

commit:     b5e1feb40f6a9673c4ea132819861facb3f8149c
Author:     Rahil Bhimjiani <rahil3108 <AT> gmail <DOT> com>
AuthorDate: Fri Sep 29 11:19:40 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 08:09:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e1feb4

virtual/rust: default to rust-bin

Prefer dev-lang/rust-bin over dev-lang/rust. Keeps it consistent with
virtual/{jre,jdk}. Prevent long compile times when some dependency
unknowingly pulls in rust.

Imagine new user (unaware of rust-bin) wanting simple app-crypt/certbot
or app-admin/ansible-core but having to compile whole rust for
that. Because dep graph goes like app-admin/ansible-core ->
dev-python/cryptography -> virtual/rust -> dev-lang/rust

[xen0n: revbumped everything for correct static dep operation]

Closes: https://github.com/gentoo/gentoo/pull/33121
Signed-off-by: Rahil Bhimjiani <rahil3108 <AT> gmail.com>
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 virtual/rust/{rust-1.66.1.ebuild => rust-1.65.0-r2.ebuild}    | 2 +-
 virtual/rust/{rust-1.65.0-r1.ebuild => rust-1.66.1-r1.ebuild} | 4 ++--
 virtual/rust/{rust-1.67.1.ebuild => rust-1.67.1-r1.ebuild}    | 2 +-
 virtual/rust/{rust-1.68.2.ebuild => rust-1.68.2-r1.ebuild}    | 2 +-
 virtual/rust/{rust-1.69.0.ebuild => rust-1.69.0-r1.ebuild}    | 2 +-
 virtual/rust/{rust-1.70.0.ebuild => rust-1.70.0-r1.ebuild}    | 2 +-
 virtual/rust/{rust-1.71.0.ebuild => rust-1.71.0-r1.ebuild}    | 2 +-
 virtual/rust/{rust-1.71.1.ebuild => rust-1.71.1-r1.ebuild}    | 2 +-
 virtual/rust/{rust-1.72.0.ebuild => rust-1.72.0-r1.ebuild}    | 2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/virtual/rust/rust-1.66.1.ebuild b/virtual/rust/rust-1.65.0-r2.ebuild
similarity index 100%
rename from virtual/rust/rust-1.66.1.ebuild
rename to virtual/rust/rust-1.65.0-r2.ebuild
index a48e76c5fea3..006314ee8c24 100644
--- a/virtual/rust/rust-1.66.1.ebuild
+++ b/virtual/rust/rust-1.65.0-r2.ebuild
@@ -18,6 +18,6 @@ IUSE="rustfmt"
 
 BDEPEND=""
 RDEPEND="|| (
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 )"

diff --git a/virtual/rust/rust-1.65.0-r1.ebuild b/virtual/rust/rust-1.66.1-r1.ebuild
similarity index 93%
rename from virtual/rust/rust-1.65.0-r1.ebuild
rename to virtual/rust/rust-1.66.1-r1.ebuild
index 424441f6287d..006314ee8c24 100644
--- a/virtual/rust/rust-1.65.0-r1.ebuild
+++ b/virtual/rust/rust-1.66.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -18,6 +18,6 @@ IUSE="rustfmt"
 
 BDEPEND=""
 RDEPEND="|| (
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 )"

diff --git a/virtual/rust/rust-1.67.1.ebuild b/virtual/rust/rust-1.67.1-r1.ebuild
similarity index 100%
rename from virtual/rust/rust-1.67.1.ebuild
rename to virtual/rust/rust-1.67.1-r1.ebuild
index ae12ed9a2d0f..8ebc5a273dde 100644
--- a/virtual/rust/rust-1.67.1.ebuild
+++ b/virtual/rust/rust-1.67.1-r1.ebuild
@@ -18,6 +18,6 @@ IUSE="rustfmt"
 
 BDEPEND=""
 RDEPEND="|| (
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 )"

diff --git a/virtual/rust/rust-1.68.2.ebuild b/virtual/rust/rust-1.68.2-r1.ebuild
similarity index 100%
rename from virtual/rust/rust-1.68.2.ebuild
rename to virtual/rust/rust-1.68.2-r1.ebuild
index ae12ed9a2d0f..8ebc5a273dde 100644
--- a/virtual/rust/rust-1.68.2.ebuild
+++ b/virtual/rust/rust-1.68.2-r1.ebuild
@@ -18,6 +18,6 @@ IUSE="rustfmt"
 
 BDEPEND=""
 RDEPEND="|| (
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 )"

diff --git a/virtual/rust/rust-1.69.0.ebuild b/virtual/rust/rust-1.69.0-r1.ebuild
similarity index 100%
rename from virtual/rust/rust-1.69.0.ebuild
rename to virtual/rust/rust-1.69.0-r1.ebuild
index 0b6c337b8be9..f5659131917e 100644
--- a/virtual/rust/rust-1.69.0.ebuild
+++ b/virtual/rust/rust-1.69.0-r1.ebuild
@@ -18,6 +18,6 @@ IUSE="rustfmt"
 
 BDEPEND=""
 RDEPEND="|| (
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 )"

diff --git a/virtual/rust/rust-1.70.0.ebuild b/virtual/rust/rust-1.70.0-r1.ebuild
similarity index 100%
rename from virtual/rust/rust-1.70.0.ebuild
rename to virtual/rust/rust-1.70.0-r1.ebuild
index 55d0ba31f086..f171d206d794 100644
--- a/virtual/rust/rust-1.70.0.ebuild
+++ b/virtual/rust/rust-1.70.0-r1.ebuild
@@ -18,6 +18,6 @@ IUSE="rustfmt"
 
 BDEPEND=""
 RDEPEND="|| (
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 )"

diff --git a/virtual/rust/rust-1.71.0.ebuild b/virtual/rust/rust-1.71.0-r1.ebuild
similarity index 100%
rename from virtual/rust/rust-1.71.0.ebuild
rename to virtual/rust/rust-1.71.0-r1.ebuild
index 630588ccee03..455f215fcecc 100644
--- a/virtual/rust/rust-1.71.0.ebuild
+++ b/virtual/rust/rust-1.71.0-r1.ebuild
@@ -18,6 +18,6 @@ IUSE="rustfmt"
 
 BDEPEND=""
 RDEPEND="|| (
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 )"

diff --git a/virtual/rust/rust-1.71.1.ebuild b/virtual/rust/rust-1.71.1-r1.ebuild
similarity index 100%
rename from virtual/rust/rust-1.71.1.ebuild
rename to virtual/rust/rust-1.71.1-r1.ebuild
index 5a190def7a84..811a4aca705f 100644
--- a/virtual/rust/rust-1.71.1.ebuild
+++ b/virtual/rust/rust-1.71.1-r1.ebuild
@@ -18,6 +18,6 @@ IUSE="rustfmt"
 
 BDEPEND=""
 RDEPEND="|| (
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 )"

diff --git a/virtual/rust/rust-1.72.0.ebuild b/virtual/rust/rust-1.72.0-r1.ebuild
similarity index 100%
rename from virtual/rust/rust-1.72.0.ebuild
rename to virtual/rust/rust-1.72.0-r1.ebuild
index 630588ccee03..455f215fcecc 100644
--- a/virtual/rust/rust-1.72.0.ebuild
+++ b/virtual/rust/rust-1.72.0-r1.ebuild
@@ -18,6 +18,6 @@ IUSE="rustfmt"
 
 BDEPEND=""
 RDEPEND="|| (
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-10-07  8:46 WANG Xuerui
  0 siblings, 0 replies; 312+ messages in thread
From: WANG Xuerui @ 2023-10-07  8:46 UTC (permalink / raw
  To: gentoo-commits

commit:     36311d67f474ee06bf90a9e818cc3dc2340a669b
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 23:22:09 2023 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat Oct  7 08:36:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36311d67

virtual/rust: add 1.73.0

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 virtual/rust/rust-1.73.0.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.73.0.ebuild b/virtual/rust/rust-1.73.0.ebuild
new file mode 100644
index 000000000000..6662fd2eeded
--- /dev/null
+++ b/virtual/rust/rust-1.73.0.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-17"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="rustfmt"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-11-07 17:27 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2023-11-07 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     3d223027706b061b42969c6fe58a8efd04da07e1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  7 17:26:42 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Nov  7 17:26:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d223027

virtual/rust: Stabilize 1.71.1-r1 sparc, #913962

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.71.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.71.1-r1.ebuild b/virtual/rust/rust-1.71.1-r1.ebuild
index 811a4aca705f..8fe39bfaf361 100644
--- a/virtual/rust/rust-1.71.1-r1.ebuild
+++ b/virtual/rust/rust-1.71.1-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-16"
-KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-11-07 17:27 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2023-11-07 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     ed4b8f02d70a0e8d6003f63d4e0618efda8b1069
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  7 17:26:46 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Nov  7 17:26:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed4b8f02

virtual/rust: Stabilize 1.71.1-r1 arm, #913962

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.71.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.71.1-r1.ebuild b/virtual/rust/rust-1.71.1-r1.ebuild
index 8fe39bfaf361..c10725d251c1 100644
--- a/virtual/rust/rust-1.71.1-r1.ebuild
+++ b/virtual/rust/rust-1.71.1-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-16"
-KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-11-07 17:27 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2023-11-07 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     cf8fd89bcbf6ac7d17e674b780cc112833020a4d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  7 17:26:49 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Nov  7 17:26:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8fd89b

virtual/rust: Stabilize 1.71.1-r1 ppc64, #913962

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.71.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.71.1-r1.ebuild b/virtual/rust/rust-1.71.1-r1.ebuild
index c10725d251c1..1833f07e18cd 100644
--- a/virtual/rust/rust-1.71.1-r1.ebuild
+++ b/virtual/rust/rust-1.71.1-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-16"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-11-09 21:19 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2023-11-09 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     063283f97d2a1d13de6cbfacd7b4b328998e79ef
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  9 21:19:35 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 21:19:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063283f9

virtual/rust: Stabilize 1.71.1-r1 ppc, #913962

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.71.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.71.1-r1.ebuild b/virtual/rust/rust-1.71.1-r1.ebuild
index 1833f07e18cd..5641e68236d4 100644
--- a/virtual/rust/rust-1.71.1-r1.ebuild
+++ b/virtual/rust/rust-1.71.1-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-16"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-12-08 11:36 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2023-12-08 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     646eee3fd9e08aac6474897328a8f1ba739e2e63
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  8 10:14:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  8 11:35:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646eee3f

virtual/rust: add 1.74.1, drop 1.74.0

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/{rust-1.74.0.ebuild => rust-1.74.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/virtual/rust/rust-1.74.0.ebuild b/virtual/rust/rust-1.74.1.ebuild
similarity index 100%
rename from virtual/rust/rust-1.74.0.ebuild
rename to virtual/rust/rust-1.74.1.ebuild


^ permalink raw reply	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-12-08 11:36 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2023-12-08 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     d41e1c6c24e13225263f9567179131a849c8f618
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 05:34:54 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  8 11:35:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41e1c6c

virtual/rust: add 1.74.0

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.74.0.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.74.0.ebuild b/virtual/rust/rust-1.74.0.ebuild
new file mode 100644
index 000000000000..6662fd2eeded
--- /dev/null
+++ b/virtual/rust/rust-1.74.0.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-17"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="rustfmt"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2023-12-29 16:03 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2023-12-29 16:03 UTC (permalink / raw
  To: gentoo-commits

commit:     04e041ba51858768e97fcbe1f942e0e95efb5f66
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 16:03:19 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 16:03:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e041ba

virtual/rust: Stabilize 1.74.1 ppc, #920441

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.74.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.74.1.ebuild b/virtual/rust/rust-1.74.1.ebuild
index 6662fd2eeded..77a6238aeca6 100644
--- a/virtual/rust/rust-1.74.1.ebuild
+++ b/virtual/rust/rust-1.74.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-17"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-01-08 17:29 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2024-01-08 17:29 UTC (permalink / raw
  To: gentoo-commits

commit:     4367036aa71452122bc4032b90fc5b05037861ef
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 17:28:16 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 17:28:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4367036a

virtual/rust: Stabilize 1.74.1 amd64, #920441

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.74.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.74.1.ebuild b/virtual/rust/rust-1.74.1.ebuild
index f5556d478f49..982fdbc9427e 100644
--- a/virtual/rust/rust-1.74.1.ebuild
+++ b/virtual/rust/rust-1.74.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-17"
-KEYWORDS="~amd64 ~arm arm64 ~loong ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-01-31 13:56 Matt Turner
  0 siblings, 0 replies; 312+ messages in thread
From: Matt Turner @ 2024-01-31 13:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f98c21ba7d4e4a166180ef01443924f4b89c78e9
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 17:17:45 2024 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Jan 31 13:56:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98c21ba

virtual/rust: Drop old versions

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 virtual/rust/rust-1.65.0-r2.ebuild | 23 -----------------------
 virtual/rust/rust-1.66.1-r1.ebuild | 23 -----------------------
 virtual/rust/rust-1.67.1-r1.ebuild | 23 -----------------------
 virtual/rust/rust-1.68.2-r1.ebuild | 23 -----------------------
 virtual/rust/rust-1.69.0-r1.ebuild | 23 -----------------------
 virtual/rust/rust-1.70.0-r1.ebuild | 23 -----------------------
 virtual/rust/rust-1.72.0-r1.ebuild | 23 -----------------------
 7 files changed, 161 deletions(-)

diff --git a/virtual/rust/rust-1.65.0-r2.ebuild b/virtual/rust/rust-1.65.0-r2.ebuild
deleted file mode 100644
index 006314ee8c24..000000000000
--- a/virtual/rust/rust-1.65.0-r2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-)"

diff --git a/virtual/rust/rust-1.66.1-r1.ebuild b/virtual/rust/rust-1.66.1-r1.ebuild
deleted file mode 100644
index 006314ee8c24..000000000000
--- a/virtual/rust/rust-1.66.1-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-)"

diff --git a/virtual/rust/rust-1.67.1-r1.ebuild b/virtual/rust/rust-1.67.1-r1.ebuild
deleted file mode 100644
index 8ebc5a273dde..000000000000
--- a/virtual/rust/rust-1.67.1-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-)"

diff --git a/virtual/rust/rust-1.68.2-r1.ebuild b/virtual/rust/rust-1.68.2-r1.ebuild
deleted file mode 100644
index 8ebc5a273dde..000000000000
--- a/virtual/rust/rust-1.68.2-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-)"

diff --git a/virtual/rust/rust-1.69.0-r1.ebuild b/virtual/rust/rust-1.69.0-r1.ebuild
deleted file mode 100644
index f5659131917e..000000000000
--- a/virtual/rust/rust-1.69.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-)"

diff --git a/virtual/rust/rust-1.70.0-r1.ebuild b/virtual/rust/rust-1.70.0-r1.ebuild
deleted file mode 100644
index f171d206d794..000000000000
--- a/virtual/rust/rust-1.70.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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-16"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="rustfmt"
-
-BDEPEND=""
-RDEPEND="|| (
-	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-)"

diff --git a/virtual/rust/rust-1.72.0-r1.ebuild b/virtual/rust/rust-1.72.0-r1.ebuild
deleted file mode 100644
index 455f215fcecc..000000000000
--- a/virtual/rust/rust-1.72.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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-16"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="rustfmt"
-
-BDEPEND=""
-RDEPEND="|| (
-	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-02-10  4:49 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2024-02-10  4:49 UTC (permalink / raw
  To: gentoo-commits

commit:     a3c7956ab9ff86f75efe059dc02eb28583534ca2
Author:     Randy Barlow <randy <AT> electronsweatshop <DOT> com>
AuthorDate: Wed Jan 31 02:11:06 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 04:48:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c7956a

virtual/rust: Add navi as a maintainer

Signed-off-by: Anna (navi) Figueiredo Gomes <navi <AT> vlhl.dev>
Signed-off-by: Randy Barlow <randy <AT> electronsweatshop.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/virtual/rust/metadata.xml b/virtual/rust/metadata.xml
index 436a18f52de2..d7906a9ad75a 100644
--- a/virtual/rust/metadata.xml
+++ b/virtual/rust/metadata.xml
@@ -5,6 +5,10 @@
 		<email>randy@electronsweatshop.com</email>
 		<name>Randy Barlow</name>
 	</maintainer>
+	<maintainer type="person" proxied="yes">
+		<email>navi@vlhl.dev</email>
+		<name>Anna Figueiredo Gomes</name>
+	</maintainer>
 	<maintainer type="project">
 		<email>rust@gentoo.org</email>
 		<name>Rust Project</name>


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-02-10  4:49 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2024-02-10  4:49 UTC (permalink / raw
  To: gentoo-commits

commit:     01a56d36a34ccea38b7190b37acced7b7e46ceda
Author:     Randy Barlow <randy <AT> electronsweatshop <DOT> com>
AuthorDate: Wed Jan 31 02:02:50 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 04:48:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a56d36

virtual/rust: Add myself as a maintainer

Signed-off-by: Randy Barlow <randy <AT> electronsweatshop.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/virtual/rust/metadata.xml b/virtual/rust/metadata.xml
index f51288e196bb..436a18f52de2 100644
--- a/virtual/rust/metadata.xml
+++ b/virtual/rust/metadata.xml
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>randy@electronsweatshop.com</email>
+		<name>Randy Barlow</name>
+	</maintainer>
 	<maintainer type="project">
 		<email>rust@gentoo.org</email>
 		<name>Rust Project</name>


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-02-10  4:49 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2024-02-10  4:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e1e5d0b920146597216a2b1e0b473776b5295272
Author:     Randy Barlow <randy <AT> electronsweatshop <DOT> com>
AuthorDate: Wed Jan 31 02:16:33 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 04:48:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e5d0b9

virtual/rust: Add 1.75.0

Closes: https://bugs.gentoo.org/922880
Signed-off-by: Randy Barlow <randy <AT> electronsweatshop.com>
Closes: https://github.com/gentoo/gentoo/pull/35085
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.75.0.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.75.0.ebuild b/virtual/rust/rust-1.75.0.ebuild
new file mode 100644
index 000000000000..208c9e6ba7a4
--- /dev/null
+++ b/virtual/rust/rust-1.75.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 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-17"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="rustfmt"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-03-04  7:09 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2024-03-04  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     b9b6fcee63a0e61742ec3ca07f99f52d0d9c6baf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  4 07:08:19 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar  4 07:08:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b6fcee

virtual/rust: Stabilize 1.74.1 arm, #920441

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.74.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.74.1.ebuild b/virtual/rust/rust-1.74.1.ebuild
index cff4b221d7b4..6229f38883f9 100644
--- a/virtual/rust/rust-1.74.1.ebuild
+++ b/virtual/rust/rust-1.74.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-17"
-KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-03-04  7:09 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2024-03-04  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     42a4bf3807912a8af4f66c915905956a63511f7f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  4 07:08:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar  4 07:08:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a4bf38

virtual/rust: Stabilize 1.74.1 x86, #920441

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.74.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.74.1.ebuild b/virtual/rust/rust-1.74.1.ebuild
index 6229f38883f9..142a357e436a 100644
--- a/virtual/rust/rust-1.74.1.ebuild
+++ b/virtual/rust/rust-1.74.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-17"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-03-09  2:56 WANG Xuerui
  0 siblings, 0 replies; 312+ messages in thread
From: WANG Xuerui @ 2024-03-09  2:56 UTC (permalink / raw
  To: gentoo-commits

commit:     bbe3e7b43f94d2500332b5a3b0439834da8efb14
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 12:29:10 2024 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 02:54:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe3e7b4

virtual/rust: add 1.76.0

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 virtual/rust/rust-1.76.0.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.76.0.ebuild b/virtual/rust/rust-1.76.0.ebuild
new file mode 100644
index 000000000000..208c9e6ba7a4
--- /dev/null
+++ b/virtual/rust/rust-1.76.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 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-17"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="rustfmt"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-03-09  2:56 WANG Xuerui
  0 siblings, 0 replies; 312+ messages in thread
From: WANG Xuerui @ 2024-03-09  2:56 UTC (permalink / raw
  To: gentoo-commits

commit:     9e8e96ef78ad1e9dfbd84587c45e80e4922d80f5
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 09:43:43 2024 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 02:54:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e8e96ef

virtual/rust: add IUSE=profiler

See: https://github.com/gentoo/gentoo/pull/35085#issuecomment-1920621395
Closes: https://github.com/gentoo/gentoo/pull/35272
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 virtual/rust/metadata.xml       | 1 +
 virtual/rust/rust-1.76.0.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/virtual/rust/metadata.xml b/virtual/rust/metadata.xml
index d7906a9ad75a..999eaba04c29 100644
--- a/virtual/rust/metadata.xml
+++ b/virtual/rust/metadata.xml
@@ -14,6 +14,7 @@
 		<name>Rust Project</name>
 	</maintainer>
 	<use>
+		<flag name="profiler">Build the profiler runtime and rust-demangler tool (needed for '-C profile-generate' or '-C instrument-coverage' codegen opts)</flag>
 		<flag name="rustfmt">Install rustfmt, Rust code formatter</flag>
 	</use>
 	<stabilize-allarches/>

diff --git a/virtual/rust/rust-1.76.0.ebuild b/virtual/rust/rust-1.76.0.ebuild
index 208c9e6ba7a4..187391b93274 100644
--- a/virtual/rust/rust-1.76.0.ebuild
+++ b/virtual/rust/rust-1.76.0.ebuild
@@ -14,10 +14,10 @@ LICENSE=""
 # neither system nor bundled, so we just hardcode it here.
 SLOT="0/llvm-17"
 KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="rustfmt"
+IUSE="rustfmt profiler"
 
 BDEPEND=""
 RDEPEND="|| (
-	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
-	~dev-lang/rust-${PV}[rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-bin-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
 )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-03-22 13:15 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-03-22 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     5d2af24174c34cadbe2da7ee7a9311f89c690e74
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 13:15:32 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 13:15:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d2af241

virtual/rust: Stabilize 1.75.0 arm64, #927155

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.75.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.75.0.ebuild b/virtual/rust/rust-1.75.0.ebuild
index cf2a4bd56629..5ddf235927aa 100644
--- a/virtual/rust/rust-1.75.0.ebuild
+++ b/virtual/rust/rust-1.75.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-17"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-03-22 13:15 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-03-22 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     ec6e1b4cd8988749ac149a759df63d3f5edc6c9b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 13:15:35 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 13:15:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec6e1b4c

virtual/rust: Stabilize 1.75.0 ppc64, #927155

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.75.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.75.0.ebuild b/virtual/rust/rust-1.75.0.ebuild
index 5ddf235927aa..bf56f7a58c9d 100644
--- a/virtual/rust/rust-1.75.0.ebuild
+++ b/virtual/rust/rust-1.75.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-17"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-03-22 13:15 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-03-22 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     2facf1808a5276e71c2e94a5d0b5db4e2e7591c9
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 13:15:27 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 13:15:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2facf180

virtual/rust: Stabilize 1.75.0 amd64, #927155

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.75.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.75.0.ebuild b/virtual/rust/rust-1.75.0.ebuild
index 208c9e6ba7a4..cf2a4bd56629 100644
--- a/virtual/rust/rust-1.75.0.ebuild
+++ b/virtual/rust/rust-1.75.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-17"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-03-27 18:37 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-03-27 18:37 UTC (permalink / raw
  To: gentoo-commits

commit:     7d7c5e5ce28e9dc155bf8fe5aae7a1ca5613f009
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 18:36:32 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 18:36:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7c5e5c

virtual/rust: Stabilize 1.75.0-r1 x86, #927155

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.75.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.75.0-r1.ebuild b/virtual/rust/rust-1.75.0-r1.ebuild
index 4ed48e05d316..7655679497d0 100644
--- a/virtual/rust/rust-1.75.0-r1.ebuild
+++ b/virtual/rust/rust-1.75.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-17"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="profiler rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-03-27 18:37 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-03-27 18:37 UTC (permalink / raw
  To: gentoo-commits

commit:     7d9637f8767c0bd742df875d98f6705fb71736e7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 27 18:37:24 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 18:37:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9637f8

virtual/rust: Stabilize 1.75.0-r1 arm, #927155

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.75.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.75.0-r1.ebuild b/virtual/rust/rust-1.75.0-r1.ebuild
index 7655679497d0..d6f9a91bdd0c 100644
--- a/virtual/rust/rust-1.75.0-r1.ebuild
+++ b/virtual/rust/rust-1.75.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-17"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="profiler rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-04-04  1:07 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2024-04-04  1:07 UTC (permalink / raw
  To: gentoo-commits

commit:     3298173d86259e841ae72525e3a48ad586424a39
Author:     Randy Barlow <randy <AT> electronsweatshop <DOT> com>
AuthorDate: Fri Mar 22 15:42:10 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr  4 01:05:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3298173d

virtual/rust: Add 1.77.1

Signed-off-by: Randy Barlow <randy <AT> electronsweatshop.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.77.1.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.77.1.ebuild b/virtual/rust/rust-1.77.1.ebuild
new file mode 100644
index 000000000000..187391b93274
--- /dev/null
+++ b/virtual/rust/rust-1.77.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 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-17"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="rustfmt profiler"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-bin-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-04-10 17:57 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-04-10 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     64a5ebb84b267ba27e99fa306fbeab62ae8a026f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 17:56:49 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 17:56:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a5ebb8

virtual/rust: Stabilize 1.75.0-r1 ppc, #927155

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.75.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.75.0-r1.ebuild b/virtual/rust/rust-1.75.0-r1.ebuild
index 5127fdc3559c..4e9f43e5561b 100644
--- a/virtual/rust/rust-1.75.0-r1.ebuild
+++ b/virtual/rust/rust-1.75.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-17"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="profiler rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-04-10 17:57 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-04-10 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     060bfafac3eedd29b4d819b5719048782fa0f743
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 10 17:56:46 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 10 17:56:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=060bfafa

virtual/rust: Stabilize 1.75.0-r1 sparc, #927155

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.75.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.75.0-r1.ebuild b/virtual/rust/rust-1.75.0-r1.ebuild
index d6f9a91bdd0c..5127fdc3559c 100644
--- a/virtual/rust/rust-1.75.0-r1.ebuild
+++ b/virtual/rust/rust-1.75.0-r1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-17"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="profiler rustfmt"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-04-28 17:56 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-04-28 17:56 UTC (permalink / raw
  To: gentoo-commits

commit:     af802792a8d9e0a61b62d3eb2c6d6d003c87a20e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 17:56:29 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 17:56:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af802792

virtual/rust: Stabilize 1.77.1 arm64, #930808

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.77.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.77.1.ebuild b/virtual/rust/rust-1.77.1.ebuild
index a2f5ed80ae89..8a28fc97e712 100644
--- a/virtual/rust/rust-1.77.1.ebuild
+++ b/virtual/rust/rust-1.77.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-17"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-04-28 17:56 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-04-28 17:56 UTC (permalink / raw
  To: gentoo-commits

commit:     86a6f007ab31f54963f444effc600318e71613a5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 17:56:25 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 17:56:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86a6f007

virtual/rust: Stabilize 1.77.1 sparc, #930808

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.77.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.77.1.ebuild b/virtual/rust/rust-1.77.1.ebuild
index 187391b93274..a2f5ed80ae89 100644
--- a/virtual/rust/rust-1.77.1.ebuild
+++ b/virtual/rust/rust-1.77.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-17"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-04-28 17:56 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-04-28 17:56 UTC (permalink / raw
  To: gentoo-commits

commit:     02f28c1ff5d44ff290a04948d5e01f321a4cad16
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 17:56:32 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 17:56:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f28c1f

virtual/rust: Stabilize 1.77.1 amd64, #930808

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.77.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.77.1.ebuild b/virtual/rust/rust-1.77.1.ebuild
index 8a28fc97e712..5a74204aba28 100644
--- a/virtual/rust/rust-1.77.1.ebuild
+++ b/virtual/rust/rust-1.77.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-17"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-04-29 18:38 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-04-29 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     64393c529cd396bf66b28895e171bcd24a7b11a5
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 18:37:43 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 18:37:43 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64393c52

virtual/rust: keyword 1.77.1 for ~mips

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.77.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.77.1.ebuild b/virtual/rust/rust-1.77.1.ebuild
index 5a74204aba28..aae0a3392fc5 100644
--- a/virtual/rust/rust-1.77.1.ebuild
+++ b/virtual/rust/rust-1.77.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-17"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-05-01  5:28 Joonas Niilola
  0 siblings, 0 replies; 312+ messages in thread
From: Joonas Niilola @ 2024-05-01  5:28 UTC (permalink / raw
  To: gentoo-commits

commit:     93c4f42c49b3ac89706ab7223ed9e9d47a63d211
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Wed May  1 00:15:09 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed May  1 05:28:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93c4f42c

virtual/rust: Stabilize 1.77.1 x86, #930808

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 virtual/rust/rust-1.77.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.77.1.ebuild b/virtual/rust/rust-1.77.1.ebuild
index 85d3713f7e27..516aad0fc87d 100644
--- a/virtual/rust/rust-1.77.1.ebuild
+++ b/virtual/rust/rust-1.77.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-17"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-05-16 14:50 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-05-16 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     92cce14111135bc9e7c01080745ede249462967b
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Wed May 15 22:42:28 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu May 16 14:49:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92cce141

virtual/rust: add myself as a maintainer

Bug: https://bugs.gentoo.org/931784
Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Closes: https://github.com/gentoo/gentoo/pull/36692
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/virtual/rust/metadata.xml b/virtual/rust/metadata.xml
index 999eaba04c29..c417957ed3fb 100644
--- a/virtual/rust/metadata.xml
+++ b/virtual/rust/metadata.xml
@@ -9,6 +9,10 @@
 		<email>navi@vlhl.dev</email>
 		<name>Anna Figueiredo Gomes</name>
 	</maintainer>
+	<maintainer type="person" proxied="yes">
+		<email>matoro_gentoo@matoro.tk</email>
+		<name>Matoro Mahri</name>
+	</maintainer>
 	<maintainer type="project">
 		<email>rust@gentoo.org</email>
 		<name>Rust Project</name>


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-05-31 21:03 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2024-05-31 21:03 UTC (permalink / raw
  To: gentoo-commits

commit:     7d2266c767b01d9f89c0a7574306b8a888053f8a
Author:     Anna (navi) Figueiredo Gomes <navi <AT> vlhl <DOT> dev>
AuthorDate: Fri May 17 01:21:38 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 31 21:03:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2266c7

virtual/rust: add 1.78.0

Signed-off-by: Anna (navi) Figueiredo Gomes <navi <AT> vlhl.dev>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.78.0.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.78.0.ebuild b/virtual/rust/rust-1.78.0.ebuild
new file mode 100644
index 000000000000..89d91522025f
--- /dev/null
+++ b/virtual/rust/rust-1.78.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 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-18"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="rustfmt profiler"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-bin-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-06-25  3:08 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2024-06-25  3:08 UTC (permalink / raw
  To: gentoo-commits

commit:     72aac5e95c2050fc433d9a1be274dfaf2bd61422
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 03:08:19 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 03:08:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72aac5e9

virtual/rust: add 1.79.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.79.0.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.79.0.ebuild b/virtual/rust/rust-1.79.0.ebuild
new file mode 100644
index 000000000000..89d91522025f
--- /dev/null
+++ b/virtual/rust/rust-1.79.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 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-18"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="rustfmt profiler"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-bin-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-07-23  5:55 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2024-07-23  5:55 UTC (permalink / raw
  To: gentoo-commits

commit:     1b2482786c2d4a9219b51f5e48e2d507e1d9ba0d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 05:53:28 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 05:53:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b248278

virtual/rust: Stabilize 1.79.0 amd64, #936071

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.79.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.79.0.ebuild b/virtual/rust/rust-1.79.0.ebuild
index 89d91522025f..82cb00f9dfcb 100644
--- a/virtual/rust/rust-1.79.0.ebuild
+++ b/virtual/rust/rust-1.79.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-18"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-07-23  5:55 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2024-07-23  5:55 UTC (permalink / raw
  To: gentoo-commits

commit:     8d272a8783dc285c1bbf476b02077869bfd4da82
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 05:53:39 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 05:53:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d272a87

virtual/rust: Stabilize 1.79.0 x86, #936071

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.79.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.79.0.ebuild b/virtual/rust/rust-1.79.0.ebuild
index 82cb00f9dfcb..3b678644f184 100644
--- a/virtual/rust/rust-1.79.0.ebuild
+++ b/virtual/rust/rust-1.79.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-18"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-07-23  5:55 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2024-07-23  5:55 UTC (permalink / raw
  To: gentoo-commits

commit:     957fe81ca85ec65633181093685c757383f6ea2e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 05:53:46 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 05:53:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957fe81c

virtual/rust: Stabilize 1.79.0 arm, #936071

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.79.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.79.0.ebuild b/virtual/rust/rust-1.79.0.ebuild
index 3b678644f184..33a6029c21b1 100644
--- a/virtual/rust/rust-1.79.0.ebuild
+++ b/virtual/rust/rust-1.79.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-18"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-07-23  5:55 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2024-07-23  5:55 UTC (permalink / raw
  To: gentoo-commits

commit:     184ee708f657ceaa8ab568739af49d05b80074a7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 05:54:05 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 05:54:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184ee708

virtual/rust: Stabilize 1.79.0 arm64, #936071

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.79.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.79.0.ebuild b/virtual/rust/rust-1.79.0.ebuild
index 33a6029c21b1..fd9e3855cc5c 100644
--- a/virtual/rust/rust-1.79.0.ebuild
+++ b/virtual/rust/rust-1.79.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-18"
-KEYWORDS="amd64 arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-07-23  5:55 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2024-07-23  5:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f1adc27a237039356f9a17a3e1caaca246743eed
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 05:54:14 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 05:54:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1adc27a

virtual/rust: Stabilize 1.79.0 sparc, #936071

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.79.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.79.0.ebuild b/virtual/rust/rust-1.79.0.ebuild
index fd9e3855cc5c..6fc4bc88dd08 100644
--- a/virtual/rust/rust-1.79.0.ebuild
+++ b/virtual/rust/rust-1.79.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-18"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-07-23  5:55 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2024-07-23  5:55 UTC (permalink / raw
  To: gentoo-commits

commit:     ea73517f8b56b858a3ba950fb3f3170ac4f67035
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 05:54:25 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 05:54:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea73517f

virtual/rust: Stabilize 1.79.0 ppc, #936071

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.79.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.79.0.ebuild b/virtual/rust/rust-1.79.0.ebuild
index 6fc4bc88dd08..7e0d8d72977a 100644
--- a/virtual/rust/rust-1.79.0.ebuild
+++ b/virtual/rust/rust-1.79.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-18"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-07-23  5:55 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2024-07-23  5:55 UTC (permalink / raw
  To: gentoo-commits

commit:     9ff2516ad5b509dfa42344ae2e2a55501cdd12b2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 23 05:54:34 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 23 05:54:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff2516a

virtual/rust: Stabilize 1.79.0 ppc64, #936071

Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/rust-1.79.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.79.0.ebuild b/virtual/rust/rust-1.79.0.ebuild
index 7e0d8d72977a..8806d910b76e 100644
--- a/virtual/rust/rust-1.79.0.ebuild
+++ b/virtual/rust/rust-1.79.0.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-18"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-08-14 12:40 Joonas Niilola
  0 siblings, 0 replies; 312+ messages in thread
From: Joonas Niilola @ 2024-08-14 12:40 UTC (permalink / raw
  To: gentoo-commits

commit:     3ddf613f90eb6a36ac8231aaab3b0a4ec7af2ce5
Author:     Randy Barlow <randy <AT> electronsweatshop <DOT> com>
AuthorDate: Thu Jul 25 23:04:31 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Aug 14 12:35:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ddf613f

virtual/rust: Add 1.80.1

Signed-off-by: Randy Barlow <randy <AT> electronsweatshop.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 virtual/rust/rust-1.80.1.ebuild | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/virtual/rust/rust-1.80.1.ebuild b/virtual/rust/rust-1.80.1.ebuild
new file mode 100644
index 000000000000..89d91522025f
--- /dev/null
+++ b/virtual/rust/rust-1.80.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 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-18"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="rustfmt profiler"
+
+BDEPEND=""
+RDEPEND="|| (
+	~dev-lang/rust-bin-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-09-02 19:20 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-09-02 19:20 UTC (permalink / raw
  To: gentoo-commits

commit:     f10f1d386570ffe99f0f69468c8d44db91b36bc6
Author:     Randy Barlow <randy <AT> electronsweatshop <DOT> com>
AuthorDate: Tue Feb 13 02:43:57 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep  2 19:18:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f10f1d38

virtual/rust: Drop 1.71.0

Bug: https://bugs.gentoo.org/911685
Signed-off-by: Randy Barlow <randy <AT> electronsweatshop.com>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.71.0-r2.ebuild | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/virtual/rust/rust-1.71.0-r2.ebuild b/virtual/rust/rust-1.71.0-r2.ebuild
deleted file mode 100644
index f452208a1d82..000000000000
--- a/virtual/rust/rust-1.71.0-r2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 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-16"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="profiler rustfmt"
-
-BDEPEND=""
-RDEPEND="|| (
-	~dev-lang/rust-bin-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}]
-	~dev-lang/rust-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}]
-)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-09-10 16:50 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-09-10 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     aad9edebc945b94bdbf7c7d1aaa8b947e8c63994
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 16:43:20 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 16:48:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad9edeb

virtual/rust: drop 1.73.0-r1, 1.76.0, 1.78.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.73.0-r1.ebuild | 23 -----------------------
 virtual/rust/rust-1.76.0.ebuild    | 23 -----------------------
 virtual/rust/rust-1.78.0.ebuild    | 23 -----------------------
 3 files changed, 69 deletions(-)

diff --git a/virtual/rust/rust-1.73.0-r1.ebuild b/virtual/rust/rust-1.73.0-r1.ebuild
deleted file mode 100644
index 36a81c55f875..000000000000
--- a/virtual/rust/rust-1.73.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 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-17"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="profiler rustfmt"
-
-BDEPEND=""
-RDEPEND="|| (
-	~dev-lang/rust-bin-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}]
-	~dev-lang/rust-${PV}[profiler(-)?,rustfmt?,${MULTILIB_USEDEP}]
-)"

diff --git a/virtual/rust/rust-1.76.0.ebuild b/virtual/rust/rust-1.76.0.ebuild
deleted file mode 100644
index 2790ab8f7afc..000000000000
--- a/virtual/rust/rust-1.76.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 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-17"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="profiler rustfmt"
-
-BDEPEND=""
-RDEPEND="|| (
-	~dev-lang/rust-bin-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
-	~dev-lang/rust-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
-)"

diff --git a/virtual/rust/rust-1.78.0.ebuild b/virtual/rust/rust-1.78.0.ebuild
deleted file mode 100644
index 89d91522025f..000000000000
--- a/virtual/rust/rust-1.78.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2024 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-18"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE="rustfmt profiler"
-
-BDEPEND=""
-RDEPEND="|| (
-	~dev-lang/rust-bin-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
-	~dev-lang/rust-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
-)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-09-14  6:39 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-09-14  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     420e5253d4ac4e999d8687912a561c0867891fc4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 06:37:45 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 06:37:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=420e5253

virtual/rust: Stabilize 1.80.1 arm64, #939600

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.80.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.80.1.ebuild b/virtual/rust/rust-1.80.1.ebuild
index 89d91522025f..f60756fd7f97 100644
--- a/virtual/rust/rust-1.80.1.ebuild
+++ b/virtual/rust/rust-1.80.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-18"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-09-14  6:39 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-09-14  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     01abaceb73683bb307cab092ad2e0b65ffa78f0c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 06:37:49 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 06:37:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01abaceb

virtual/rust: Stabilize 1.80.1 arm, #939600

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.80.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.80.1.ebuild b/virtual/rust/rust-1.80.1.ebuild
index f60756fd7f97..aafd5177376c 100644
--- a/virtual/rust/rust-1.80.1.ebuild
+++ b/virtual/rust/rust-1.80.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-18"
-KEYWORDS="~amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-09-14  6:39 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-09-14  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     a41108cb0a76bada901e8a8b6c1a7cb37d8d1145
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 06:37:53 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 06:37:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41108cb

virtual/rust: Stabilize 1.80.1 sparc, #939600

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.80.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.80.1.ebuild b/virtual/rust/rust-1.80.1.ebuild
index aafd5177376c..84aa60de3a34 100644
--- a/virtual/rust/rust-1.80.1.ebuild
+++ b/virtual/rust/rust-1.80.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-18"
-KEYWORDS="~amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-09-14  6:39 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-09-14  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     626ce6f0bee86bb628e3357266dc5b6f9f14646a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 06:38:01 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 06:38:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626ce6f0

virtual/rust: Stabilize 1.80.1 ppc, #939600

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.80.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.80.1.ebuild b/virtual/rust/rust-1.80.1.ebuild
index b43b4c96d988..03303f1f36d5 100644
--- a/virtual/rust/rust-1.80.1.ebuild
+++ b/virtual/rust/rust-1.80.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-18"
-KEYWORDS="~amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~amd64 arm arm64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-09-14  6:39 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-09-14  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     802652b77095dee8cdf34dbce221ad314c3ded7d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 06:38:05 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 06:38:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802652b7

virtual/rust: Stabilize 1.80.1 ppc64, #939600

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.80.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.80.1.ebuild b/virtual/rust/rust-1.80.1.ebuild
index 03303f1f36d5..d2549f91f0d7 100644
--- a/virtual/rust/rust-1.80.1.ebuild
+++ b/virtual/rust/rust-1.80.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-18"
-KEYWORDS="~amd64 arm arm64 ~loong ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-09-14  6:39 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-09-14  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     2ca04b81ab39116cdbed3dd6b7ad89d6e376227a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 06:37:57 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 06:37:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca04b81

virtual/rust: Stabilize 1.80.1 x86, #939600

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.80.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.80.1.ebuild b/virtual/rust/rust-1.80.1.ebuild
index 84aa60de3a34..b43b4c96d988 100644
--- a/virtual/rust/rust-1.80.1.ebuild
+++ b/virtual/rust/rust-1.80.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-18"
-KEYWORDS="~amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-09-14  6:39 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-09-14  6:39 UTC (permalink / raw
  To: gentoo-commits

commit:     8675d02e0864aa14e89bd4e7c3ec78b207b79773
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 06:38:09 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 06:38:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8675d02e

virtual/rust: Stabilize 1.80.1 amd64, #939600

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.80.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.80.1.ebuild b/virtual/rust/rust-1.80.1.ebuild
index d2549f91f0d7..8806d910b76e 100644
--- a/virtual/rust/rust-1.80.1.ebuild
+++ b/virtual/rust/rust-1.80.1.ebuild
@@ -13,7 +13,7 @@ LICENSE=""
 # 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-18"
-KEYWORDS="~amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="rustfmt profiler"
 
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-09-14  6:57 Arthur Zamarin
  0 siblings, 0 replies; 312+ messages in thread
From: Arthur Zamarin @ 2024-09-14  6:57 UTC (permalink / raw
  To: gentoo-commits

commit:     a2ac92cd9504d21a4f76b4ae228f92c89461a1a7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 06:54:44 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 06:55:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2ac92cd

virtual/rust: add 1.81.0

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 virtual/rust/rust-1.81.0.ebuild | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/virtual/rust/rust-1.81.0.ebuild b/virtual/rust/rust-1.81.0.ebuild
new file mode 100644
index 000000000000..57e3cc3e6519
--- /dev/null
+++ b/virtual/rust/rust-1.81.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit multilib-build
+
+DESCRIPTION="Virtual for Rust language compiler"
+
+# 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-18"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="rustfmt profiler"
+
+RDEPEND="|| (
+	~dev-lang/rust-bin-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
+)"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/rust/
@ 2024-09-18  2:56 Sam James
  0 siblings, 0 replies; 312+ messages in thread
From: Sam James @ 2024-09-18  2:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0c77534fd8dd2f47f988a417c94f52d48685a6cb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 18 02:54:25 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 18 02:55:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c77534f

virtual/rust: adapt 1.81.0 virtual to USE=profiler changes

* rust-bin no longer has USE=profiler as it was only controlling
  rust-demangler which is now gone upstream.

* rust still has USE=profiler however as it controls if it was built
  with the profiler runtime.

AFAIK, rust-bin is always built upstream w/ the profiler runtime,
so the USE flag is gone there.

Bug: https://bugs.gentoo.org/939669
Bug: https://bugs.gentoo.org/939701
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/rust/{rust-1.81.0.ebuild => rust-1.81.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/rust/rust-1.81.0.ebuild b/virtual/rust/rust-1.81.0-r1.ebuild
similarity index 89%
rename from virtual/rust/rust-1.81.0.ebuild
rename to virtual/rust/rust-1.81.0-r1.ebuild
index 57e3cc3e6519..6f50c94d3e77 100644
--- a/virtual/rust/rust-1.81.0.ebuild
+++ b/virtual/rust/rust-1.81.0-r1.ebuild
@@ -15,6 +15,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="rustfmt profiler"
 
 RDEPEND="|| (
-	~dev-lang/rust-bin-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
+	~dev-lang/rust-bin-${PV}[rustfmt?,${MULTILIB_USEDEP}]
 	~dev-lang/rust-${PV}[profiler?,rustfmt?,${MULTILIB_USEDEP}]
 )"


^ permalink raw reply related	[flat|nested] 312+ messages in thread

end of thread, other threads:[~2024-09-18  2:56 UTC | newest]

Thread overview: 312+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-04  1:07 [gentoo-commits] repo/gentoo:master commit in: virtual/rust/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-09-18  2:56 Sam James
2024-09-14  6:57 Arthur Zamarin
2024-09-14  6:39 Arthur Zamarin
2024-09-14  6:39 Arthur Zamarin
2024-09-14  6:39 Arthur Zamarin
2024-09-14  6:39 Arthur Zamarin
2024-09-14  6:39 Arthur Zamarin
2024-09-14  6:39 Arthur Zamarin
2024-09-14  6:39 Arthur Zamarin
2024-09-10 16:50 Arthur Zamarin
2024-09-02 19:20 Arthur Zamarin
2024-08-14 12:40 Joonas Niilola
2024-07-23  5:55 Sam James
2024-07-23  5:55 Sam James
2024-07-23  5:55 Sam James
2024-07-23  5:55 Sam James
2024-07-23  5:55 Sam James
2024-07-23  5:55 Sam James
2024-07-23  5:55 Sam James
2024-06-25  3:08 Sam James
2024-05-31 21:03 Sam James
2024-05-16 14:50 Arthur Zamarin
2024-05-01  5:28 Joonas Niilola
2024-04-29 18:38 Arthur Zamarin
2024-04-28 17:56 Arthur Zamarin
2024-04-28 17:56 Arthur Zamarin
2024-04-28 17:56 Arthur Zamarin
2024-04-10 17:57 Arthur Zamarin
2024-04-10 17:57 Arthur Zamarin
2024-03-27 18:37 Arthur Zamarin
2024-03-27 18:37 Arthur Zamarin
2024-03-22 13:15 Arthur Zamarin
2024-03-22 13:15 Arthur Zamarin
2024-03-22 13:15 Arthur Zamarin
2024-03-09  2:56 WANG Xuerui
2024-03-09  2:56 WANG Xuerui
2024-03-04  7:09 Sam James
2024-03-04  7:09 Sam James
2024-02-10  4:49 Sam James
2024-02-10  4:49 Sam James
2024-02-10  4:49 Sam James
2024-01-31 13:56 Matt Turner
2024-01-08 17:29 Sam James
2023-12-29 16:03 Arthur Zamarin
2023-12-08 11:36 Sam James
2023-12-08 11:36 Sam James
2023-11-09 21:19 Arthur Zamarin
2023-11-07 17:27 Arthur Zamarin
2023-11-07 17:27 Arthur Zamarin
2023-11-07 17:27 Arthur Zamarin
2023-10-07  8:46 WANG Xuerui
2023-10-02  8:13 WANG Xuerui
2023-09-17 12:10 Arthur Zamarin
2023-09-13 16:15 Sam James
2023-09-13 16:15 Sam James
2023-08-28  6:54 WANG Xuerui
2023-08-25  4:52 Arthur Zamarin
2023-08-04 12:30 WANG Xuerui
2023-07-20  9:49 WANG Xuerui
2023-06-07 22:05 Georgy Yakovlev
2023-06-07 22:05 Georgy Yakovlev
2023-06-07 22:05 Georgy Yakovlev
2023-06-03  5:24 Jakov Smolić
2023-06-03  3:23 Sam James
2023-06-03  3:23 Sam James
2023-06-03  0:52 Sam James
2023-06-02  3:06 Georgy Yakovlev
2023-06-02  3:06 Georgy Yakovlev
2023-04-20 22:16 Georgy Yakovlev
2023-04-05 23:31 Georgy Yakovlev
2023-03-23 23:24 Georgy Yakovlev
2023-03-23 23:24 Georgy Yakovlev
2023-03-21  0:10 Georgy Yakovlev
2023-02-26 18:23 Arthur Zamarin
2023-02-26 18:23 Arthur Zamarin
2023-02-09 20:36 Georgy Yakovlev
2023-02-09 20:36 Georgy Yakovlev
2023-01-28  6:28 Georgy Yakovlev
2023-01-17 18:55 Arthur Zamarin
2023-01-13 14:50 Sam James
2023-01-12  0:53 Sam James
2023-01-12  0:20 Sam James
2023-01-11 20:53 Georgy Yakovlev
2023-01-11 20:46 Georgy Yakovlev
2022-12-20  7:12 Georgy Yakovlev
2022-12-20  7:12 Georgy Yakovlev
2022-12-03 16:07 Arthur Zamarin
2022-11-18 18:07 Arthur Zamarin
2022-11-17 15:14 Sam James
2022-11-17 15:14 Sam James
2022-11-17 15:14 Sam James
2022-11-17 15:14 Sam James
2022-11-17 15:14 Sam James
2022-11-16 21:56 Georgy Yakovlev
2022-11-15  9:19 Joonas Niilola
2022-11-15  9:19 Joonas Niilola
2022-11-15  5:30 Georgy Yakovlev
2022-11-13 19:14 Georgy Yakovlev
2022-11-13 19:14 Georgy Yakovlev
2022-11-11  2:36 Georgy Yakovlev
2022-11-11  2:36 Georgy Yakovlev
2022-11-05  5:57 Georgy Yakovlev
2022-11-05  5:57 Georgy Yakovlev
2022-10-20 18:19 Georgy Yakovlev
2022-10-20 18:19 Georgy Yakovlev
2022-10-13 17:41 Georgy Yakovlev
2022-10-13  6:58 Agostino Sarubbo
2022-10-13  6:57 Agostino Sarubbo
2022-10-13  6:55 Agostino Sarubbo
2022-10-13  6:54 Agostino Sarubbo
2022-10-13  6:53 Agostino Sarubbo
2022-10-12 19:22 Sam James
2022-10-11 18:47 Georgy Yakovlev
2022-09-23 20:06 Georgy Yakovlev
2022-09-23 19:40 Georgy Yakovlev
2022-09-23  3:34 Georgy Yakovlev
2022-09-23  3:34 Georgy Yakovlev
2022-09-23  0:05 Sam James
2022-09-13 22:59 Georgy Yakovlev
2022-08-02  7:18 Agostino Sarubbo
2022-07-28  7:07 Agostino Sarubbo
2022-07-27 20:09 Sam James
2022-07-27  7:54 Agostino Sarubbo
2022-07-26 18:41 Sam James
2022-07-26 18:41 Sam James
2022-07-26 18:41 Sam James
2022-07-21 21:00 Georgy Yakovlev
2022-07-01 19:32 Georgy Yakovlev
2022-06-25  5:31 Georgy Yakovlev
2022-06-10  6:48 Agostino Sarubbo
2022-06-09  7:39 Agostino Sarubbo
2022-06-09  7:36 Agostino Sarubbo
2022-06-08  8:44 Agostino Sarubbo
2022-06-07 19:50 Sam James
2022-06-07 18:47 Georgy Yakovlev
2022-05-31 14:56 Jakov Smolić
2022-05-24 19:44 Georgy Yakovlev
2022-05-24 17:07 Georgy Yakovlev
2022-04-25 18:32 Sam James
2022-04-20 17:02 Arthur Zamarin
2022-04-20  6:38 Agostino Sarubbo
2022-04-20  6:36 Agostino Sarubbo
2022-04-19 16:43 Arthur Zamarin
2022-04-19 16:43 Arthur Zamarin
2022-04-08 20:56 Georgy Yakovlev
2022-04-08  5:25 Georgy Yakovlev
2022-04-08  5:25 Georgy Yakovlev
2022-03-04  6:12 Georgy Yakovlev
2022-01-29 17:07 Georgy Yakovlev
2022-01-22  0:48 Sam James
2022-01-21 11:17 Jakov Smolić
2022-01-21  1:17 Georgy Yakovlev
2022-01-21  1:17 Georgy Yakovlev
2022-01-21  0:11 Georgy Yakovlev
2022-01-20 22:03 Georgy Yakovlev
2022-01-14  1:20 Georgy Yakovlev
2022-01-13 21:37 Georgy Yakovlev
2022-01-13 21:37 Georgy Yakovlev
2021-12-26  8:58 Georgy Yakovlev
2021-12-26  0:41 Georgy Yakovlev
2021-12-25 17:11 Arthur Zamarin
2021-12-08  0:10 Georgy Yakovlev
2021-12-08  0:10 Georgy Yakovlev
2021-12-08  0:10 Georgy Yakovlev
2021-11-13  2:58 Sam James
2021-11-12 22:54 Sam James
2021-11-12 20:53 Sam James
2021-11-11 18:18 Georgy Yakovlev
2021-11-01 21:25 Georgy Yakovlev
2021-10-21 21:05 Georgy Yakovlev
2021-09-13 15:07 Georgy Yakovlev
2021-09-07  0:09 Sam James
2021-08-05 14:35 Sam James
2021-08-05 14:32 Sam James
2021-08-05  5:37 Georgy Yakovlev
2021-08-05  5:37 Georgy Yakovlev
2021-07-31  4:14 Sam James
2021-07-29  4:34 Georgy Yakovlev
2021-07-27 20:55 Sam James
2021-07-27 20:55 Sam James
2021-07-03  7:03 Georgy Yakovlev
2021-06-27  5:20 Sam James
2021-06-27  5:20 Sam James
2021-06-18 20:37 Georgy Yakovlev
2021-06-18  0:44 Georgy Yakovlev
2021-06-17  7:23 Agostino Sarubbo
2021-06-16  6:53 Agostino Sarubbo
2021-06-16  6:52 Agostino Sarubbo
2021-05-13 15:19 David Seifert
2021-05-13 15:07 Yixun Lan
2021-05-10 15:58 Georgy Yakovlev
2021-05-10 15:58 Georgy Yakovlev
2021-05-06 21:21 Georgy Yakovlev
2021-04-27 19:01 Georgy Yakovlev
2021-04-27 11:55 Georgy Yakovlev
2021-04-23 13:33 Sam James
2021-04-23 13:33 Sam James
2021-04-23  0:43 Georgy Yakovlev
2021-04-22 20:22 Sam James
2021-04-22 20:15 Sam James
2021-04-03 22:10 Georgy Yakovlev
2021-02-24 23:08 Sam James
2021-02-24 23:08 Sam James
2021-02-11 23:49 Georgy Yakovlev
2021-02-02 23:52 Georgy Yakovlev
2020-11-28  7:06 Georgy Yakovlev
2020-11-27 16:34 Agostino Sarubbo
2020-11-27 16:04 Agostino Sarubbo
2020-11-26  0:29 Thomas Deutschmann
2020-11-24  0:41 Georgy Yakovlev
2020-10-13  4:02 Georgy Yakovlev
2020-10-09  8:41 Agostino Sarubbo
2020-10-09  8:31 Agostino Sarubbo
2020-10-09  6:24 Georgy Yakovlev
2020-10-08 14:24 Sam James
2020-10-07  8:21 Georgy Yakovlev
2020-10-07  8:21 Georgy Yakovlev
2020-09-02  1:04 Sam James
2020-08-29 17:57 Thomas Deutschmann
2020-08-29  4:12 Sam James
2020-08-28 23:39 Sam James
2020-08-27 18:28 Georgy Yakovlev
2020-08-27 18:28 Georgy Yakovlev
2020-08-24 23:02 Georgy Yakovlev
2020-08-03 20:14 Georgy Yakovlev
2020-07-31  9:34 Georgy Yakovlev
2020-07-31  9:22 Georgy Yakovlev
2020-07-19  1:47 Sam James
2020-07-17 15:17 Agostino Sarubbo
2020-07-17 15:12 Agostino Sarubbo
2020-07-17 15:05 Agostino Sarubbo
2020-07-17 10:42 Sam James
2020-07-17  6:36 Georgy Yakovlev
2020-07-15 22:20 Georgy Yakovlev
2020-06-18 23:53 Georgy Yakovlev
2020-06-07  8:44 Agostino Sarubbo
2020-06-06 18:10 Agostino Sarubbo
2020-06-06 17:34 Agostino Sarubbo
2020-06-05  9:25 Georgy Yakovlev
2020-06-05  1:43 Georgy Yakovlev
2020-05-08  7:01 Georgy Yakovlev
2020-04-25  6:13 Georgy Yakovlev
2020-03-30 22:23 Georgy Yakovlev
2020-03-19  4:56 Georgy Yakovlev
2020-03-13  6:45 Georgy Yakovlev
2020-03-09  8:11 Mart Raudsepp
2020-03-03 21:48 Georgy Yakovlev
2020-03-03 15:13 Agostino Sarubbo
2020-03-03 14:37 Agostino Sarubbo
2020-02-29  7:46 Georgy Yakovlev
2020-02-11 18:48 Georgy Yakovlev
2020-02-11 12:46 Agostino Sarubbo
2020-02-11 11:09 Agostino Sarubbo
2020-01-30 19:24 Georgy Yakovlev
2019-12-30  9:59 Georgy Yakovlev
2019-12-24 15:02 Mikle Kolyada
2019-12-24 15:02 Mikle Kolyada
2019-12-20  0:53 Georgy Yakovlev
2019-12-20  0:53 Georgy Yakovlev
2019-12-20  0:53 Georgy Yakovlev
2019-12-20  0:53 Georgy Yakovlev
2019-11-07 23:00 Georgy Yakovlev
2019-10-07 23:09 Aaron Bauman
2019-10-06 21:18 Thomas Deutschmann
2019-10-03 11:38 Agostino Sarubbo
2019-09-29 21:00 Sergei Trofimovich
2019-09-26 22:06 Georgy Yakovlev
2019-08-16  2:44 Georgy Yakovlev
2019-07-08 23:01 Georgy Yakovlev
2019-06-19  0:35 Georgy Yakovlev
2019-06-19  0:35 Georgy Yakovlev
2019-05-29  1:09 Aaron Bauman
2019-05-24  9:06 Georgy Yakovlev
2019-05-17  0:15 Georgy Yakovlev
2019-05-16 23:56 Thomas Deutschmann
2019-05-15 14:54 Mikle Kolyada
2019-05-14 18:19 Georgy Yakovlev
2019-05-12 19:29 Thomas Deutschmann
2019-05-11 11:05 Mikle Kolyada
2019-04-26  4:48 Georgy Yakovlev
2019-04-12  4:08 Georgy Yakovlev
2019-03-07  4:40 Georgy Yakovlev
2019-01-18  1:19 Patrick McLean
2018-12-25 19:44 Sergei Trofimovich
2018-12-25 19:44 Sergei Trofimovich
2018-12-21  1:42 Patrick McLean
2018-12-08 20:05 Patrick McLean
2018-11-14 16:16 Dirkjan Ochtman
2018-10-19 18:17 Dirkjan Ochtman
2018-10-05 13:11 Dirkjan Ochtman
2018-10-04  7:59 Mikle Kolyada
2018-10-01  0:07 Thomas Deutschmann
2018-09-29 19:15 Dirkjan Ochtman
2018-09-29 13:22 Dirkjan Ochtman
2018-09-27 17:27 Thomas Deutschmann
2018-09-09 15:26 Mikle Kolyada
2018-08-04 12:16 Dirkjan Ochtman
2018-07-14 14:22 Dirkjan Ochtman
2018-07-12 20:58 Dirkjan Ochtman
2018-06-06 13:20 Dirkjan Ochtman
2018-05-30 11:55 Mikhail Pukhlikov
2018-05-16 12:22 Agostino Sarubbo
2018-05-15  1:46 Thomas Deutschmann
2018-05-14 14:41 Dirkjan Ochtman
2018-05-14 14:41 Dirkjan Ochtman
2018-04-11 13:05 Dirkjan Ochtman
2018-03-03  9:46 Michał Górny
2018-01-24 18:56 Patrick McLean
2017-07-24 14:48 Dirkjan Ochtman
2017-07-24 14:48 Dirkjan Ochtman
2017-07-24 14:48 Dirkjan Ochtman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox