summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-05-09 16:13:45 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-05-09 16:13:45 +0000
commite66fccbc7052b3cd747349fcab8c214dcb744a7c (patch)
tree3894fb13ae9e4a4039fcbfcdd4cd40135c8dc2de /app-officeext
parentkeyword ~amd64-fbsd (diff)
downloadgentoo-2-e66fccbc7052b3cd747349fcab8c214dcb744a7c.tar.gz
gentoo-2-e66fccbc7052b3cd747349fcab8c214dcb744a7c.tar.bz2
gentoo-2-e66fccbc7052b3cd747349fcab8c214dcb744a7c.zip
Use unpack function from office-ext eclass.
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Diffstat (limited to 'app-officeext')
-rw-r--r--app-officeext/languagetool/ChangeLog5
-rw-r--r--app-officeext/languagetool/languagetool-1.7.ebuild8
2 files changed, 5 insertions, 8 deletions
diff --git a/app-officeext/languagetool/ChangeLog b/app-officeext/languagetool/ChangeLog
index 9c29825ed2b0..ad1ade99a6fc 100644
--- a/app-officeext/languagetool/ChangeLog
+++ b/app-officeext/languagetool/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/languagetool
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/ChangeLog,v 1.1 2012/05/09 07:23:52 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/ChangeLog,v 1.2 2012/05/09 16:13:45 scarabeus Exp $
+
+ 09 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> languagetool-1.7.ebuild:
+ Use unpack function from office-ext eclass.
08 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> languagetool-1.7.ebuild:
Add einfo about slowing down the lo as whole. Thanks to Eugeny Shkrigunov for
diff --git a/app-officeext/languagetool/languagetool-1.7.ebuild b/app-officeext/languagetool/languagetool-1.7.ebuild
index 1f684e8725de..4df66419b3b1 100644
--- a/app-officeext/languagetool/languagetool-1.7.ebuild
+++ b/app-officeext/languagetool/languagetool-1.7.ebuild
@@ -1,6 +1,6 @@
# 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.7.ebuild,v 1.1 2012/05/09 07:23:52 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/languagetool-1.7.ebuild,v 1.2 2012/05/09 16:13:45 scarabeus Exp $
EAPI=4
@@ -26,12 +26,6 @@ RDEPEND="${DEPEND}
virtual/ooo[java]
"
-S=${WORKDIR}
-
-src_unpack() {
- cp -v "${DISTDIR}/${MY_P}.oxt" "${S}"
-}
-
pkg_postinst() {
office-ext_pkg_postinst
einfo "Be warned that this extension is serious resource hog and thus"