summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-11-09 00:10:18 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-11-09 00:10:43 +0200
commitdad9968ac558dbcd9563c5bfd53d5bb70a27c6bb (patch)
tree3dddaea360f77f2f532a1fe207e4b9a29d6023f5 /app-officeext/texmaths
parentdev-python/pyglet: Stabilize 1.5.7-r1 amd64, #739758 (diff)
downloadgentoo-dad9968ac558dbcd9563c5bfd53d5bb70a27c6bb.tar.gz
gentoo-dad9968ac558dbcd9563c5bfd53d5bb70a27c6bb.tar.bz2
gentoo-dad9968ac558dbcd9563c5bfd53d5bb70a27c6bb.zip
app-officeext/texmaths: Version bump
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'app-officeext/texmaths')
-rw-r--r--app-officeext/texmaths/Manifest1
-rw-r--r--app-officeext/texmaths/texmaths-0.48.2.ebuild26
2 files changed, 27 insertions, 0 deletions
diff --git a/app-officeext/texmaths/Manifest b/app-officeext/texmaths/Manifest
index 801307fc38b6..b5885cf3fd1a 100644
--- a/app-officeext/texmaths/Manifest
+++ b/app-officeext/texmaths/Manifest
@@ -1 +1,2 @@
+DIST TexMaths-0.48.2.oxt 1163062 BLAKE2B 5afcecfd436ff0c6eae7d6ba3cbd2e2b56b0d7b08220279eabda5264c995d9ab43252166a227103c7bd3f40acfa36d9258d158d774bc2dde7d5e7cdcd26918d6 SHA512 1bdaa018c4b5702a9fb5e8e0cac6e4bf177ab179c033ea232b4ef9524b69ef28f6a1bd6ecc2a4e5e0c941cc8b620d883cbb82b70b5dc441478e51e186fd3e783
DIST TexMaths-0.48.oxt 666714 BLAKE2B 63d811ec60fde66faaaa0ac6d41760eee87df2a1e9cfa023b5f3177bc845a693b54d99bb56fbcbfda64a9ec23ed342e11fa7af0be4241dadb267e06cf6543413 SHA512 29e42fd8fe75d1f14bec7fa0eaf531877d50720c8240a144a1cc3a47ee1feb4ba4b163672deb8e0d0b5ecf354370116d31a1ea3bb013a188122433f41e48cd0b
diff --git a/app-officeext/texmaths/texmaths-0.48.2.ebuild b/app-officeext/texmaths/texmaths-0.48.2.ebuild
new file mode 100644
index 000000000000..50a931a3debf
--- /dev/null
+++ b/app-officeext/texmaths/texmaths-0.48.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 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
+"