summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-05-16 13:46:24 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-05-16 13:46:24 +0300
commit20befa753f706dde903100f22c38e4318bcd345e (patch)
treeacc4f39bcaafa094ed9cd0cdd88348b41546781e /app-vim
parentdev-tcltk/combobox: remove last-rited pkg (diff)
downloadgentoo-20befa753f706dde903100f22c38e4318bcd345e.tar.gz
gentoo-20befa753f706dde903100f22c38e4318bcd345e.tar.bz2
gentoo-20befa753f706dde903100f22c38e4318bcd345e.zip
app-vim: remove last-rited pkgs
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/automatictexplugin/Manifest1
-rw-r--r--app-vim/automatictexplugin/automatictexplugin-12.5-r2.ebuild40
-rw-r--r--app-vim/automatictexplugin/metadata.xml11
-rw-r--r--app-vim/colorv/Manifest1
-rw-r--r--app-vim/colorv/colorv-3.0.2-r2.ebuild39
-rw-r--r--app-vim/colorv/metadata.xml11
-rw-r--r--app-vim/slimv/Manifest1
-rw-r--r--app-vim/slimv/metadata.xml28
-rw-r--r--app-vim/slimv/slimv-0.9.13_p20170910-r1.ebuild41
-rw-r--r--app-vim/vimcalc/Manifest1
-rw-r--r--app-vim/vimcalc/metadata.xml8
-rw-r--r--app-vim/vimcalc/vimcalc-1.3-r3.ebuild46
-rw-r--r--app-vim/vimpress/Manifest1
-rw-r--r--app-vim/vimpress/metadata.xml11
-rw-r--r--app-vim/vimpress/vimpress-3.2.0-r1.ebuild26
15 files changed, 0 insertions, 266 deletions
diff --git a/app-vim/automatictexplugin/Manifest b/app-vim/automatictexplugin/Manifest
deleted file mode 100644
index c5e8666a75ca..000000000000
--- a/app-vim/automatictexplugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST AutomaticTexPlugin_12.5.tar.gz 442431 BLAKE2B 8e6c199df24336f318d37248d96f1f1c953c9f0d0e6cd05f1891403b896aa3ea870dcd9ac72c530aa3779e65804f318bfec6ca769592091dc29cba25b2371316 SHA512 93e48b3d7eb9bdc0319bf03d0ddc59f49c2aab63170030b4234fa83aa3aeb739f1384c4a94e09e630b82d328d9cbfbbdfbf493e6decff915ad9cd4d5b2fc3a5b
diff --git a/app-vim/automatictexplugin/automatictexplugin-12.5-r2.ebuild b/app-vim/automatictexplugin/automatictexplugin-12.5-r2.ebuild
deleted file mode 100644
index d32b783b6b13..000000000000
--- a/app-vim/automatictexplugin/automatictexplugin-12.5-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit python-single-r1 vim-plugin
-
-MY_P="AutomaticTexPlugin_${PV}"
-DESCRIPTION="vim plugin: a comprehensive plugin for editing LaTeX files"
-HOMEPAGE="http://atp-vim.sourceforge.net/"
-SRC_URI="mirror://sourceforge/atp-vim/releases/${MY_P}.tar.gz"
-LICENSE="GPL-3"
-KEYWORDS="amd64 x86"
-
-S=${WORKDIR}
-
-VIM_PLUGIN_HELPFILES="automatic-tex-plugin.txt"
-
-RDEPEND="
- || (
- app-editors/vim[python,${PYTHON_SINGLE_USEDEP}]
- app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}]
- )
- !app-vim/vim-latex
- app-vim/align
- app-text/wdiff
- $(python_gen_cond_dep '
- dev-python/psutil[${PYTHON_MULTI_USEDEP}]
- ')
- dev-tex/latexmk
- dev-tex/detex
- virtual/tex-base
- ${PYTHON_DEPS}"
-
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-src_prepare() {
- python_fix_shebang .
-}
diff --git a/app-vim/automatictexplugin/metadata.xml b/app-vim/automatictexplugin/metadata.xml
deleted file mode 100644
index 037d63f53966..000000000000
--- a/app-vim/automatictexplugin/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">atp-vim</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-vim/colorv/Manifest b/app-vim/colorv/Manifest
deleted file mode 100644
index 2890517a2c69..000000000000
--- a/app-vim/colorv/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST colorv-3.0.2.tar.bz2 47059 BLAKE2B 2a84b264085d61f02d3ec881bd1f097d11f23286f53f52e46db468f3bb49df94dcbb9a3514bbbe143167fc597f871064dc998665a25796c43d000c051a62debb SHA512 cb4a893d65bbada5cec27c0810bf3e78db3c64e64f4179529d5da30402ab65b141f53dd7f2a9e8bbccf3d5f7dc5843afc7cab0d908e66a86fc41a5c38c9a848e
diff --git a/app-vim/colorv/colorv-3.0.2-r2.ebuild b/app-vim/colorv/colorv-3.0.2-r2.ebuild
deleted file mode 100644
index 2f7155bb1008..000000000000
--- a/app-vim/colorv/colorv-3.0.2-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# TODO: supposedly supports python3... but that conflicts with pygtk
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 vim-plugin
-
-DESCRIPTION="vim plugin: a color tool for vim"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3597 https://github.com/Rykka/colorv.vim/"
-LICENSE="MIT"
-KEYWORDS="amd64 x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND="
- ${PYTHON_DEPS}
- $(python_gen_cond_dep '
- || (
- app-editors/vim[python,${PYTHON_SINGLE_USEDEP}]
- (
- app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}]
- dev-python/pygtk:2[${PYTHON_MULTI_USEDEP}]
- )
- )
- ')"
-
-src_prepare() {
- eapply_user
-
- # fix shebangs in Python files (note: one of them is python3...)
- sed -i -e "1s:python[23]:${EPYTHON}:" autoload/colorv/*.py || die
- # use python colorpicker instead of C-based picker
- rm autoload/colorv/{colorpicker.c,Makefile} || die
-}
diff --git a/app-vim/colorv/metadata.xml b/app-vim/colorv/metadata.xml
deleted file mode 100644
index c96bbcaaff6f..000000000000
--- a/app-vim/colorv/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">vim-scripts/ColorV</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-vim/slimv/Manifest b/app-vim/slimv/Manifest
deleted file mode 100644
index 4bf789366c1b..000000000000
--- a/app-vim/slimv/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST slimv-0.9.13_p20170910.tar.gz 634493 BLAKE2B af7963e1d1b60b20294c935ecd076220777eec333b4e91bac82a111b727ce71c312c347b865f9e0c9072c0f94b40dc920b15feaf10f8683e1bba7590a177e62e SHA512 562e08866d62a6af5c20064a4533da7f0577ceb43391fac59acc0bb9c76319e3520c951c325277edbb2d0461fa227b91456c54ec5d9d1e3bca18d344f3e9a5e2
diff --git a/app-vim/slimv/metadata.xml b/app-vim/slimv/metadata.xml
deleted file mode 100644
index 0f0e597cc1b6..000000000000
--- a/app-vim/slimv/metadata.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
- <longdescription lang="en">
- Slimv tries to mimic a subset of SLIME's (Superior Lisp Interaction Mode
- for Emacs) functionality inside Vim. The script defines functions and
- keybindings to send s-expressions to a console mode Lisp or Clojure REPL
- (Read-Eval-Print Loop).
-
- Slimv runs its own REPL or connects to a running REPL started by a
- previous Slimv session, the connection is established when the first
- Slimv command is executed (e.g. an s-expression is evaluated). The Lisp
- REPL buffer can also be opened inside Vim as a Vim buffer with syntax
- highlighting and autoindenting, Lisp commands may be entered in the
- command line, just as in a regular REPL. The script also has a basic
- support for Clojure REPL.
-
- The script also supports a number of other features provided by SLIME
- including profiling, paredit mode, and hyperspec lookups.
- </longdescription>
- <upstream>
- <remote-id type="bitbucket">kovisoft/slimv</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-vim/slimv/slimv-0.9.13_p20170910-r1.ebuild b/app-vim/slimv/slimv-0.9.13_p20170910-r1.ebuild
deleted file mode 100644
index 82a26de9ea02..000000000000
--- a/app-vim/slimv/slimv-0.9.13_p20170910-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 vim-plugin vcs-snapshot
-
-# Commit Date: July 10th 2017
-COMMIT="acf9b30be71c54db4f4875d257b905941ca69ed8"
-
-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://github.com/kovisoft/slimv/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-LICENSE="public-domain"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- || (
- app-editors/vim[python,${PYTHON_SINGLE_USEDEP}]
- app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}]
- )
- ${PYTHON_DEPS}
- || (
- dev-lisp/abcl
- dev-lisp/ecls
- dev-lisp/sbcl
- dev-lisp/clisp
- dev-lang/clojure
- dev-lisp/clozurecl
- )"
-
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-src_prepare() {
- default
- # remove emacs related files
- rm -r slime swank-clojure || die
-}
diff --git a/app-vim/vimcalc/Manifest b/app-vim/vimcalc/Manifest
deleted file mode 100644
index 5cef441966f1..000000000000
--- a/app-vim/vimcalc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vimcalc-1.3.zip 24993 BLAKE2B 8cfd0a399b4888fa4e9244f7f6a315f97a3e74c78879c281d596a1a5c109711933b66b44493a2ee3c136e1159d937c95707b06c54a5342457494a3c945dcf66f SHA512 1b377f284a7b68d200b08bdacee2080a60412e6ba1fd530eb0075dbc84fba30b37cec45e60d916aa80d057809b79f4d816f3a85f903d0e2fc7d06240dcdbb600
diff --git a/app-vim/vimcalc/metadata.xml b/app-vim/vimcalc/metadata.xml
deleted file mode 100644
index 5c000c763084..000000000000
--- a/app-vim/vimcalc/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/app-vim/vimcalc/vimcalc-1.3-r3.ebuild b/app-vim/vimcalc/vimcalc-1.3-r3.ebuild
deleted file mode 100644
index dcf1201a0108..000000000000
--- a/app-vim/vimcalc/vimcalc-1.3-r3.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 vim-plugin
-
-DESCRIPTION="vim plugin: provides an interactive calculator inside vim"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3329"
-SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=15317 -> ${P}.zip"
-LICENSE="vim"
-KEYWORDS="amd64 x86"
-
-VIM_PLUGIN_HELPFILES="vimcalc"
-
-DEPEND="
- app-arch/unzip
- ${PYTHON_DEPS}"
-
-RDEPEND="
- || (
- app-editors/vim[python,${PYTHON_SINGLE_USEDEP}]
- app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}]
- )
- ${PYTHON_DEPS}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-src_prepare() {
- # Remove .DS_Store files that should not be installed
- find -type f -name '.DS*' -delete || die
-}
-
-src_test() {
- cd plugin || die
- "${PYTHON}" tests.py || die "Tests failed"
-}
-
-src_install() {
- rm plugin/tests.py || die
- vim-plugin_src_install
-}
diff --git a/app-vim/vimpress/Manifest b/app-vim/vimpress/Manifest
deleted file mode 100644
index 683225c3bf6d..000000000000
--- a/app-vim/vimpress/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vimpress-3.2.0.tar.bz2 11456 BLAKE2B 39be21c2a65418f8e9e370997db5c64fc79f6ae608a85ba8c19ea2e0010823002caa35e1f7fb887fd20176eb987c23a7719b14c4a7a8acb9818dc3802d35557a SHA512 793f013ccc42180e095c2e8cc847719479418cc0b184688924520f0782ee27e99a7fc64e44bf5c25f2a720b19dd813a4756fc90b87c18e13766ef0ce7772334a
diff --git a/app-vim/vimpress/metadata.xml b/app-vim/vimpress/metadata.xml
deleted file mode 100644
index 11cff59d4bb2..000000000000
--- a/app-vim/vimpress/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>vim@gentoo.org</email>
- <name>Gentoo Vim Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">vim-scripts/VimRepress</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-vim/vimpress/vimpress-3.2.0-r1.ebuild b/app-vim/vimpress/vimpress-3.2.0-r1.ebuild
deleted file mode 100644
index e7e8ba8673dd..000000000000
--- a/app-vim/vimpress/vimpress-3.2.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1 vim-plugin
-
-DESCRIPTION="vim plugin: manage wordpress blogs from vim"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3510"
-LICENSE="vim"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- || (
- app-editors/vim[python,${PYTHON_SINGLE_USEDEP}]
- app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}]
- )
- ${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-python/markdown[${PYTHON_MULTI_USEDEP}]
- ')"
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"