summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-09-27 21:59:33 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-09-27 21:59:33 +0200
commit29ca70e292327381d5644b532304eb01fcf09e42 (patch)
treec4c71e4e1d0d28aa589d4a7d8ffe551220a74269 /app-vim/vimcalc
parentapp-vim/vimcalc: Stable for amd64. Retroactively mark stable for the remainin... (diff)
downloadgentoo-29ca70e292327381d5644b532304eb01fcf09e42.tar.gz
gentoo-29ca70e292327381d5644b532304eb01fcf09e42.tar.bz2
gentoo-29ca70e292327381d5644b532304eb01fcf09e42.zip
app-vim/vimcalc: clean up old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/vimcalc')
-rw-r--r--app-vim/vimcalc/vimcalc-1.3.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-vim/vimcalc/vimcalc-1.3.ebuild b/app-vim/vimcalc/vimcalc-1.3.ebuild
deleted file mode 100644
index f16a412c529a..000000000000
--- a/app-vim/vimcalc/vimcalc-1.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: provides an interactive calculator inside vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3329"
-SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15317 -> ${P}.zip"
-LICENSE="vim"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-VIM_PLUGIN_HELPFILES="vimcalc"
-
-DEPEND="app-arch/unzip"
-RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
- =dev-lang/python-2*"
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-src_prepare() {
- # Remove .DS_Store files that should not be installed
- find -type f -name '.*' -exec rm -f {} + || die
-}