public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Dirkjan Ochtman" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/
Date: Fri, 13 Jul 2018 20:17:41 +0000 (UTC)	[thread overview]
Message-ID: <1531513004.e42627cc9349699282c54c7c2ddd35e84cce00d1.djc@gentoo> (raw)

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>


             reply	other threads:[~2018-07-13 20:17 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-13 20:17 Dirkjan Ochtman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-08-04 12:16 [gentoo-commits] repo/gentoo:master commit in: virtual/cargo/ Dirkjan Ochtman
2018-09-09  7:59 Mikle Kolyada
2018-09-27 16:23 Thomas Deutschmann
2018-09-27 16:23 Thomas Deutschmann
2018-09-29 13:22 Dirkjan Ochtman
2018-09-29 19:15 Dirkjan Ochtman
2018-10-04  7:59 Mikle Kolyada
2018-10-05 13:11 Dirkjan Ochtman
2018-10-20 18:58 Dirkjan Ochtman
2018-11-14 16:16 Dirkjan Ochtman
2018-12-08 20:05 Patrick McLean
2018-12-21  1:42 Patrick McLean
2018-12-25 19:44 Sergei Trofimovich
2018-12-25 19:44 Sergei Trofimovich
2019-01-18  1:19 Patrick McLean
2019-03-07  4:40 Georgy Yakovlev
2019-04-12  4:08 Georgy Yakovlev
2019-04-26  4:48 Georgy Yakovlev
2019-05-11 11:05 Mikle Kolyada
2019-05-12 19:29 Thomas Deutschmann
2019-05-14 18:19 Georgy Yakovlev
2019-05-15 14:54 Mikle Kolyada
2019-05-16 23:56 Thomas Deutschmann
2019-05-17  0:15 Georgy Yakovlev
2019-05-24  9:06 Georgy Yakovlev
2019-05-29  1:09 Aaron Bauman
2019-06-19  0:35 Georgy Yakovlev
2019-06-19  0:35 Georgy Yakovlev
2019-07-08 23:01 Georgy Yakovlev
2019-08-16  2:44 Georgy Yakovlev
2019-09-26 22:06 Georgy Yakovlev
2019-09-29 21:00 Sergei Trofimovich
2019-10-03 11:38 Agostino Sarubbo
2019-10-06 21:18 Thomas Deutschmann
2019-10-07 23:09 Aaron Bauman
2019-11-07 23:00 Georgy Yakovlev
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-12-24 15:02 Mikle Kolyada
2019-12-24 15:02 Mikle Kolyada
2020-02-18  3:37 Georgy Yakovlev

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=1531513004.e42627cc9349699282c54c7c2ddd35e84cce00d1.djc@gentoo \
    --to=djc@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