* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2018-07-13 20:17 Dirkjan Ochtman
0 siblings, 0 replies; 44+ messages in thread
From: Dirkjan Ochtman @ 2018-07-13 20:17 UTC (permalink / raw
To: gentoo-commits
commit: e42627cc9349699282c54c7c2ddd35e84cce00d1
Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 13 20:16:44 2018 +0000
Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Fri Jul 13 20:16:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e42627cc
virtual/cargo: initial version 1.27.1
This abstracts over the separately installed dev-util/cargo and the
cargo that can be installed as part of rust and rust-bin from
1.27.1 forward.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
virtual/cargo/cargo-1.27.1.ebuild | 19 +++++++++++++++++++
virtual/cargo/metadata.xml | 8 ++++++++
2 files changed, 27 insertions(+)
diff --git a/virtual/cargo/cargo-1.27.1.ebuild b/virtual/cargo/cargo-1.27.1.ebuild
new file mode 100644
index 00000000000..ddb3bfb6cf1
--- /dev/null
+++ b/virtual/cargo/cargo-1.27.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+BDEPEND=""
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*[cargo]
+ =dev-lang/rust-bin-${PV}*[cargo]
+ =dev-util/cargo-0.28.0*
+ )"
diff --git a/virtual/cargo/metadata.xml b/virtual/cargo/metadata.xml
new file mode 100644
index 00000000000..85cf4eb9205
--- /dev/null
+++ b/virtual/cargo/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>rust@gentoo.org</email>
+ <name>Rust Project</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2018-08-04 12:16 Dirkjan Ochtman
0 siblings, 0 replies; 44+ messages in thread
From: Dirkjan Ochtman @ 2018-08-04 12:16 UTC (permalink / raw
To: gentoo-commits
commit: 643d2403b4db5d732d834fccf7d6ba477f98da2c
Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 4 12:10:23 2018 +0000
Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Aug 4 12:15:54 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643d2403
virtual/cargo: version bump to 1.28.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9
virtual/cargo/cargo-1.28.0.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/virtual/cargo/cargo-1.28.0.ebuild b/virtual/cargo/cargo-1.28.0.ebuild
new file mode 100644
index 00000000000..e05ec4b3130
--- /dev/null
+++ b/virtual/cargo/cargo-1.28.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+CARGO_DEPEND_VERSION="0.$(($(ver_cut 2) + 1)).0"
+
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*[cargo]
+ =dev-lang/rust-bin-${PV}*[cargo]
+ =dev-util/cargo-${CARGO_DEPEND_VERSION}*
+ )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2018-09-09 7:59 Mikle Kolyada
0 siblings, 0 replies; 44+ messages in thread
From: Mikle Kolyada @ 2018-09-09 7:59 UTC (permalink / raw
To: gentoo-commits
commit: ab9488a01a15c9b8d39c3351aa7aa8e66b97f801
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 9 07:59:37 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Sep 9 07:59:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9488a0
virtual/cargo: amd64 stable wrt bug #662904
Package-Manager: Portage-2.3.40, Repoman-2.3.9
virtual/cargo/cargo-1.28.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/cargo/cargo-1.28.0.ebuild b/virtual/cargo/cargo-1.28.0.ebuild
index e05ec4b3130..58d8d61dc88 100644
--- a/virtual/cargo/cargo-1.28.0.ebuild
+++ b/virtual/cargo/cargo-1.28.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
CARGO_DEPEND_VERSION="0.$(($(ver_cut 2) + 1)).0"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2018-09-27 16:23 Thomas Deutschmann
0 siblings, 0 replies; 44+ messages in thread
From: Thomas Deutschmann @ 2018-09-27 16:23 UTC (permalink / raw
To: gentoo-commits
commit: 31e553e6286724c6486fcbabe1902d551e1682cc
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 27 16:12:44 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Sep 27 16:19:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e553e6
virtual/cargo: adding virtual for stable cargo-0.26.0
Bug: https://bugs.gentoo.org/646078
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
virtual/cargo/cargo-1.25.0.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/virtual/cargo/cargo-1.25.0.ebuild b/virtual/cargo/cargo-1.25.0.ebuild
new file mode 100644
index 00000000000..fbe79d67fdc
--- /dev/null
+++ b/virtual/cargo/cargo-1.25.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+BDEPEND=""
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*[extended]
+ =dev-util/cargo-0.26.0*
+ )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2018-09-27 16:23 Thomas Deutschmann
0 siblings, 0 replies; 44+ messages in thread
From: Thomas Deutschmann @ 2018-09-27 16:23 UTC (permalink / raw
To: gentoo-commits
commit: e3f854675f4ec758e7cc6ce7d00e215575e5b5eb
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 27 16:13:20 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Sep 27 16:19:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f85467
virtual/cargo: amd64 & x86 stable
Bug: https://bugs.gentoo.org/646078
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
virtual/cargo/cargo-1.25.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/cargo/cargo-1.25.0.ebuild b/virtual/cargo/cargo-1.25.0.ebuild
index fbe79d67fdc..ecc9d88e919 100644
--- a/virtual/cargo/cargo-1.25.0.ebuild
+++ b/virtual/cargo/cargo-1.25.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
BDEPEND=""
RDEPEND="|| (
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2018-09-29 13:22 Dirkjan Ochtman
0 siblings, 0 replies; 44+ messages in thread
From: Dirkjan Ochtman @ 2018-09-29 13:22 UTC (permalink / raw
To: gentoo-commits
commit: 07c8ed6260232bc1881d318f0793fe7525f0a255
Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 29 13:11:43 2018 +0000
Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Sep 29 13:22:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07c8ed62
virtual/cargo: 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/cargo/cargo-1.29.1.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/virtual/cargo/cargo-1.29.1.ebuild b/virtual/cargo/cargo-1.29.1.ebuild
new file mode 100644
index 00000000000..e05ec4b3130
--- /dev/null
+++ b/virtual/cargo/cargo-1.29.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+CARGO_DEPEND_VERSION="0.$(($(ver_cut 2) + 1)).0"
+
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*[cargo]
+ =dev-lang/rust-bin-${PV}*[cargo]
+ =dev-util/cargo-${CARGO_DEPEND_VERSION}*
+ )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2018-09-29 19:15 Dirkjan Ochtman
0 siblings, 0 replies; 44+ messages in thread
From: Dirkjan Ochtman @ 2018-09-29 19:15 UTC (permalink / raw
To: gentoo-commits
commit: af67713a2d8c18f7e67c1666a0e5ef5864552065
Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 29 19:09:28 2018 +0000
Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Sep 29 19:15:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af67713a
virtual/cargo: remove old versions
Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>
virtual/cargo/cargo-1.27.1.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/virtual/cargo/cargo-1.27.1.ebuild b/virtual/cargo/cargo-1.27.1.ebuild
deleted file mode 100644
index ddb3bfb6cf1..00000000000
--- a/virtual/cargo/cargo-1.27.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-BDEPEND=""
-RDEPEND="|| (
- =dev-lang/rust-${PV}*[cargo]
- =dev-lang/rust-bin-${PV}*[cargo]
- =dev-util/cargo-0.28.0*
- )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2018-10-04 7:59 Mikle Kolyada
0 siblings, 0 replies; 44+ messages in thread
From: Mikle Kolyada @ 2018-10-04 7:59 UTC (permalink / raw
To: gentoo-commits
commit: 8bd7eb49c6e528f3892203f9f625220cb93e064a
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 4 07:58:26 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Oct 4 07:58:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd7eb49
virtual/cargo: 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/cargo/cargo-1.29.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/cargo/cargo-1.29.1.ebuild b/virtual/cargo/cargo-1.29.1.ebuild
index 0cb8875378b..078515624fc 100644
--- a/virtual/cargo/cargo-1.29.1.ebuild
+++ b/virtual/cargo/cargo-1.29.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
CARGO_DEPEND_VERSION="0.$(($(ver_cut 2) + 1)).0"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2018-10-05 13:11 Dirkjan Ochtman
0 siblings, 0 replies; 44+ messages in thread
From: Dirkjan Ochtman @ 2018-10-05 13:11 UTC (permalink / raw
To: gentoo-commits
commit: ae6218914bd9b3f1cd2171ae64c728fda605d6cf
Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 5 13:04:18 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=ae621891
virtual/cargo: remove old cargo versions
Signed-off-by: Dirkjan Ochtman <djc <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
virtual/cargo/cargo-1.25.0.ebuild | 18 ------------------
virtual/cargo/cargo-1.28.0.ebuild | 20 --------------------
2 files changed, 38 deletions(-)
diff --git a/virtual/cargo/cargo-1.25.0.ebuild b/virtual/cargo/cargo-1.25.0.ebuild
deleted file mode 100644
index ecc9d88e919..00000000000
--- a/virtual/cargo/cargo-1.25.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-BDEPEND=""
-RDEPEND="|| (
- =dev-lang/rust-${PV}*[extended]
- =dev-util/cargo-0.26.0*
- )"
diff --git a/virtual/cargo/cargo-1.28.0.ebuild b/virtual/cargo/cargo-1.28.0.ebuild
deleted file mode 100644
index 58d8d61dc88..00000000000
--- a/virtual/cargo/cargo-1.28.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~x86"
-
-CARGO_DEPEND_VERSION="0.$(($(ver_cut 2) + 1)).0"
-
-RDEPEND="|| (
- =dev-lang/rust-${PV}*[cargo]
- =dev-lang/rust-bin-${PV}*[cargo]
- =dev-util/cargo-${CARGO_DEPEND_VERSION}*
- )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2018-10-20 18:58 Dirkjan Ochtman
0 siblings, 0 replies; 44+ messages in thread
From: Dirkjan Ochtman @ 2018-10-20 18:58 UTC (permalink / raw
To: gentoo-commits
commit: f0af60d27859caa220f06fac51860f48e5e99a9a
Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 18:58:12 2018 +0000
Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 18:58:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0af60d2
virtual/cargo: 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/cargo/cargo-1.29.2.ebuild | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/virtual/cargo/cargo-1.29.2.ebuild b/virtual/cargo/cargo-1.29.2.ebuild
new file mode 100644
index 00000000000..75db8598289
--- /dev/null
+++ b/virtual/cargo/cargo-1.29.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+CARGO_DEPEND_VERSION="0.$(($(ver_cut 2) + 1)).0"
+
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*[cargo]
+ =dev-lang/rust-bin-${PV}*[cargo]
+ =dev-util/cargo-${CARGO_DEPEND_VERSION}*
+ )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2018-11-14 16:16 Dirkjan Ochtman
0 siblings, 0 replies; 44+ messages in thread
From: Dirkjan Ochtman @ 2018-11-14 16:16 UTC (permalink / raw
To: gentoo-commits
commit: 6d788931275ea5eae6231396e53c947dcdc047cd
Author: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 14 16:16:07 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=6d788931
virtual/cargo: 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/cargo/cargo-1.30.1.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/virtual/cargo/cargo-1.30.1.ebuild b/virtual/cargo/cargo-1.30.1.ebuild
new file mode 100644
index 00000000000..8d3318f5f69
--- /dev/null
+++ b/virtual/cargo/cargo-1.30.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*
+ =dev-lang/rust-bin-${PV}*
+ )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2018-12-08 20:05 Patrick McLean
0 siblings, 0 replies; 44+ messages in thread
From: Patrick McLean @ 2018-12-08 20:05 UTC (permalink / raw
To: gentoo-commits
commit: b4c1199e167e44b117a25e8e593e1f00131ca2ab
Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 8 20:04:44 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=b4c1199e
virtual/cargo: Version bump to 1.31.0
Bug: https://bugs.gentoo.org/672646
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
virtual/cargo/cargo-1.31.0.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/virtual/cargo/cargo-1.31.0.ebuild b/virtual/cargo/cargo-1.31.0.ebuild
new file mode 100644
index 00000000000..8d3318f5f69
--- /dev/null
+++ b/virtual/cargo/cargo-1.31.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*
+ =dev-lang/rust-bin-${PV}*
+ )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2018-12-21 1:42 Patrick McLean
0 siblings, 0 replies; 44+ messages in thread
From: Patrick McLean @ 2018-12-21 1:42 UTC (permalink / raw
To: gentoo-commits
commit: 410c53866007210039fa4c62eccc4609d846f449
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Fri Dec 21 01:41:58 2018 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Dec 21 01:42:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=410c5386
virtual/cargo: 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/cargo/{cargo-1.31.0.ebuild => cargo-1.31.1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/virtual/cargo/cargo-1.31.0.ebuild b/virtual/cargo/cargo-1.31.1.ebuild
similarity index 100%
rename from virtual/cargo/cargo-1.31.0.ebuild
rename to virtual/cargo/cargo-1.31.1.ebuild
^ permalink raw reply [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2018-12-25 19:44 Sergei Trofimovich
0 siblings, 0 replies; 44+ messages in thread
From: Sergei Trofimovich @ 2018-12-25 19:44 UTC (permalink / raw
To: gentoo-commits
commit: 3741d2c3b7082831372d9f3010161efcc0339b48
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 25 19:43:35 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Dec 25 19:43:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3741d2c3
virtual/cargo: 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/cargo/cargo-1.31.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/cargo/cargo-1.31.1.ebuild b/virtual/cargo/cargo-1.31.1.ebuild
index 8d3318f5f69..85bd2b1722d 100644
--- a/virtual/cargo/cargo-1.31.1.ebuild
+++ b/virtual/cargo/cargo-1.31.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
RDEPEND="|| (
=dev-lang/rust-${PV}*
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2018-12-25 19:44 Sergei Trofimovich
0 siblings, 0 replies; 44+ messages in thread
From: Sergei Trofimovich @ 2018-12-25 19:44 UTC (permalink / raw
To: gentoo-commits
commit: 7d2dbf2f14a22443a1aed66748785236fcb749e2
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 25 19:39:32 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Dec 25 19:39:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2dbf2f
virtual/cargo: 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/cargo/cargo-1.30.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/cargo/cargo-1.30.1.ebuild b/virtual/cargo/cargo-1.30.1.ebuild
index 8d3318f5f69..85bd2b1722d 100644
--- a/virtual/cargo/cargo-1.30.1.ebuild
+++ b/virtual/cargo/cargo-1.30.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
RDEPEND="|| (
=dev-lang/rust-${PV}*
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-01-18 1:19 Patrick McLean
0 siblings, 0 replies; 44+ messages in thread
From: Patrick McLean @ 2019-01-18 1:19 UTC (permalink / raw
To: gentoo-commits
commit: df1c32782e8e5311ac89be39c365765e1494c41b
Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
AuthorDate: Fri Jan 18 01:19:19 2019 +0000
Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Jan 18 01:19:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df1c3278
virtual/cargo: 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/cargo/cargo-1.32.0.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/virtual/cargo/cargo-1.32.0.ebuild b/virtual/cargo/cargo-1.32.0.ebuild
new file mode 100644
index 00000000000..5e737019292
--- /dev/null
+++ b/virtual/cargo/cargo-1.32.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*
+ =dev-lang/rust-bin-${PV}*
+ )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-03-07 4:40 Georgy Yakovlev
0 siblings, 0 replies; 44+ messages in thread
From: Georgy Yakovlev @ 2019-03-07 4:40 UTC (permalink / raw
To: gentoo-commits
commit: 184a9122a7ee1892b2e3b23bc481703c9a1494f3
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 7 01:56:13 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Mar 7 04:40:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184a9122
virtual/cargo: 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/cargo/cargo-1.33.0.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/virtual/cargo/cargo-1.33.0.ebuild b/virtual/cargo/cargo-1.33.0.ebuild
new file mode 100644
index 00000000000..5e737019292
--- /dev/null
+++ b/virtual/cargo/cargo-1.33.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*
+ =dev-lang/rust-bin-${PV}*
+ )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-04-12 4:08 Georgy Yakovlev
0 siblings, 0 replies; 44+ messages in thread
From: Georgy Yakovlev @ 2019-04-12 4:08 UTC (permalink / raw
To: gentoo-commits
commit: c25381f4e3541460b839e8174876bd6e035adea6
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 11 19:22:52 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Apr 12 04:07:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c25381f4
virtual/cargo: 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/cargo/cargo-1.34.0.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/virtual/cargo/cargo-1.34.0.ebuild b/virtual/cargo/cargo-1.34.0.ebuild
new file mode 100644
index 00000000000..5e737019292
--- /dev/null
+++ b/virtual/cargo/cargo-1.34.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*
+ =dev-lang/rust-bin-${PV}*
+ )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-04-26 4:48 Georgy Yakovlev
0 siblings, 0 replies; 44+ messages in thread
From: Georgy Yakovlev @ 2019-04-26 4:48 UTC (permalink / raw
To: gentoo-commits
commit: a79249928b80b790a34b689a2b9a3cb0d65ccb73
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 26 04:07:26 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Apr 26 04:47:48 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7924992
virtual/cargo: 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/cargo/cargo-1.34.1.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/virtual/cargo/cargo-1.34.1.ebuild b/virtual/cargo/cargo-1.34.1.ebuild
new file mode 100644
index 00000000000..5e737019292
--- /dev/null
+++ b/virtual/cargo/cargo-1.34.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*
+ =dev-lang/rust-bin-${PV}*
+ )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-05-11 11:05 Mikle Kolyada
0 siblings, 0 replies; 44+ messages in thread
From: Mikle Kolyada @ 2019-05-11 11:05 UTC (permalink / raw
To: gentoo-commits
commit: 52230fb82a66dcabe5894bd96945208822f2eb67
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 11:05:34 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May 11 11:05:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52230fb8
virtual/cargo: 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/cargo/cargo-1.34.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/cargo/cargo-1.34.1.ebuild b/virtual/cargo/cargo-1.34.1.ebuild
index 5e737019292..54df544f277 100644
--- a/virtual/cargo/cargo-1.34.1.ebuild
+++ b/virtual/cargo/cargo-1.34.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
RDEPEND="|| (
=dev-lang/rust-${PV}*
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-05-12 19:29 Thomas Deutschmann
0 siblings, 0 replies; 44+ messages in thread
From: Thomas Deutschmann @ 2019-05-12 19:29 UTC (permalink / raw
To: gentoo-commits
commit: b5cb8db58a67da7298ff96a03d00af8e185e276e
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 15:51:05 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=b5cb8db5
virtual/cargo: x86 stable (bug #678908)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
virtual/cargo/cargo-1.34.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/cargo/cargo-1.34.1.ebuild b/virtual/cargo/cargo-1.34.1.ebuild
index 54df544f277..032ae4f274f 100644
--- a/virtual/cargo/cargo-1.34.1.ebuild
+++ b/virtual/cargo/cargo-1.34.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
RDEPEND="|| (
=dev-lang/rust-${PV}*
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-05-14 18:19 Georgy Yakovlev
0 siblings, 0 replies; 44+ messages in thread
From: Georgy Yakovlev @ 2019-05-14 18:19 UTC (permalink / raw
To: gentoo-commits
commit: d02d88f7b18fac92b8e9188c04577efcc202fd35
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue May 14 17:55:32 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue May 14 18:19:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02d88f7
virtual/cargo: 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/cargo/cargo-1.34.2.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/virtual/cargo/cargo-1.34.2.ebuild b/virtual/cargo/cargo-1.34.2.ebuild
new file mode 100644
index 00000000000..5e737019292
--- /dev/null
+++ b/virtual/cargo/cargo-1.34.2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*
+ =dev-lang/rust-bin-${PV}*
+ )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-05-15 14:54 Mikle Kolyada
0 siblings, 0 replies; 44+ messages in thread
From: Mikle Kolyada @ 2019-05-15 14:54 UTC (permalink / raw
To: gentoo-commits
commit: 208ceedaa6e90249920b335c2dfab5075d513317
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 14:52:17 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed May 15 14:54:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208ceeda
virtual/cargo: 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/cargo/cargo-1.34.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/cargo/cargo-1.34.2.ebuild b/virtual/cargo/cargo-1.34.2.ebuild
index 5e737019292..54df544f277 100644
--- a/virtual/cargo/cargo-1.34.2.ebuild
+++ b/virtual/cargo/cargo-1.34.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
RDEPEND="|| (
=dev-lang/rust-${PV}*
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-05-16 23:56 Thomas Deutschmann
0 siblings, 0 replies; 44+ messages in thread
From: Thomas Deutschmann @ 2019-05-16 23:56 UTC (permalink / raw
To: gentoo-commits
commit: efc4cba8a91ea5974f6b4436560f4cbe09d6a5b4
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 23:47:33 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu May 16 23:47:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc4cba8
virtual/cargo: x86 stable (bug #685970)
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
virtual/cargo/cargo-1.34.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/cargo/cargo-1.34.2.ebuild b/virtual/cargo/cargo-1.34.2.ebuild
index 54df544f277..032ae4f274f 100644
--- a/virtual/cargo/cargo-1.34.2.ebuild
+++ b/virtual/cargo/cargo-1.34.2.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
RDEPEND="|| (
=dev-lang/rust-${PV}*
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-05-17 0:15 Georgy Yakovlev
0 siblings, 0 replies; 44+ messages in thread
From: Georgy Yakovlev @ 2019-05-17 0:15 UTC (permalink / raw
To: gentoo-commits
commit: d04363c762bbd607fac205da35c61d5f87bdc795
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 00:13:02 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri May 17 00:13:02 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d04363c7
virtual/cargo: 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/cargo/cargo-1.34.0.ebuild | 17 -----------------
virtual/cargo/cargo-1.34.1.ebuild | 17 -----------------
2 files changed, 34 deletions(-)
diff --git a/virtual/cargo/cargo-1.34.0.ebuild b/virtual/cargo/cargo-1.34.0.ebuild
deleted file mode 100644
index 5e737019292..00000000000
--- a/virtual/cargo/cargo-1.34.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-RDEPEND="|| (
- =dev-lang/rust-${PV}*
- =dev-lang/rust-bin-${PV}*
- )"
diff --git a/virtual/cargo/cargo-1.34.1.ebuild b/virtual/cargo/cargo-1.34.1.ebuild
deleted file mode 100644
index 032ae4f274f..00000000000
--- a/virtual/cargo/cargo-1.34.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-
-RDEPEND="|| (
- =dev-lang/rust-${PV}*
- =dev-lang/rust-bin-${PV}*
- )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-05-24 9:06 Georgy Yakovlev
0 siblings, 0 replies; 44+ messages in thread
From: Georgy Yakovlev @ 2019-05-24 9:06 UTC (permalink / raw
To: gentoo-commits
commit: dcc106e44bf2981a6d358130eb2f37fa4c90d901
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri May 24 05:31:58 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri May 24 09:02:31 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcc106e4
virtual/cargo: 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/cargo/cargo-1.35.0.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/virtual/cargo/cargo-1.35.0.ebuild b/virtual/cargo/cargo-1.35.0.ebuild
new file mode 100644
index 00000000000..5e737019292
--- /dev/null
+++ b/virtual/cargo/cargo-1.35.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*
+ =dev-lang/rust-bin-${PV}*
+ )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-05-29 1:09 Aaron Bauman
0 siblings, 0 replies; 44+ messages in thread
From: Aaron Bauman @ 2019-05-29 1:09 UTC (permalink / raw
To: gentoo-commits
commit: 4457a28ad1848ef952030a4b5cd07b2dffcb6ad0
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed May 29 01:09:14 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed May 29 01:09:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4457a28a
virtual/cargo: 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/cargo/cargo-1.35.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/cargo/cargo-1.35.0.ebuild b/virtual/cargo/cargo-1.35.0.ebuild
index 5e737019292..2c015c4a0d9 100644
--- a/virtual/cargo/cargo-1.35.0.ebuild
+++ b/virtual/cargo/cargo-1.35.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 arm64 ~ppc64 ~x86"
RDEPEND="|| (
=dev-lang/rust-${PV}*
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-06-19 0:35 Georgy Yakovlev
0 siblings, 0 replies; 44+ messages in thread
From: Georgy Yakovlev @ 2019-06-19 0:35 UTC (permalink / raw
To: gentoo-commits
commit: f75ab6bd0258a76c3be96fa50f0cfaa9a5926ba1
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 23:13:57 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Jun 19 00:09:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75ab6bd
virtual/cargo: cleanup old unstable versions
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
virtual/cargo/cargo-1.29.2.ebuild | 20 --------------------
virtual/cargo/cargo-1.30.1.ebuild | 17 -----------------
virtual/cargo/cargo-1.31.1.ebuild | 17 -----------------
virtual/cargo/cargo-1.32.0.ebuild | 17 -----------------
virtual/cargo/cargo-1.33.0.ebuild | 17 -----------------
5 files changed, 88 deletions(-)
diff --git a/virtual/cargo/cargo-1.29.2.ebuild b/virtual/cargo/cargo-1.29.2.ebuild
deleted file mode 100644
index 75db8598289..00000000000
--- a/virtual/cargo/cargo-1.29.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-CARGO_DEPEND_VERSION="0.$(($(ver_cut 2) + 1)).0"
-
-RDEPEND="|| (
- =dev-lang/rust-${PV}*[cargo]
- =dev-lang/rust-bin-${PV}*[cargo]
- =dev-util/cargo-${CARGO_DEPEND_VERSION}*
- )"
diff --git a/virtual/cargo/cargo-1.30.1.ebuild b/virtual/cargo/cargo-1.30.1.ebuild
deleted file mode 100644
index 85bd2b1722d..00000000000
--- a/virtual/cargo/cargo-1.30.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-RDEPEND="|| (
- =dev-lang/rust-${PV}*
- =dev-lang/rust-bin-${PV}*
- )"
diff --git a/virtual/cargo/cargo-1.31.1.ebuild b/virtual/cargo/cargo-1.31.1.ebuild
deleted file mode 100644
index 85bd2b1722d..00000000000
--- a/virtual/cargo/cargo-1.31.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-RDEPEND="|| (
- =dev-lang/rust-${PV}*
- =dev-lang/rust-bin-${PV}*
- )"
diff --git a/virtual/cargo/cargo-1.32.0.ebuild b/virtual/cargo/cargo-1.32.0.ebuild
deleted file mode 100644
index 5e737019292..00000000000
--- a/virtual/cargo/cargo-1.32.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-RDEPEND="|| (
- =dev-lang/rust-${PV}*
- =dev-lang/rust-bin-${PV}*
- )"
diff --git a/virtual/cargo/cargo-1.33.0.ebuild b/virtual/cargo/cargo-1.33.0.ebuild
deleted file mode 100644
index 5e737019292..00000000000
--- a/virtual/cargo/cargo-1.33.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-RDEPEND="|| (
- =dev-lang/rust-${PV}*
- =dev-lang/rust-bin-${PV}*
- )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-06-19 0:35 Georgy Yakovlev
0 siblings, 0 replies; 44+ messages in thread
From: Georgy Yakovlev @ 2019-06-19 0:35 UTC (permalink / raw
To: gentoo-commits
commit: de879d3da4fb5544e27a70ef2bd640badeba5364
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 17 23:32:11 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=de879d3d
virtual/cargo: drop 1.29.1
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
virtual/cargo/cargo-1.29.1.ebuild | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/virtual/cargo/cargo-1.29.1.ebuild b/virtual/cargo/cargo-1.29.1.ebuild
deleted file mode 100644
index 078515624fc..00000000000
--- a/virtual/cargo/cargo-1.29.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-CARGO_DEPEND_VERSION="0.$(($(ver_cut 2) + 1)).0"
-
-RDEPEND="|| (
- =dev-lang/rust-${PV}*[cargo]
- =dev-lang/rust-bin-${PV}*[cargo]
- =dev-util/cargo-${CARGO_DEPEND_VERSION}*
- )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-07-08 23:01 Georgy Yakovlev
0 siblings, 0 replies; 44+ messages in thread
From: Georgy Yakovlev @ 2019-07-08 23:01 UTC (permalink / raw
To: gentoo-commits
commit: 85a9c20e52311314f1dc8d053e44c250ee098c28
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 8 03:20:15 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Jul 8 23:01:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85a9c20e
virtual/cargo: 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/cargo/cargo-1.36.0.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/virtual/cargo/cargo-1.36.0.ebuild b/virtual/cargo/cargo-1.36.0.ebuild
new file mode 100644
index 00000000000..5e737019292
--- /dev/null
+++ b/virtual/cargo/cargo-1.36.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*
+ =dev-lang/rust-bin-${PV}*
+ )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-08-16 2:44 Georgy Yakovlev
0 siblings, 0 replies; 44+ messages in thread
From: Georgy Yakovlev @ 2019-08-16 2:44 UTC (permalink / raw
To: gentoo-commits
commit: d0bd11ff953d0e86777923047b492652bb1fcb37
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 01:51:20 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 02:43:08 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0bd11ff
virtual/cargo: 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/cargo/cargo-1.37.0.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/virtual/cargo/cargo-1.37.0.ebuild b/virtual/cargo/cargo-1.37.0.ebuild
new file mode 100644
index 00000000000..5e737019292
--- /dev/null
+++ b/virtual/cargo/cargo-1.37.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*
+ =dev-lang/rust-bin-${PV}*
+ )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-09-26 22:06 Georgy Yakovlev
0 siblings, 0 replies; 44+ messages in thread
From: Georgy Yakovlev @ 2019-09-26 22:06 UTC (permalink / raw
To: gentoo-commits
commit: 182a50a4b62b96be2ddeae6a9d277eac336276ef
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 26 22:00:41 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=182a50a4
virtual/cargo: 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/cargo/cargo-1.38.0.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/virtual/cargo/cargo-1.38.0.ebuild b/virtual/cargo/cargo-1.38.0.ebuild
new file mode 100644
index 00000000000..5e737019292
--- /dev/null
+++ b/virtual/cargo/cargo-1.38.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*
+ =dev-lang/rust-bin-${PV}*
+ )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-09-29 21:00 Sergei Trofimovich
0 siblings, 0 replies; 44+ messages in thread
From: Sergei Trofimovich @ 2019-09-29 21:00 UTC (permalink / raw
To: gentoo-commits
commit: 807da093e07e7a3183383655ee9664040019c643
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 20:56:43 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=807da093
virtual/cargo: 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/cargo/cargo-1.37.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/cargo/cargo-1.37.0.ebuild b/virtual/cargo/cargo-1.37.0.ebuild
index 5e737019292..92fa0dd10a2 100644
--- a/virtual/cargo/cargo-1.37.0.ebuild
+++ b/virtual/cargo/cargo-1.37.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ppc64 ~x86"
RDEPEND="|| (
=dev-lang/rust-${PV}*
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-10-03 11:38 Agostino Sarubbo
0 siblings, 0 replies; 44+ messages in thread
From: Agostino Sarubbo @ 2019-10-03 11:38 UTC (permalink / raw
To: gentoo-commits
commit: 6186bfcb6d7c66e6616c31638a3c4098e2096551
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 3 11:38:11 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Oct 3 11:38:11 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6186bfcb
virtual/cargo: 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/cargo/cargo-1.37.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/cargo/cargo-1.37.0.ebuild b/virtual/cargo/cargo-1.37.0.ebuild
index 92fa0dd10a2..2fcec8d319f 100644
--- a/virtual/cargo/cargo-1.37.0.ebuild
+++ b/virtual/cargo/cargo-1.37.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ppc64 ~x86"
RDEPEND="|| (
=dev-lang/rust-${PV}*
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-10-06 21:18 Thomas Deutschmann
0 siblings, 0 replies; 44+ messages in thread
From: Thomas Deutschmann @ 2019-10-06 21:18 UTC (permalink / raw
To: gentoo-commits
commit: 5a0fbd30b62451ef5a7b130da75c865b045af3c2
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 6 21:06:01 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=5a0fbd30
virtual/cargo: x86 stable (bug #695696)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
virtual/cargo/cargo-1.37.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/cargo/cargo-1.37.0.ebuild b/virtual/cargo/cargo-1.37.0.ebuild
index 2fcec8d319f..6c1e71c9fa4 100644
--- a/virtual/cargo/cargo-1.37.0.ebuild
+++ b/virtual/cargo/cargo-1.37.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ppc64 x86"
RDEPEND="|| (
=dev-lang/rust-${PV}*
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-10-07 23:09 Aaron Bauman
0 siblings, 0 replies; 44+ messages in thread
From: Aaron Bauman @ 2019-10-07 23:09 UTC (permalink / raw
To: gentoo-commits
commit: 4250b2f02fb6d08cffe1cc27735e62765a82b80f
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 7 23:06:54 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Oct 7 23:06:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4250b2f0
virtual/cargo: arm64 stable (bug #695696)
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17
virtual/cargo/cargo-1.37.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/cargo/cargo-1.37.0.ebuild b/virtual/cargo/cargo-1.37.0.ebuild
index 6c1e71c9fa4..631c2ccb793 100644
--- a/virtual/cargo/cargo-1.37.0.ebuild
+++ b/virtual/cargo/cargo-1.37.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 x86"
RDEPEND="|| (
=dev-lang/rust-${PV}*
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-11-07 23:00 Georgy Yakovlev
0 siblings, 0 replies; 44+ messages in thread
From: Georgy Yakovlev @ 2019-11-07 23:00 UTC (permalink / raw
To: gentoo-commits
commit: d6369d7c5186fe469c10a51cb841dffbf6e63009
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 7 22:50:06 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Nov 7 22:54:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6369d7c
virtual/cargo: 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/cargo/cargo-1.39.0.ebuild | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/virtual/cargo/cargo-1.39.0.ebuild b/virtual/cargo/cargo-1.39.0.ebuild
new file mode 100644
index 00000000000..5e737019292
--- /dev/null
+++ b/virtual/cargo/cargo-1.39.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Package manager for Rust"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*
+ =dev-lang/rust-bin-${PV}*
+ )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-12-20 0:53 Georgy Yakovlev
0 siblings, 0 replies; 44+ messages in thread
From: Georgy Yakovlev @ 2019-12-20 0:53 UTC (permalink / raw
To: gentoo-commits
commit: 6f2b7984f6ebf7358ba25bfec5f0b4a34ea1f75d
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 23:27:49 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=6f2b7984
virtual/cargo: 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/cargo/cargo-1.40.0.ebuild | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/virtual/cargo/cargo-1.40.0.ebuild b/virtual/cargo/cargo-1.40.0.ebuild
new file mode 100644
index 00000000000..48b33a52ee1
--- /dev/null
+++ b/virtual/cargo/cargo-1.40.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="Package manager for Rust"
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="|| (
+ =dev-lang/rust-${PV}*
+ =dev-lang/rust-bin-${PV}*
+ )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-12-20 0:53 Georgy Yakovlev
0 siblings, 0 replies; 44+ messages in thread
From: Georgy Yakovlev @ 2019-12-20 0:53 UTC (permalink / raw
To: gentoo-commits
commit: c94f0f8774d1f81d09cad43aa986adc9654918c9
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 00:50:36 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 00:52:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94f0f87
virtual/cargo: drop 1.36.0
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
virtual/cargo/cargo-1.36.0.ebuild | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/virtual/cargo/cargo-1.36.0.ebuild b/virtual/cargo/cargo-1.36.0.ebuild
deleted file mode 100644
index 5e737019292..00000000000
--- a/virtual/cargo/cargo-1.36.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-RDEPEND="|| (
- =dev-lang/rust-${PV}*
- =dev-lang/rust-bin-${PV}*
- )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-12-20 0:53 Georgy Yakovlev
0 siblings, 0 replies; 44+ messages in thread
From: Georgy Yakovlev @ 2019-12-20 0:53 UTC (permalink / raw
To: gentoo-commits
commit: 26835147b8710a5b691ddd52d8f05dec3675beb8
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 00:48:54 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 00:52:52 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26835147
virtual/cargo: drop 1.35.0
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
virtual/cargo/cargo-1.35.0.ebuild | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/virtual/cargo/cargo-1.35.0.ebuild b/virtual/cargo/cargo-1.35.0.ebuild
deleted file mode 100644
index 2c015c4a0d9..00000000000
--- a/virtual/cargo/cargo-1.35.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 arm64 ~ppc64 ~x86"
-
-RDEPEND="|| (
- =dev-lang/rust-${PV}*
- =dev-lang/rust-bin-${PV}*
- )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-12-20 0:53 Georgy Yakovlev
0 siblings, 0 replies; 44+ messages in thread
From: Georgy Yakovlev @ 2019-12-20 0:53 UTC (permalink / raw
To: gentoo-commits
commit: 88eb403bd39632f26551e958bee444b9402cdba3
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 20 00:48:14 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=88eb403b
virtual/cargo: drop 1.34.2
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
virtual/cargo/cargo-1.34.2.ebuild | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/virtual/cargo/cargo-1.34.2.ebuild b/virtual/cargo/cargo-1.34.2.ebuild
deleted file mode 100644
index 032ae4f274f..00000000000
--- a/virtual/cargo/cargo-1.34.2.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-
-RDEPEND="|| (
- =dev-lang/rust-${PV}*
- =dev-lang/rust-bin-${PV}*
- )"
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-12-24 15:02 Mikle Kolyada
0 siblings, 0 replies; 44+ messages in thread
From: Mikle Kolyada @ 2019-12-24 15:02 UTC (permalink / raw
To: gentoo-commits
commit: 50a18a653dd7a7469b9f5b572cbbeae0110c6c2e
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 15:02:21 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 15:02:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a18a65
virtual/cargo: 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/cargo/cargo-1.40.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/cargo/cargo-1.40.0.ebuild b/virtual/cargo/cargo-1.40.0.ebuild
index 48b33a52ee1..a36d725b602 100644
--- a/virtual/cargo/cargo-1.40.0.ebuild
+++ b/virtual/cargo/cargo-1.40.0.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="Package manager for Rust"
LICENSE=""
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
RDEPEND="|| (
=dev-lang/rust-${PV}*
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2019-12-24 15:02 Mikle Kolyada
0 siblings, 0 replies; 44+ messages in thread
From: Mikle Kolyada @ 2019-12-24 15:02 UTC (permalink / raw
To: gentoo-commits
commit: 1cdb712851fae12de9b0317290a686d925344603
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 15:00:56 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 15:00:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cdb7128
virtual/cargo: 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/cargo/cargo-1.38.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/virtual/cargo/cargo-1.38.0.ebuild b/virtual/cargo/cargo-1.38.0.ebuild
index 5e737019292..03936f0889c 100644
--- a/virtual/cargo/cargo-1.38.0.ebuild
+++ b/virtual/cargo/cargo-1.38.0.ebuild
@@ -9,7 +9,7 @@ SRC_URI=""
LICENSE=""
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
RDEPEND="|| (
=dev-lang/rust-${PV}*
^ permalink raw reply related [flat|nested] 44+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
@ 2020-02-18 3:37 Georgy Yakovlev
0 siblings, 0 replies; 44+ messages in thread
From: Georgy Yakovlev @ 2020-02-18 3:37 UTC (permalink / raw
To: gentoo-commits
commit: 32987270f97cc9d8fe06db4baf7e14f4ca97ec55
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 03:33:06 2020 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 03:36:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32987270
virtual/cargo: remove last rited package
Closes: https://bugs.gentoo.org/695698
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
virtual/cargo/cargo-1.37.0.ebuild | 17 -----------------
virtual/cargo/cargo-1.38.0.ebuild | 17 -----------------
virtual/cargo/cargo-1.39.0.ebuild | 17 -----------------
virtual/cargo/cargo-1.40.0.ebuild | 15 ---------------
virtual/cargo/metadata.xml | 8 --------
5 files changed, 74 deletions(-)
diff --git a/virtual/cargo/cargo-1.37.0.ebuild b/virtual/cargo/cargo-1.37.0.ebuild
deleted file mode 100644
index 631c2ccb793..00000000000
--- a/virtual/cargo/cargo-1.37.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="amd64 arm64 ppc64 x86"
-
-RDEPEND="|| (
- =dev-lang/rust-${PV}*
- =dev-lang/rust-bin-${PV}*
- )"
diff --git a/virtual/cargo/cargo-1.38.0.ebuild b/virtual/cargo/cargo-1.38.0.ebuild
deleted file mode 100644
index 03936f0889c..00000000000
--- a/virtual/cargo/cargo-1.38.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-RDEPEND="|| (
- =dev-lang/rust-${PV}*
- =dev-lang/rust-bin-${PV}*
- )"
diff --git a/virtual/cargo/cargo-1.39.0.ebuild b/virtual/cargo/cargo-1.39.0.ebuild
deleted file mode 100644
index 5e737019292..00000000000
--- a/virtual/cargo/cargo-1.39.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Package manager for Rust"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-RDEPEND="|| (
- =dev-lang/rust-${PV}*
- =dev-lang/rust-bin-${PV}*
- )"
diff --git a/virtual/cargo/cargo-1.40.0.ebuild b/virtual/cargo/cargo-1.40.0.ebuild
deleted file mode 100644
index a36d725b602..00000000000
--- a/virtual/cargo/cargo-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
-
-DESCRIPTION="Package manager for Rust"
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-RDEPEND="|| (
- =dev-lang/rust-${PV}*
- =dev-lang/rust-bin-${PV}*
- )"
diff --git a/virtual/cargo/metadata.xml b/virtual/cargo/metadata.xml
deleted file mode 100644
index 85cf4eb9205..00000000000
--- a/virtual/cargo/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>rust@gentoo.org</email>
- <name>Rust Project</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 44+ messages in thread
end of thread, other threads:[~2020-02-18 3:37 UTC | newest]
Thread overview: 44+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-08 20:05 [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/ Patrick McLean
-- strict thread matches above, loose matches on Subject: below --
2020-02-18 3:37 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-11-14 16:16 Dirkjan Ochtman
2018-10-20 18:58 Dirkjan Ochtman
2018-10-05 13:11 Dirkjan Ochtman
2018-10-04 7:59 Mikle Kolyada
2018-09-29 19:15 Dirkjan Ochtman
2018-09-29 13:22 Dirkjan Ochtman
2018-09-27 16:23 Thomas Deutschmann
2018-09-27 16:23 Thomas Deutschmann
2018-09-09 7:59 Mikle Kolyada
2018-08-04 12:16 Dirkjan Ochtman
2018-07-13 20:17 Dirkjan Ochtman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox