media-gfx/jpeg-xl: add plugin support
[sgilles-overlay.git] / app-text / latexmk-quieter / latexmk-quieter-9999.ebuild
blob2465ffaad15d62a226328e5db15791b50e9f3f79
1 # Copyright 1999-2019 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 inherit eutils git-r3
8 DESCRIPTION="A wrapper to make latexmk more terse."
9 HOMEPAGE="http://www.math.umd.edu/~sgilles"
10 EGIT_REPO_URI="https://repo.or.cz/latexmk-quieter.git"
11 if [[ ${PV} == 9999 ]]
12 then
13         KEYWORDS="~amd64 ~arm ~x86"
14 else
15         EGIT_COMMIT="v${PV}"
16         KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 amd64-fbsd x86-fbsd"
19 LICENSE="ISC"
20 SLOT="0"
21 RDEPEND="dev-lua/lua-spawn dev-lua/lunix dev-lua/lpeg"