summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-05-08 16:14:57 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-08 16:14:57 +0200
commit06fc538689feab7fb91e62f619cfdc213074e8e3 (patch)
treec9ff5b7edd3d1fffd19137b97a0e6ca856071b6c /sci-biology
parentsci-biology/kallisto: Bump to 0.46.2 (diff)
downloadgentoo-06fc538689feab7fb91e62f619cfdc213074e8e3.tar.gz
gentoo-06fc538689feab7fb91e62f619cfdc213074e8e3.tar.bz2
gentoo-06fc538689feab7fb91e62f619cfdc213074e8e3.zip
sci-biology/kallisto: Remove old 0.43.1
Closes: https://bugs.gentoo.org/696504 Closes: https://bugs.gentoo.org/708658 Closes: https://bugs.gentoo.org/788427 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/kallisto/Manifest1
-rw-r--r--sci-biology/kallisto/kallisto-0.43.1.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/sci-biology/kallisto/Manifest b/sci-biology/kallisto/Manifest
index 85d85197b1cc..a880b853ffd7 100644
--- a/sci-biology/kallisto/Manifest
+++ b/sci-biology/kallisto/Manifest
@@ -1,2 +1 @@
-DIST kallisto-0.43.1.tar.gz 1067076 BLAKE2B 15a2fc65f0c9db431d9be6b2c8434b582ff7bf95fb659a9838d287feb3486744bca6201563d0f318be47c0f8532b805148a2eabfda633075d6b55bad1c3a406a SHA512 c7725a2d649cf96fcd24a20d542b409777cfd9fe97c09f0f459a5ec2981e0a4f5f0ea03d76d3ec3edf0e498c799fc7d074d442d5e35ddb4043d1f7634619dda8
DIST kallisto-0.46.2.tar.gz 2693869 BLAKE2B 73d725e74133d64b9f7910f69a5fff85eac05b93ad6891807a6fd4e16a1fa16a55306058db3fcb4e0fbfeb0719d3a9d3c8da7d2b76b64dde5a2fea51b0254b99 SHA512 6aca29afa0abe1c6896d27745fd2436c9b9aaf298d70276baf877dbf0aaaba94df54b9a42829c8f8f7c02e7262ecd1837b8a021625c3066a10c0cc0551179093
diff --git a/sci-biology/kallisto/kallisto-0.43.1.ebuild b/sci-biology/kallisto/kallisto-0.43.1.ebuild
deleted file mode 100644
index 0020e891a032..000000000000
--- a/sci-biology/kallisto/kallisto-0.43.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Near-optimal RNA-Seq quantification"
-HOMEPAGE="http://pachterlab.github.io/kallisto/"
-
-if [[ ${PV} == *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/pachterlab/kallisto.git"
-else
- SRC_URI="https://github.com/pachterlab/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND="
- sci-libs/hdf5:=
- sys-libs/zlib:="
-DEPEND="${RDEPEND}"