summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2020-11-03 09:30:32 +0100
committerPatrice Clement <monsieurp@gentoo.org>2020-11-03 10:05:23 +0100
commit79d818979d3936a2fd0fa2ceb0886dac24db58ed (patch)
tree41206949b8caeb80e9f7d135d5355e78288c9cd8
parentapp-vim/vimtex: version bump. (diff)
downloadgentoo-79d818979d3936a2fd0fa2ceb0886dac24db58ed.tar.gz
gentoo-79d818979d3936a2fd0fa2ceb0886dac24db58ed.tar.bz2
gentoo-79d818979d3936a2fd0fa2ceb0886dac24db58ed.zip
app-vim/vimtex: clean up old.
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--app-vim/vimtex/Manifest1
-rw-r--r--app-vim/vimtex/vimtex-20180324-r1.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/app-vim/vimtex/Manifest b/app-vim/vimtex/Manifest
index fd4b3a36ee14..e092e8ba30de 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-20180324.tar.gz 684092 BLAKE2B 4472c9e62c5795b621a9230fbd7ea1f018c6df440f58065e7b439f64ae67f4064b158094c8d0b8a6eba6202bc9e6729b792fced02ea9deeaf400f0240537795d SHA512 59038aff6ec761a9f73db7d638a70e9ea5ba4d3ef4bd9283f3a62beb5e412f1a3c752dd0d739dc4c9c5e33e4a00a84a91da56e8fea2b8113b7ef73d219997409
diff --git a/app-vim/vimtex/vimtex-20180324-r1.ebuild b/app-vim/vimtex/vimtex-20180324-r1.ebuild
deleted file mode 100644
index fc0060ecefde..000000000000
--- a/app-vim/vimtex/vimtex-20180324-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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
-}