Diff highlight-4.6 with a highlight-4.8
/usr/portage/app-text/highlight/highlight-4.8.ebuild 2023-10-09 14:52:28.880368335 +0300 | ||
---|---|---|
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
LUA_COMPAT=( lua5-{1..4} luajit ) |
7 | ||
8 |
inherit lua-single qmake-utils toolchain-funcs xdg |
|
7 |
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/andresimon.asc |
|
8 |
inherit lua-single qmake-utils toolchain-funcs verify-sig xdg |
|
9 | 9 | |
10 | 10 |
DESCRIPTION="Converts source code to formatted text (HTML, LaTeX, etc.) with syntax highlight" |
11 | 11 |
HOMEPAGE="http://www.andre-simon.de/" |
12 |
SRC_URI="http://www.andre-simon.de/zip/${P}.tar.bz2" |
|
12 |
SRC_URI=" |
|
13 |
http://www.andre-simon.de/zip/${P}.tar.bz2 |
|
14 |
verify-sig? ( http://www.andre-simon.de/zip/${P}.tar.bz2.asc ) |
|
15 |
" |
|
13 | 16 | |
14 | 17 |
LICENSE="GPL-3" |
15 | 18 |
SLOT="0" |
... | ... | |
33 | 36 |
BDEPEND=" |
34 | 37 |
virtual/pkgconfig |
35 | 38 |
gui? ( dev-qt/linguist-tools:5 ) |
39 |
verify-sig? ( sec-keys/openpgp-keys-andresimon ) |
|
36 | 40 |
" |
37 | 41 | |
38 | 42 |
PATCHES=( |