From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 747B51396D1 for ; Sat, 2 Sep 2017 12:46:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BAA18E0CCD; Sat, 2 Sep 2017 12:46:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81B9EE0D1A for ; Sat, 2 Sep 2017 12:46:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CD6C34166C for ; Sat, 2 Sep 2017 12:46:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A06D8B5C for ; Sat, 2 Sep 2017 12:46:04 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1504356351.4ef945d1cfc4da74891e2cecdf403f6852cc4ddf.soap@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/htslib/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/htslib/htslib-1.3.2.ebuild sci-libs/htslib/htslib-1.4.ebuild sci-libs/htslib/htslib-1.5.ebuild sci-libs/htslib/metadata.xml X-VCS-Directories: sci-libs/htslib/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4ef945d1cfc4da74891e2cecdf403f6852cc4ddf X-VCS-Branch: master Date: Sat, 2 Sep 2017 12:46:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 54c84501-d54d-4318-a981-2fafaa532bf4 X-Archives-Hash: cde033e18660d475f17e251a3c489978 commit: 4ef945d1cfc4da74891e2cecdf403f6852cc4ddf Author: David Seifert gentoo org> AuthorDate: Sat Sep 2 12:45:51 2017 +0000 Commit: David Seifert gentoo 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 @@ - - - - - sci-biology@gentoo.org - Gentoo Biology Project - - - samtools - -