app-vim: remove last-rited pkgs

Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
Mikle Kolyada
2020-05-16 13:46:24 +03:00
parent a28bfeef14
commit 20befa753f
15 changed files with 0 additions and 266 deletions

View File

@@ -1 +0,0 @@
DIST AutomaticTexPlugin_12.5.tar.gz 442431 BLAKE2B 8e6c199df24336f318d37248d96f1f1c953c9f0d0e6cd05f1891403b896aa3ea870dcd9ac72c530aa3779e65804f318bfec6ca769592091dc29cba25b2371316 SHA512 93e48b3d7eb9bdc0319bf03d0ddc59f49c2aab63170030b4234fa83aa3aeb739f1384c4a94e09e630b82d328d9cbfbbdfbf493e6decff915ad9cd4d5b2fc3a5b

View File

@@ -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 .
}

View File

@@ -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>

View File

@@ -1 +0,0 @@
DIST colorv-3.0.2.tar.bz2 47059 BLAKE2B 2a84b264085d61f02d3ec881bd1f097d11f23286f53f52e46db468f3bb49df94dcbb9a3514bbbe143167fc597f871064dc998665a25796c43d000c051a62debb SHA512 cb4a893d65bbada5cec27c0810bf3e78db3c64e64f4179529d5da30402ab65b141f53dd7f2a9e8bbccf3d5f7dc5843afc7cab0d908e66a86fc41a5c38c9a848e

View File

@@ -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
}

View File

@@ -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>

View File

@@ -1 +0,0 @@
DIST slimv-0.9.13_p20170910.tar.gz 634493 BLAKE2B af7963e1d1b60b20294c935ecd076220777eec333b4e91bac82a111b727ce71c312c347b865f9e0c9072c0f94b40dc920b15feaf10f8683e1bba7590a177e62e SHA512 562e08866d62a6af5c20064a4533da7f0577ceb43391fac59acc0bb9c76319e3520c951c325277edbb2d0461fa227b91456c54ec5d9d1e3bca18d344f3e9a5e2

View File

@@ -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>

View File

@@ -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
}

View File

@@ -1 +0,0 @@
DIST vimcalc-1.3.zip 24993 BLAKE2B 8cfd0a399b4888fa4e9244f7f6a315f97a3e74c78879c281d596a1a5c109711933b66b44493a2ee3c136e1159d937c95707b06c54a5342457494a3c945dcf66f SHA512 1b377f284a7b68d200b08bdacee2080a60412e6ba1fd530eb0075dbc84fba30b37cec45e60d916aa80d057809b79f4d816f3a85f903d0e2fc7d06240dcdbb600

View File

@@ -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>

View File

@@ -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
}

View File

@@ -1 +0,0 @@
DIST vimpress-3.2.0.tar.bz2 11456 BLAKE2B 39be21c2a65418f8e9e370997db5c64fc79f6ae608a85ba8c19ea2e0010823002caa35e1f7fb887fd20176eb987c23a7719b14c4a7a8acb9818dc3802d35557a SHA512 793f013ccc42180e095c2e8cc847719479418cc0b184688924520f0782ee27e99a7fc64e44bf5c25f2a720b19dd813a4756fc90b87c18e13766ef0ce7772334a

View File

@@ -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>

View File

@@ -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"