summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-09-02 13:07:41 +0200
committerDavid Seifert <soap@gentoo.org>2017-09-02 14:37:06 +0200
commit8414705ae146126e4745b343cd33e71a405cb166 (patch)
tree9032ede54d271355200ec873a4c885459afa3ac5 /sci-libs/htslib/htslib-1.2.1.ebuild
parentsci-biology/samtools: Remove old (diff)
downloadgentoo-8414705ae146126e4745b343cd33e71a405cb166.tar.gz
gentoo-8414705ae146126e4745b343cd33e71a405cb166.tar.bz2
gentoo-8414705ae146126e4745b343cd33e71a405cb166.zip
sci-libs/htslib: Remove old
Package-Manager: Portage-2.3.8, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5593
Diffstat (limited to 'sci-libs/htslib/htslib-1.2.1.ebuild')
-rw-r--r--sci-libs/htslib/htslib-1.2.1.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/sci-libs/htslib/htslib-1.2.1.ebuild b/sci-libs/htslib/htslib-1.2.1.ebuild
deleted file mode 100644
index 0ff4541bf018..000000000000
--- a/sci-libs/htslib/htslib-1.2.1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="C library for high-throughput sequencing data formats"
-HOMEPAGE="http://www.htslib.org/"
-SRC_URI="mirror://sourceforge/samtools/${PV}/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="static-libs"
-
-src_install() {
- default
- if ! use static-libs; then
- find "${ED}" -type f -name "*.a" -delete || die
- fi
-}