summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-officeext')
-rw-r--r--app-officeext/texmaths/ChangeLog5
-rw-r--r--app-officeext/texmaths/texmaths-0.34.ebuild8
2 files changed, 5 insertions, 8 deletions
diff --git a/app-officeext/texmaths/ChangeLog b/app-officeext/texmaths/ChangeLog
index c0dea0010b38..409cbafd89d1 100644
--- a/app-officeext/texmaths/ChangeLog
+++ b/app-officeext/texmaths/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-officeext/texmaths
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/ChangeLog,v 1.1 2012/05/08 21:36:28 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/ChangeLog,v 1.2 2012/05/09 16:12:51 scarabeus Exp $
+
+ 09 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> texmaths-0.34.ebuild:
+ Use unpack from office-ext eclass now.
*texmaths-0.34 (08 May 2012)
diff --git a/app-officeext/texmaths/texmaths-0.34.ebuild b/app-officeext/texmaths/texmaths-0.34.ebuild
index 636698b53d64..8a0af9b311dc 100644
--- a/app-officeext/texmaths/texmaths-0.34.ebuild
+++ b/app-officeext/texmaths/texmaths-0.34.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/texmaths/texmaths-0.34.ebuild,v 1.1 2012/05/08 21:36:28 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/texmaths-0.34.ebuild,v 1.2 2012/05/09 16:12:51 scarabeus Exp $
EAPI=4
@@ -26,9 +26,3 @@ RDEPEND="
app-text/dvisvgm
virtual/tex-base
"
-
-S=${WORKDIR}
-
-src_unpack() {
- cp -v "${DISTDIR}/${MY_P}.oxt" "${S}"
-}