Diff rpl-1.9.1 with a rpl-1.15.2
/usr/portage/app-text/rpl/rpl-1.15.2.ebuild 2023-10-09 14:52:28.896368335 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
PYTHON_COMPAT=( python3_{9..10} ) |
|
7 | ||
6 |
DISTUTILS_USE_PEP517=setuptools |
|
7 |
PYTHON_COMPAT=( python3_{9..11} ) |
|
8 | 8 |
inherit distutils-r1 |
9 | 9 | |
10 | 10 |
DESCRIPTION="Intelligent recursive search/replace utility" |
11 |
HOMEPAGE="http://rpl.sourceforge.net/ https://github.com/rrthomas/rpl" |
|
12 |
SRC_URI="https://github.com/rrthomas/rpl/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" |
|
11 |
HOMEPAGE="http://rpl.sourceforge.net/ |
|
12 |
https://github.com/rrthomas/rpl" |
|
13 |
SRC_URI=" |
|
14 |
https://github.com/rrthomas/rpl/archive/v${PV}.tar.gz |
|
15 |
-> ${P}.gh.tar.gz |
|
16 |
" |
|
13 | 17 | |
14 | 18 |
LICENSE="GPL-3+" |
15 | 19 |
SLOT="0" |
... | ... | |
20 | 24 |
dev-python/argparse-manpage[${PYTHON_USEDEP}] |
21 | 25 |
sys-apps/help2man[nls] |
22 | 26 |
" |
23 | ||
24 |
python_compile_all() { |
|
25 |
# Compile man file |
|
26 |
emake rpl.1 |
|
27 |
} |