mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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
This commit is contained in:
19
virtual/cargo/cargo-1.27.1.ebuild
Normal file
19
virtual/cargo/cargo-1.27.1.ebuild
Normal file
@@ -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*
|
||||
)"
|
||||
8
virtual/cargo/metadata.xml
Normal file
8
virtual/cargo/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user