From: Patrice Clement Date: Fri, 13 Dec 2019 08:25:51 +0000 (+0100) Subject: app-vim/vimtex: remove bad dependencies. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c94c53d491c9f5a9d6af46f6b96946885fe44198;p=gentoo.git app-vim/vimtex: remove bad dependencies. Closes: https://bugs.gentoo.org/688584 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Patrice Clement --- diff --git a/app-vim/vimtex/vimtex-20180324-r1.ebuild b/app-vim/vimtex/vimtex-20180324-r1.ebuild new file mode 100644 index 000000000000..fc0060ecefde --- /dev/null +++ b/app-vim/vimtex/vimtex-20180324-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +if [[ ${PV} == 9999* ]]; then + EGIT_REPO_URI="https://github.com/lervag/vimtex.git" + inherit git-r3 +else + inherit vcs-snapshot + COMMIT_HASH="17d809706edcb277f1ee7fa5e33aff3619926fe4" + SRC_URI="https://github.com/lervag/vimtex/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +DESCRIPTION="vim plugin: a modern vim plugin for editing LaTeX files" +HOMEPAGE="https://github.com/lervag/vimtex" +LICENSE="MIT" + +VIM_PLUGIN_HELPFILES="${PN}" + +RDEPEND=" + !app-vim/vim-latex + !app-vim/automatictexplugin" + +src_prepare() { + default + + # remove unwanted files + rm -r *.md media test || die +} diff --git a/app-vim/vimtex/vimtex-99999999.ebuild b/app-vim/vimtex/vimtex-99999999.ebuild index d4031034c014..fc0060ecefde 100644 --- a/app-vim/vimtex/vimtex-99999999.ebuild +++ b/app-vim/vimtex/vimtex-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,10 +23,7 @@ VIM_PLUGIN_HELPFILES="${PN}" RDEPEND=" !app-vim/vim-latex - !app-vim/automatictexplugin - virtual/latex-base - dev-tex/latexmk -" + !app-vim/automatictexplugin" src_prepare() { default