From 92112db0b116f1dd479078b05348cf0065863ffc Mon Sep 17 00:00:00 2001 From: Jauhien Piatlicki Date: Sat, 11 Apr 2015 23:51:23 +0200 Subject: [app-emacs/rust-mode,app-shells/rust-zshcomp,app-vim/rust-mode] delete old versions upstream provides no releases now, so only live ebuilds left in the overlay --- app-shells/rust-zshcomp/Manifest | 1 - .../rust-zshcomp/rust-zshcomp-1.0.0_alpha.ebuild | 32 ---------------------- 2 files changed, 33 deletions(-) delete mode 100644 app-shells/rust-zshcomp/Manifest delete mode 100644 app-shells/rust-zshcomp/rust-zshcomp-1.0.0_alpha.ebuild (limited to 'app-shells/rust-zshcomp') diff --git a/app-shells/rust-zshcomp/Manifest b/app-shells/rust-zshcomp/Manifest deleted file mode 100644 index 83d888f..0000000 --- a/app-shells/rust-zshcomp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rustc-1.0.0-alpha-src.tar.gz 21344613 SHA256 3a2285726e839fc57ad49ed8907a50bab2d29d8f898e2d5a02f620a0477fc25c SHA512 7285f1a90e75b31d4455a025a93fbdc590203e0875e3c1845df99e20d92a880573dff8ccb9d0ab4e85f64208a4eb46f5f71dd0c7def8e3d589021b90714d7b06 WHIRLPOOL 827b18b363ccde654499b616937df76daaf8b43bf76af2ac438006c3f0d71540df41d1cd109f58822627c9aea1be9f106ced3ff82630e965fce62f82bbceae75 diff --git a/app-shells/rust-zshcomp/rust-zshcomp-1.0.0_alpha.ebuild b/app-shells/rust-zshcomp/rust-zshcomp-1.0.0_alpha.ebuild deleted file mode 100644 index 3af9f71..0000000 --- a/app-shells/rust-zshcomp/rust-zshcomp-1.0.0_alpha.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -MY_PV="rustc-1.0.0-alpha" -DESCRIPTION="Rust zsh completions" -HOMEPAGE="http://www.rust-lang.org/" -SRC_URI="http://static.rust-lang.org/dist/${MY_PV}-src.tar.gz" - -LICENSE="|| ( MIT Apache-2.0 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="app-shells/zsh" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_PV}" - -src_configure() { - : -} - -src_compile() { - : -} - -src_install() { - insinto /usr/share/zsh/site-functions - doins src/etc/zsh/_rust -} -- cgit v1.2.3-65-gdbad