From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speechd-el/
Date: Sun, 13 Sep 2020 01:24:14 +0000 (UTC) [thread overview]
Message-ID: <1599960249.1dad8beed94534a017c89f3921172d58e3b6e8fa.williamh@gentoo> (raw)
commit: 1dad8beed94534a017c89f3921172d58e3b6e8fa
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 13 01:22:53 2020 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Sep 13 01:24:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dad8bee
app-accessibility/speechd-el: 2.8 bump
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
app-accessibility/speechd-el/Manifest | 1 +
app-accessibility/speechd-el/speechd-el-2.8.ebuild | 41 ++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/app-accessibility/speechd-el/Manifest b/app-accessibility/speechd-el/Manifest
index 693febb323e..c057b65f3ba 100644
--- a/app-accessibility/speechd-el/Manifest
+++ b/app-accessibility/speechd-el/Manifest
@@ -1 +1,2 @@
DIST speechd-el-2.5.tar.gz 183278 BLAKE2B 7ed220a742642d1d22a25ad247e7184183099e93cee37dc0309346d7ad41bd7d2a54e15bae49366af8b31925bfdac43173042ddb4a0851970ac0eaee07461977 SHA512 b4e5d00d3a86be9c42172ab48c5b0c0f5f25817cb542302f04e29f594422247e4b008428dfaaa1bb2e208a71f126b9c86d25186974606bf5764212a0d6a1a09f
+DIST speechd-el-2.8.tar.gz 474614 BLAKE2B 36ac862c2f14b3f9b5be25bf666c466093f8e5bf3d456058d73a4eef0cc766d9b36ce990d8a3ee8161edb4190637a199853ac77eaedc28afd101ebd95842c47f SHA512 1a34e433d5ae61c83dfb7d3a9f26e25210613355f3a71e7601f15865cd9693db81dd9f559aef41bd3142d25702db88006bb9fd2053b597799f1b68c48911a3d2
diff --git a/app-accessibility/speechd-el/speechd-el-2.8.ebuild b/app-accessibility/speechd-el/speechd-el-2.8.ebuild
new file mode 100644
index 00000000000..1a4b1a7769d
--- /dev/null
+++ b/app-accessibility/speechd-el/speechd-el-2.8.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="Emacs speech support"
+HOMEPAGE="http://www.freebsoft.org/speechd-el"
+SRC_URI="http://www.freebsoft.org/pub/projects/speechd-el/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND=">=app-accessibility/speech-dispatcher-0.7"
+
+src_compile() {
+ emake
+}
+
+src_install() {
+ elisp-install ${PN} *.el *.elc
+ dobin speechd-log-extractor
+ dodoc ANNOUNCE NEWS README speechd-speak.pdf
+ doinfo speechd-el.info
+}
+
+pkg_postinst() {
+ elog "Execute the following commands from within emacs to get it to speak:"
+ elog " M-x load-library RET speechd-speak RET"
+ elog " M-x speechd-speak RET"
+ elog
+ elog "or add the following to your ~/.emacs file:"
+ elog
+ elog "(autoload 'speechd-speak \"speechd-speak\" nil t)"
+ elog '(speechd-speak)'
+ elog
+ elog "Also, if you nead braille support, you will need to install"
+ elog "app-accessibility/brltty"
+}
next reply other threads:[~2020-09-13 1:24 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-13 1:24 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-25 19:11 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speechd-el/ Aaron Bauman
2020-09-25 19:11 Aaron Bauman
2020-09-25 19:11 Aaron Bauman
2020-09-25 19:21 Aaron Bauman
2022-08-19 16:54 Sam James
2022-08-20 7:59 Agostino Sarubbo
2022-08-20 8:01 Agostino Sarubbo
2024-04-07 16:20 Maciej Barć
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1599960249.1dad8beed94534a017c89f3921172d58e3b6e8fa.williamh@gentoo \
--to=williamh@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox