* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2016-05-07 2:39 William Hubbs
0 siblings, 0 replies; 19+ messages in thread
From: William Hubbs @ 2016-05-07 2:39 UTC (permalink / raw
To: gentoo-commits
commit: a6029c1e887b2492496f230b6546956c7e75fb48
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sat May 7 02:32:07 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat May 7 02:32:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6029c1e
app-accessibility/espeakup: remove old version
Package-Manager: portage-2.2.26
app-accessibility/espeakup/espeakup-0.71.ebuild | 59 -------------------------
1 file changed, 59 deletions(-)
diff --git a/app-accessibility/espeakup/espeakup-0.71.ebuild b/app-accessibility/espeakup/espeakup-0.71.ebuild
deleted file mode 100644
index cf5d429..0000000
--- a/app-accessibility/espeakup/espeakup-0.71.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit linux-info
-
-DESCRIPTION="espeakup is a small lightweight connector for espeak and speakup"
-HOMEPAGE="http://www.linux-speakup.org"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="|| (
- app-accessibility/espeak[portaudio]
- app-accessibility/espeak[pulseaudio] )"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-
-CONFIG_CHECK="~SPEAKUP ~SPEAKUP_SYNTH_SOFT"
-ERROR_SPEAKUP="CONFIG_SPEAKUP is not enabled in this kernel!"
-ERROR_SPEAKUP_SYNTH_SOFT="CONFIG_SPEAKUP_SYNTH_SOFT is not enabled in this kernel!"
-
-pkg_setup() {
- if kernel_is -ge 2 6 37; then
- check_extra_config
- elif ! has_version app-accessibility/speakup; then
- ewarn "Cannot find speakup on your system."
- ewarn "Please upgrade your kernel to 2.6.37 or later and enable the"
- ewarn "CONFIG_SPEAKUP and CONFIG_SPEAKUP_SYNTH_SOFT options"
- ewarn "or install app-accessibility/speakup."
- fi
-}
-
-src_compile() {
- emake || die "Compile failed."
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Install failed."
- dodoc ChangeLog README ToDo
- newconfd "${FILESDIR}"/espeakup.confd espeakup
- newinitd "${FILESDIR}"/espeakup.rc espeakup
-}
-
-pkg_postinst() {
- elog "To get espeakup to start automatically, it is currently recommended"
- elog "that you add it to the default run level, by giving the following"
- elog "command as root."
- elog
- elog "rc-update add espeakup default"
- elog
- elog "You can also set a default voice now for espeakup."
- elog "See /etc/conf.d/espeakup for how to do this."
-}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2016-07-25 16:43 William Hubbs
0 siblings, 0 replies; 19+ messages in thread
From: William Hubbs @ 2016-07-25 16:43 UTC (permalink / raw
To: gentoo-commits
commit: fe4661299b7410994932cf77c1e850ee990c9d75
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 16:35:10 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 16:43:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe466129
app-accessibility/espeakup: migrate live ebuild to eapi 6
Package-Manager: portage-2.2.28
app-accessibility/espeakup/espeakup-9999.ebuild | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild
index 713e990..c50eee2 100644
--- a/app-accessibility/espeakup/espeakup-9999.ebuild
+++ b/app-accessibility/espeakup/espeakup-9999.ebuild
@@ -2,17 +2,19 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/williamh/espeakup.git"
- vcs=git-2
+ inherit git-r3
else
- SRC_URI=""
+ EGIT_COMMIT=v${PV}
+ SRC_URI="https://github.com/williamh/espeakup/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
+ inherit vcs-snapshot
fi
-inherit $vcs linux-info
+inherit linux-info
DESCRIPTION="espeakup is a small lightweight connector for espeak and speakup"
HOMEPAGE="https://github.com/williamh/espeakup"
@@ -42,13 +44,9 @@ pkg_setup() {
fi
}
-src_compile() {
- emake || die "Compile failed."
-}
-
src_install() {
- emake DESTDIR="${D}" PREFIX=/usr install || die "Install failed."
- dodoc README ToDo
+ emake DESTDIR="${D}" PREFIX=/usr install
+ einstalldocs
newconfd "${FILESDIR}"/espeakup.confd espeakup
newinitd "${FILESDIR}"/espeakup.rc espeakup
}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2016-07-26 13:52 William Hubbs
0 siblings, 0 replies; 19+ messages in thread
From: William Hubbs @ 2016-07-26 13:52 UTC (permalink / raw
To: gentoo-commits
commit: 9f2a1fcece87647ca73971494f730da379ba2a6b
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 13:52:23 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 13:52:23 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f2a1fce
app-accessibility/espeakup: 0.80 version bump
Package-Manager: portage-2.2.28
app-accessibility/espeakup/Manifest | 1 +
app-accessibility/espeakup/espeakup-0.80.ebuild | 63 +++++++++++++++++++++++++
2 files changed, 64 insertions(+)
diff --git a/app-accessibility/espeakup/Manifest b/app-accessibility/espeakup/Manifest
index d37f8fc..e9fa11c 100644
--- a/app-accessibility/espeakup/Manifest
+++ b/app-accessibility/espeakup/Manifest
@@ -1 +1,2 @@
DIST espeakup-0.71.tar.bz2 24663 SHA256 8307986998256db21e615c4edc1befedde28a6995971da258e9d513dd79bd3ab SHA512 01091560cd4843897fa6925a54b4c856fe57ed5728ddc0c091c93b1ae14eb2f4d07ab2247e40bd5a5968cc22ee3696abfe1b28f67b95aa7ab61e33667c51135d WHIRLPOOL 8cc6d335e40a560c14ed17fddc475473722606c7e98148f2f3aa786443b49bdee343cfa0c85e845ce79e8c0bdd330825232512e67869bf8aed6fac81d5e3f4b8
+DIST espeakup-0.80.tar.gz 39626 SHA256 4de284e30b6bdb0f9dee9c8ea02d13a3d20a61415b812338446b8b381e997ef4 SHA512 1b7e2bd46c3c13a5305746d2d2810ec94a8660f561e4f679ee4779be1b22178f8ac7de42d626d649710509f7b087b9a2f94608bde203d1bcd6d353229ed9ff83 WHIRLPOOL 911c3326631c36a6515b4e109421bfa76847a0803617cb1490ea5779024d38ae5ec0568aaee47b1691b816e24346624fda383ca89ae926c50d36aa0cea4f3a8c
diff --git a/app-accessibility/espeakup/espeakup-0.80.ebuild b/app-accessibility/espeakup/espeakup-0.80.ebuild
new file mode 100644
index 0000000..c50eee2
--- /dev/null
+++ b/app-accessibility/espeakup/espeakup-0.80.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+if [[ ${PV} == "9999" ]] ; then
+ EGIT_REPO_URI="git://github.com/williamh/espeakup.git"
+ inherit git-r3
+else
+ EGIT_COMMIT=v${PV}
+ SRC_URI="https://github.com/williamh/espeakup/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+ inherit vcs-snapshot
+fi
+
+inherit linux-info
+
+DESCRIPTION="espeakup is a small lightweight connector for espeak and speakup"
+HOMEPAGE="https://github.com/williamh/espeakup"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+COMMON_DEPEND="|| (
+ app-accessibility/espeak[portaudio]
+ app-accessibility/espeak[pulseaudio] )"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}"
+
+CONFIG_CHECK="~SPEAKUP ~SPEAKUP_SYNTH_SOFT"
+ERROR_SPEAKUP="CONFIG_SPEAKUP is not enabled in this kernel!"
+ERROR_SPEAKUP_SYNTH_SOFT="CONFIG_SPEAKUP_SYNTH_SOFT is not enabled in this kernel!"
+
+pkg_setup() {
+ if kernel_is -ge 2 6 37; then
+ check_extra_config
+ elif ! has_version app-accessibility/speakup; then
+ ewarn "Cannot find speakup on your system."
+ ewarn "Please upgrade your kernel to 2.6.37 or later and enable the"
+ ewarn "CONFIG_SPEAKUP and CONFIG_SPEAKUP_SYNTH_SOFT options"
+ ewarn "or install app-accessibility/speakup."
+ fi
+}
+
+src_install() {
+ emake DESTDIR="${D}" PREFIX=/usr install
+ einstalldocs
+ newconfd "${FILESDIR}"/espeakup.confd espeakup
+ newinitd "${FILESDIR}"/espeakup.rc espeakup
+}
+
+pkg_postinst() {
+ elog "To get espeakup to start automatically, it is currently recommended"
+ elog "that you add it to the default run level, by giving the following"
+ elog "command as root."
+ elog
+ elog "rc-update add espeakup default"
+ elog
+ elog "You can also set a default voice now for espeakup."
+ elog "See /etc/conf.d/espeakup for how to do this."
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2017-07-30 8:36 Michał Górny
0 siblings, 0 replies; 19+ messages in thread
From: Michał Górny @ 2017-07-30 8:36 UTC (permalink / raw
To: gentoo-commits
commit: dd1d9af3f53772ea875216eeecc348d988516cf3
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Fri Jul 28 23:21:48 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:35:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1d9af3
app-accessibility/espeakup: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
app-accessibility/espeakup/espeakup-0.80.ebuild | 4 ++--
app-accessibility/espeakup/espeakup-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-accessibility/espeakup/espeakup-0.80.ebuild b/app-accessibility/espeakup/espeakup-0.80.ebuild
index c8efba15138..95a1e0ea06b 100644
--- a/app-accessibility/espeakup/espeakup-0.80.ebuild
+++ b/app-accessibility/espeakup/espeakup-0.80.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/williamh/espeakup.git"
+ EGIT_REPO_URI="https://github.com/williamh/espeakup.git"
inherit git-r3
else
EGIT_COMMIT=v${PV}
diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild
index c8efba15138..95a1e0ea06b 100644
--- a/app-accessibility/espeakup/espeakup-9999.ebuild
+++ b/app-accessibility/espeakup/espeakup-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://github.com/williamh/espeakup.git"
+ EGIT_REPO_URI="https://github.com/williamh/espeakup.git"
inherit git-r3
else
EGIT_COMMIT=v${PV}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2021-04-25 19:23 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-04-25 19:23 UTC (permalink / raw
To: gentoo-commits
commit: 01a0e5d0d3ce2d58aeedf71a5c703772512e7db7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 25 19:23:17 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 19:23:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01a0e5d0
app-accessibility/espeakup: Stabilize 0.80 amd64, #756868
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-accessibility/espeakup/espeakup-0.80.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-accessibility/espeakup/espeakup-0.80.ebuild b/app-accessibility/espeakup/espeakup-0.80.ebuild
index 95a1e0ea06b..c3acd99d87c 100644
--- a/app-accessibility/espeakup/espeakup-0.80.ebuild
+++ b/app-accessibility/espeakup/espeakup-0.80.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
else
EGIT_COMMIT=v${PV}
SRC_URI="https://github.com/williamh/espeakup/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
inherit vcs-snapshot
fi
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2021-04-26 10:34 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-04-26 10:34 UTC (permalink / raw
To: gentoo-commits
commit: dd94c4e7b70fe5b7ddd6d252f328e4dd6fbe044c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 10:31:52 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 10:31:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd94c4e7
app-accessibility/espeakup: Stabilize 0.80 x86, #756868
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-accessibility/espeakup/espeakup-0.80.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-accessibility/espeakup/espeakup-0.80.ebuild b/app-accessibility/espeakup/espeakup-0.80.ebuild
index c3acd99d87c..df2921d1d68 100644
--- a/app-accessibility/espeakup/espeakup-0.80.ebuild
+++ b/app-accessibility/espeakup/espeakup-0.80.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
else
EGIT_COMMIT=v${PV}
SRC_URI="https://github.com/williamh/espeakup/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~x86"
+ KEYWORDS="amd64 x86"
inherit vcs-snapshot
fi
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2021-05-01 21:24 Andreas Sturmlechner
0 siblings, 0 replies; 19+ messages in thread
From: Andreas Sturmlechner @ 2021-05-01 21:24 UTC (permalink / raw
To: gentoo-commits
commit: afb8a6ab11f0556951f1fcb736b10425f0250ace
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 1 21:13:31 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 1 21:21:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb8a6ab
app-accessibility/espeakup: Drop 0.71-r1, EAPI5--
Closes: https://bugs.gentoo.org/756868
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-accessibility/espeakup/Manifest | 1 -
app-accessibility/espeakup/espeakup-0.71-r1.ebuild | 58 ----------------------
2 files changed, 59 deletions(-)
diff --git a/app-accessibility/espeakup/Manifest b/app-accessibility/espeakup/Manifest
index fb8ddde4731..f0ff5a95917 100644
--- a/app-accessibility/espeakup/Manifest
+++ b/app-accessibility/espeakup/Manifest
@@ -1,2 +1 @@
-DIST espeakup-0.71.tar.bz2 24663 BLAKE2B b5cae80e7a6d45e599dd03680da398cc9db8eb98d0140d8e71aa5047607484401c3906386627810e3ff78a244c9c0e16383675fdd845802225fdb32c8b2a3dbd SHA512 01091560cd4843897fa6925a54b4c856fe57ed5728ddc0c091c93b1ae14eb2f4d07ab2247e40bd5a5968cc22ee3696abfe1b28f67b95aa7ab61e33667c51135d
DIST espeakup-0.80.tar.gz 39626 BLAKE2B f36d9776b954e73fd2bc33c7ba97dd323184480549b667ac2afc4dc40a8b98089b8ced16e8b1cb33e6b4c586df27a8d6f782236ef8770bc98a530665e257edcf SHA512 1b7e2bd46c3c13a5305746d2d2810ec94a8660f561e4f679ee4779be1b22178f8ac7de42d626d649710509f7b087b9a2f94608bde203d1bcd6d353229ed9ff83
diff --git a/app-accessibility/espeakup/espeakup-0.71-r1.ebuild b/app-accessibility/espeakup/espeakup-0.71-r1.ebuild
deleted file mode 100644
index 4b368250095..00000000000
--- a/app-accessibility/espeakup/espeakup-0.71-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit linux-info
-
-DESCRIPTION="espeakup is a small lightweight connector for espeak and speakup"
-HOMEPAGE="http://www.linux-speakup.org"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPEND="|| (
- app-accessibility/espeak[portaudio]
- app-accessibility/espeak[pulseaudio] )"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-
-CONFIG_CHECK="~SPEAKUP ~SPEAKUP_SYNTH_SOFT"
-ERROR_SPEAKUP="CONFIG_SPEAKUP is not enabled in this kernel!"
-ERROR_SPEAKUP_SYNTH_SOFT="CONFIG_SPEAKUP_SYNTH_SOFT is not enabled in this kernel!"
-
-pkg_setup() {
- if kernel_is -ge 2 6 37; then
- check_extra_config
- elif ! has_version app-accessibility/speakup; then
- ewarn "Cannot find speakup on your system."
- ewarn "Please upgrade your kernel to 2.6.37 or later and enable the"
- ewarn "CONFIG_SPEAKUP and CONFIG_SPEAKUP_SYNTH_SOFT options"
- ewarn "or install app-accessibility/speakup."
- fi
-}
-
-src_compile() {
- emake
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc ChangeLog README ToDo
- newconfd "${FILESDIR}"/espeakup.confd espeakup
- newinitd "${FILESDIR}"/espeakup.rc espeakup
-}
-
-pkg_postinst() {
- elog "To get espeakup to start automatically, it is currently recommended"
- elog "that you add it to the default run level, by giving the following"
- elog "command as root."
- elog
- elog "rc-update add espeakup default"
- elog
- elog "You can also set a default voice now for espeakup."
- elog "See /etc/conf.d/espeakup for how to do this."
-}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2021-07-03 20:00 William Hubbs
0 siblings, 0 replies; 19+ messages in thread
From: William Hubbs @ 2021-07-03 20:00 UTC (permalink / raw
To: gentoo-commits
commit: ae2b76c08dfb897f93b6124bfcaa8cd6b090920d
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 3 19:59:00 2021 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Jul 3 19:59:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2b76c0
app-accessibility/espeakup: sync live
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
app-accessibility/espeakup/espeakup-9999.ebuild | 44 +++++++++++--------------
1 file changed, 19 insertions(+), 25 deletions(-)
diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild
index 95a1e0ea06b..a54813ed5d9 100644
--- a/app-accessibility/espeakup/espeakup-9999.ebuild
+++ b/app-accessibility/espeakup/espeakup-9999.ebuild
@@ -1,53 +1,47 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/williamh/espeakup.git"
inherit git-r3
else
- EGIT_COMMIT=v${PV}
- SRC_URI="https://github.com/williamh/espeakup/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- inherit vcs-snapshot
+ SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
fi
-inherit linux-info
+inherit linux-info meson
DESCRIPTION="espeakup is a small lightweight connector for espeak and speakup"
HOMEPAGE="https://github.com/williamh/espeakup"
LICENSE="GPL-3"
SLOT="0"
-IUSE=""
+IUSE="man systemd"
-COMMON_DEPEND="|| (
- app-accessibility/espeak[portaudio]
- app-accessibility/espeak[pulseaudio] )"
+COMMON_DEPEND="app-accessibility/espeak-ng[sound]
+ media-libs/alsa-lib"
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"
+BDEPEND="man? ( app-text/ronn )"
CONFIG_CHECK="~SPEAKUP ~SPEAKUP_SYNTH_SOFT"
-ERROR_SPEAKUP="CONFIG_SPEAKUP is not enabled in this kernel!"
-ERROR_SPEAKUP_SYNTH_SOFT="CONFIG_SPEAKUP_SYNTH_SOFT is not enabled in this kernel!"
-
-pkg_setup() {
- if kernel_is -ge 2 6 37; then
- check_extra_config
- elif ! has_version app-accessibility/speakup; then
- ewarn "Cannot find speakup on your system."
- ewarn "Please upgrade your kernel to 2.6.37 or later and enable the"
- ewarn "CONFIG_SPEAKUP and CONFIG_SPEAKUP_SYNTH_SOFT options"
- ewarn "or install app-accessibility/speakup."
- fi
+
+src_configure() {
+ local emesonargs
+ emesonargs=(
+ $(meson_feature man)
+ $(meson_feature systemd)
+ )
+ meson_src_configure
}
src_install() {
- emake DESTDIR="${D}" PREFIX=/usr install
+ meson_src_install
einstalldocs
newconfd "${FILESDIR}"/espeakup.confd espeakup
- newinitd "${FILESDIR}"/espeakup.rc espeakup
+ newinitd "${FILESDIR}"/espeakup.initd espeakup
}
pkg_postinst() {
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2021-07-04 21:54 William Hubbs
0 siblings, 0 replies; 19+ messages in thread
From: William Hubbs @ 2021-07-04 21:54 UTC (permalink / raw
To: gentoo-commits
commit: 936bf53dda8275e7fcd7174f8f42a507b9e8ab91
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 4 21:53:18 2021 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Jul 4 21:53:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936bf53d
app-accessibility/espeakup: fix the upstream git repository
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
app-accessibility/espeakup/espeakup-0.90.ebuild | 2 +-
app-accessibility/espeakup/espeakup-9999.ebuild | 2 +-
app-accessibility/espeakup/metadata.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-accessibility/espeakup/espeakup-0.90.ebuild b/app-accessibility/espeakup/espeakup-0.90.ebuild
index fac584f9372..64a9b3f5a8a 100644
--- a/app-accessibility/espeakup/espeakup-0.90.ebuild
+++ b/app-accessibility/espeakup/espeakup-0.90.ebuild
@@ -4,7 +4,7 @@
EAPI=7
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/williamh/espeakup.git"
+ EGIT_REPO_URI="https://github.com/linux-speakup/espeakup.git"
inherit git-r3
else
SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild
index a54813ed5d9..206dd07cd25 100644
--- a/app-accessibility/espeakup/espeakup-9999.ebuild
+++ b/app-accessibility/espeakup/espeakup-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=7
if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="https://github.com/williamh/espeakup.git"
+ EGIT_REPO_URI="https://github.com/linux-speakup/espeakup.git"
inherit git-r3
else
SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
diff --git a/app-accessibility/espeakup/metadata.xml b/app-accessibility/espeakup/metadata.xml
index a8b8f95c43c..e6e23a39c06 100644
--- a/app-accessibility/espeakup/metadata.xml
+++ b/app-accessibility/espeakup/metadata.xml
@@ -13,6 +13,6 @@ Espeakup is a small lightweight connector which makes it possible for
speakup to use espeak as its synthesizer.
</longdescription>
<upstream>
- <remote-id type="github">williamh/espeakup</remote-id>
+ <remote-id type="github">linux-speakup/espeakup</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2021-09-07 18:56 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-09-07 18:56 UTC (permalink / raw
To: gentoo-commits
commit: 61948da90884db31f017e8d734bcde030aeb9e00
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 7 18:56:19 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 7 18:56:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61948da9
app-accessibility/espeakup: Keyword 0.90 arm64, #804034
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-accessibility/espeakup/espeakup-0.90.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-accessibility/espeakup/espeakup-0.90.ebuild b/app-accessibility/espeakup/espeakup-0.90.ebuild
index 64a9b3f5a8a..82db45c59aa 100644
--- a/app-accessibility/espeakup/espeakup-0.90.ebuild
+++ b/app-accessibility/espeakup/espeakup-0.90.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64"
fi
inherit linux-info meson
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2021-09-07 18:59 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-09-07 18:59 UTC (permalink / raw
To: gentoo-commits
commit: bcee2d2f4df4b4103407ec4c8b79fc4a6b01e114
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 7 18:58:37 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 7 18:58:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcee2d2f
app-accessibility/espeakup: Keyword 0.90 arm, #804034
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-accessibility/espeakup/espeakup-0.90.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-accessibility/espeakup/espeakup-0.90.ebuild b/app-accessibility/espeakup/espeakup-0.90.ebuild
index 82db45c59aa..2b3e4f89b6c 100644
--- a/app-accessibility/espeakup/espeakup-0.90.ebuild
+++ b/app-accessibility/espeakup/espeakup-0.90.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64"
+ KEYWORDS="~amd64 ~arm ~arm64"
fi
inherit linux-info meson
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2021-09-08 1:41 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2021-09-08 1:41 UTC (permalink / raw
To: gentoo-commits
commit: 01c69b9de87d109c580beb61b0bffcce9c81e9cd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 8 01:41:06 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 8 01:41:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c69b9d
app-accessibility/espeakup: Keyword 0.90 x86, #804034
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-accessibility/espeakup/espeakup-0.90.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-accessibility/espeakup/espeakup-0.90.ebuild b/app-accessibility/espeakup/espeakup-0.90.ebuild
index 2b3e4f89b6c..91bb36b6e68 100644
--- a/app-accessibility/espeakup/espeakup-0.90.ebuild
+++ b/app-accessibility/espeakup/espeakup-0.90.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64"
+ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi
inherit linux-info meson
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2022-03-08 12:59 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2022-03-08 12:59 UTC (permalink / raw
To: gentoo-commits
commit: b719d5579a5bd47e2e3ee5d925331ccac11f4e41
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 8 12:59:29 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 8 12:59:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b719d557
app-accessibility/espeakup: Stabilize 0.90 amd64, #806286
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-accessibility/espeakup/espeakup-0.90.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-accessibility/espeakup/espeakup-0.90.ebuild b/app-accessibility/espeakup/espeakup-0.90.ebuild
index 91bb36b6e689..81ded0ee9946 100644
--- a/app-accessibility/espeakup/espeakup-0.90.ebuild
+++ b/app-accessibility/espeakup/espeakup-0.90.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~x86"
fi
inherit linux-info meson
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2022-03-08 12:59 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2022-03-08 12:59 UTC (permalink / raw
To: gentoo-commits
commit: 81c14237157596dec79c780099d0fd33113e8eaa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 8 12:59:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 8 12:59:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81c14237
app-accessibility/espeakup: Stabilize 0.90 x86, #806286
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-accessibility/espeakup/espeakup-0.90.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-accessibility/espeakup/espeakup-0.90.ebuild b/app-accessibility/espeakup/espeakup-0.90.ebuild
index 81ded0ee9946..35a599a7a198 100644
--- a/app-accessibility/espeakup/espeakup-0.90.ebuild
+++ b/app-accessibility/espeakup/espeakup-0.90.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 x86"
fi
inherit linux-info meson
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2022-05-26 5:30 WANG Xuerui
0 siblings, 0 replies; 19+ messages in thread
From: WANG Xuerui @ 2022-05-26 5:30 UTC (permalink / raw
To: gentoo-commits
commit: 8e632ddf93dbc0573217bbb2f7f880b2eed70c6b
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 05:27:46 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu May 26 05:27:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e632ddf
app-accessibility/espeakup: keyword 0.90 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
app-accessibility/espeakup/espeakup-0.90.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-accessibility/espeakup/espeakup-0.90.ebuild b/app-accessibility/espeakup/espeakup-0.90.ebuild
index 35a599a7a198..b873b1adddd8 100644
--- a/app-accessibility/espeakup/espeakup-0.90.ebuild
+++ b/app-accessibility/espeakup/espeakup-0.90.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~arm64 x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong x86"
fi
inherit linux-info meson
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2022-07-18 13:32 Hans de Graaff
0 siblings, 0 replies; 19+ messages in thread
From: Hans de Graaff @ 2022-07-18 13:32 UTC (permalink / raw
To: gentoo-commits
commit: 41c2cf939814e0ac841168208ae13967372fc344
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 09:14:49 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 13:32:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c2cf93
app-accessibility/espeakup: add ronn-ng as alternative
app-text/ronn will be masked soon and ronn-ng is a drop-in alternative.
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
app-accessibility/espeakup/espeakup-0.90.ebuild | 2 +-
app-accessibility/espeakup/espeakup-9999.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-accessibility/espeakup/espeakup-0.90.ebuild b/app-accessibility/espeakup/espeakup-0.90.ebuild
index b873b1adddd8..9b7d84002ef6 100644
--- a/app-accessibility/espeakup/espeakup-0.90.ebuild
+++ b/app-accessibility/espeakup/espeakup-0.90.ebuild
@@ -24,7 +24,7 @@ COMMON_DEPEND="app-accessibility/espeak-ng[sound]
media-libs/alsa-lib"
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"
-BDEPEND="man? ( app-text/ronn )"
+BDEPEND="man? ( || ( app-text/ronn-ng app-text/ronn ) )"
CONFIG_CHECK="~SPEAKUP ~SPEAKUP_SYNTH_SOFT"
ERROR_SPEAKUP="CONFIG_SPEAKUP is not enabled in this kernel!"
diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild
index 206dd07cd258..638e385261f8 100644
--- a/app-accessibility/espeakup/espeakup-9999.ebuild
+++ b/app-accessibility/espeakup/espeakup-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -24,7 +24,7 @@ COMMON_DEPEND="app-accessibility/espeak-ng[sound]
media-libs/alsa-lib"
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"
-BDEPEND="man? ( app-text/ronn )"
+BDEPEND="man? ( || ( app-text/ronn-ng app-text/ronn ) )"
CONFIG_CHECK="~SPEAKUP ~SPEAKUP_SYNTH_SOFT"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2023-06-12 14:06 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-06-12 14:06 UTC (permalink / raw
To: gentoo-commits
commit: 77afbd972b0d77e4a184f02eb857a47eba8d0b10
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 14:06:19 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 14:06:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77afbd97
app-accessibility/espeakup: drop app-text/ronn
The || ( ... ) doesn't let Portage easily figure out it can depclean it for existing
installs.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../espeakup/{espeakup-0.90.ebuild => espeakup-0.90-r1.ebuild} | 4 ++--
app-accessibility/espeakup/espeakup-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-accessibility/espeakup/espeakup-0.90.ebuild b/app-accessibility/espeakup/espeakup-0.90-r1.ebuild
similarity index 94%
rename from app-accessibility/espeakup/espeakup-0.90.ebuild
rename to app-accessibility/espeakup/espeakup-0.90-r1.ebuild
index 9b7d84002ef6..695ebbdb0f62 100644
--- a/app-accessibility/espeakup/espeakup-0.90.ebuild
+++ b/app-accessibility/espeakup/espeakup-0.90-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -24,7 +24,7 @@ COMMON_DEPEND="app-accessibility/espeak-ng[sound]
media-libs/alsa-lib"
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"
-BDEPEND="man? ( || ( app-text/ronn-ng app-text/ronn ) )"
+BDEPEND="man? ( app-text/ronn-ng )"
CONFIG_CHECK="~SPEAKUP ~SPEAKUP_SYNTH_SOFT"
ERROR_SPEAKUP="CONFIG_SPEAKUP is not enabled in this kernel!"
diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild
index 638e385261f8..503c5bd7ea0c 100644
--- a/app-accessibility/espeakup/espeakup-9999.ebuild
+++ b/app-accessibility/espeakup/espeakup-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -24,7 +24,7 @@ COMMON_DEPEND="app-accessibility/espeak-ng[sound]
media-libs/alsa-lib"
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"
-BDEPEND="man? ( || ( app-text/ronn-ng app-text/ronn ) )"
+BDEPEND="man? ( app-text/ronn-ng )"
CONFIG_CHECK="~SPEAKUP ~SPEAKUP_SYNTH_SOFT"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2024-04-24 10:33 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2024-04-24 10:33 UTC (permalink / raw
To: gentoo-commits
commit: 5055133de4569c44245e880f76cbc1f61d7b06a9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 24 10:32:49 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 10:32:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5055133d
app-accessibility/espeakup: Stabilize 0.90-r1 arm, #930555
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-accessibility/espeakup/espeakup-0.90-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-accessibility/espeakup/espeakup-0.90-r1.ebuild b/app-accessibility/espeakup/espeakup-0.90-r1.ebuild
index 657954cc51a5..0cbdd061286c 100644
--- a/app-accessibility/espeakup/espeakup-0.90-r1.ebuild
+++ b/app-accessibility/espeakup/espeakup-0.90-r1.ebuild
@@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm arm64 ~loong x86"
+ KEYWORDS="amd64 arm arm64 ~loong x86"
fi
inherit linux-info meson
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/
@ 2024-04-24 10:33 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2024-04-24 10:33 UTC (permalink / raw
To: gentoo-commits
commit: 1d14a03b3e833510b8b65569e1db78b20ff353a7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 24 10:32:48 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 10:32:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d14a03b
app-accessibility/espeakup: Stabilize 0.90-r1 arm64, #930555
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-accessibility/espeakup/espeakup-0.90-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-accessibility/espeakup/espeakup-0.90-r1.ebuild b/app-accessibility/espeakup/espeakup-0.90-r1.ebuild
index 695ebbdb0f62..657954cc51a5 100644
--- a/app-accessibility/espeakup/espeakup-0.90-r1.ebuild
+++ b/app-accessibility/espeakup/espeakup-0.90-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~arm64 ~loong x86"
+ KEYWORDS="amd64 ~arm arm64 ~loong x86"
fi
inherit linux-info meson
^ permalink raw reply related [flat|nested] 19+ messages in thread
end of thread, other threads:[~2024-04-24 10:33 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-25 16:43 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/ William Hubbs
-- strict thread matches above, loose matches on Subject: below --
2024-04-24 10:33 Sam James
2024-04-24 10:33 Sam James
2023-06-12 14:06 Sam James
2022-07-18 13:32 Hans de Graaff
2022-05-26 5:30 WANG Xuerui
2022-03-08 12:59 Sam James
2022-03-08 12:59 Sam James
2021-09-08 1:41 Sam James
2021-09-07 18:59 Sam James
2021-09-07 18:56 Sam James
2021-07-04 21:54 William Hubbs
2021-07-03 20:00 William Hubbs
2021-05-01 21:24 Andreas Sturmlechner
2021-04-26 10:34 Sam James
2021-04-25 19:23 Sam James
2017-07-30 8:36 Michał Górny
2016-07-26 13:52 William Hubbs
2016-05-07 2:39 William Hubbs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox