aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJauhien Piatlicki <jauhien@gentoo.org>2015-04-11 23:51:23 +0200
committerJauhien Piatlicki <jauhien@gentoo.org>2015-04-11 23:51:23 +0200
commit92112db0b116f1dd479078b05348cf0065863ffc (patch)
tree9cb0b9805f409faa4c4d1311f561017bd16218c5 /app-shells
parentMerge pull request #101 from jauhien/master (diff)
downloadrust-92112db0b116f1dd479078b05348cf0065863ffc.tar.gz
rust-92112db0b116f1dd479078b05348cf0065863ffc.tar.bz2
rust-92112db0b116f1dd479078b05348cf0065863ffc.zip
[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
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/rust-zshcomp/Manifest1
-rw-r--r--app-shells/rust-zshcomp/rust-zshcomp-1.0.0_alpha.ebuild32
2 files changed, 0 insertions, 33 deletions
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
-}