summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-officeext/texmaths')
-rw-r--r--app-officeext/texmaths/Manifest1
-rw-r--r--app-officeext/texmaths/texmaths-0.48.2.ebuild6
-rw-r--r--app-officeext/texmaths/texmaths-0.48.ebuild26
3 files changed, 3 insertions, 30 deletions
diff --git a/app-officeext/texmaths/Manifest b/app-officeext/texmaths/Manifest
index b5885cf3fd1a..7ea3e68485e2 100644
--- a/app-officeext/texmaths/Manifest
+++ b/app-officeext/texmaths/Manifest
@@ -1,2 +1 @@
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
index 50a931a3debf..67242cc0449a 100644
--- a/app-officeext/texmaths/texmaths-0.48.2.ebuild
+++ b/app-officeext/texmaths/texmaths-0.48.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,11 +13,11 @@ inherit office-ext-r1
DESCRIPTION="LaTeX Equation Editor for LibreOffice"
HOMEPAGE="http://roland65.free.fr/texmaths/"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.oxt"
+SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.oxt"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
diff --git a/app-officeext/texmaths/texmaths-0.48.ebuild b/app-officeext/texmaths/texmaths-0.48.ebuild
deleted file mode 100644
index 603f54ad0a71..000000000000
--- a/app-officeext/texmaths/texmaths-0.48.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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
-"