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/vim-latex/Manifest | 2 +- app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild | 64 ++++++++++++++++++++++++++++ app-vim/vim-latex/vim-latex-1.10.0.ebuild | 64 ---------------------------- 3 files changed, 65 insertions(+), 65 deletions(-) create mode 100644 app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild delete mode 100644 app-vim/vim-latex/vim-latex-1.10.0.ebuild (limited to 'app-vim/vim-latex') diff --git a/app-vim/vim-latex/Manifest b/app-vim/vim-latex/Manifest index 56b6f7f09b0d..fa12b07b4fcd 100644 --- a/app-vim/vim-latex/Manifest +++ b/app-vim/vim-latex/Manifest @@ -1,3 +1,3 @@ DIST vim-latex-1.10.0.tar.gz 260820 BLAKE2B 2314ad5ded3bea51def3172e8f2b7a7483839b58804f9d8c1cc1c8f1139c1da731f91525691d47dba57d07a7db85c371e87c5ce0d3d22a004a9402df7e7cad3a SHA512 1d22b675c124e402a280dcc3a675b49a92fb9f4d42efdda0ea97be26379cd6c023589a35e165f4231524d853380e22411901bfbcc98f171c938ba800821a1213 -EBUILD vim-latex-1.10.0.ebuild 1564 BLAKE2B 08054adb116e161a8d0943b94aae1754c3ba0d24677aeb8a8deb2043a9d8b70365b57d6a5ca5a2ef2a1563a437868a4b497bedbd98a4e26c61927feab81413da SHA512 3946e141d0f138416b6786d374b58033929a72dad232c743a2f160826a76245d1e53bafe4de095dec655dd5f3b14ff2ae32e63544671c4096d624b29efa1cb37 +EBUILD vim-latex-1.10.0-r1.ebuild 1578 BLAKE2B d07b352d0d5c3af5989008b8a9ecacf6950fa21cfcbdf51cdf089a369b2ef929f3fcaa3e080f85cf0859d6ca0bfb23ed92a875c13edd47788618f28d47d16307 SHA512 53554507ccf73f681a82eeb581fe0b9688b3ef82638c40d0f8d403ed451004a648d07bf6fde1e0eae1792c01621092c3f92f0a769115299999e0628bf5de807a MISC metadata.xml 328 BLAKE2B bcf4c9979e43da6c141669c218e852e7a0c062d900c35790709e393f6cabc56f646f7a84e8057d9dbafa0a73e5786135a7cfe3ef825af867500bcd502f03a61f SHA512 e14b88742b6d8143cb578ddac61dbc0ac5e84c90659e8d9b5c40882ebdf35dc001b1ffae26eb90617434b2c8a898055c838738bf7cf18a45cd2a2ce66a30bdce diff --git a/app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild b/app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild new file mode 100644 index 000000000000..3543ff2aafe0 --- /dev/null +++ b/app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_6 ) + +inherit vim-plugin python-single-r1 + +DESCRIPTION="A comprehensive set of tools to view, edit and compile LaTeX documents" +HOMEPAGE="http://vim-latex.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="vim" +KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + ${PYTHON_DEPS} + || ( + app-editors/vim[python,${PYTHON_SINGLE_USEDEP}] + app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}] + ) + virtual/latex-base + !app-vim/vimtex" + +VIM_PLUGIN_HELPFILES="latex-suite.txt latex-suite-quickstart.txt latexhelp.txt imaps.txt" + +src_compile() { :; } + +src_install() { + # remove unused metadata + rm vim-latex.metainfo.xml || die + + # don't mess up vim's doc dir with random files + mv doc mydoc || die + mkdir doc || die + mv mydoc/*.txt doc/ || die + rm -rf mydoc || die + + # don't install buggy tags scripts, use ctags instead + rm latextags ltags || die + + vim-plugin_src_install + + # use executable permissions (bug #352403) + fperms a+x /usr/share/vim/vimfiles/ftplugin/latex-suite/outline.py + + python_fix_shebang "${ED}" +} + +pkg_postinst() { + vim-plugin_pkg_postinst + + if [[ -z ${REPLACING_VERSIONS} ]]; then + echo + elog "To use the vim-latex plugin add:" + elog " filetype plugin on" + elog ' set grepprg=grep\ -nH\ $*' + elog " let g:tex_flavor='latex'" + elog "to your ~/.vimrc-file" + echo + fi +} diff --git a/app-vim/vim-latex/vim-latex-1.10.0.ebuild b/app-vim/vim-latex/vim-latex-1.10.0.ebuild deleted file mode 100644 index 58de37ae2552..000000000000 --- a/app-vim/vim-latex/vim-latex-1.10.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) - -inherit vim-plugin python-single-r1 - -DESCRIPTION="A comprehensive set of tools to view, edit and compile LaTeX documents" -HOMEPAGE="http://vim-latex.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="vim" -KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=" - ${PYTHON_DEPS} - || ( - app-editors/vim[python,${PYTHON_USEDEP}] - app-editors/gvim[python,${PYTHON_USEDEP}] - ) - virtual/latex-base - !app-vim/vimtex" - -VIM_PLUGIN_HELPFILES="latex-suite.txt latex-suite-quickstart.txt latexhelp.txt imaps.txt" - -src_compile() { :; } - -src_install() { - # remove unused metadata - rm vim-latex.metainfo.xml || die - - # don't mess up vim's doc dir with random files - mv doc mydoc || die - mkdir doc || die - mv mydoc/*.txt doc/ || die - rm -rf mydoc || die - - # don't install buggy tags scripts, use ctags instead - rm latextags ltags || die - - vim-plugin_src_install - - # use executable permissions (bug #352403) - fperms a+x /usr/share/vim/vimfiles/ftplugin/latex-suite/outline.py - - python_fix_shebang "${ED}" -} - -pkg_postinst() { - vim-plugin_pkg_postinst - - if [[ -z ${REPLACING_VERSIONS} ]]; then - echo - elog "To use the vim-latex plugin add:" - elog " filetype plugin on" - elog ' set grepprg=grep\ -nH\ $*' - elog " let g:tex_flavor='latex'" - elog "to your ~/.vimrc-file" - echo - fi -} -- cgit v1.2.3