From 8414705ae146126e4745b343cd33e71a405cb166 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 2 Sep 2017 13:07:41 +0200 Subject: sci-libs/htslib: Remove old Package-Manager: Portage-2.3.8, Repoman-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/5593 --- sci-libs/htslib/htslib-1.0.ebuild | 44 --------------------------------------- 1 file changed, 44 deletions(-) delete mode 100644 sci-libs/htslib/htslib-1.0.ebuild (limited to 'sci-libs/htslib/htslib-1.0.ebuild') diff --git a/sci-libs/htslib/htslib-1.0.ebuild b/sci-libs/htslib/htslib-1.0.ebuild deleted file mode 100644 index d5c594b0cfbf..000000000000 --- a/sci-libs/htslib/htslib-1.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit multilib toolchain-funcs - -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_prepare() { - sed \ - -e "/libdir/s:lib$:$(get_libdir):g" \ - -i Makefile || die -} - -src_compile() { - emake \ - AR="$(tc-getAR)" \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" -} - -src_install() { - emake \ - DESTDIR="${D}" \ - prefix="${EPREFIX}/usr" \ - install - - rm "${ED}/usr/share/man/man1/libhts.so.1" || die - - if ! use static-libs; then - find "${ED}" -type f -name "*.a" -delete || die - fi - - dodoc README -} -- cgit v1.2.3