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 /sci-libs/linux-gpib | |
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 'sci-libs/linux-gpib')
-rw-r--r-- | sci-libs/linux-gpib/linux-gpib-4.3.5.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/linux-gpib/linux-gpib-4.3.6.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sci-libs/linux-gpib/linux-gpib-4.3.5.ebuild b/sci-libs/linux-gpib/linux-gpib-4.3.5.ebuild index 30f0a65b08bb..ec3f2baf9002 100644 --- a/sci-libs/linux-gpib/linux-gpib-4.3.5.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-4.3.5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit readme.gentoo-r1 autotools perl-functions python-single-r1 udev @@ -12,7 +12,7 @@ FW_PV="2008-08-10" DESCRIPTION="Driver library for GPIB (IEEE 488.2) hardware" HOMEPAGE="https://linux-gpib.sourceforge.io/" -SRC_URI="mirror://sourceforge/linux-gpib/${P}.tar.gz +SRC_URI="https://downloads.sourceforge.net/linux-gpib/${P}.tar.gz firmware? ( https://linux-gpib.sourceforge.io/firmware/gpib_firmware-${FW_PV}.tar.gz ) " S="${WORKDIR}/${PN}-user-${PV}" diff --git a/sci-libs/linux-gpib/linux-gpib-4.3.6.ebuild b/sci-libs/linux-gpib/linux-gpib-4.3.6.ebuild index 4402e945c74f..656cc8bffd86 100644 --- a/sci-libs/linux-gpib/linux-gpib-4.3.6.ebuild +++ b/sci-libs/linux-gpib/linux-gpib-4.3.6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit readme.gentoo-r1 autotools perl-functions python-single-r1 udev @@ -12,7 +12,7 @@ FW_PV="2008-08-10" DESCRIPTION="Driver library for GPIB (IEEE 488.2) hardware" HOMEPAGE="https://linux-gpib.sourceforge.io/" -SRC_URI="mirror://sourceforge/linux-gpib/${P}.tar.gz +SRC_URI="https://downloads.sourceforge.net/linux-gpib/${P}.tar.gz firmware? ( https://linux-gpib.sourceforge.io/firmware/gpib_firmware-${FW_PV}.tar.gz ) " S="${WORKDIR}/${PN}-user-${PV}" |