summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/languagetool/Manifest1
-rw-r--r--app-vim/languagetool/languagetool-1.29.ebuild17
2 files changed, 0 insertions, 18 deletions
diff --git a/app-vim/languagetool/Manifest b/app-vim/languagetool/Manifest
index 95c6fbfbf7e1..1f6ef0aa6596 100644
--- a/app-vim/languagetool/Manifest
+++ b/app-vim/languagetool/Manifest
@@ -1,2 +1 @@
-DIST languagetool-1.29.tar.bz2 8059 BLAKE2B 0779ada2bfa80de9ca6e8237d5fc1891d2b99b06a438d16290cd2c6cc8c88a5202fe66f9754e98bc6519e6c24a2264e8bad7510dc43d53ae703c7e659c82c3bd SHA512 09b5bdc1d3590afe26578f687064a7a62493a11fafca903759dc1e9048cb22a04c6352127b13e4a63acb867d73d943b56fcae7f733350626f05b66a6d1f1626d
DIST languagetool-1.30.tar.bz2 8089 BLAKE2B 518036b68b80bbc083718a23c3aa07e9d118b8c6dc4f69cfa289566924ac2bd218b45ca53e850244676351b1566b580c6fac909376087d8274c289ab20727e49 SHA512 c04115752f8a601e85b718ea8d68cbdaa7628d14c252b4bb5bd11449ae2c5558ddee3d0f3a1bc2db84364e127fc211a0c4fe51e4ff9b442ebe99aa4f9d1db935
diff --git a/app-vim/languagetool/languagetool-1.29.ebuild b/app-vim/languagetool/languagetool-1.29.ebuild
deleted file mode 100644
index 271bff06b7cb..000000000000
--- a/app-vim/languagetool/languagetool-1.29.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit vim-plugin
-
-MY_PN=LanguageTool
-DESCRIPTION="grammar checker for various languages"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3223"
-LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
-
-VIM_PLUGIN_HELPFILES="${MY_PN}"
-
-RDEPEND="app-text/languagetool"
-
-PATCHES=( "${FILESDIR}"/${P}-script.patch )