Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimcalc/
Date: Tue, 27 Sep 2016 19:59:58
Message-Id: 1475006373.29ca70e292327381d5644b532304eb01fcf09e42.monsieurp@gentoo
1 commit: 29ca70e292327381d5644b532304eb01fcf09e42
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 27 19:59:33 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 19:59:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ca70e2
7
8 app-vim/vimcalc: clean up old.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/vimcalc/vimcalc-1.3.ebuild | 27 ---------------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/app-vim/vimcalc/vimcalc-1.3.ebuild b/app-vim/vimcalc/vimcalc-1.3.ebuild
16 deleted file mode 100644
17 index f16a412..00000000
18 --- a/app-vim/vimcalc/vimcalc-1.3.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="4"
26 -
27 -inherit vim-plugin
28 -
29 -DESCRIPTION="vim plugin: provides an interactive calculator inside vim"
30 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3329"
31 -SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15317 -> ${P}.zip"
32 -LICENSE="vim"
33 -KEYWORDS="amd64 x86"
34 -IUSE=""
35 -
36 -VIM_PLUGIN_HELPFILES="vimcalc"
37 -
38 -DEPEND="app-arch/unzip"
39 -RDEPEND="|| ( app-editors/vim[python] app-editors/gvim[python] )
40 - =dev-lang/python-2*"
41 -
42 -S="${WORKDIR}/${PN}-v${PV}"
43 -
44 -src_prepare() {
45 - # Remove .DS_Store files that should not be installed
46 - find -type f -name '.*' -exec rm -f {} + || die
47 -}