summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2018-09-29 21:06:06 +0200
committerDirkjan Ochtman <djc@gentoo.org>2018-09-29 21:15:10 +0200
commit286ee7f9d2ae07a3fe384db9b31325bcaf95a4f2 (patch)
tree730860e688d56d64ed96ef8044e75a43cbd87a23 /dev-util/rustfmt/rustfmt-0.6.3.ebuild
parentapp-office/libreoffice-bin-debug: amd64/x86 stable wrt bug #658754 (diff)
downloadgentoo-286ee7f9d2ae07a3fe384db9b31325bcaf95a4f2.tar.gz
gentoo-286ee7f9d2ae07a3fe384db9b31325bcaf95a4f2.tar.bz2
gentoo-286ee7f9d2ae07a3fe384db9b31325bcaf95a4f2.zip
dev-util/rustfmt: remove old versions
Signed-off-by: Dirkjan Ochtman <djc@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-util/rustfmt/rustfmt-0.6.3.ebuild')
-rw-r--r--dev-util/rustfmt/rustfmt-0.6.3.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/dev-util/rustfmt/rustfmt-0.6.3.ebuild b/dev-util/rustfmt/rustfmt-0.6.3.ebuild
deleted file mode 100644
index bb7b0a5a35f7..000000000000
--- a/dev-util/rustfmt/rustfmt-0.6.3.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-CRATES="
-aho-corasick-0.5.3
-bitflags-0.7.0
-diff-0.1.9
-env_logger-0.3.5
-getopts-0.2.14
-itertools-0.4.19
-kernel32-sys-0.2.2
-libc-0.2.16
-log-0.3.6
-memchr-0.1.11
-multimap-0.3.0
-regex-0.1.77
-regex-syntax-0.3.5
-rustc-serialize-0.3.19
-rustfmt-0.6.3
-strings-0.0.1
-syntex_errors-0.44.0
-syntex_pos-0.44.0
-syntex_syntax-0.44.1
-term-0.4.4
-thread-id-2.0.0
-thread_local-0.2.7
-toml-0.1.30
-unicode-segmentation-0.1.2
-unicode-xid-0.0.3
-utf8-ranges-0.1.3
-walkdir-0.1.8
-winapi-0.2.8
-winapi-build-0.1.1
-"
-
-inherit cargo
-
-DESCRIPTION="Tool to find and fix Rust formatting issues"
-HOMEPAGE="https://github.com/rust-lang-nursery/rustfmt"
-SRC_URI="$(cargo_crate_uris ${CRATES})"
-LICENSE="|| ( MIT Apache-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/rust-1.8.0"
-RDEPEND=""