diff options
author | Lucio Sauer <watermanpaint@posteo.net> | 2024-04-12 12:47:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-30 20:21:05 +0200 |
commit | 794061a3298b5716db015defa7b3e2c583b73980 (patch) | |
tree | befde12acaf6e066c8f4c64d362d5f6b8ee4caa6 /app-accessibility | |
parent | stardict.eclass: inline mirror://sourceforge (diff) | |
download | gentoo-794061a3298b5716db015defa7b3e2c583b73980.tar.gz gentoo-794061a3298b5716db015defa7b3e2c583b73980.tar.bz2 gentoo-794061a3298b5716db015defa7b3e2c583b73980.zip |
*/*: inline mirror://sourceforge
bump copyright of touched ebuilds to 2024
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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" |