summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-shells/schily-tools/schily-tools-2021.09.18.ebuild4
-rw-r--r--sys-kernel/cfcfg/cfcfg-1.0.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-shells/schily-tools/schily-tools-2021.09.18.ebuild b/app-shells/schily-tools/schily-tools-2021.09.18.ebuild
index 8f2c2ad4..71e47836 100644
--- a/app-shells/schily-tools/schily-tools-2021.09.18.ebuild
+++ b/app-shells/schily-tools/schily-tools-2021.09.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2016-2022 Martin V\"ath and Gentoo Authors
+# Copyright 2016-2024 Martin V\"ath and Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ MY_P="schily-${MY_PV}"
MY_P_TAR="${MY_P}.tar.bz2"
S=${WORKDIR}/${MY_P}
-SRC_URI="mirror://sourceforge/schilytools/${MY_P}.tar.bz2"
+SRC_URI="https://sourceforge.net/projects/schilytools/files/schily-2021-09-18.tar.bz2"
DESCRIPTION="Many tools from Joerg Schilling, including a POSIX compliant Bourne Shell"
HOMEPAGE="https://sourceforge.net/projects/schilytools/"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
diff --git a/sys-kernel/cfcfg/cfcfg-1.0.ebuild b/sys-kernel/cfcfg/cfcfg-1.0.ebuild
index fa18dd62..4a8590f5 100644
--- a/sys-kernel/cfcfg/cfcfg-1.0.ebuild
+++ b/sys-kernel/cfcfg/cfcfg-1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023 Martin V\"ath
+# Copyright 2023-2024 Martin V\"ath
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ RESTRICT="mirror"
DESCRIPTION="Yet another Linux kernel configuration comparator"
HOMEPAGE="https://sourceforge.net/projects/cfcfg/"
-SRC_URI="mirror://sourceforge/project/cfcfg/${P}.tgz -> ${P}.tar"
+SRC_URI="https://sourceforge.net/projects/cfcfg/files/${P}.tgz -> ${P}.tar"
S="${WORKDIR}/cfcfg.git"
LICENSE="GPL-3+"