diff options
author | Martin Väth <martin@mvath.de> | 2024-06-03 07:30:26 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2024-06-03 07:36:20 +0200 |
commit | bef5d18bbd57e801c74d62fd2890298b0fcb3fe6 (patch) | |
tree | 944c004e60d5897d2927dc8d9cd01c3f995d4988 | |
parent | gui-apps/wcm: Remove, as 0.8.0 is now in the main gentoo repository (diff) | |
download | mv-bef5d18bbd57e801c74d62fd2890298b0fcb3fe6.tar.gz mv-bef5d18bbd57e801c74d62fd2890298b0fcb3fe6.tar.bz2 mv-bef5d18bbd57e801c74d62fd2890298b0fcb3fe6.zip |
app-shells/schily-tools, sys-kernel/cfcfg: update SRC_URI
Signed-off-by: Martin Väth <martin@mvath.de>
-rw-r--r-- | app-shells/schily-tools/schily-tools-2021.09.18.ebuild | 4 | ||||
-rw-r--r-- | sys-kernel/cfcfg/cfcfg-1.0.ebuild | 4 |
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+" |