public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bcftools/
Date: Sun, 19 Jun 2022 08:09:13 +0000 (UTC)	[thread overview]
Message-ID: <1655626124.7b77e6902ea23156a82fa792758968421aae9342.soap@gentoo> (raw)

commit:     7b77e6902ea23156a82fa792758968421aae9342
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 08:08:44 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 08:08:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b77e690

sci-biology/bcftools: drop 1.13, 1.15

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-biology/bcftools/Manifest             |  2 --
 sci-biology/bcftools/bcftools-1.13.ebuild | 44 -------------------------------
 sci-biology/bcftools/bcftools-1.15.ebuild | 44 -------------------------------
 3 files changed, 90 deletions(-)

diff --git a/sci-biology/bcftools/Manifest b/sci-biology/bcftools/Manifest
index 73403fe6ed42..4dbacdb4a399 100644
--- a/sci-biology/bcftools/Manifest
+++ b/sci-biology/bcftools/Manifest
@@ -1,3 +1 @@
-DIST bcftools-1.13.tar.bz2 6906796 BLAKE2B 4c02d65733d28684f9a976e082913d79dbac4463c9471fc26d8ee0cbe7ad25af429cf7d01b9771bc34309386ccd2d77ebd54fbf64ed4183d1c2ebfbc0e727afb SHA512 aa533233dd2fec2279859204be39430c4fc630137a91d57fe917fd7a220044d5202ddc3d44bcffc3bd5bd5bb64f6ea4c8ec3c31e5e1ec72399998f1e6f23a55a
 DIST bcftools-1.15.1.tar.bz2 6917252 BLAKE2B d2389df8d2a1bbc48fcaccad47d77ff99d700e82e04330189e7d93acdac97a13506c2b799fbba31bdc0988977c7df7c699e7b156f3530dd35e5f052c6f977731 SHA512 60fedacc41051675d372e68146ac8fa0dc019a7fb694fda487d89e62f34edaf5ac11cca38779e9bcfcf8b3148802fadabed12f7e46ad534ad5087b8d6383f97b
-DIST bcftools-1.15.tar.bz2 6899394 BLAKE2B 44d11f5d594c547c0e3dfdcc9b2d8b55d837d17cf98465c4ce153ad0a8dce3db172276bdd24ad3dcecb3c9a064c649f3cbcc13e09194c2f655796e9a478cb27f SHA512 43fd7414c93175c6a8d69c8f8ba681a8c1f6b934ce0834dc130ff367825e60aa57736e36d379e5bdee84a01d018ee36eeeedebdbce85161745a5a063abdbca44

diff --git a/sci-biology/bcftools/bcftools-1.13.ebuild b/sci-biology/bcftools/bcftools-1.13.ebuild
deleted file mode 100644
index b0ddd23857c2..000000000000
--- a/sci-biology/bcftools/bcftools-1.13.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-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-${PV}*:=
-	sys-libs/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.15.ebuild b/sci-biology/bcftools/bcftools-1.15.ebuild
deleted file mode 100644
index 4ec6b0a7e097..000000000000
--- a/sci-biology/bcftools/bcftools-1.15.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-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-${PV}*:=
-	sys-libs/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
-}


             reply	other threads:[~2022-06-19  8:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-19  8:09 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-24  8:59 [gentoo-commits] repo/gentoo:master commit in: sci-biology/bcftools/ David Seifert
2024-05-24  8:59 David Seifert
2024-03-26 11:06 David Seifert
2023-04-06 19:29 David Seifert
2023-03-30 11:11 David Seifert
2023-02-19 15:44 David Seifert
2022-12-27  0:06 David Seifert
2022-06-10 12:42 David Seifert
2022-03-19 11:38 David Seifert
2021-10-11 14:55 David Seifert
2021-10-03 17:41 David Seifert
2020-08-03 16:56 David Seifert
2020-04-14  8:35 Joonas Niilola
2020-03-27 10:35 David Seifert
2018-01-06 10:19 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1655626124.7b77e6902ea23156a82fa792758968421aae9342.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox