summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-01 21:29:43 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-08 21:28:02 +0200
commit63a2e4e24a475ea5346eb66e63846bbe31f8c1e1 (patch)
tree6b33960ffcd50e58e00c637782ef31d93ea56d6d
parentapp-crypt/libu2f-host: remove old vulnerable #678580 #679724 (diff)
downloadgentoo-63a2e4e24a475ea5346eb66e63846bbe31f8c1e1.tar.gz
gentoo-63a2e4e24a475ea5346eb66e63846bbe31f8c1e1.tar.bz2
gentoo-63a2e4e24a475ea5346eb66e63846bbe31f8c1e1.zip
app-officeext/texmaths: 0.47 version bump
Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--app-officeext/texmaths/Manifest1
-rw-r--r--app-officeext/texmaths/texmaths-0.47.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/app-officeext/texmaths/Manifest b/app-officeext/texmaths/Manifest
index b24ad4009251..11761f39e65d 100644
--- a/app-officeext/texmaths/Manifest
+++ b/app-officeext/texmaths/Manifest
@@ -1 +1,2 @@
DIST TexMaths-0.46.1.oxt 1206650 BLAKE2B 649596405fc0eef78bde4e98eba833321cc88f2debe67bc4c287008447de8db146c32a0e03a3c80aa00f360992f05239b9eeccb942d6150f2c295fa82eb42972 SHA512 6f0409862bd45c3abf78496e611e82cacd38181e773d852586800733ddd64f0c2be3edeb6a87251328dc8183f8ae93e4a1666021b5ad89babf2534294710a9fa
+DIST TexMaths-0.47.oxt 665591 BLAKE2B 23aa4804be0ab37e2a15ef4a2a287cd9105ad3bfeb772d4d3a63908543d5facbdc0500b9b83ab69b8b9e4237b5a278278addbb46c630dffe4a439613a31f0fa8 SHA512 cb8a06e37d1ebac32c19286b958705588dd10dcc3a09b75ba52e5c81d269391822372cec490c77e9b3fc54b0e7f29f24962e8d55c7a87735782a042661229dd1
diff --git a/app-officeext/texmaths/texmaths-0.47.ebuild b/app-officeext/texmaths/texmaths-0.47.ebuild
new file mode 100644
index 000000000000..723a1cbca138
--- /dev/null
+++ b/app-officeext/texmaths/texmaths-0.47.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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=""
+
+RDEPEND="
+ app-text/dvisvgm
+ virtual/tex-base
+"