diff options
author | 2016-07-02 23:34:34 +0200 | |
---|---|---|
committer | 2016-07-02 23:54:48 +0200 | |
commit | f062aef87671e55d6449c8df66e13afa6013314d (patch) | |
tree | ee04d92e16e939e455486af5b61da909fc35f59c /app-officeext/languagetool/languagetool-2.7.ebuild | |
parent | app-backup/burp: Remove unneeded revisions (diff) | |
download | gentoo-f062aef87671e55d6449c8df66e13afa6013314d.tar.gz gentoo-f062aef87671e55d6449c8df66e13afa6013314d.tar.bz2 gentoo-f062aef87671e55d6449c8df66e13afa6013314d.zip |
app-officeext/languagetool: Remove old
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-officeext/languagetool/languagetool-2.7.ebuild')
-rw-r--r-- | app-officeext/languagetool/languagetool-2.7.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/app-officeext/languagetool/languagetool-2.7.ebuild b/app-officeext/languagetool/languagetool-2.7.ebuild deleted file mode 100644 index 82c0cc51fc24..000000000000 --- a/app-officeext/languagetool/languagetool-2.7.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MY_P="LanguageTool-${PV}" - -OFFICE_REQ_USE="java" - -OFFICE_EXTENSIONS=( - "${MY_P}.oxt" -) - -inherit office-ext-r1 - -DESCRIPTION="Style and Grammar Checker for libreoffice" -HOMEPAGE="http://www.languagetool.org/" -SRC_URI="http://www.languagetool.org/download/${MY_P}.oxt" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=virtual/jdk-1.7" |