public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-accessibility/speakup-tools/
@ 2021-07-07 14:02 Florian Schmaus
  0 siblings, 0 replies; only message in thread
From: Florian Schmaus @ 2021-07-07 14:02 UTC (permalink / raw
  To: gentoo-commits

commit:     9b7665c4e64f48983fc2ce238720b4f05064087a
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jul  5 21:53:50 2021 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Jul  5 22:01:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9b7665c4

app-accessibility/speakup-tools: initial import

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 app-accessibility/speakup-tools/Manifest           |  1 +
 app-accessibility/speakup-tools/metadata.xml       | 13 ++++++++++++
 .../speakup-tools/speakup-tools-20121017.ebuild    | 23 ++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/app-accessibility/speakup-tools/Manifest b/app-accessibility/speakup-tools/Manifest
new file mode 100644
index 000000000..ab26639b0
--- /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 000000000..80b0fdba1
--- /dev/null
+++ b/app-accessibility/speakup-tools/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
+	<longdescription>
+		- 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.
+	</longdescription>
+</pkgmetadata>

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 000000000..a28837452
--- /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
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-07 14:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-07 14:02 [gentoo-commits] repo/proj/guru:master commit in: app-accessibility/speakup-tools/ Florian Schmaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox