summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-04-05 20:28:46 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-04-05 21:39:22 +0000
commitd76f1b3a47332d9e0dae020c542ed61777fe3ab2 (patch)
tree5064d958de41b0d19337ef078d0c85674e7bd269 /app-vim
parentdev-python/glueviz: Version bump (diff)
downloadgentoo-d76f1b3a47332d9e0dae020c542ed61777fe3ab2.tar.gz
gentoo-d76f1b3a47332d9e0dae020c542ed61777fe3ab2.tar.bz2
gentoo-d76f1b3a47332d9e0dae020c542ed61777fe3ab2.zip
app-vim/vimclojure: Clean up old.
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/vimclojure/vimclojure-2.3.6-r1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r1.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r1.ebuild
deleted file mode 100644
index 6d6c335dd8d9..000000000000
--- a/app-vim/vimclojure/vimclojure-2.3.6-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vim-plugin
-
-MY_PN="VimClojure"
-
-DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settings"
-HOMEPAGE="https://github.com/vim-scripts/VimClojure"
-SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip"
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="!app-vim/slivm"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_prepare() {
- find . -type f -name \*.bat -exec rm -v {} \; || die
-}
-
-src_install() {
- local my_license="doc/LICENSE.txt"
- dodoc ${my_license}
- rm -v ${my_license} || die
- vim-plugin_src_install
-}