-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
+++ /dev/null
-# 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
-}
+++ /dev/null
-# 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
-}