diff --git a/app-accessibility/speakup-tools/Manifest b/app-accessibility/speakup-tools/Manifest new file mode 100644 index 0000000000..ab26639b0d --- /dev/null +++ b/app-accessibility/speakup-tools/Manifest @@ -0,0 +1 @@ +DIST speakup-tools-c4e89ab30116fbe22cb9fed4e22f4340fdbcfc4d.tar.gz 10830 BLAKE2B fe76362ecf7a14f2876128a340a5dcc5557503aad8ab03ee6174d8c73ca33b50079ec6932c8ee5eb577c5cdcb54aafb94a864cc5690d29e9e4dd4fca1c7e23e9 SHA512 e354b6db7aed703044931536f58fbb11fd6068d0a4795ae13041fdba14d83b71cbe4dabc002e3fbed38d96a1ae379926b6a0e8ce04f78defb30f35533ce0acf0 diff --git a/app-accessibility/speakup-tools/metadata.xml b/app-accessibility/speakup-tools/metadata.xml new file mode 100644 index 0000000000..80b0fdba1e --- /dev/null +++ b/app-accessibility/speakup-tools/metadata.xml @@ -0,0 +1,13 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + - speakupconf allows one to save and restore speakup's customizable variables. + - speakup_setlocale allows one to choose another language so that speakup's messages are localized. + - talkwith allows one to easily switch between speech synthesizers. + + diff --git a/app-accessibility/speakup-tools/speakup-tools-20121017.ebuild b/app-accessibility/speakup-tools/speakup-tools-20121017.ebuild new file mode 100644 index 0000000000..a28837452c --- /dev/null +++ b/app-accessibility/speakup-tools/speakup-tools-20121017.ebuild @@ -0,0 +1,23 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +COMMIT="c4e89ab30116fbe22cb9fed4e22f4340fdbcfc4d" +DESCRIPTION="Tools to customize speakup module" +HOMEPAGE="https://salsa.debian.org/a11y-team/speakup-tools" +SRC_URI="https://salsa.debian.org/a11y-team/${PN}/-/archive/${COMMIT}/${PN}-${COMMIT}.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT}" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_compile() { + : +} + +src_install() { + emake DESTDIR="${D}" prefix="${EPREFIX}"/usr install + einstalldocs +}