Diff gaupol-1.11-r1 with a gaupol-1.12
/usr/portage/media-video/gaupol/gaupol-1.12.ebuild 2023-10-09 14:52:31.820368409 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
DISTUTILS_USE_PEP517=setuptools |
|
6 | 7 |
PYTHON_COMPAT=( python3_{9..11} ) |
7 | 8 | |
8 | 9 |
inherit distutils-r1 virtualx xdg-utils |
9 | 10 | |
10 | 11 |
DESCRIPTION="A subtitle editor for text-based subtitles" |
11 |
HOMEPAGE="https://otsaloma.io/gaupol/" |
|
12 |
HOMEPAGE="https://otsaloma.io/gaupol/ https://github.com/otsaloma/gaupol/" |
|
12 | 13 |
SRC_URI="https://github.com/otsaloma/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" |
13 | 14 | |
14 | 15 |
LICENSE="GPL-2+" |
... | ... | |
36 | 37 | |
37 | 38 |
DOCS=( AUTHORS.md NEWS.md README.md README.aeidon.md ) |
38 | 39 | |
40 |
PATCHES=( |
|
41 |
"${FILESDIR}/${P}-fix-prefix.patch" |
|
42 |
) |
|
43 | ||
39 | 44 |
python_test() { |
40 | 45 |
virtx epytest |
41 | 46 |
} |