public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speechd-el/
@ 2020-09-13  1:24 William Hubbs
  0 siblings, 0 replies; 9+ messages in thread
From: William Hubbs @ 2020-09-13  1:24 UTC (permalink / raw
  To: gentoo-commits

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"
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speechd-el/
@ 2020-09-25 19:11 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2020-09-25 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     d05d78c2b4aa2da7b7517de90e129a0f9edc2f1c
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 19:10:45 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 19:11:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d05d78c2

app-accessibility/speechd-el: use HTTPS

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-accessibility/speechd-el/speechd-el-2.8.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-accessibility/speechd-el/speechd-el-2.8.ebuild b/app-accessibility/speechd-el/speechd-el-2.8.ebuild
index 00995b400a4..2193ed224ed 100644
--- a/app-accessibility/speechd-el/speechd-el-2.8.ebuild
+++ b/app-accessibility/speechd-el/speechd-el-2.8.ebuild
@@ -6,8 +6,8 @@ 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"
+HOMEPAGE="https://www.freebsoft.org/speechd-el"
+SRC_URI="https://www.freebsoft.org/pub/projects/speechd-el/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speechd-el/
@ 2020-09-25 19:11 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2020-09-25 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     8ecf7c8e6ff6cdd29f33dde9eef175ca7fa75ac3
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 19:10:03 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 19:11:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ecf7c8e

app-accessibility/speechd-el: drop old

Closes: https://bugs.gentoo.org/743379
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-accessibility/speechd-el/Manifest              |  1 -
 app-accessibility/speechd-el/speechd-el-2.5.ebuild | 41 ----------------------
 2 files changed, 42 deletions(-)

diff --git a/app-accessibility/speechd-el/Manifest b/app-accessibility/speechd-el/Manifest
index c057b65f3ba..0c8e13f5a76 100644
--- a/app-accessibility/speechd-el/Manifest
+++ b/app-accessibility/speechd-el/Manifest
@@ -1,2 +1 @@
-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.5.ebuild b/app-accessibility/speechd-el/speechd-el-2.5.ebuild
deleted file mode 100644
index f01f6acc0a0..00000000000
--- a/app-accessibility/speechd-el/speechd-el-2.5.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-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"
-IUSE="brltty"
-
-DEPEND=""
-RDEPEND=">=app-accessibility/speech-dispatcher-0.7
-	brltty? ( app-accessibility/brltty )"
-
-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)'
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speechd-el/
@ 2020-09-25 19:11 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2020-09-25 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     496a48640164770cb50cce667877b85f90384698
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 19:09:12 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 19:11:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496a4864

