mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-07 18:31:54 +01:00
bump(virtual/cargo): sync with upstream
This commit is contained in:
parent
7e04db865b
commit
9b9126531e
7
sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/cargo-1.29.1
vendored
Normal file
7
sdk_container/src/third_party/portage-stable/metadata/md5-cache/virtual/cargo-1.29.1
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
DEFINED_PHASES=-
|
||||
DESCRIPTION=Package manager for Rust
|
||||
EAPI=7
|
||||
KEYWORDS=amd64 ~arm64 x86
|
||||
RDEPEND=|| ( =dev-lang/rust-1.29.1*[cargo] =dev-lang/rust-bin-1.29.1*[cargo] =dev-util/cargo-0.30.0* )
|
||||
SLOT=0
|
||||
_md5_=aa98142b226cc779bd1179989de9df92
|
||||
20
sdk_container/src/third_party/portage-stable/virtual/cargo/cargo-1.29.1.ebuild
vendored
Normal file
20
sdk_container/src/third_party/portage-stable/virtual/cargo/cargo-1.29.1.ebuild
vendored
Normal file
@ -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}*
|
||||
)"
|
||||
8
sdk_container/src/third_party/portage-stable/virtual/cargo/metadata.xml
vendored
Normal file
8
sdk_container/src/third_party/portage-stable/virtual/cargo/metadata.xml
vendored
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>
|
||||
Loading…
x
Reference in New Issue
Block a user