* [gentoo-commits] proj/musl:master commit in: virtual/rust/
@ 2017-12-14 2:13 Aric Belsito
0 siblings, 0 replies; 4+ messages in thread
From: Aric Belsito @ 2017-12-14 2:13 UTC (permalink / raw
To: gentoo-commits
commit: f285901e5f470501d667785d6f5a4179b0fc14b8
Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Wed Dec 13 17:00:58 2017 +0000
Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Wed Dec 13 17:00:58 2017 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=f285901e
virtual/rust: new package
adjusted from @smaeul's overlay
virtual/rust/metadata.xml | 8 ++++++++
virtual/rust/rust-1.21.0.ebuild | 15 +++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/virtual/rust/metadata.xml b/virtual/rust/metadata.xml
new file mode 100644
index 0000000..85cf4eb
--- /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>rust@gentoo.org</email>
+ <name>Rust Project</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/virtual/rust/rust-1.21.0.ebuild b/virtual/rust/rust-1.21.0.ebuild
new file mode 100644
index 0000000..909c340
--- /dev/null
+++ b/virtual/rust/rust-1.21.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 ~arm ~x86"
+
+DEPEND=""
+RDEPEND="=dev-lang/rust-${PV}*"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/musl:master commit in: virtual/rust/
@ 2018-05-14 16:41 Aric Belsito
0 siblings, 0 replies; 4+ messages in thread
From: Aric Belsito @ 2018-05-14 16:41 UTC (permalink / raw
To: gentoo-commits
commit: f087eecab768670f648de14b09834a257e406a09
Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
AuthorDate: Mon May 14 16:41:17 2018 +0000
Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
CommitDate: Mon May 14 16:41:17 2018 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=f087eeca
virtual/rust: remove
sync with upstream
virtual/rust/metadata.xml | 8 --------
virtual/rust/rust-1.21.0.ebuild | 15 ---------------
2 files changed, 23 deletions(-)
diff --git a/virtual/rust/metadata.xml b/virtual/rust/metadata.xml
deleted file mode 100644
index 85cf4eb..0000000
--- a/virtual/rust/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>
diff --git a/virtual/rust/rust-1.21.0.ebuild b/virtual/rust/rust-1.21.0.ebuild
deleted file mode 100644
index 909c340..0000000
--- a/virtual/rust/rust-1.21.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 ~arm ~x86"
-
-DEPEND=""
-RDEPEND="=dev-lang/rust-${PV}*"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] proj/musl:master commit in: virtual/rust/
@ 2021-04-29 18:31 Dave Hughes
0 siblings, 0 replies; 4+ messages in thread
From: Dave Hughes @ 2021-04-29 18:31 UTC (permalink / raw
To: gentoo-commits
commit: ab4eb2725f7f10dc4354941bf6adc4f7ee3f45a0
Author: Dave Hughes <davidhughes205 <AT> gmail <DOT> com>
AuthorDate: Thu Apr 29 18:31:53 2021 +0000
Commit: Dave Hughes <davidhughes205 <AT> gmail <DOT> com>
CommitDate: Thu Apr 29 18:31:53 2021 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=ab4eb272
virtual/rust: adjust KEYWORDS
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Dave Hughes <davidhughes205 <AT> gmail.com>
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 4cbb628..885ef01 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] 4+ messages in thread
* [gentoo-commits] proj/musl:master commit in: virtual/rust/
@ 2021-06-07 16:55 Jory Pratt
0 siblings, 0 replies; 4+ messages in thread
From: Jory Pratt @ 2021-06-07 16:55 UTC (permalink / raw
To: gentoo-commits
commit: d430cc9643698cfd46ce0aef6b9c249c2273a828
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 7 16:52:24 2021 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Mon Jun 7 16:52:24 2021 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=d430cc96
virtual/rust: remove unsupported rust virtual
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
virtual/rust/metadata.xml | 8 --------
virtual/rust/rust-1.47.0.ebuild | 15 ---------------
2 files changed, 23 deletions(-)
diff --git a/virtual/rust/metadata.xml b/virtual/rust/metadata.xml
deleted file mode 100644
index 85cf4eb..0000000
--- a/virtual/rust/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>
diff --git a/virtual/rust/rust-1.47.0.ebuild b/virtual/rust/rust-1.47.0.ebuild
deleted file mode 100644
index 885ef01..0000000
--- 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}] )"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-06-07 16:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-07 16:55 [gentoo-commits] proj/musl:master commit in: virtual/rust/ Jory Pratt
-- strict thread matches above, loose matches on Subject: below --
2021-04-29 18:31 Dave Hughes
2018-05-14 16:41 Aric Belsito
2017-12-14 2:13 Aric Belsito
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox