diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-09 16:12:51 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-05-09 16:12:51 +0000 |
commit | 400ffe342f2ee98095ca9ce4af5b52208b0f6eb9 (patch) | |
tree | 02d5f224a330493fb922d49e90337e9ae5e499b9 /app-officeext | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-400ffe342f2ee98095ca9ce4af5b52208b0f6eb9.tar.gz gentoo-2-400ffe342f2ee98095ca9ce4af5b52208b0f6eb9.tar.bz2 gentoo-2-400ffe342f2ee98095ca9ce4af5b52208b0f6eb9.zip |
Use unpack from office-ext eclass now.
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Diffstat (limited to 'app-officeext')
-rw-r--r-- | app-officeext/texmaths/ChangeLog | 5 | ||||
-rw-r--r-- | app-officeext/texmaths/texmaths-0.34.ebuild | 8 |
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}" -} |