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/automatictexplugin
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/automatictexplugin')
-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
3 files changed, 0 insertions, 52 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>