diff options
author | 2020-08-26 11:33:51 +0400 | |
---|---|---|
committer | 2020-08-26 11:34:15 +0400 | |
commit | 113128b4d90934a1e0cafef7078fa2da06ef7ac4 (patch) | |
tree | 93a57e2f568a033ef6e4a58ed60e7151df3f703c /dev-util/sccache/sccache-0.2.6.ebuild | |
parent | Fix install of media-sound/spotifyd and media-sound/spotify-tui (diff) | |
download | rust-113128b4d90934a1e0cafef7078fa2da06ef7ac4.tar.gz rust-113128b4d90934a1e0cafef7078fa2da06ef7ac4.tar.bz2 rust-113128b4d90934a1e0cafef7078fa2da06ef7ac4.zip |
sccache is in tree
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
Diffstat (limited to 'dev-util/sccache/sccache-0.2.6.ebuild')
-rw-r--r-- | dev-util/sccache/sccache-0.2.6.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-util/sccache/sccache-0.2.6.ebuild b/dev-util/sccache/sccache-0.2.6.ebuild deleted file mode 100644 index dab1ecf..0000000 --- a/dev-util/sccache/sccache-0.2.6.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cargo - -CARGO_FETCH_CRATES=yes - -DESCRIPTION="sccache is ccache with cloud storage" -HOMEPAGE="https://github.com/mozilla/sccache" -SRC_URI="https://github.com/mozilla/sccache/archive/${PV}.tar.gz -> ${P}.tar.gz - $(cargo_crate_uris ${CRATES})" -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="dev-lang/rust" -RDEPEND="" - -src_unpack() { - cargo_src_unpack - default -} |