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 6FDF81382C5 for ; Thu, 10 Dec 2020 13:44:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0130E0935; Thu, 10 Dec 2020 13:44:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8725BE0935 for ; Thu, 10 Dec 2020 13:44:40 +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 554FB340D1C for ; Thu, 10 Dec 2020 13:44:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5AB0478 for ; Thu, 10 Dec 2020 13:44:37 +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: <1607607863.448c220d0c712520c92dcfa6a3ce9aea31deb75c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/htslib/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/htslib/Manifest sci-libs/htslib/htslib-1.9.ebuild X-VCS-Directories: sci-libs/htslib/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 448c220d0c712520c92dcfa6a3ce9aea31deb75c X-VCS-Branch: master Date: Thu, 10 Dec 2020 13:44:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dbdca301-95aa-4a9e-ab0a-8802d93848df X-Archives-Hash: 3d1181edbcc530058f0ac77186cfa531 commit: 448c220d0c712520c92dcfa6a3ce9aea31deb75c Author: David Seifert gentoo org> AuthorDate: Thu Dec 10 13:44:23 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Dec 10 13:44:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448c220d sci-libs/htslib: Remove old 1.9 Closes: https://bugs.gentoo.org/725270 Closes: https://github.com/gentoo/gentoo/pull/18592 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> sci-libs/htslib/Manifest | 1 - sci-libs/htslib/htslib-1.9.ebuild | 45 --------------------------------------- 2 files changed, 46 deletions(-) diff --git a/sci-libs/htslib/Manifest b/sci-libs/htslib/Manifest index e89bbbd8301..3aac577a0cf 100644 --- a/sci-libs/htslib/Manifest +++ b/sci-libs/htslib/Manifest @@ -1,2 +1 @@ DIST htslib-1.10.2.tar.bz2 1306320 BLAKE2B f877bd9c160921f498f4160f687094a1a369732bc9f61cd94a3c9ca311fa9f865505a205e38e0d348a1010b627f1ef07b590cd7e69c945df1d804133b17b2fd1 SHA512 3ecb83b0abccf731cd42b889e352e10dd922524f6e78bcafb04f8c6c71457b0dc1f5f22690b36f03cce7d97a6a905db286243ef4858138068dcac368e4ae1075 -DIST htslib-1.9.tar.bz2 1178859 BLAKE2B a0229313d3572717101f4f23d39fa124f3bb38d8b2e65055f4f801dbb5f1549df95115e8beadd8fa024171b3ff8a874d20087bf71819c36700666f168dbe41ab SHA512 ddb0e2d970e4c2c27e203b064898f95cb7c187cd497c02fc7b4312dcea25669d0b6063d537687521e7a065f6daefa1ae897add2df4981037a187b499d08fdef7 diff --git a/sci-libs/htslib/htslib-1.9.ebuild b/sci-libs/htslib/htslib-1.9.ebuild deleted file mode 100644 index ea70899c061..00000000000 --- a/sci-libs/htslib/htslib-1.9.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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/2" -LICENSE="MIT" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="+bzip2 curl +lzma static-libs" - -RDEPEND=" - bzip2? ( app-arch/bzip2:= ) - curl? ( net-misc/curl ) - lzma? ( app-arch/xz-utils:= )" -DEPEND="${RDEPEND}" - -src_prepare() { - default - - # upstream injects LDFLAGS into the .pc file, - # which is a big nono for QA - sed 's/private_LIBS=$LDFLAGS/private_LIBS=""/g' -i configure || die -} - -src_configure() { - econf \ - --disable-gcs \ - --disable-plugins \ - --disable-s3 \ - $(use_enable bzip2 bz2) \ - $(use_enable curl libcurl) \ - $(use_enable lzma) -} - -src_install() { - default - - if ! use static-libs; then - find "${D}" -name '*.a' -delete || die - fi -}