mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-15 14:22:22 +01:00
bump(app-eselect/eselect-rust): sync with upstream
This commit is contained in:
parent
b79aa30f4c
commit
1c7339fb7f
1
sdk_container/src/third_party/portage-stable/app-eselect/eselect-rust/Manifest
vendored
Normal file
1
sdk_container/src/third_party/portage-stable/app-eselect/eselect-rust/Manifest
vendored
Normal file
@ -0,0 +1 @@
|
||||
DIST eselect-rust-0.3_pre20150428.tar.gz 64722 SHA256 2c8c8703ef252d3504befc67da37c1ff5bc7f7df876754ae962a8805ed7d0837 SHA512 214a6eb4b1f9bfcaed1a5fe92ec9633a82316716ffda8db2d2f88bfcbdae17ef7c026091de3927efad5c3624bb7003166d2ebadea6dd8828a0f1c41e0d3f16e7 WHIRLPOOL 18b5564fbb92030c28a2d18a46ea860d9f98d86ef136cbba25af7d769f6799e71bcbb6d7e1fc9983a6b40b350e4840d684716c21cb8d52fe8dd7ef2854f317a2
|
||||
@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
DESCRIPTION="eselect module for rust"
|
||||
HOMEPAGE="https://github.com/jauhien/eselect-rust"
|
||||
SRC_URI="https://github.com/jauhien/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
|
||||
RDEPEND="app-admin/eselect"
|
||||
|
||||
pkg_preinst() {
|
||||
if has_version 'app-eselect/eselect-rust' ; then
|
||||
eselect rust unset
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if has_version 'dev-lang/rust' || has_version 'dev-lang/rust-bin' ; then
|
||||
eselect rust update --if-unset
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_prerm() {
|
||||
eselect rust unset
|
||||
}
|
||||
10
sdk_container/src/third_party/portage-stable/app-eselect/eselect-rust/metadata.xml
vendored
Normal file
10
sdk_container/src/third_party/portage-stable/app-eselect/eselect-rust/metadata.xml
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<?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>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">jauhien/eselect-rust</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@ -0,0 +1,10 @@
|
||||
DEFINED_PHASES=postinst preinst prerm
|
||||
DESCRIPTION=eselect module for rust
|
||||
EAPI=5
|
||||
HOMEPAGE=https://github.com/jauhien/eselect-rust
|
||||
KEYWORDS=amd64 x86
|
||||
LICENSE=GPL-2
|
||||
RDEPEND=app-admin/eselect
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/jauhien/eselect-rust/archive/0.3_pre20150428.tar.gz -> eselect-rust-0.3_pre20150428.tar.gz
|
||||
_md5_=597c492942d13df020cbc55cba270148
|
||||
Loading…
x
Reference in New Issue
Block a user