commit: a9caf5b5eeae5fb3c6a5c9ccc619670f17d1d657 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Thu May 9 04:53:13 2019 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Thu May 9 08:38:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9caf5b5
app-vim/languagetool: remove old Signed-off-by: Tim Harder <radhermit <AT> gentoo.org> app-vim/languagetool/Manifest | 1 - app-vim/languagetool/languagetool-1.29.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/app-vim/languagetool/Manifest b/app-vim/languagetool/Manifest index 95c6fbfbf7e..1f6ef0aa659 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 271bff06b7c..00000000000 --- 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 )
