Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-SamTools/
Date: Thu, 06 Aug 2020 16:41:34
Message-Id: 1596731888.8a8fdfe14c876fc894455b06f09d805906158615.kentnl@gentoo
1 commit: 8a8fdfe14c876fc894455b06f09d805906158615
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 6 16:14:04 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 16:38:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a8fdfe1
7
8 dev-perl/Bio-SamTools: Cleanup old 1.430.0-r1
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.22
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../Bio-SamTools/Bio-SamTools-1.430.0-r1.ebuild | 38 ----------------------
14 1 file changed, 38 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 861acb6faa2..00000000000
19 --- a/dev-perl/Bio-SamTools/Bio-SamTools-1.430.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,38 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DIST_AUTHOR=LDS
28 -DIST_VERSION=1.43
29 -inherit perl-module toolchain-funcs multilib
30 -
31 -DESCRIPTION="Read SAM/BAM database files"
32 -
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -LICENSE="|| ( Apache-2.0 Artistic-2 GPL-1+ )"
36 -
37 -RDEPEND="
38 - >=sci-biology/bioperl-1.6.9
39 - sci-biology/samtools:0.1-legacy=
40 -"
41 -DEPEND="
42 - dev-perl/Module-Build
43 - sci-biology/samtools:0.1-legacy=
44 -"
45 -BDEPEND="${RDEPEND}
46 - virtual/perl-ExtUtils-CBuilder
47 - >=dev-perl/Module-Build-0.420.0
48 -"
49 -
50 -PATCHES=(
51 - "${FILESDIR}"/${PN}-1.430.0-legacy-r1.patch
52 -)
53 -
54 -src_configure() {
55 - tc-export CC
56 - SAM_LIB="${EPREFIX}/usr/$(get_libdir)/libbam-0.1-legacy.so" \
57 - SAM_INCLUDE="${EPREFIX}/usr/include/bam-0.1-legacy" \
58 - perl-module_src_configure
59 -}