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-emacs
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-emacs')
-rw-r--r--app-emacs/rust-mode/Manifest1
-rw-r--r--app-emacs/rust-mode/rust-mode-1.0.0_alpha.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/app-emacs/rust-mode/Manifest b/app-emacs/rust-mode/Manifest
deleted file mode 100644
index 83d888f..0000000
--- a/app-emacs/rust-mode/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-emacs/rust-mode/rust-mode-1.0.0_alpha.ebuild b/app-emacs/rust-mode/rust-mode-1.0.0_alpha.ebuild
deleted file mode 100644
index 601b5f1..0000000
--- a/app-emacs/rust-mode/rust-mode-1.0.0_alpha.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit elisp
-
-MY_PV="rustc-1.0.0-alpha"
-
-DESCRIPTION="A major emacs mode for editing Rust source code"
-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"
-
-S="${WORKDIR}/${MY_PV}/src/etc/emacs"
-
-SITEFILE="50${PN}-gentoo.el"