Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimtex/
Date: Sun, 25 Mar 2018 00:10:22
Message-Id: 1521936591.b5767ffb9d191fb5c88f8c7798138e5af0244be7.radhermit@gentoo
1 commit: b5767ffb9d191fb5c88f8c7798138e5af0244be7
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 24 23:54:05 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 00:09:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5767ffb
7
8 app-vim/vimtex: version bump to 20180324
9
10 app-vim/vimtex/Manifest | 1 +
11 app-vim/vimtex/vimtex-20180324.ebuild | 36 +++++++++++++++++++++++++++++++++++
12 app-vim/vimtex/vimtex-99999999.ebuild | 36 +++++++++++++++++++++++++++++++++++
13 3 files changed, 73 insertions(+)
14
15 diff --git a/app-vim/vimtex/Manifest b/app-vim/vimtex/Manifest
16 index ab1c9291010..a943ac802bd 100644
17 --- a/app-vim/vimtex/Manifest
18 +++ b/app-vim/vimtex/Manifest
19 @@ -1 +1,2 @@
20 DIST vimtex-20160324.tar.bz2 95040 BLAKE2B a6ea2c0ace2aea108545347e0dd624dd838005d752d3e823d230f6fff04ba37f82c98ff472b06b6b5b58a8481824ba1ffad3c756d50a96ea9c79e8e506783131 SHA512 0c0d2a95f3b62239f47113f5b8876728d6d9fddf7e526477e92ef1f09317cb607ddd3b2aa07f6e8bebd357308adf21e4c353795952dc30372b493963bd0554ff
21 +DIST vimtex-20180324.tar.gz 684092 BLAKE2B 4472c9e62c5795b621a9230fbd7ea1f018c6df440f58065e7b439f64ae67f4064b158094c8d0b8a6eba6202bc9e6729b792fced02ea9deeaf400f0240537795d SHA512 59038aff6ec761a9f73db7d638a70e9ea5ba4d3ef4bd9283f3a62beb5e412f1a3c752dd0d739dc4c9c5e33e4a00a84a91da56e8fea2b8113b7ef73d219997409
22
23 diff --git a/app-vim/vimtex/vimtex-20180324.ebuild b/app-vim/vimtex/vimtex-20180324.ebuild
24 new file mode 100644
25 index 00000000000..d4031034c01
26 --- /dev/null
27 +++ b/app-vim/vimtex/vimtex-20180324.ebuild
28 @@ -0,0 +1,36 @@
29 +# Copyright 1999-2018 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +
32 +EAPI=6
33 +
34 +inherit vim-plugin
35 +
36 +if [[ ${PV} == 9999* ]]; then
37 + EGIT_REPO_URI="https://github.com/lervag/vimtex.git"
38 + inherit git-r3
39 +else
40 + inherit vcs-snapshot
41 + COMMIT_HASH="17d809706edcb277f1ee7fa5e33aff3619926fe4"
42 + SRC_URI="https://github.com/lervag/vimtex/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
43 + KEYWORDS="~amd64 ~x86"
44 +fi
45 +
46 +DESCRIPTION="vim plugin: a modern vim plugin for editing LaTeX files"
47 +HOMEPAGE="https://github.com/lervag/vimtex"
48 +LICENSE="MIT"
49 +
50 +VIM_PLUGIN_HELPFILES="${PN}"
51 +
52 +RDEPEND="
53 + !app-vim/vim-latex
54 + !app-vim/automatictexplugin
55 + virtual/latex-base
56 + dev-tex/latexmk
57 +"
58 +
59 +src_prepare() {
60 + default
61 +
62 + # remove unwanted files
63 + rm -r *.md media test || die
64 +}
65
66 diff --git a/app-vim/vimtex/vimtex-99999999.ebuild b/app-vim/vimtex/vimtex-99999999.ebuild
67 new file mode 100644
68 index 00000000000..d4031034c01
69 --- /dev/null
70 +++ b/app-vim/vimtex/vimtex-99999999.ebuild
71 @@ -0,0 +1,36 @@
72 +# Copyright 1999-2018 Gentoo Foundation
73 +# Distributed under the terms of the GNU General Public License v2
74 +
75 +EAPI=6
76 +
77 +inherit vim-plugin
78 +
79 +if [[ ${PV} == 9999* ]]; then
80 + EGIT_REPO_URI="https://github.com/lervag/vimtex.git"
81 + inherit git-r3
82 +else
83 + inherit vcs-snapshot
84 + COMMIT_HASH="17d809706edcb277f1ee7fa5e33aff3619926fe4"
85 + SRC_URI="https://github.com/lervag/vimtex/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
86 + KEYWORDS="~amd64 ~x86"
87 +fi
88 +
89 +DESCRIPTION="vim plugin: a modern vim plugin for editing LaTeX files"
90 +HOMEPAGE="https://github.com/lervag/vimtex"
91 +LICENSE="MIT"
92 +
93 +VIM_PLUGIN_HELPFILES="${PN}"
94 +
95 +RDEPEND="
96 + !app-vim/vim-latex
97 + !app-vim/automatictexplugin
98 + virtual/latex-base
99 + dev-tex/latexmk
100 +"
101 +
102 +src_prepare() {
103 + default
104 +
105 + # remove unwanted files
106 + rm -r *.md media test || die
107 +}