commit: 94374b3ecdc2b0e9db7a4ebbf8d62d2608335012 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 8 12:10:39 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Mar 8 12:10:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94374b3e
app-vim/vimtex: drop 1.5 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-vim/vimtex/Manifest | 1 - app-vim/vimtex/vimtex-1.5.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/app-vim/vimtex/Manifest b/app-vim/vimtex/Manifest index 4f1a20cbff10..9cb457c833aa 100644 --- a/app-vim/vimtex/Manifest +++ b/app-vim/vimtex/Manifest @@ -1,2 +1 @@ -DIST vimtex-1.5.tar.gz 1666938 BLAKE2B 7d203f25b1f5c653bb270fb4cb5463d2851fe63d52dde9b99d8ca4e2c7936f7291c649e5a71d25c01329a2caf3aa4258f302d2585c6b7e67991e5f91dd785526 SHA512 9009a830e117c8d1d6b00f97cb1382704c77120e05810ad40d1ec191cb547e5045101d2901b88d85b42d17ba51cdd5f5a00b2f80aa2424e2529bb19c7f651f00 DIST vimtex-2.15.tar.gz 1092207 BLAKE2B 19feb79c47fa7906fbf97c126ca30a3ff89cd2b5aa034356e48d202eb55f41320bce1d40011dee4f8d099678a9748405ad7913f6df520773050fe494402f56e6 SHA512 1e436a375d3244b2bd3ccd82badc31f145c95990c1b058b5aa02ecb1adaafc80c6bf31661229fe6cb4f262c282da49755491b7311c0d450e5782d427e92ada1e diff --git a/app-vim/vimtex/vimtex-1.5.ebuild b/app-vim/vimtex/vimtex-1.5.ebuild deleted file mode 100644 index bc71b2da1a54..000000000000 --- a/app-vim/vimtex/vimtex-1.5.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vim-plugin - -DESCRIPTION="vim plugin: a modern vim plugin for editing LaTeX files" -HOMEPAGE="https://github.com/lervag/vimtex" -SRC_URI="https://github.com/lervag/vimtex/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~riscv ~x86" -LICENSE="MIT" - -VIM_PLUGIN_HELPFILES="${PN}" - -RDEPEND=" - !app-vim/vim-latex - !app-vim/automatictexplugin" - -src_prepare() { - default - - # remove unwanted dirs - rm -r media test || die -}
