From 71deace00d1a2b091313fe137ab7092418c6f87c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Feb 2020 21:05:55 +0000 Subject: gentoo resync : 10.02.2020 --- app-vim/automatictexplugin/Manifest | 2 +- .../automatictexplugin-12.5-r1.ebuild | 34 ------------------ .../automatictexplugin-12.5-r2.ebuild | 40 ++++++++++++++++++++++ 3 files changed, 41 insertions(+), 35 deletions(-) delete mode 100644 app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild create mode 100644 app-vim/automatictexplugin/automatictexplugin-12.5-r2.ebuild (limited to 'app-vim/automatictexplugin') diff --git a/app-vim/automatictexplugin/Manifest b/app-vim/automatictexplugin/Manifest index d9e8ade29fa8..6220d2d1d02f 100644 --- a/app-vim/automatictexplugin/Manifest +++ b/app-vim/automatictexplugin/Manifest @@ -1,3 +1,3 @@ DIST AutomaticTexPlugin_12.5.tar.gz 442431 BLAKE2B 8e6c199df24336f318d37248d96f1f1c953c9f0d0e6cd05f1891403b896aa3ea870dcd9ac72c530aa3779e65804f318bfec6ca769592091dc29cba25b2371316 SHA512 93e48b3d7eb9bdc0319bf03d0ddc59f49c2aab63170030b4234fa83aa3aeb739f1384c4a94e09e630b82d328d9cbfbbdfbf493e6decff915ad9cd4d5b2fc3a5b -EBUILD automatictexplugin-12.5-r1.ebuild 825 BLAKE2B 5c0a06bd07f68d396b66552c5159e945e3137dc70adad006396bb3adb50aaf359a7a181f009a380830caba6a343b0951afde277f12e267a8d95c7c23e2f48156 SHA512 129af107a67db846ed10fb3b82b2e08e141d836b5d1ad673266457c5d3d05a658c6c48ccfb7efe722f229fe9baa376733efaad28bf72787b74a6ad36d3cfb442 +EBUILD automatictexplugin-12.5-r2.ebuild 879 BLAKE2B e3f98b2d5f419ba755e2d6a773d8f633daeff6091c13335228068ed41de520cf0ecd0e2e919498853e6274d4f2f7b2d041d92a1dd2a516b197f9a668349afbfb SHA512 0f3c9ec25b8214a95a064d5c0bbdbc2ba4a8caeb56aa0a85b1dc575cd5a6200467d3699e9f161625eaaec77828716b4121e800900269fcbd367236c78d3dc411 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/automatictexplugin-12.5-r2.ebuild b/app-vim/automatictexplugin/automatictexplugin-12.5-r2.ebuild new file mode 100644 index 000000000000..d32b783b6b13 --- /dev/null +++ b/app-vim/automatictexplugin/automatictexplugin-12.5-r2.ebuild @@ -0,0 +1,40 @@ +# 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 . +} -- cgit v1.2.3