Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-officeext/texmaths/
Date: Sat, 25 Dec 2021 10:44:53
Message-Id: 1640429009.d24def7c28c7620ead8991e97d327a714cbfda10.asturm@gentoo
1 commit: d24def7c28c7620ead8991e97d327a714cbfda10
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 25 10:42:41 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 25 10:43:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d24def7c
7
8 app-officeext/texmaths: Drop 0.48
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-officeext/texmaths/Manifest | 1 -
14 app-officeext/texmaths/texmaths-0.48.ebuild | 26 --------------------------
15 2 files changed, 27 deletions(-)
16
17 diff --git a/app-officeext/texmaths/Manifest b/app-officeext/texmaths/Manifest
18 index b5885cf3fd1a..7ea3e68485e2 100644
19 --- a/app-officeext/texmaths/Manifest
20 +++ b/app-officeext/texmaths/Manifest
21 @@ -1,2 +1 @@
22 DIST TexMaths-0.48.2.oxt 1163062 BLAKE2B 5afcecfd436ff0c6eae7d6ba3cbd2e2b56b0d7b08220279eabda5264c995d9ab43252166a227103c7bd3f40acfa36d9258d158d774bc2dde7d5e7cdcd26918d6 SHA512 1bdaa018c4b5702a9fb5e8e0cac6e4bf177ab179c033ea232b4ef9524b69ef28f6a1bd6ecc2a4e5e0c941cc8b620d883cbb82b70b5dc441478e51e186fd3e783
23 -DIST TexMaths-0.48.oxt 666714 BLAKE2B 63d811ec60fde66faaaa0ac6d41760eee87df2a1e9cfa023b5f3177bc845a693b54d99bb56fbcbfda64a9ec23ed342e11fa7af0be4241dadb267e06cf6543413 SHA512 29e42fd8fe75d1f14bec7fa0eaf531877d50720c8240a144a1cc3a47ee1feb4ba4b163672deb8e0d0b5ecf354370116d31a1ea3bb013a188122433f41e48cd0b
24
25 diff --git a/app-officeext/texmaths/texmaths-0.48.ebuild b/app-officeext/texmaths/texmaths-0.48.ebuild
26 deleted file mode 100644
27 index 603f54ad0a71..000000000000
28 --- a/app-officeext/texmaths/texmaths-0.48.ebuild
29 +++ /dev/null
30 @@ -1,26 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -MY_P="TexMaths-${PV}"
37 -
38 -OFFICE_EXTENSIONS=(
39 - "${MY_P}.oxt"
40 -)
41 -
42 -inherit office-ext-r1
43 -
44 -DESCRIPTION="LaTeX Equation Editor for LibreOffice"
45 -HOMEPAGE="http://roland65.free.fr/texmaths/"
46 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.oxt"
47 -
48 -LICENSE="GPL-2"
49 -SLOT="0"
50 -KEYWORDS="amd64 x86"
51 -IUSE=""
52 -
53 -RDEPEND="
54 - app-text/dvisvgm
55 - virtual/tex-base
56 -"