summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2019-12-13 09:26:25 +0100
committerPatrice Clement <monsieurp@gentoo.org>2019-12-13 09:26:31 +0100
commit735c47979740f2d67bcd56188aa47d7fb4a6a6d2 (patch)
tree31b430b5eac6333b7924646ff70ea23c74ae6055 /app-vim/vimtex
parentapp-vim/vimtex: remove bad dependencies. (diff)
downloadgentoo-735c47979740f2d67bcd56188aa47d7fb4a6a6d2.tar.gz
gentoo-735c47979740f2d67bcd56188aa47d7fb4a6a6d2.tar.bz2
gentoo-735c47979740f2d67bcd56188aa47d7fb4a6a6d2.zip
app-vim/vimtex: clean up old.
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim/vimtex')
-rw-r--r--app-vim/vimtex/Manifest1
-rw-r--r--app-vim/vimtex/vimtex-20160324.ebuild20
-rw-r--r--app-vim/vimtex/vimtex-20180324.ebuild36
3 files changed, 0 insertions, 57 deletions
diff --git a/app-vim/vimtex/Manifest b/app-vim/vimtex/Manifest
index a943ac802bd6..85f64aacf847 100644
--- a/app-vim/vimtex/Manifest
+++ b/app-vim/vimtex/Manifest
@@ -1,2 +1 @@
-DIST vimtex-20160324.tar.bz2 95040 BLAKE2B a6ea2c0ace2aea108545347e0dd624dd838005d752d3e823d230f6fff04ba37f82c98ff472b06b6b5b58a8481824ba1ffad3c756d50a96ea9c79e8e506783131 SHA512 0c0d2a95f3b62239f47113f5b8876728d6d9fddf7e526477e92ef1f09317cb607ddd3b2aa07f6e8bebd357308adf21e4c353795952dc30372b493963bd0554ff
DIST vimtex-20180324.tar.gz 684092 BLAKE2B 4472c9e62c5795b621a9230fbd7ea1f018c6df440f58065e7b439f64ae67f4064b158094c8d0b8a6eba6202bc9e6729b792fced02ea9deeaf400f0240537795d SHA512 59038aff6ec761a9f73db7d638a70e9ea5ba4d3ef4bd9283f3a62beb5e412f1a3c752dd0d739dc4c9c5e33e4a00a84a91da56e8fea2b8113b7ef73d219997409
diff --git a/app-vim/vimtex/vimtex-20160324.ebuild b/app-vim/vimtex/vimtex-20160324.ebuild
deleted file mode 100644
index 3b8069b4db5a..000000000000
--- a/app-vim/vimtex/vimtex-20160324.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: a modern vim plugin for editing LaTeX files"
-HOMEPAGE="https://github.com/lervag/vimtex"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${PN}"
-
-RDEPEND="!app-vim/vim-latex
- virtual/latex-base
- dev-tex/latexmk"
-
-src_prepare() {
- rm -rf *.md test || die
-}
diff --git a/app-vim/vimtex/vimtex-20180324.ebuild b/app-vim/vimtex/vimtex-20180324.ebuild
deleted file mode 100644
index d4031034c014..000000000000
--- a/app-vim/vimtex/vimtex-20180324.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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
- virtual/latex-base
- dev-tex/latexmk
-"
-
-src_prepare() {
- default
-
- # remove unwanted files
- rm -r *.md media test || die
-}