commit: 980fdc05a826fa593619e537bc7936453e3130d9
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 29 13:17:10 2025 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 29 13:17:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980fdc05
sci-biology/bcftools: drop 1.19, 1.21
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sci-biology/bcftools/Manifest | 2 --
sci-biology/bcftools/bcftools-1.19.ebuild | 42 -------------------------------
sci-biology/bcftools/bcftools-1.21.ebuild | 42 -------------------------------
3 files changed, 86 deletions(-)
diff --git a/sci-biology/bcftools/Manifest b/sci-biology/bcftools/Manifest
index 079195ace32a..d3a406dd029a 100644
--- a/sci-biology/bcftools/Manifest
+++ b/sci-biology/bcftools/Manifest
@@ -1,4 +1,2 @@
-DIST bcftools-1.19.tar.bz2 7906216 BLAKE2B
43e7ac0fc6ffcf837607fb2fbbd58a72106a89b018d1fd4b24db0eb854a9bf0efd0c7762fae84bf7f51226346777be646d134159ea48e3eb3df71799e9353a3f
SHA512
a203c65fa58fca8fb5276e73ed8fc23dfd841e9dc05881304a8b91327d60ac3b5fcf5a55a1f1bab5647037f037ff30f2881791052f6e29cf38c646cbc947a746
DIST bcftools-1.20.tar.bz2 7883049 BLAKE2B
36bfd82c9500f384b75ef93242a5879123f7fd63c893c95a1ce5efbfa9396f2c1fd75025ea2dd48d37e7dc93426ffaffbb2f3c6bdf64128fbdd3af2a2f760b17
SHA512
c77294923a6bb5cb97a2c4947e79aa215612a62f71ba0e4dde627cd3d97ee9a28a3682e8ab2f3bedd0e75e2bb9800915d9430f9504f09ead4492d3583553db2a
-DIST bcftools-1.21.tar.bz2 7982173 BLAKE2B
7da808d1b06d2cdc0ed9ae2768a71f9e3e1de07f6e9c74504eb6f19b06481e509630e14f209ec0250c0689bf9d5807936288ba48f17830a2b004b7cfa3c23c59
SHA512
f8fb2e50a1a9e7a7e8a4f71d71d052f6019d54c60ae060d0abfbd01ab61a2c44e04e069c479ea9f6156513b54a611a9a46930a0ff4454019bb715fdb9558d07d
DIST bcftools-1.22.tar.bz2 8176878 BLAKE2B
62df4b50e8ee6d4e9614f9317a58a72cc75adf89329cf2759f0e2b65027c51cbb4728e60128b22b4786e2ec541433664f3d7af5d70611dd32d362d2be7f56d0e
SHA512
20daee4ecb6b7d0034e0d9590fcc42712ac78c4e511d519ac0dd98d2b2b920d85d234cf1a08abd1be62d1be994788de53d6010af642099f2b75753ecc19efd15
diff --git a/sci-biology/bcftools/bcftools-1.19.ebuild
b/sci-biology/bcftools/bcftools-1.19.ebuild
deleted file mode 100644
index 5139f3a3f8fb..000000000000
--- a/sci-biology/bcftools/bcftools-1.19.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..12} )
-
-inherit python-single-r1
-
-DESCRIPTION="Utilities for variant calling and manipulating VCF and BCF files"
-HOMEPAGE="http://www.htslib.org"
-SRC_URI="https://github.com/samtools/${PN}/releases/download/${PV}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- dev-lang/perl
- $(python_gen_cond_dep 'dev-python/matplotlib[${PYTHON_USEDEP}]')
- =sci-libs/htslib-$(ver_cut 1-2)*:=
- virtual/zlib:=
- ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-BDEPEND="${PYTHON_DEPS}"
-
-src_prepare() {
- default
-
- python_fix_shebang misc/{gff2gff,guess-ploidy,plot-roh}.py
-
- # remove bundled htslib
- rm -r htslib-* || die
-}
-
-src_configure() {
- econf \
- --disable-bcftools-plugins \
- --disable-libgsl \
- --with-htslib=system
-}
diff --git a/sci-biology/bcftools/bcftools-1.21.ebuild
b/sci-biology/bcftools/bcftools-1.21.ebuild
deleted file mode 100644
index 866c1af6cee2..000000000000
--- a/sci-biology/bcftools/bcftools-1.21.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{11..13} )
-
-inherit python-single-r1
-
-DESCRIPTION="Utilities for variant calling and manipulating VCF and BCF files"
-HOMEPAGE="http://www.htslib.org"
-SRC_URI="https://github.com/samtools/${PN}/releases/download/${PV}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- dev-lang/perl
- $(python_gen_cond_dep 'dev-python/matplotlib[${PYTHON_USEDEP}]')
- =sci-libs/htslib-$(ver_cut 1-2)*:=
- virtual/zlib:=
- ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}"
-BDEPEND="${PYTHON_DEPS}"
-
-src_prepare() {
- default
-
- python_fix_shebang misc/{gff2gff,guess-ploidy,plot-roh}.py
-
- # remove bundled htslib
- rm -r htslib-* || die
-}
-
-src_configure() {
- econf \
- --disable-bcftools-plugins \
- --disable-libgsl \
- --with-htslib=system
-}