diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-01-11 12:31:06 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-01-11 12:31:06 +0000 |
commit | f80ce88c3bbd392344f992a086c23a72e0628492 (patch) | |
tree | 98ea2569dac60595ef8ca692888d9144d9d47a1b /app-officeext | |
parent | Stabilise on amd64 and x86. Drop older. (diff) | |
download | gentoo-2-f80ce88c3bbd392344f992a086c23a72e0628492.tar.gz gentoo-2-f80ce88c3bbd392344f992a086c23a72e0628492.tar.bz2 gentoo-2-f80ce88c3bbd392344f992a086c23a72e0628492.zip |
Stabilise on amd64 and x86. Drop older.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-officeext')
-rw-r--r-- | app-officeext/languagetool/ChangeLog | 6 | ||||
-rw-r--r-- | app-officeext/languagetool/languagetool-1.9.ebuild | 27 | ||||
-rw-r--r-- | app-officeext/languagetool/languagetool-2.0.ebuild | 4 |
3 files changed, 7 insertions, 30 deletions
diff --git a/app-officeext/languagetool/ChangeLog b/app-officeext/languagetool/ChangeLog index 1d2f572edfae..2fa74ea42a12 100644 --- a/app-officeext/languagetool/ChangeLog +++ b/app-officeext/languagetool/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-officeext/languagetool # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/ChangeLog,v 1.9 2013/01/03 20:01:10 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/ChangeLog,v 1.10 2013/01/11 12:31:06 scarabeus Exp $ + + 11 Jan 2013; Tomáš Chvátal <scarabeus@gentoo.org> -languagetool-1.9.ebuild, + languagetool-2.0.ebuild: + Stabilise on amd64 and x86. Drop older. *languagetool-2.0 (03 Jan 2013) diff --git a/app-officeext/languagetool/languagetool-1.9.ebuild b/app-officeext/languagetool/languagetool-1.9.ebuild deleted file mode 100644 index 1e91f950e2ce..000000000000 --- a/app-officeext/languagetool/languagetool-1.9.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/languagetool-1.9.ebuild,v 1.2 2012/10/24 15:07:46 scarabeus Exp $ - -EAPI=4 - -MY_P="LanguageTool-${PV}" - -OO_EXTENSIONS=( - "${MY_P}.oxt" -) - -inherit office-ext - -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="" - -DEPEND="" -RDEPEND="${DEPEND} - virtual/ooo[java] -" diff --git a/app-officeext/languagetool/languagetool-2.0.ebuild b/app-officeext/languagetool/languagetool-2.0.ebuild index 20b6cb646a79..e058d5b5e9c0 100644 --- a/app-officeext/languagetool/languagetool-2.0.ebuild +++ b/app-officeext/languagetool/languagetool-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/languagetool-2.0.ebuild,v 1.1 2013/01/03 20:01:10 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/languagetool-2.0.ebuild,v 1.2 2013/01/11 12:31:06 scarabeus Exp $ EAPI=4 @@ -18,7 +18,7 @@ SRC_URI="http://www.languagetool.org/download/${MY_P}.oxt" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="" |