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 719A8138359 for ; Thu, 27 Aug 2020 11:39:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33339E0C33; Thu, 27 Aug 2020 11:39:42 +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 9DDF1E0C33 for ; Thu, 27 Aug 2020 11:39:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1AB00335C07 for ; Thu, 27 Aug 2020 11:39:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA7D7315 for ; Thu, 27 Aug 2020 11:39:37 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1598528333.04613b535e540c3348f1a188d65f142c7fcd622d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-DB-HTS/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Bio-DB-HTS/Bio-DB-HTS-2.110.0.ebuild dev-perl/Bio-DB-HTS/Bio-DB-HTS-3.10.0.ebuild dev-perl/Bio-DB-HTS/Manifest X-VCS-Directories: dev-perl/Bio-DB-HTS/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 04613b535e540c3348f1a188d65f142c7fcd622d X-VCS-Branch: master Date: Thu, 27 Aug 2020 11:39: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: 91aacb62-599b-4f64-8384-a7d011d75e35 X-Archives-Hash: 18d8ff2ad04ff6b98250dceb1a0e3307 commit: 04613b535e540c3348f1a188d65f142c7fcd622d Author: Marek Szuba gentoo org> AuthorDate: Thu Aug 27 11:38:53 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Aug 27 11:38:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04613b53 dev-perl/Bio-DB-HTS: remove old Signed-off-by: Marek Szuba gentoo.org> dev-perl/Bio-DB-HTS/Bio-DB-HTS-2.110.0.ebuild | 34 --------------------------- dev-perl/Bio-DB-HTS/Bio-DB-HTS-3.10.0.ebuild | 34 --------------------------- dev-perl/Bio-DB-HTS/Manifest | 1 - 3 files changed, 69 deletions(-) diff --git a/dev-perl/Bio-DB-HTS/Bio-DB-HTS-2.110.0.ebuild b/dev-perl/Bio-DB-HTS/Bio-DB-HTS-2.110.0.ebuild deleted file mode 100644 index 76af57429d3..00000000000 --- a/dev-perl/Bio-DB-HTS/Bio-DB-HTS-2.110.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=AVULLO -DIST_VERSION=2.11 - -inherit perl-module - -DESCRIPTION="Perl bindings for sci-libs/htslib" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RESTRICT="!test? ( test )" - -RDEPEND="sci-biology/bioperl - sci-libs/htslib:=" -DEPEND="${RDEPEND} - dev-perl/Module-Build - test? ( dev-perl/Test-LeakTrace )" - -PATCHES=( - "${FILESDIR}/2.11-build_env_ldflags.patch" - "${FILESDIR}/2.11-build_split_htslib_opts.patch" -) - -src_configure() { - local myconf="--htslib-includedir=${EPREFIX}/usr/include/htslib --htslib-libdir=${EPREFIX}/usr/$(get_libdir)" - perl-module_src_configure -} diff --git a/dev-perl/Bio-DB-HTS/Bio-DB-HTS-3.10.0.ebuild b/dev-perl/Bio-DB-HTS/Bio-DB-HTS-3.10.0.ebuild deleted file mode 100644 index 575961ddaf1..00000000000 --- a/dev-perl/Bio-DB-HTS/Bio-DB-HTS-3.10.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=AVULLO -DIST_VERSION=3.01 - -inherit perl-module - -DESCRIPTION="Perl bindings for sci-libs/htslib" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="test" - -RESTRICT="!test? ( test )" - -RDEPEND="sci-biology/bioperl - sci-libs/htslib:=" -DEPEND="${RDEPEND} - dev-perl/Module-Build - test? ( dev-perl/Test-LeakTrace )" - -PATCHES=( - "${FILESDIR}/2.11-build_env_ldflags.patch" - "${FILESDIR}/2.11-build_split_htslib_opts.patch" -) - -src_configure() { - local myconf="--htslib-includedir=${EPREFIX}/usr/include/htslib --htslib-libdir=${EPREFIX}/usr/$(get_libdir)" - perl-module_src_configure -} diff --git a/dev-perl/Bio-DB-HTS/Manifest b/dev-perl/Bio-DB-HTS/Manifest index 7cace7a20cf..b1285f52d28 100644 --- a/dev-perl/Bio-DB-HTS/Manifest +++ b/dev-perl/Bio-DB-HTS/Manifest @@ -1,2 +1 @@ -DIST Bio-DB-HTS-2.11.tar.gz 5250814 BLAKE2B d77ccacebf339a33ab106b997139cdbf79f6c28269a832305e660b28370aca82b4c9824773acdbf8f59b18dd61f40346a9870578dba7b5b989b0f3bc9ad14b35 SHA512 114d90fe92b684250183b45b4d23d2dd45ecdcb2fa54f7b1c311ed668d8e87953adb861f709a0a48ff2b873ce777b21bc3b557bafa0df216b9a71b59facff6fd DIST Bio-DB-HTS-3.01.tar.gz 5250834 BLAKE2B ca7d3dfb6886460e7beee495eaa6857c912dc6bff24c1c8b888e7ada5ca736035af7ee48adeb5dd3b10204f99be4d0e2cb8d6350fa3e7bfe3fb1299e935ddc4e SHA512 4a464ffb300edf8ed8839c4d788a7c53d2a2cdc5abd675b8648d42e0b60f78b905dfb81cf1396daddbf2e279db2819df250117ecebdc3de5fdcb94a812182255