app-accessibility/speechd-el: stable 2.8

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-accessibility/speechd-el/speechd-el-2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/speechd-el/speechd-el-2.8.ebuild b/app-accessibility/speechd-el/speechd-el-2.8.ebuild
index 1a4b1a7769d..00995b400a4 100644
--- a/app-accessibility/speechd-el/speechd-el-2.8.ebuild
+++ b/app-accessibility/speechd-el/speechd-el-2.8.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.freebsoft.org/pub/projects/speechd-el/${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 
 RDEPEND=">=app-accessibility/speech-dispatcher-0.7"
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speechd-el/
@ 2020-09-25 19:21 Aaron Bauman
  0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2020-09-25 19:21 UTC (permalink / raw
  To: gentoo-commits

commit:     d9d2e2272a8b705f2262fd6d6e3c24d8dcb5550d
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 19:12:05 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 19:12:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d2e227

app-accessibility/speechd-el: drop unused metadata flag

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-accessibility/speechd-el/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-accessibility/speechd-el/metadata.xml b/app-accessibility/speechd-el/metadata.xml
index 298ece6d7d6..fb498827c3b 100644
--- a/app-accessibility/speechd-el/metadata.xml
+++ b/app-accessibility/speechd-el/metadata.xml
@@ -12,7 +12,4 @@
   <email>gnu-emacs@gentoo.org</email>
   <name>Gentoo GNU Emacs project</name>
 </maintainer>
-<use>
-  <flag name="brltty">brltty support</flag>
-</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speechd-el/
@ 2022-08-19 16:54 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2022-08-19 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     f765ae1ce320073d0c91431ae11f4239c9fd3b48
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 16:53:54 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 16:53:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f765ae1c

app-accessibility/speechd-el: Stabilize 2.11 x86, #865811

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-accessibility/speechd-el/speechd-el-2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/speechd-el/speechd-el-2.11.ebuild b/app-accessibility/speechd-el/speechd-el-2.11.ebuild
index b61e7e11bada..960621156ddb 100644
--- a/app-accessibility/speechd-el/speechd-el-2.11.ebuild
+++ b/app-accessibility/speechd-el/speechd-el-2.11.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${PN}-${P}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 RDEPEND=">=app-accessibility/speech-dispatcher-0.7"
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speechd-el/
@ 2022-08-20  7:59 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2022-08-20  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     139f355111650579c527820c4740a407c9f4c85f
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 07:59:37 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 07:59:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139f3551

app-accessibility/speechd-el: amd64 stable wrt bug #865811

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-accessibility/speechd-el/speechd-el-2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/speechd-el/speechd-el-2.11.ebuild b/app-accessibility/speechd-el/speechd-el-2.11.ebuild
index 960621156ddb..edff6d1d21a3 100644
--- a/app-accessibility/speechd-el/speechd-el-2.11.ebuild
+++ b/app-accessibility/speechd-el/speechd-el-2.11.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${PN}-${P}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND=">=app-accessibility/speech-dispatcher-0.7"
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speechd-el/
@ 2022-08-20  8:01 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2022-08-20  8:01 UTC (permalink / raw
  To: gentoo-commits

commit:     4a62d60facb765661bb1ca881c93a289d1a32ab5
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 20 08:01:15 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Aug 20 08:01:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a62d60f

app-accessibility/speechd-el: ppc stable wrt bug #865811

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-accessibility/speechd-el/speechd-el-2.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/speechd-el/speechd-el-2.11.ebuild b/app-accessibility/speechd-el/speechd-el-2.11.ebuild
index edff6d1d21a3..e183044a9320 100644
--- a/app-accessibility/speechd-el/speechd-el-2.11.ebuild
+++ b/app-accessibility/speechd-el/speechd-el-2.11.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${PN}-${P}
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 
 RDEPEND=">=app-accessibility/speech-dispatcher-0.7"
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speechd-el/
@ 2024-04-07 16:20 Maciej Barć
  0 siblings, 0 replies; 9+ messages in thread
From: Maciej Barć @ 2024-04-07 16:20 UTC (permalink / raw
  To: gentoo-commits

commit:     89d22f4be6651d6d4978209b24764c1035fcd66d
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Apr  7 14:04:13 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Apr  7 16:20:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89d22f4b

app-accessibility/speechd-el: add missing remote-id

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-accessibility/speechd-el/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-accessibility/speechd-el/metadata.xml b/app-accessibility/speechd-el/metadata.xml
index 424096f611d6..690f1a3301a3 100644
--- a/app-accessibility/speechd-el/metadata.xml
+++ b/app-accessibility/speechd-el/metadata.xml
@@ -12,4 +12,7 @@
   <email>gnu-emacs@gentoo.org</email>
   <name>Gentoo GNU Emacs project</name>
 </maintainer>
+<upstream>
+  <remote-id type="github">brailcom/speechd-el</remote-id>
+</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-04-07 16:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-20  7:59 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/speechd-el/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2024-04-07 16:20 Maciej Barć
2022-08-20  8:01 Agostino Sarubbo
2022-08-19 16:54 Sam James
2020-09-25 19:21 Aaron Bauman
2020-09-25 19:11 Aaron Bauman
2020-09-25 19:11 Aaron Bauman
2020-09-25 19:11 Aaron Bauman
2020-09-13  1:24 William Hubbs

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