Сравнение espeakup-0.90-r1 с espeakup-9999
/usr/portage/app-accessibility/espeakup/espeakup-9999.ebuild 2025-07-29 16:22:12.508447790 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2024 Gentoo Authors |
|
1 |
# Copyright 1999-2025 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
if [[ ${PV} == "9999" ]] ; then |
7 | 7 |
EGIT_REPO_URI="https://github.com/linux-speakup/espeakup.git" |
8 | 8 |
inherit git-r3 |
9 | 9 |
else |
10 | 10 |
SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
11 |
KEYWORDS="amd64 arm arm64 ~loong x86" |
|
11 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" |
|
12 | 12 |
fi |
13 | 13 | |
14 | 14 |
inherit linux-info meson |
15 | 15 | |
16 | 16 |
DESCRIPTION="espeakup is a small lightweight connector for espeak and speakup" |
17 |
HOMEPAGE="https://github.com/williamh/espeakup" |
|
17 |
HOMEPAGE="https://linux-speakup.org/" |
|
18 | 18 | |
19 | 19 |
LICENSE="GPL-3" |
20 | 20 |
SLOT="0" |
... | ... | |
27 | 27 |
BDEPEND="man? ( app-text/ronn-ng )" |
28 | 28 | |
29 | 29 |
CONFIG_CHECK="~SPEAKUP ~SPEAKUP_SYNTH_SOFT" |
30 |
ERROR_SPEAKUP="CONFIG_SPEAKUP is not enabled in this kernel!" |
|
31 |
ERROR_SPEAKUP_SYNTH_SOFT="CONFIG_SPEAKUP_SYNTH_SOFT is not enabled in this kernel!" |
|
32 | 30 | |
33 | 31 |
src_configure() { |
34 | 32 |
local emesonargs |
... | ... | |
44 | 42 |
einstalldocs |
45 | 43 |
newconfd "${FILESDIR}"/espeakup.confd espeakup |
46 | 44 |
newinitd "${FILESDIR}"/espeakup.initd espeakup |
45 |
insinto /etc/modules-load.d/ |
|
46 |
newins "${FILESDIR}/modules.espeakup" espeakup.conf |
|
47 | 47 |
} |
48 | 48 | |
49 | 49 |
pkg_postinst() { |