commit:     8a8fdfe14c876fc894455b06f09d805906158615
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  6 16:14:04 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 16:38:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8fdfe1

dev-perl/Bio-SamTools: Cleanup old 1.430.0-r1

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Bio-SamTools/Bio-SamTools-1.430.0-r1.ebuild    | 38 ----------------------
 1 file changed, 38 deletions(-)

diff --git a/dev-perl/Bio-SamTools/Bio-SamTools-1.430.0-r1.ebuild 
b/dev-perl/Bio-SamTools/Bio-SamTools-1.430.0-r1.ebuild
deleted file mode 100644
index 861acb6faa2..00000000000
--- a/dev-perl/Bio-SamTools/Bio-SamTools-1.430.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=LDS
-DIST_VERSION=1.43
-inherit perl-module toolchain-funcs multilib
-
-DESCRIPTION="Read SAM/BAM database files"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-LICENSE="|| ( Apache-2.0 Artistic-2 GPL-1+ )"
-
-RDEPEND="
-       >=sci-biology/bioperl-1.6.9
-       sci-biology/samtools:0.1-legacy=
-"
-DEPEND="
-       dev-perl/Module-Build
-       sci-biology/samtools:0.1-legacy=
-"
-BDEPEND="${RDEPEND}
-       virtual/perl-ExtUtils-CBuilder
-       >=dev-perl/Module-Build-0.420.0
-"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.430.0-legacy-r1.patch
-)
-
-src_configure() {
-       tc-export CC
-       SAM_LIB="${EPREFIX}/usr/$(get_libdir)/libbam-0.1-legacy.so" \
-               SAM_INCLUDE="${EPREFIX}/usr/include/bam-0.1-legacy" \
-               perl-module_src_configure
-}

Reply via email to