sys-process/glances: 3.1.4.1-r1 amd64 stable, bug #720368
[gentoo.git] / app-officeext / texmaths / texmaths-0.48.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 MY_P="TexMaths-${PV}"
7
8 OFFICE_EXTENSIONS=(
9         "${MY_P}.oxt"
10 )
11
12 inherit office-ext-r1
13
14 DESCRIPTION="LaTeX Equation Editor for LibreOffice"
15 HOMEPAGE="http://roland65.free.fr/texmaths/"
16 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.oxt"
17
18 LICENSE="GPL-2"
19 SLOT="0"
20 KEYWORDS="amd64 x86"
21 IUSE=""
22
23 RDEPEND="
24         app-text/dvisvgm
25         virtual/tex-base
26 "