diff options
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/epos/epos-2.5.37-r3.ebuild | 4 | ||||
-rw-r--r-- | app-accessibility/freetts/freetts-1.2.2-r2.ebuild | 4 | ||||
-rw-r--r-- | app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild | 4 | ||||
-rw-r--r-- | app-accessibility/yasr/yasr-0.6.9-r1.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/app-accessibility/epos/epos-2.5.37-r3.ebuild b/app-accessibility/epos/epos-2.5.37-r3.ebuild index bb198daa9877..a25f239234a6 100644 --- a/app-accessibility/epos/epos-2.5.37-r3.ebuild +++ b/app-accessibility/epos/epos-2.5.37-r3.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 @@ -7,7 +7,7 @@ inherit autotools flag-o-matic DESCRIPTION="Language independent text-to-speech system" HOMEPAGE="http://epos.ufe.cz/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-accessibility/freetts/freetts-1.2.2-r2.ebuild b/app-accessibility/freetts/freetts-1.2.2-r2.ebuild index b56e09fbc7e3..69d88cd0fd40 100644 --- a/app-accessibility/freetts/freetts-1.2.2-r2.ebuild +++ b/app-accessibility/freetts/freetts-1.2.2-r2.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 @@ inherit java-pkg-2 java-ant-2 DESCRIPTION="A speech synthesis system written entirely in Java" HOMEPAGE="https://freetts.sourceforge.io/" -SRC_URI="mirror://sourceforge/${PN}/${P}-src.zip" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}-src.zip" LICENSE="jsapi? ( sun-bcla-jsapi ) freetts" SLOT="0" diff --git a/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild b/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild index 62369fd89d98..3bed31781f04 100644 --- a/app-accessibility/sphinx2/sphinx2-0.6-r1.ebuild +++ b/app-accessibility/sphinx2/sphinx2-0.6-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=8 @@ -9,7 +9,7 @@ MY_P=${P/_/} DESCRIPTION="CMU Speech Recognition-engine" HOMEPAGE="https://cmusphinx.github.io" -SRC_URI="mirror://sourceforge/cmusphinx/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/cmusphinx/${P}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="BSD-2" diff --git a/app-accessibility/yasr/yasr-0.6.9-r1.ebuild b/app-accessibility/yasr/yasr-0.6.9-r1.ebuild index 9730215c65cd..9040eb93d08b 100644 --- a/app-accessibility/yasr/yasr-0.6.9-r1.ebuild +++ b/app-accessibility/yasr/yasr-0.6.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="General-purpose console screen reader" HOMEPAGE="http://yasr.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |