commit: 4ef945d1cfc4da74891e2cecdf403f6852cc4ddf Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Sep 2 12:45:51 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Sep 2 12:45:51 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4ef945d1
sci-libs/htslib: Remove old sci-libs/htslib/htslib-1.3.2.ebuild | 27 --------------------------- sci-libs/htslib/htslib-1.4.ebuild | 31 ------------------------------- sci-libs/htslib/htslib-1.5.ebuild | 31 ------------------------------- sci-libs/htslib/metadata.xml | 11 ----------- 4 files changed, 100 deletions(-) diff --git a/sci-libs/htslib/htslib-1.3.2.ebuild b/sci-libs/htslib/htslib-1.3.2.ebuild deleted file mode 100644 index 5e27a462b..000000000 --- a/sci-libs/htslib/htslib-1.3.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="C library for HTS data with bgzip, tabix and htsfile binaries" -HOMEPAGE="http://www.htslib.org/" -SRC_URI="mirror://sourceforge/samtools/${PV}/${P}.tar.bz2" - -SLOT="1.4" # libhts.so.1.4 -LICENSE="MIT" -KEYWORDS="" -IUSE="static-libs" - -DEPEND=" - dev-libs/openssl:= - app-arch/xz-utils - app-arch/bzip2 - net-misc/curl" -RDEPEND="${DEPEND}" - -src_install() { - default - if ! use static-libs; then - find "${ED}" -type f -name "*.a" -delete || die - fi -} diff --git a/sci-libs/htslib/htslib-1.4.ebuild b/sci-libs/htslib/htslib-1.4.ebuild deleted file mode 100644 index 1e1274ff0..000000000 --- a/sci-libs/htslib/htslib-1.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="C library for HTS data with bgzip, tabix and htsfile binaries" -HOMEPAGE="http://www.htslib.org/" -SRC_URI="mirror://sourceforge/samtools/${PV}/${P}.tar.bz2" - -SLOT="2" # libhts.so.2 -LICENSE="MIT" -KEYWORDS="" -IUSE="static-libs" - -DEPEND=" - dev-libs/openssl:= - app-arch/xz-utils - app-arch/bzip2 - net-misc/curl" -RDEPEND="${DEPEND}" - -src_install() { - default - if ! use static-libs; then - find "${ED}" -type f -name "*.a" -delete || die - fi -} - -pkg_postinst(){ - einfo "You may want to install sci-libs/htslib-plugins" -} diff --git a/sci-libs/htslib/htslib-1.5.ebuild b/sci-libs/htslib/htslib-1.5.ebuild deleted file mode 100644 index 1e1274ff0..000000000 --- a/sci-libs/htslib/htslib-1.5.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="C library for HTS data with bgzip, tabix and htsfile binaries" -HOMEPAGE="http://www.htslib.org/" -SRC_URI="mirror://sourceforge/samtools/${PV}/${P}.tar.bz2" - -SLOT="2" # libhts.so.2 -LICENSE="MIT" -KEYWORDS="" -IUSE="static-libs" - -DEPEND=" - dev-libs/openssl:= - app-arch/xz-utils - app-arch/bzip2 - net-misc/curl" -RDEPEND="${DEPEND}" - -src_install() { - default - if ! use static-libs; then - find "${ED}" -type f -name "*.a" -delete || die - fi -} - -pkg_postinst(){ - einfo "You may want to install sci-libs/htslib-plugins" -} diff --git a/sci-libs/htslib/metadata.xml b/sci-libs/htslib/metadata.xml deleted file mode 100644 index 49735ee17..000000000 --- a/sci-libs/htslib/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version='1.0' encoding='UTF-8'?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Biology Project</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">samtools</remote-id> - </upstream> -</pkgmetadata>
