From 794061a3298b5716db015defa7b3e2c583b73980 Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Fri, 12 Apr 2024 12:47:52 +0200 Subject: */*: inline mirror://sourceforge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bump copyright of touched ebuilds to 2024 Signed-off-by: Lucio Sauer Signed-off-by: Michał Górny --- app-shells/bashdb/bashdb-5.0.1.1.2.ebuild | 4 ++-- app-shells/bashish/bashish-2.2.4.ebuild | 4 ++-- app-shells/ccsh/ccsh-0.0.4-r5.ebuild | 4 ++-- app-shells/heirloom-sh/heirloom-sh-050706-r1.ebuild | 4 ++-- app-shells/squirrelsh/squirrelsh-1.2.7-r1.ebuild | 2 +- app-shells/zsh/zsh-5.9-r3.ebuild | 6 +++--- app-shells/zsh/zsh-5.9-r4.ebuild | 4 ++-- app-shells/zsh/zsh-5.9-r5.ebuild | 4 ++-- app-shells/zsh/zsh-5.9-r6.ebuild | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) (limited to 'app-shells') diff --git a/app-shells/bashdb/bashdb-5.0.1.1.2.ebuild b/app-shells/bashdb/bashdb-5.0.1.1.2.ebuild index 01b050fcc7fb..925af5a823fa 100644 --- a/app-shells/bashdb/bashdb-5.0.1.1.2.ebuild +++ b/app-shells/bashdb/bashdb-5.0.1.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 MY_P="${PN}-${PV:0:3}-${PV:4}" DESCRIPTION="bash source code debugging" HOMEPAGE="http://bashdb.sourceforge.net/" -SRC_URI="mirror://sourceforge/bashdb/${MY_P}.tar.bz2 +SRC_URI="https://downloads.sourceforge.net/bashdb/${MY_P}.tar.bz2 test? ( https://dev.gentoo.org/~whissi/dist/bashdb/bashdb-4.4-1.0.0-missing-test-files.tar.xz )" LICENSE="GPL-2" diff --git a/app-shells/bashish/bashish-2.2.4.ebuild b/app-shells/bashish/bashish-2.2.4.ebuild index e10a381bafc5..e97ec99ec2ac 100644 --- a/app-shells/bashish/bashish-2.2.4.ebuild +++ b/app-shells/bashish/bashish-2.2.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Text console theme engine" HOMEPAGE="http://bashish.sourceforge.net/" -SRC_URI="mirror://sourceforge/bashish/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/bashish/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-shells/ccsh/ccsh-0.0.4-r5.ebuild b/app-shells/ccsh/ccsh-0.0.4-r5.ebuild index 92438f82af20..bbe29d9c0d20 100644 --- a/app-shells/ccsh/ccsh-0.0.4-r5.ebuild +++ b/app-shells/ccsh/ccsh-0.0.4-r5.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 @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="UNIX Shell for people already familiar with the C language" HOMEPAGE="https://ccsh.sourceforge.net/" -SRC_URI="mirror://sourceforge/ccsh/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/ccsh/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-shells/heirloom-sh/heirloom-sh-050706-r1.ebuild b/app-shells/heirloom-sh/heirloom-sh-050706-r1.ebuild index a67c4acb2d51..fc3adec709e8 100644 --- a/app-shells/heirloom-sh/heirloom-sh-050706-r1.ebuild +++ b/app-shells/heirloom-sh/heirloom-sh-050706-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ RESTRICT="test" DESCRIPTION="Heirloom Bourne Shell, derived from OpenSolaris code SVR4/SVID3" HOMEPAGE="http://heirloom.sourceforge.net/sh.html" -SRC_URI="mirror://sourceforge/heirloom/${P}.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/heirloom/${P}.tar.bz2" LICENSE="CDDL" SLOT="0" diff --git a/app-shells/squirrelsh/squirrelsh-1.2.7-r1.ebuild b/app-shells/squirrelsh/squirrelsh-1.2.7-r1.ebuild index d39612f468fd..940022cf1d35 100644 --- a/app-shells/squirrelsh/squirrelsh-1.2.7-r1.ebuild +++ b/app-shells/squirrelsh/squirrelsh-1.2.7-r1.ebuild @@ -7,7 +7,7 @@ inherit edo flag-o-matic toolchain-funcs DESCRIPTION="Cross-platform object-oriented scripting shell using the squirrel language" HOMEPAGE="https://squirrelsh.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}-src.tar.bz2" LICENSE="GPL-3+" SLOT="0" diff --git a/app-shells/zsh/zsh-5.9-r3.ebuild b/app-shells/zsh/zsh-5.9-r3.ebuild index b980463b0839..24cfcd8f29e3 100644 --- a/app-shells/zsh/zsh-5.9-r3.ebuild +++ b/app-shells/zsh/zsh-5.9-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=8 @@ -12,10 +12,10 @@ else KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" SRC_URI="https://www.zsh.org/pub/${P}.tar.xz https://www.zsh.org/pub/old/${P}.tar.xz - mirror://sourceforge/${PN}/${P}.tar.xz + https://downloads.sourceforge.net/${PN}/${P}.tar.xz doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz - mirror://sourceforge/${PN}/${P}-doc.tar.xz + https://downloads.sourceforge.net/${PN}/${P}-doc.tar.xz )" fi diff --git a/app-shells/zsh/zsh-5.9-r4.ebuild b/app-shells/zsh/zsh-5.9-r4.ebuild index 6581458b8737..a6c1c113a3cd 100644 --- a/app-shells/zsh/zsh-5.9-r4.ebuild +++ b/app-shells/zsh/zsh-5.9-r4.ebuild @@ -9,10 +9,10 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv SRC_URI="https://www.zsh.org/pub/${P}.tar.xz https://www.zsh.org/pub/old/${P}.tar.xz - mirror://sourceforge/${PN}/${P}.tar.xz + https://downloads.sourceforge.net/${PN}/${P}.tar.xz doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz - mirror://sourceforge/${PN}/${P}-doc.tar.xz + https://downloads.sourceforge.net/${PN}/${P}-doc.tar.xz )" DESCRIPTION="UNIX Shell similar to the Korn shell" diff --git a/app-shells/zsh/zsh-5.9-r5.ebuild b/app-shells/zsh/zsh-5.9-r5.ebuild index b9e6c959df35..98e76e13d19a 100644 --- a/app-shells/zsh/zsh-5.9-r5.ebuild +++ b/app-shells/zsh/zsh-5.9-r5.ebuild @@ -9,10 +9,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~ SRC_URI="https://www.zsh.org/pub/${P}.tar.xz https://www.zsh.org/pub/old/${P}.tar.xz - mirror://sourceforge/${PN}/${P}.tar.xz + https://downloads.sourceforge.net/${PN}/${P}.tar.xz doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz - mirror://sourceforge/${PN}/${P}-doc.tar.xz + https://downloads.sourceforge.net/${PN}/${P}-doc.tar.xz )" DESCRIPTION="UNIX Shell similar to the Korn shell" diff --git a/app-shells/zsh/zsh-5.9-r6.ebuild b/app-shells/zsh/zsh-5.9-r6.ebuild index ae1bfb9b4e17..9663bada88a7 100644 --- a/app-shells/zsh/zsh-5.9-r6.ebuild +++ b/app-shells/zsh/zsh-5.9-r6.ebuild @@ -9,10 +9,10 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv SRC_URI="https://www.zsh.org/pub/${P}.tar.xz https://www.zsh.org/pub/old/${P}.tar.xz - mirror://sourceforge/${PN}/${P}.tar.xz + https://downloads.sourceforge.net/${PN}/${P}.tar.xz doc? ( https://www.zsh.org/pub/${P}-doc.tar.xz - mirror://sourceforge/${PN}/${P}-doc.tar.xz + https://downloads.sourceforge.net/${PN}/${P}-doc.tar.xz )" DESCRIPTION="UNIX Shell similar to the Korn shell" -- cgit v1.2.3-65-gdbad