diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:56:41 +0100 |
commit | d87262dd706fec50cd150aab3e93883b6337466d (patch) | |
tree | 246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-vim/automatictexplugin | |
parent | 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-vim/automatictexplugin')
-rw-r--r-- | app-vim/automatictexplugin/Manifest | 3 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild | 34 | ||||
-rw-r--r-- | app-vim/automatictexplugin/metadata.xml | 11 |
3 files changed, 0 insertions, 48 deletions
diff --git a/app-vim/automatictexplugin/Manifest b/app-vim/automatictexplugin/Manifest deleted file mode 100644 index d9e8ade29fa8..000000000000 --- a/app-vim/automatictexplugin/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST AutomaticTexPlugin_12.5.tar.gz 442431 BLAKE2B 8e6c199df24336f318d37248d96f1f1c953c9f0d0e6cd05f1891403b896aa3ea870dcd9ac72c530aa3779e65804f318bfec6ca769592091dc29cba25b2371316 SHA512 93e48b3d7eb9bdc0319bf03d0ddc59f49c2aab63170030b4234fa83aa3aeb739f1384c4a94e09e630b82d328d9cbfbbdfbf493e6decff915ad9cd4d5b2fc3a5b -EBUILD automatictexplugin-12.5-r1.ebuild 825 BLAKE2B 5c0a06bd07f68d396b66552c5159e945e3137dc70adad006396bb3adb50aaf359a7a181f009a380830caba6a343b0951afde277f12e267a8d95c7c23e2f48156 SHA512 129af107a67db846ed10fb3b82b2e08e141d836b5d1ad673266457c5d3d05a658c6c48ccfb7efe722f229fe9baa376733efaad28bf72787b74a6ad36d3cfb442 -MISC metadata.xml 326 BLAKE2B 06ff44159678364bab7d0bbc453b9ce39504c5b70b23438919f8fe449a60aa8e1755624bd7474073dc9f2f1135a403d207765171fde940d3c5e56d7fb1019f0f SHA512 8ed4ff2cf60c6e0c39bb3c60c4f9ad4f1a5b6888192bb43fa9f0fb45efd89a549de839c60678bfbe6ed2353f594ea6b28b53f63ae2530650c0ea563325a0f5ff diff --git a/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild b/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild deleted file mode 100644 index d3a67dadea3a..000000000000 --- a/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# 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_USEDEP}] app-editors/gvim[python,${PYTHON_USEDEP}] ) - !app-vim/vim-latex - app-vim/align - app-text/wdiff - dev-python/psutil[${PYTHON_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> |