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-biology | |
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-biology')
-rw-r--r-- | sci-biology/bfast/bfast-0.7.0a.ebuild | 4 | ||||
-rw-r--r-- | sci-biology/bowtie/bowtie-2.4.4.ebuild | 6 | ||||
-rw-r--r-- | sci-biology/bowtie/bowtie-2.5.1.ebuild | 6 | ||||
-rw-r--r-- | sci-biology/maq/maq-0.7.1-r4.ebuild | 4 | ||||
-rw-r--r-- | sci-biology/maqview/maqview-0.2.5-r5.ebuild | 2 | ||||
-rw-r--r-- | sci-biology/mrbayes/mrbayes-3.1.2-r2.ebuild | 4 | ||||
-rw-r--r-- | sci-biology/mummer/mummer-3.23-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-biology/poa/poa-2-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-biology/primer3/primer3-2.3.7-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-biology/sibsim4/sibsim4-0.20.ebuild | 4 |
10 files changed, 21 insertions, 21 deletions
diff --git a/sci-biology/bfast/bfast-0.7.0a.ebuild b/sci-biology/bfast/bfast-0.7.0a.ebuild index 6a48785022f4..dd4036c6030e 100644 --- a/sci-biology/bfast/bfast-0.7.0a.ebuild +++ b/sci-biology/bfast/bfast-0.7.0a.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 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Blat-like Fast Accurate Search Tool" HOMEPAGE="https://sourceforge.net/projects/bfast/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/sci-biology/bowtie/bowtie-2.4.4.ebuild b/sci-biology/bowtie/bowtie-2.4.4.ebuild index 7d28271d336b..de69bfadd825 100644 --- a/sci-biology/bowtie/bowtie-2.4.4.ebuild +++ b/sci-biology/bowtie/bowtie-2.4.4.ebuild @@ -1,15 +1,15 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) inherit python-single-r1 toolchain-funcs DESCRIPTION="Popular short read aligner for Next-generation sequencing data" HOMEPAGE="http://bowtie-bio.sourceforge.net/bowtie2/" -SRC_URI="mirror://sourceforge/project/${PN}-bio/bowtie2/${PV}/bowtie2-${PV}-source.zip" +SRC_URI="https://downloads.sourceforge.net/project/${PN}-bio/bowtie2/${PV}/bowtie2-${PV}-source.zip" S="${WORKDIR}/${PN}2-${PV}" LICENSE="GPL-3" diff --git a/sci-biology/bowtie/bowtie-2.5.1.ebuild b/sci-biology/bowtie/bowtie-2.5.1.ebuild index 353362fd6026..b30a2b920f4e 100644 --- a/sci-biology/bowtie/bowtie-2.5.1.ebuild +++ b/sci-biology/bowtie/bowtie-2.5.1.ebuild @@ -1,15 +1,15 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-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 python-single-r1 toolchain-funcs DESCRIPTION="Popular short read aligner for Next-generation sequencing data" HOMEPAGE="https://bowtie-bio.sourceforge.net/bowtie2/" -SRC_URI="mirror://sourceforge/project/${PN}-bio/bowtie2/${PV}/bowtie2-${PV}-source.zip" +SRC_URI="https://downloads.sourceforge.net/project/${PN}-bio/bowtie2/${PV}/bowtie2-${PV}-source.zip" S="${WORKDIR}/${PN}2-${PV}" LICENSE="GPL-3" diff --git a/sci-biology/maq/maq-0.7.1-r4.ebuild b/sci-biology/maq/maq-0.7.1-r4.ebuild index 8930c780cfa5..75a84d87b16c 100644 --- a/sci-biology/maq/maq-0.7.1-r4.ebuild +++ b/sci-biology/maq/maq-0.7.1-r4.ebuild @@ -8,8 +8,8 @@ inherit autotools DESCRIPTION="Mapping and Assembly with Qualities, mapping NGS reads to reference genomes" HOMEPAGE="https://maq.sourceforge.net/" SRC_URI=" - mirror://sourceforge/${PN}/${P}.tar.bz2 - mirror://sourceforge/${PN}/calib-36.dat.gz" + https://downloads.sourceforge.net/${PN}/${P}.tar.bz2 + https://downloads.sourceforge.net/${PN}/calib-36.dat.gz" LICENSE="GPL-3" SLOT="0" diff --git a/sci-biology/maqview/maqview-0.2.5-r5.ebuild b/sci-biology/maqview/maqview-0.2.5-r5.ebuild index 479d0c01af91..2ffe5fa8ecf6 100644 --- a/sci-biology/maqview/maqview-0.2.5-r5.ebuild +++ b/sci-biology/maqview/maqview-0.2.5-r5.ebuild @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="GUI for sci-biology/maq, a short read mapping assembler" HOMEPAGE="https://maq.sourceforge.net/" -SRC_URI="mirror://sourceforge/maq/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/maq/${P}.tar.gz" S="${WORKDIR}/${PN}" LICENSE="GPL-3" diff --git a/sci-biology/mrbayes/mrbayes-3.1.2-r2.ebuild b/sci-biology/mrbayes/mrbayes-3.1.2-r2.ebuild index 1174d0de599e..3d9f683d4666 100644 --- a/sci-biology/mrbayes/mrbayes-3.1.2-r2.ebuild +++ b/sci-biology/mrbayes/mrbayes-3.1.2-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 toolchain-funcs DESCRIPTION="Bayesian Inference of Phylogeny" HOMEPAGE="http://mrbayes.csit.fsu.edu/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/sci-biology/mummer/mummer-3.23-r1.ebuild b/sci-biology/mummer/mummer-3.23-r1.ebuild index 59a66abe2f04..1359833dc21d 100644 --- a/sci-biology/mummer/mummer-3.23-r1.ebuild +++ b/sci-biology/mummer/mummer-3.23-r1.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 flag-o-matic toolchain-funcs DESCRIPTION="A rapid whole genome aligner" HOMEPAGE="http://mummer.sourceforge.net/" -SRC_URI="mirror://sourceforge/mummer/MUMmer${PV}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/mummer/MUMmer${PV}.tar.gz" S="${WORKDIR}/MUMmer${PV}" LICENSE="Artistic" diff --git a/sci-biology/poa/poa-2-r1.ebuild b/sci-biology/poa/poa-2-r1.ebuild index f6d9b756f3d5..8044b8f822bf 100644 --- a/sci-biology/poa/poa-2-r1.ebuild +++ b/sci-biology/poa/poa-2-r1.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 @@ MY_P="${PN}V${PV}" DESCRIPTION="Fast multiple sequence alignments using partial-order graphs" HOMEPAGE="http://bioinfo.mbi.ucla.edu/poa/" -SRC_URI="mirror://sourceforge/poamsa/${MY_P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/poamsa/${MY_P}.tar.gz" # According to SF project page LICENSE="GPL-2" diff --git a/sci-biology/primer3/primer3-2.3.7-r1.ebuild b/sci-biology/primer3/primer3-2.3.7-r1.ebuild index 3ce2c4fe5d39..498c564753bf 100644 --- a/sci-biology/primer3/primer3-2.3.7-r1.ebuild +++ b/sci-biology/primer3/primer3-2.3.7-r1.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 toolchain-funcs DESCRIPTION="Primer Design for PCR reactions" HOMEPAGE="http://primer3.sourceforge.net/" -SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/sci-biology/sibsim4/sibsim4-0.20.ebuild b/sci-biology/sibsim4/sibsim4-0.20.ebuild index c90c13dce7ec..2c9d69ada02c 100644 --- a/sci-biology/sibsim4/sibsim4-0.20.ebuild +++ b/sci-biology/sibsim4/sibsim4-0.20.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=7 @@ -7,7 +7,7 @@ inherit toolchain-funcs DESCRIPTION="A rewrite and improvement upon sim4, a DNA-mRNA aligner" HOMEPAGE="http://sibsim4.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/SIBsim4-${PV}.tar.gz" +SRC_URI="https://downloads.sourceforge.net/${PN}/SIBsim4-${PV}.tar.gz" S="${WORKDIR}/SIBsim4-${PV}" LICENSE="GPL-2" |