diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-16 12:11:21 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-08-16 12:11:21 +0000 |
commit | 97cfc28e4f4dccc5e305c8bcde453f59a828c753 (patch) | |
tree | 60d4583f67bc891bbd6705ab5cc93639c5d16712 /app-officeext | |
parent | Version bump to latest. (diff) | |
download | gentoo-2-97cfc28e4f4dccc5e305c8bcde453f59a828c753.tar.gz gentoo-2-97cfc28e4f4dccc5e305c8bcde453f59a828c753.tar.bz2 gentoo-2-97cfc28e4f4dccc5e305c8bcde453f59a828c753.zip |
Bump to latest.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'app-officeext')
-rw-r--r-- | app-officeext/texmaths/ChangeLog | 8 | ||||
-rw-r--r-- | app-officeext/texmaths/texmaths-0.36.ebuild | 28 |
2 files changed, 34 insertions, 2 deletions
diff --git a/app-officeext/texmaths/ChangeLog b/app-officeext/texmaths/ChangeLog index 1f6b48723d1f..cac882e5f25f 100644 --- a/app-officeext/texmaths/ChangeLog +++ b/app-officeext/texmaths/ChangeLog @@ -1,6 +1,11 @@ # 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.4 2012/05/23 08:54:32 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/ChangeLog,v 1.5 2012/08/16 12:11:21 scarabeus Exp $ + +*texmaths-0.36 (16 Aug 2012) + + 16 Aug 2012; Tomáš Chvátal <scarabeus@gentoo.org> +texmaths-0.36.ebuild: + Bump to latest. 23 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> texmaths-0.35.ebuild: Stable on amd64 and x86. @@ -19,4 +24,3 @@ 08 May 2012; Andreas K. Huettel <dilfridge@gentoo.org> +texmaths-0.34.ebuild, +metadata.xml: New package - diff --git a/app-officeext/texmaths/texmaths-0.36.ebuild b/app-officeext/texmaths/texmaths-0.36.ebuild new file mode 100644 index 000000000000..f9d354b801f2 --- /dev/null +++ b/app-officeext/texmaths/texmaths-0.36.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.36.ebuild,v 1.1 2012/08/16 12:11:21 scarabeus 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="mirror://sourceforge/${PN}/${MY_P}.oxt" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=" + app-text/dvisvgm + virtual/tex-base +" |