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/languagetool/
Date: Thu, 09 May 2019 08:46:57
Message-Id: 1557391117.a9caf5b5eeae5fb3c6a5c9ccc619670f17d1d657.radhermit@gentoo
1 commit: a9caf5b5eeae5fb3c6a5c9ccc619670f17d1d657
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 9 04:53:13 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu May 9 08:38:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9caf5b5
7
8 app-vim/languagetool: remove old
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 app-vim/languagetool/Manifest | 1 -
13 app-vim/languagetool/languagetool-1.29.ebuild | 17 -----------------
14 2 files changed, 18 deletions(-)
15
16 diff --git a/app-vim/languagetool/Manifest b/app-vim/languagetool/Manifest
17 index 95c6fbfbf7e..1f6ef0aa659 100644
18 --- a/app-vim/languagetool/Manifest
19 +++ b/app-vim/languagetool/Manifest
20 @@ -1,2 +1 @@
21 -DIST languagetool-1.29.tar.bz2 8059 BLAKE2B 0779ada2bfa80de9ca6e8237d5fc1891d2b99b06a438d16290cd2c6cc8c88a5202fe66f9754e98bc6519e6c24a2264e8bad7510dc43d53ae703c7e659c82c3bd SHA512 09b5bdc1d3590afe26578f687064a7a62493a11fafca903759dc1e9048cb22a04c6352127b13e4a63acb867d73d943b56fcae7f733350626f05b66a6d1f1626d
22 DIST languagetool-1.30.tar.bz2 8089 BLAKE2B 518036b68b80bbc083718a23c3aa07e9d118b8c6dc4f69cfa289566924ac2bd218b45ca53e850244676351b1566b580c6fac909376087d8274c289ab20727e49 SHA512 c04115752f8a601e85b718ea8d68cbdaa7628d14c252b4bb5bd11449ae2c5558ddee3d0f3a1bc2db84364e127fc211a0c4fe51e4ff9b442ebe99aa4f9d1db935
23
24 diff --git a/app-vim/languagetool/languagetool-1.29.ebuild b/app-vim/languagetool/languagetool-1.29.ebuild
25 deleted file mode 100644
26 index 271bff06b7c..00000000000
27 --- a/app-vim/languagetool/languagetool-1.29.ebuild
28 +++ /dev/null
29 @@ -1,17 +0,0 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -inherit vim-plugin
35 -
36 -MY_PN=LanguageTool
37 -DESCRIPTION="grammar checker for various languages"
38 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3223"
39 -LICENSE="vim"
40 -KEYWORDS="~amd64 ~x86"
41 -
42 -VIM_PLUGIN_HELPFILES="${MY_PN}"
43 -
44 -RDEPEND="app-text/languagetool"
45 -
46 -PATCHES=( "${FILESDIR}"/${P}-script.patch )