commit:     0a256d6fad5d8e24bf58ff7b8a0e890fcb487276
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 21 18:28:37 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Dec 23 21:44:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a256d6f

app-vim/slimv: clean up old.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-vim/slimv/Manifest               |  1 -
 app-vim/slimv/slimv-0.9.12-r1.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)

diff --git a/app-vim/slimv/Manifest b/app-vim/slimv/Manifest
index a89a4e8879d..4bf789366c1 100644
--- a/app-vim/slimv/Manifest
+++ b/app-vim/slimv/Manifest
@@ -1,2 +1 @@
-DIST slimv-0.9.12.tar.bz2 614025 BLAKE2B 
8740e905a12b28715f953fecfdde3c7d6b4eeb74fc190c433bdb7120b3a6af5d5c9c2ced3f57a43ab8b9bd1402cb15462892343bb621f8b56453d98a909ff882
 SHA512 
7ccf617780c5d6b8d25738546cb9df6986b4409748a5938e8d9112b057d34626a6b8525fb8622db06d0f300d6ec38f7513ef2c0e49df3bcd89614888887ca057
 DIST slimv-0.9.13_p20170910.tar.gz 634493 BLAKE2B 
af7963e1d1b60b20294c935ecd076220777eec333b4e91bac82a111b727ce71c312c347b865f9e0c9072c0f94b40dc920b15feaf10f8683e1bba7590a177e62e
 SHA512 
562e08866d62a6af5c20064a4533da7f0577ceb43391fac59acc0bb9c76319e3520c951c325277edbb2d0461fa227b91456c54ec5d9d1e3bca18d344f3e9a5e2

diff --git a/app-vim/slimv/slimv-0.9.12-r1.ebuild 
b/app-vim/slimv/slimv-0.9.12-r1.ebuild
deleted file mode 100644
index 1d601bfbaee..00000000000
--- a/app-vim/slimv/slimv-0.9.12-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 vim-plugin vcs-snapshot
-
-DESCRIPTION="vim plugin: aid Lisp development by providing a SLIME-like Lisp 
and Clojure REPL"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2531 
https://github.com/kovisoft/slimv";
-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,${PYTHON_USEDEP}] 
app-editors/gvim[python,${PYTHON_USEDEP}] )
-       ${PYTHON_DEPS}
-       || (
-               dev-lisp/clisp
-               dev-lang/clojure
-               dev-lisp/abcl
-               dev-lisp/clozurecl
-               dev-lisp/ecls
-               dev-lisp/sbcl
-       )"
-
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
-       # remove emacs related files
-       rm -r slime swank-clojure || die
-}

Reply via email to