From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-rust/
Date: Sat, 3 Jul 2021 07:55:55 +0000 (UTC) [thread overview]
Message-ID: <1625298935.c4670cf696811fc39fdefe224901d06bc04e874d.gyakovlev@gentoo> (raw)
commit: c4670cf696811fc39fdefe224901d06bc04e874d
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 3 07:52:57 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Sat Jul 3 07:55:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4670cf6
app-eselect/eselect-rust: add 20210703, unkeyworded for testing
Bug: https://bugs.gentoo.org/790305
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
app-eselect/eselect-rust/Manifest | 1 +
.../eselect-rust/eselect-rust-20210703.ebuild | 33 ++++++++++++++++++++++
app-eselect/eselect-rust/metadata.xml | 3 --
3 files changed, 34 insertions(+), 3 deletions(-)
diff --git a/app-eselect/eselect-rust/Manifest b/app-eselect/eselect-rust/Manifest
index 284f19474c6..15244489dc0 100644
--- a/app-eselect/eselect-rust/Manifest
+++ b/app-eselect/eselect-rust/Manifest
@@ -1 +1,2 @@
DIST eselect-rust-20200419.tar.bz2 50278 BLAKE2B 5d5e773a0e0481403e1645cb5fdf642e1ce5d1819e9699a79fcaf822ff3e6f258b2d1958548e00df200d9aaf061be1d3b1773e6b0e92b498fe75316ac13ff235 SHA512 68db32df19864a8365e272946161966b9cb513d7403dd1df7a4c7d87fba3b8bfcad59b407dca7dd6c8e0756f2e5cbde367ade69629eaa78d019d2b524051f741
+DIST eselect-rust-20210703.tar.bz2 4253 BLAKE2B 1d04c00db1794148b6d908c44172b8958f5ae2c7753875675387eea175ce914b7315452923a819d1b77bf22f10493ba9704c70d48388faa080b6af49efccb956 SHA512 b8f4f03f299a8415019746964347dffc5520dfcf79fd9d059bf600f63045ab80f8692509f0358be427c676ce98692ac8342b6f447aef21ce4d7ca048741b5e47
diff --git a/app-eselect/eselect-rust/eselect-rust-20210703.ebuild b/app-eselect/eselect-rust/eselect-rust-20210703.ebuild
new file mode 100644
index 00000000000..6971f663f9d
--- /dev/null
+++ b/app-eselect/eselect-rust/eselect-rust-20210703.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit autotools
+if [[ ${PV} == "99999999" ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git"
+else
+ SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2"
+ #KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+DESCRIPTION="Eselect module for management of multiple Rust versions"
+HOMEPAGE="https://gitweb.gentoo.org/proj/eselect-rust.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=app-admin/eselect-1.2.3"
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+pkg_postinst() {
+ if has_version 'dev-lang/rust' || has_version 'dev-lang/rust-bin'; then
+ eselect rust update --if-unset
+ fi
+}
diff --git a/app-eselect/eselect-rust/metadata.xml b/app-eselect/eselect-rust/metadata.xml
index d11f1c3ca9a..35ce8ff316b 100644
--- a/app-eselect/eselect-rust/metadata.xml
+++ b/app-eselect/eselect-rust/metadata.xml
@@ -4,8 +4,5 @@
<maintainer type="project">
<email>rust@gentoo.org</email>
</maintainer>
- <upstream>
- <remote-id type="github">jauhien/eselect-rust</remote-id>
- </upstream>
<stabilize-allarches/>
</pkgmetadata>
next reply other threads:[~2021-07-03 7:55 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-03 7:55 Georgy Yakovlev [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-23 21:08 [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-rust/ Arthur Zamarin
2022-09-23 0:05 Sam James
2022-07-26 18:41 Sam James
2022-06-25 5:31 Georgy Yakovlev
2022-05-31 14:56 Jakov Smolić
2021-12-26 0:41 Georgy Yakovlev
2021-07-29 4:34 Georgy Yakovlev
2021-07-29 4:34 Georgy Yakovlev
2021-07-29 4:34 Georgy Yakovlev
2021-05-13 15:07 Yixun Lan
2021-04-27 18:59 Georgy Yakovlev
2021-02-07 1:43 Sam James
2020-07-19 1:47 Sam James
2020-05-02 13:55 Thomas Deutschmann
2020-05-02 13:55 Thomas Deutschmann
2020-04-19 1:29 Thomas Deutschmann
2020-01-07 17:39 Thomas Deutschmann
2020-01-07 17:39 Thomas Deutschmann
2020-01-01 22:54 Thomas Deutschmann
2019-12-24 15:02 Mikle Kolyada
2019-09-29 21:00 Sergei Trofimovich
2019-05-29 1:09 Aaron Bauman
2019-03-15 0:07 Thomas Deutschmann
2019-03-15 0:07 Thomas Deutschmann
2019-03-11 7:32 Thomas Deutschmann
2019-03-11 6:29 Thomas Deutschmann
2018-12-25 19:44 Sergei Trofimovich
2018-03-03 9:47 Michał Górny
2016-12-19 14:24 Tobias Klausmann
2016-04-05 15:10 Doug Goldstein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1625298935.c4670cf696811fc39fdefe224901d06bc04e874d.gyakovlev@gentoo \
--to=gyakovlev@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox