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-wireless | |
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-wireless')
-rw-r--r-- | net-wireless/linssid/linssid-3.6-r2.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/wepattack/wepattack-0.1.3-r6.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/wepdecrypt/wepdecrypt-0.8-r2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-wireless/linssid/linssid-3.6-r2.ebuild b/net-wireless/linssid/linssid-3.6-r2.ebuild index 8e67948519cc..ce111693814b 100644 --- a/net-wireless/linssid/linssid-3.6-r2.ebuild +++ b/net-wireless/linssid/linssid-3.6-r2.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=8 @@ -7,7 +7,7 @@ inherit qmake-utils xdg-utils DESCRIPTION="Graphical wireless scanning for Linux" HOMEPAGE="https://sourceforge.net/projects/linssid/" -SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.orig.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${PN}_${PV}.orig.tar.gz" S="${WORKDIR}/${P}/${PN}-app" LICENSE="GPL-3" diff --git a/net-wireless/wepattack/wepattack-0.1.3-r6.ebuild b/net-wireless/wepattack/wepattack-0.1.3-r6.ebuild index a58936f4d107..03952ca51a7a 100644 --- a/net-wireless/wepattack/wepattack-0.1.3-r6.ebuild +++ b/net-wireless/wepattack/wepattack-0.1.3-r6.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 @@ -8,7 +8,7 @@ inherit toolchain-funcs MY_P="WepAttack-${PV}" DESCRIPTION="WLAN tool for breaking 802.11 WEP keys" HOMEPAGE="http://wepattack.sourceforge.net/" -SRC_URI="mirror://sourceforge/wepattack/${MY_P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/wepattack/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" diff --git a/net-wireless/wepdecrypt/wepdecrypt-0.8-r2.ebuild b/net-wireless/wepdecrypt/wepdecrypt-0.8-r2.ebuild index 7ea4ad0436cc..33ea4d37940a 100644 --- a/net-wireless/wepdecrypt/wepdecrypt-0.8-r2.ebuild +++ b/net-wireless/wepdecrypt/wepdecrypt-0.8-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Enhanced version of WepAttack a tool for breaking 802.11 WEP keys" HOMEPAGE="http://wepdecrypt.sourceforge.net/" -SRC_URI="mirror://sourceforge/wepdecrypt/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/wepdecrypt/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |