diff options
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 -} |