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 /net-nds | |
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 'net-nds')
-rw-r--r-- | net-nds/jxplorer/jxplorer-3.3.1.2-r1.ebuild | 2 | ||||
-rw-r--r-- | net-nds/led/led-1.111.ebuild | 4 | ||||
-rw-r--r-- | net-nds/rpcbind/rpcbind-1.2.6.ebuild | 4 | ||||
-rw-r--r-- | net-nds/rpcbind/rpcbind-9999.ebuild | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/net-nds/jxplorer/jxplorer-3.3.1.2-r1.ebuild b/net-nds/jxplorer/jxplorer-3.3.1.2-r1.ebuild index 3e616db37dd1..f0d7eb53b88d 100644 --- a/net-nds/jxplorer/jxplorer-3.3.1.2-r1.ebuild +++ b/net-nds/jxplorer/jxplorer-3.3.1.2-r1.ebuild @@ -8,7 +8,7 @@ inherit desktop java-pkg-2 java-ant-2 prefix virtualx DESCRIPTION="Fully functional LDAP browser written in Java" HOMEPAGE="https://jxplorer.org/" -SRC_URI="mirror://sourceforge/${PN}/${P}-project.zip" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}-project.zip" S="${WORKDIR}/${PN}" LICENSE="CAOSL" diff --git a/net-nds/led/led-1.111.ebuild b/net-nds/led/led-1.111.ebuild index 441a72ed409c..e6129d00d428 100644 --- a/net-nds/led/led-1.111.ebuild +++ b/net-nds/led/led-1.111.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="A general purpose LDAP editor" HOMEPAGE="http://led.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/net-nds/rpcbind/rpcbind-1.2.6.ebuild b/net-nds/rpcbind/rpcbind-1.2.6.ebuild index 2eb671ed8755..638a2f400784 100644 --- a/net-nds/rpcbind/rpcbind-1.2.6.ebuild +++ b/net-nds/rpcbind/rpcbind-1.2.6.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 @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://linux-nfs.org/~steved/rpcbind.git" inherit autotools git-r3 else - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" fi diff --git a/net-nds/rpcbind/rpcbind-9999.ebuild b/net-nds/rpcbind/rpcbind-9999.ebuild index 51778b3ddf63..ba31a1d37195 100644 --- a/net-nds/rpcbind/rpcbind-9999.ebuild +++ b/net-nds/rpcbind/rpcbind-9999.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=7 @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="git://linux-nfs.org/~steved/rpcbind.git" inherit autotools git-r3 else - SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi |