summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2014-12-27 22:11:55 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2014-12-27 22:11:55 +0000
commit148f6ab2024a2979c09011a8c4a568e0005797c2 (patch)
tree82ab3759081fa50b28ca399344b171c526278f53 /app-officeext
parentFix tools useflag, bug 525692 (diff)
downloadgentoo-2-148f6ab2024a2979c09011a8c4a568e0005797c2.tar.gz
gentoo-2-148f6ab2024a2979c09011a8c4a568e0005797c2.tar.bz2
gentoo-2-148f6ab2024a2979c09011a8c4a568e0005797c2.zip
Version bump, bug 529840
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'app-officeext')
-rw-r--r--app-officeext/texmaths/ChangeLog9
-rw-r--r--app-officeext/texmaths/texmaths-0.41.ebuild28
2 files changed, 35 insertions, 2 deletions
diff --git a/app-officeext/texmaths/ChangeLog b/app-officeext/texmaths/ChangeLog
index 085e08d1b58a..84624c46a959 100644
--- a/app-officeext/texmaths/ChangeLog
+++ b/app-officeext/texmaths/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-officeext/texmaths
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/ChangeLog,v 1.15 2013/04/27 08:36:13 scarabeus Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/ChangeLog,v 1.16 2014/12/27 22:11:55 dilfridge Exp $
+
+*texmaths-0.41 (27 Dec 2014)
+
+ 27 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org> +texmaths-0.41.ebuild:
+ Version bump, bug 529840
27 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> -texmaths-0.37.ebuild,
texmaths-0.37-r1.ebuild:
diff --git a/app-officeext/texmaths/texmaths-0.41.ebuild b/app-officeext/texmaths/texmaths-0.41.ebuild
new file mode 100644
index 000000000000..98ee373974a7
--- /dev/null
+++ b/app-officeext/texmaths/texmaths-0.41.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/texmaths/texmaths-0.41.ebuild,v 1.1 2014/12/27 22:11:55 dilfridge Exp $
+
+EAPI=5
+
+MY_P="TexMaths-${PV}"
+
+OFFICE_EXTENSIONS=(
+ "${MY_P}.oxt"
+)
+
+inherit office-ext-r1
+
+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
+"