summaryrefslogtreecommitdiff
path: root/app-vim/vimtex
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-26 02:06:21 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-26 02:06:21 +0000
commitf9fff8823e0cd1f6570b01337ac99e5bd49c824a (patch)
tree2a69b85ea6ba19c3a6b492d49ee8cd14c887472d /app-vim/vimtex
parentd117172e3b48fc4be82b7623ffc40bb6070ef361 (diff)
gentoo auto-resync : 26:12:2022 - 02:06:21
Diffstat (limited to 'app-vim/vimtex')
-rw-r--r--app-vim/vimtex/Manifest1
-rw-r--r--app-vim/vimtex/vimtex-99999999.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/app-vim/vimtex/Manifest b/app-vim/vimtex/Manifest
index 2d5639b3a28c..2dbb040e4bd8 100644
--- a/app-vim/vimtex/Manifest
+++ b/app-vim/vimtex/Manifest
@@ -1,4 +1,3 @@
DIST vimtex-1.5.tar.gz 1666938 BLAKE2B 7d203f25b1f5c653bb270fb4cb5463d2851fe63d52dde9b99d8ca4e2c7936f7291c649e5a71d25c01329a2caf3aa4258f302d2585c6b7e67991e5f91dd785526 SHA512 9009a830e117c8d1d6b00f97cb1382704c77120e05810ad40d1ec191cb547e5045101d2901b88d85b42d17ba51cdd5f5a00b2f80aa2424e2529bb19c7f651f00
EBUILD vimtex-1.5.ebuild 540 BLAKE2B 4a03b7b850d52d3e6739f0d6c09397472e40db8e60825f333278a6edb6a5942e6334857478720635cf6d6a9ef25932588c4e0b3498908940a88fb881ba76d2a7 SHA512 9450b1d918a2547708c5d1ed6ff940ba730f6f52f6301048d1cf756b246ce0ee04ddd0f1215e81c665820bdd43ad63d8fcb92be85537722dcc33fb8b8c7d6bfd
-EBUILD vimtex-99999999.ebuild 737 BLAKE2B 465cfbe53936dc071553c82cab669f4ac1a6242121971c1bed1267bc130d2d72145184280963e98cebe0cf859441e30b6e47e44c86e2a31f38648dd66a8cc57e SHA512 10f4dfe026b4e15129a663ed73c7a4513133bccdb96531cccb218e84131abedfacb05d978eb22d087e1cc36483803b66bd98ffa243581bdfc28605899a15ed16
MISC metadata.xml 338 BLAKE2B ad6850965d808f13850a668774d60a89991e03feb65b8c9e7942b7712025ca396b1f96738115b2cad02859002ef64ca31e158a937c8f021920110296262a6caa SHA512 da266e21840bc3838eed9dae8a98f9337dd7860d683cc0fb43d995aafdc06121ccdc5c42c285073aefe2d0cb2b760c856add3e386066e1ccf359d46fec73816c
diff --git a/app-vim/vimtex/vimtex-99999999.ebuild b/app-vim/vimtex/vimtex-99999999.ebuild
deleted file mode 100644
index 57d396e62229..000000000000
--- a/app-vim/vimtex/vimtex-99999999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 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 ~riscv ~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 dirs
- rm -r media test || die
-}