summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-05-17 11:24:30 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-05-17 11:24:30 +0000
commita425b85cb255255535360be476296ede60561579 (patch)
tree172f93dff68a79b7639c8f7d5dc8d726510fb438 /app-officeext/languagetool
parentremove old (diff)
downloadgentoo-2-a425b85cb255255535360be476296ede60561579.tar.gz
gentoo-2-a425b85cb255255535360be476296ede60561579.tar.bz2
gentoo-2-a425b85cb255255535360be476296ede60561579.zip
Stabilise new-eclass using ebuild. Remove older.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-officeext/languagetool')
-rw-r--r--app-officeext/languagetool/ChangeLog6
-rw-r--r--app-officeext/languagetool/languagetool-2.0-r1.ebuild4
-rw-r--r--app-officeext/languagetool/languagetool-2.0.ebuild27
3 files changed, 7 insertions, 30 deletions
diff --git a/app-officeext/languagetool/ChangeLog b/app-officeext/languagetool/ChangeLog
index 1af60fe9f31c..52471c4fd325 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.11 2013/03/23 10:19:19 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/ChangeLog,v 1.12 2013/05/17 11:24:30 scarabeus Exp $
+
+ 17 May 2013; Tomáš Chvátal <scarabeus@gentoo.org> -languagetool-2.0.ebuild,
+ languagetool-2.0-r1.ebuild:
+ Stabilise new-eclass using ebuild. Remove older.
*languagetool-2.0-r1 (23 Mar 2013)
diff --git a/app-officeext/languagetool/languagetool-2.0-r1.ebuild b/app-officeext/languagetool/languagetool-2.0-r1.ebuild
index c6094e08e664..1d6282504caa 100644
--- a/app-officeext/languagetool/languagetool-2.0-r1.ebuild
+++ b/app-officeext/languagetool/languagetool-2.0-r1.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-r1.ebuild,v 1.1 2013/03/23 10:19:18 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/languagetool-2.0-r1.ebuild,v 1.2 2013/05/17 11:24:30 scarabeus Exp $
EAPI=5
@@ -20,5 +20,5 @@ SRC_URI="http://www.languagetool.org/download/${MY_P}.oxt"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
diff --git a/app-officeext/languagetool/languagetool-2.0.ebuild b/app-officeext/languagetool/languagetool-2.0.ebuild
deleted file mode 100644
index e058d5b5e9c0..000000000000
--- a/app-officeext/languagetool/languagetool-2.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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.2 2013/01/11 12:31:06 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]
-"