diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-02-16 23:58:19 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2013-02-16 23:58:19 +0000 |
commit | 039be8ebdc4c39ee98d9fb98fdd9ee1cd2e33889 (patch) | |
tree | dba285a1819b7de7a991b803f8c8e5f53fda7df7 /app-officeext/texmaths | |
parent | Stable on arm, wrt bug #419225 (diff) | |
download | gentoo-2-039be8ebdc4c39ee98d9fb98fdd9ee1cd2e33889.tar.gz gentoo-2-039be8ebdc4c39ee98d9fb98fdd9ee1cd2e33889.tar.bz2 gentoo-2-039be8ebdc4c39ee98d9fb98fdd9ee1cd2e33889.zip |
Version bump
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key B6C5F7DE)
Diffstat (limited to 'app-officeext/texmaths')
-rw-r--r-- | app-officeext/texmaths/ChangeLog | 9 | ||||
-rw-r--r-- | app-officeext/texmaths/texmaths-0.37.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/app-officeext/texmaths/ChangeLog b/app-officeext/texmaths/ChangeLog index 1e38decac5e0..64050d6596d0 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.11 2012/11/24 22:17:10 dilfridge Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/ChangeLog,v 1.12 2013/02/16 23:58:19 dilfridge Exp $ + +*texmaths-0.37 (16 Feb 2013) + + 16 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org> +texmaths-0.37.ebuild: + Version bump 24 Nov 2012; Andreas K. Huettel <dilfridge@gentoo.org> -texmaths-0.36.ebuild: Remove old and b0rken diff --git a/app-officeext/texmaths/texmaths-0.37.ebuild b/app-officeext/texmaths/texmaths-0.37.ebuild new file mode 100644 index 000000000000..30cf4caaec97 --- /dev/null +++ b/app-officeext/texmaths/texmaths-0.37.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/texmaths-0.37.ebuild,v 1.1 2013/02/16 23:58:19 dilfridge Exp $ + +EAPI=5 + +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 +" |