summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2020-11-03 09:30:15 +0100
committerPatrice Clement <monsieurp@gentoo.org>2020-11-03 10:05:23 +0100
commit4f2f8e8d088e471b70d51661c0ab5a33f42929ac (patch)
treec156449061ed5d5b5e0b8130f4ac36ac24d2daa8
parentmedia-libs/rubberband: removed obsolete 1.8.2-r1 (diff)
downloadgentoo-4f2f8e8d088e471b70d51661c0ab5a33f42929ac.tar.gz
gentoo-4f2f8e8d088e471b70d51661c0ab5a33f42929ac.tar.bz2
gentoo-4f2f8e8d088e471b70d51661c0ab5a33f42929ac.zip
app-vim/vimtex: version bump.
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-1.5.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/app-vim/vimtex/Manifest b/app-vim/vimtex/Manifest
index 85f64aacf847..fd4b3a36ee14 100644
--- a/app-vim/vimtex/Manifest
+++ b/app-vim/vimtex/Manifest
@@ -1 +1,2 @@
+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-1.5.ebuild b/app-vim/vimtex/vimtex-1.5.ebuild
new file mode 100644
index 000000000000..23e077e8f05f
--- /dev/null
+++ b/app-vim/vimtex/vimtex-1.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 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 ~x86"
+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
+}