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: Thu, 27 Jun 2019 17:21:23
Message-Id: 1561655881.1db38e29450e8a3f96f68bfc52345fed4828a971.asturm@gentoo
1 commit: 1db38e29450e8a3f96f68bfc52345fed4828a971
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 27 12:04:39 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 27 17:18:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db38e29
7
8 app-officeext/texmaths: Drop 0.47
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-officeext/texmaths/Manifest | 1 -
14 app-officeext/texmaths/texmaths-0.47.ebuild | 26 --------------------------
15 2 files changed, 27 deletions(-)
16
17 diff --git a/app-officeext/texmaths/Manifest b/app-officeext/texmaths/Manifest
18 index 07550815a3f..089c31ad25b 100644
19 --- a/app-officeext/texmaths/Manifest
20 +++ b/app-officeext/texmaths/Manifest
21 @@ -1,3 +1,2 @@
22 DIST TexMaths-0.46.1.oxt 1206650 BLAKE2B 649596405fc0eef78bde4e98eba833321cc88f2debe67bc4c287008447de8db146c32a0e03a3c80aa00f360992f05239b9eeccb942d6150f2c295fa82eb42972 SHA512 6f0409862bd45c3abf78496e611e82cacd38181e773d852586800733ddd64f0c2be3edeb6a87251328dc8183f8ae93e4a1666021b5ad89babf2534294710a9fa
23 -DIST TexMaths-0.47.oxt 665591 BLAKE2B 23aa4804be0ab37e2a15ef4a2a287cd9105ad3bfeb772d4d3a63908543d5facbdc0500b9b83ab69b8b9e4237b5a278278addbb46c630dffe4a439613a31f0fa8 SHA512 cb8a06e37d1ebac32c19286b958705588dd10dcc3a09b75ba52e5c81d269391822372cec490c77e9b3fc54b0e7f29f24962e8d55c7a87735782a042661229dd1
24 DIST TexMaths-0.48.oxt 666714 BLAKE2B 63d811ec60fde66faaaa0ac6d41760eee87df2a1e9cfa023b5f3177bc845a693b54d99bb56fbcbfda64a9ec23ed342e11fa7af0be4241dadb267e06cf6543413 SHA512 29e42fd8fe75d1f14bec7fa0eaf531877d50720c8240a144a1cc3a47ee1feb4ba4b163672deb8e0d0b5ecf354370116d31a1ea3bb013a188122433f41e48cd0b
25
26 diff --git a/app-officeext/texmaths/texmaths-0.47.ebuild b/app-officeext/texmaths/texmaths-0.47.ebuild
27 deleted file mode 100644
28 index 723a1cbca13..00000000000
29 --- a/app-officeext/texmaths/texmaths-0.47.ebuild
30 +++ /dev/null
31 @@ -1,26 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -MY_P="TexMaths-${PV}"
38 -
39 -OFFICE_EXTENSIONS=(
40 - "${MY_P}.oxt"
41 -)
42 -
43 -inherit office-ext-r1
44 -
45 -DESCRIPTION="LaTeX Equation Editor for LibreOffice"
46 -HOMEPAGE="http://roland65.free.fr/texmaths/"
47 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.oxt"
48 -
49 -LICENSE="GPL-2"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE=""
53 -
54 -RDEPEND="
55 - app-text/dvisvgm
56 - virtual/tex-base
57 -"