Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimtex/
Date: Tue, 03 Nov 2020 09:05:30
Message-Id: 1604394323.79d818979d3936a2fd0fa2ceb0886dac24db58ed.monsieurp@gentoo
1 commit: 79d818979d3936a2fd0fa2ceb0886dac24db58ed
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 3 08:30:32 2020 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 09:05:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79d81897
7
8 app-vim/vimtex: clean up old.
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 app-vim/vimtex/Manifest | 1 -
14 app-vim/vimtex/vimtex-20180324-r1.ebuild | 33 --------------------------------
15 2 files changed, 34 deletions(-)
16
17 diff --git a/app-vim/vimtex/Manifest b/app-vim/vimtex/Manifest
18 index fd4b3a36ee1..e092e8ba30d 100644
19 --- a/app-vim/vimtex/Manifest
20 +++ b/app-vim/vimtex/Manifest
21 @@ -1,2 +1 @@
22 DIST vimtex-1.5.tar.gz 1666938 BLAKE2B 7d203f25b1f5c653bb270fb4cb5463d2851fe63d52dde9b99d8ca4e2c7936f7291c649e5a71d25c01329a2caf3aa4258f302d2585c6b7e67991e5f91dd785526 SHA512 9009a830e117c8d1d6b00f97cb1382704c77120e05810ad40d1ec191cb547e5045101d2901b88d85b42d17ba51cdd5f5a00b2f80aa2424e2529bb19c7f651f00
23 -DIST vimtex-20180324.tar.gz 684092 BLAKE2B 4472c9e62c5795b621a9230fbd7ea1f018c6df440f58065e7b439f64ae67f4064b158094c8d0b8a6eba6202bc9e6729b792fced02ea9deeaf400f0240537795d SHA512 59038aff6ec761a9f73db7d638a70e9ea5ba4d3ef4bd9283f3a62beb5e412f1a3c752dd0d739dc4c9c5e33e4a00a84a91da56e8fea2b8113b7ef73d219997409
24
25 diff --git a/app-vim/vimtex/vimtex-20180324-r1.ebuild b/app-vim/vimtex/vimtex-20180324-r1.ebuild
26 deleted file mode 100644
27 index fc0060ecefd..00000000000
28 --- a/app-vim/vimtex/vimtex-20180324-r1.ebuild
29 +++ /dev/null
30 @@ -1,33 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit vim-plugin
37 -
38 -if [[ ${PV} == 9999* ]]; then
39 - EGIT_REPO_URI="https://github.com/lervag/vimtex.git"
40 - inherit git-r3
41 -else
42 - inherit vcs-snapshot
43 - COMMIT_HASH="17d809706edcb277f1ee7fa5e33aff3619926fe4"
44 - SRC_URI="https://github.com/lervag/vimtex/archive/${COMMIT_HASH}.tar.gz -> ${P}.tar.gz"
45 - KEYWORDS="~amd64 ~x86"
46 -fi
47 -
48 -DESCRIPTION="vim plugin: a modern vim plugin for editing LaTeX files"
49 -HOMEPAGE="https://github.com/lervag/vimtex"
50 -LICENSE="MIT"
51 -
52 -VIM_PLUGIN_HELPFILES="${PN}"
53 -
54 -RDEPEND="
55 - !app-vim/vim-latex
56 - !app-vim/automatictexplugin"
57 -
58 -src_prepare() {
59 - default
60 -
61 - # remove unwanted files
62 - rm -r *.md media test || die
63 -}