summaryrefslogtreecommitdiff
path: root/app-officeext
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /app-officeext
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'app-officeext')
-rw-r--r--app-officeext/Manifest.gzbin1547 -> 1548 bytes
-rw-r--r--app-officeext/texmaths/Manifest2
-rw-r--r--app-officeext/texmaths/texmaths-0.48.2.ebuild26
3 files changed, 28 insertions, 0 deletions
diff --git a/app-officeext/Manifest.gz b/app-officeext/Manifest.gz
index b47b3ef07072..4c05b0598c15 100644
--- a/app-officeext/Manifest.gz
+++ b/app-officeext/Manifest.gz
Binary files differ
diff --git a/app-officeext/texmaths/Manifest b/app-officeext/texmaths/Manifest
index da83329d3a8d..f8948dc5f5ad 100644
--- a/app-officeext/texmaths/Manifest
+++ b/app-officeext/texmaths/Manifest
@@ -1,3 +1,5 @@
+DIST TexMaths-0.48.2.oxt 1163062 BLAKE2B 5afcecfd436ff0c6eae7d6ba3cbd2e2b56b0d7b08220279eabda5264c995d9ab43252166a227103c7bd3f40acfa36d9258d158d774bc2dde7d5e7cdcd26918d6 SHA512 1bdaa018c4b5702a9fb5e8e0cac6e4bf177ab179c033ea232b4ef9524b69ef28f6a1bd6ecc2a4e5e0c941cc8b620d883cbb82b70b5dc441478e51e186fd3e783
DIST TexMaths-0.48.oxt 666714 BLAKE2B 63d811ec60fde66faaaa0ac6d41760eee87df2a1e9cfa023b5f3177bc845a693b54d99bb56fbcbfda64a9ec23ed342e11fa7af0be4241dadb267e06cf6543413 SHA512 29e42fd8fe75d1f14bec7fa0eaf531877d50720c8240a144a1cc3a47ee1feb4ba4b163672deb8e0d0b5ecf354370116d31a1ea3bb013a188122433f41e48cd0b
+EBUILD texmaths-0.48.2.ebuild 449 BLAKE2B 1ad97aed387032a86d22e9d2e275a51242deef33bcd5f001d7054513d04b2235b6ac470a7629855c99bd5ea523fb655bc8e9127d95f0b6e5a0c5f2e0b76276d7 SHA512 d0242598f142c81f30b24272cbf1138cce58497d762aa63c55837a73ca284391118224cef83dbdad3772ed9cfe902a9758e188d9cdd938ef38d8e73a25f0c134
EBUILD texmaths-0.48.ebuild 447 BLAKE2B 501d52cc05384b24af9c92cd5783efd050434b841feb9566abb4b2ee38ad925f936c760847e452f43a6786dd388ca21f809c9469eb47e8ebadef7545ab92e81d SHA512 44749e5a91870b9d6adf769c086d9fd826ff68990545e523d4a58e286a692211f31717579724f701b826869dde66fbd939004fbee14f73dc5e3197909d83d120
MISC metadata.xml 333 BLAKE2B 3ec9f71cb817e8eb61176bfd9215185cf198a7d7688c457e3026f042460c4a78f2f1cc16f6c91218f1c07fce1adb0dfec6d128a06e32fae92b3c7c9903e357bc SHA512 41e3cf3ca9cf1e60d5cf056df0293f0e661f4243f4cac927b70d331a76e1f13866aaff8e9ff943a39ad1af72929ed92a410ea26f2aa086f4ba038d5043f20ca1
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
+"