summaryrefslogtreecommitdiff
path: root/app-vim/slimv
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2015-08-24 23:35:33 -0400
committerTim Harder <radhermit@gentoo.org>2015-08-24 23:35:33 -0400
commit8e55e5cc99997a597cde35d1d9d45404f4daaff4 (patch)
treec6c3e74b1a4c4ff833900041561c50ee79ee2b2e /app-vim/slimv
parent32ca517e91743a833c04fb94b946f0aea424d326 (diff)
downloadgentoo-8e55e5cc99997a597cde35d1d9d45404f4daaff4.tar.gz
gentoo-8e55e5cc99997a597cde35d1d9d45404f4daaff4.tar.xz
app-vim/slimv: remove old
Diffstat (limited to 'app-vim/slimv')
-rw-r--r--app-vim/slimv/Manifest1
-rw-r--r--app-vim/slimv/slimv-0.9.11.ebuild31
-rw-r--r--app-vim/slimv/slimv-0.9.12.ebuild31
3 files changed, 0 insertions, 63 deletions
diff --git a/app-vim/slimv/Manifest b/app-vim/slimv/Manifest
index 42d9e0dbc39..fac75184963 100644
--- a/app-vim/slimv/Manifest
+++ b/app-vim/slimv/Manifest
@@ -1,2 +1 @@
-DIST slimv-0.9.11.tar.bz2 614946 SHA256 97213b2e31c8a5aaf73e3852b27bc08f7556513dfc854bc617628e6bd1d1f579 SHA512 883339af9dcc4a23cd5c142dc849dc064e8785ddd509163c0e31ad81418c5231506209d5b1b089d8dc4b4161ebf49ff65b8898c258522993ee72b5e630106726 WHIRLPOOL 28dd1574ffe974a6e0f6ea1803f1a49126dd99b406083ef437fa3b206844ad87c15dbfe2593acf787875873812642ddd81d27ab2d3f3fe5efe4430b016f8bfca
DIST slimv-0.9.12.tar.bz2 614025 SHA256 ee7785027191fc74041d874e3a390cdd4044dc9dcd85392671016601b77161b1 SHA512 7ccf617780c5d6b8d25738546cb9df6986b4409748a5938e8d9112b057d34626a6b8525fb8622db06d0f300d6ec38f7513ef2c0e49df3bcd89614888887ca057 WHIRLPOOL c455c56422714af809efe18a05e2d12542030bf83d90b11656570e0df94f67624398b7a5953e8b5f1892121ccec3b6608a726b25cf261bbcec6691b94f02a740
diff --git a/app-vim/slimv/slimv-0.9.11.ebuild b/app-vim/slimv/slimv-0.9.11.ebuild
deleted file mode 100644
index f5a8a95b2d5..00000000000
--- a/app-vim/slimv/slimv-0.9.11.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: aid Lisp development by providing a SLIME-like Lisp and Clojure REPL"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2531"
-SRC_URI="https://bitbucket.org/kovisoft/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
-LICENSE="public-domain"
-KEYWORDS="amd64 x86"
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
- >=dev-lang/python-2.4
- || (
- dev-lisp/clisp
- dev-lang/clojure
- dev-lisp/abcl
- dev-lisp/clozurecl
- dev-lisp/ecls
- dev-lisp/sbcl
- )"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
- # remove emacs related files
- rm -r slime swank-clojure || die
-}
diff --git a/app-vim/slimv/slimv-0.9.12.ebuild b/app-vim/slimv/slimv-0.9.12.ebuild
deleted file mode 100644
index 0ffa4878879..00000000000
--- a/app-vim/slimv/slimv-0.9.12.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: aid Lisp development by providing a SLIME-like Lisp and Clojure REPL"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2531"
-SRC_URI="https://bitbucket.org/kovisoft/${PN}/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
-LICENSE="public-domain"
-KEYWORDS="amd64 x86"
-
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
- >=dev-lang/python-2.4
- || (
- dev-lisp/clisp
- dev-lang/clojure
- dev-lisp/abcl
- dev-lisp/clozurecl
- dev-lisp/ecls
- dev-lisp/sbcl
- )"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
- # remove emacs related files
- rm -r slime swank-clojure || die
-}