diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-10-19 17:52:06 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-10-19 17:52:06 +0000 |
commit | c85447ca6031b36f06d686f6b57591777dac332b (patch) | |
tree | dbd27fd7935ca591c2ed203cc7c8f8144330dd64 /app-officeext/texmaths | |
parent | Add patch from Debian to fix build with boost-1.48 and newer, wrt bug #425374... (diff) | |
download | gentoo-2-c85447ca6031b36f06d686f6b57591777dac332b.tar.gz gentoo-2-c85447ca6031b36f06d686f6b57591777dac332b.tar.bz2 gentoo-2-c85447ca6031b36f06d686f6b57591777dac332b.zip |
Add re-packed oxt that removes the 'bug workaround' which breaks with lo-3.6 ...
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'app-officeext/texmaths')
-rw-r--r-- | app-officeext/texmaths/ChangeLog | 9 | ||||
-rw-r--r-- | app-officeext/texmaths/texmaths-0.36a.ebuild | 28 |
2 files changed, 36 insertions, 1 deletions
diff --git a/app-officeext/texmaths/ChangeLog b/app-officeext/texmaths/ChangeLog index 496561bbf8e8..c72da87de0b4 100644 --- a/app-officeext/texmaths/ChangeLog +++ b/app-officeext/texmaths/ChangeLog @@ -1,6 +1,13 @@ # 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.6 2012/08/21 08:39:00 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/ChangeLog,v 1.7 2012/10/19 17:52:06 dilfridge Exp $ + +*texmaths-0.36a (19 Oct 2012) + + 19 Oct 2012; Andreas K. Huettel <dilfridge@gentoo.org> + +texmaths-0.36a.ebuild: + Add re-packed oxt that removes the 'bug workaround' which breaks with lo-3.6 + ... 21 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> -texmaths-0.35.ebuild, texmaths-0.36.ebuild: diff --git a/app-officeext/texmaths/texmaths-0.36a.ebuild b/app-officeext/texmaths/texmaths-0.36a.ebuild new file mode 100644 index 000000000000..1dbe81be0ae5 --- /dev/null +++ b/app-officeext/texmaths/texmaths-0.36a.ebuild @@ -0,0 +1,28 @@ +# 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.36a.ebuild,v 1.1 2012/10/19 17:52:06 dilfridge Exp $ + +EAPI=4 + +MY_P="TexMaths-${PV}" + +OO_EXTENSIONS=( + "${MY_P}.oxt" +) + +inherit office-ext + +DESCRIPTION="LaTeX Equation Editor for LibreOffice" +HOMEPAGE="http://roland65.free.fr/texmaths/" +SRC_URI="https://data.nanotube-research.de/group/${MY_P}.oxt" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=" + app-text/dvisvgm + virtual/tex-base +" |