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 3E7DD1382C5 for ; Sat, 20 Jun 2020 04:32:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 035BCE082F; Sat, 20 Jun 2020 04:32:45 +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 762ECE077C for ; Sat, 20 Jun 2020 04:32:42 +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 EB3CA34F412 for ; Sat, 20 Jun 2020 04:32:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AB032A9 for ; Sat, 20 Jun 2020 04:32:38 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1592627321.2a866fb9126e4c0a780620e041598cc6d3726ad3.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Bio-SamTools/, dev-perl/Bio-SamTools/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Bio-SamTools/Bio-SamTools-1.430.0.ebuild dev-perl/Bio-SamTools/files/Bio-SamTools-1.430.0-legacy.patch X-VCS-Directories: dev-perl/Bio-SamTools/ dev-perl/Bio-SamTools/files/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 2a866fb9126e4c0a780620e041598cc6d3726ad3 X-VCS-Branch: master Date: Sat, 20 Jun 2020 04:32:38 +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: c8503a7c-ce04-4888-8bd0-93ef4b9b0e92 X-Archives-Hash: 64b20c23d4ab3c99f2778111deb668f7 commit: 2a866fb9126e4c0a780620e041598cc6d3726ad3 Author: Kent Fredric gentoo org> AuthorDate: Sat Jun 20 04:28:41 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Jun 20 04:28:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a866fb9 dev-perl/Bio-SamTools: Cleanup old 1.430.0 - Unstable(~) eclipsed by 1.430.0-r1 for ~1 month Closes: https://bugs.gentoo.org/661112 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Bio-SamTools/Bio-SamTools-1.430.0.ebuild | 33 -------- .../files/Bio-SamTools-1.430.0-legacy.patch | 88 ---------------------- 2 files changed, 121 deletions(-) diff --git a/dev-perl/Bio-SamTools/Bio-SamTools-1.430.0.ebuild b/dev-perl/Bio-SamTools/Bio-SamTools-1.430.0.ebuild deleted file mode 100644 index 1147cec5a48..00000000000 --- a/dev-perl/Bio-SamTools/Bio-SamTools-1.430.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=LDS -DIST_VERSION=1.43 -inherit perl-module toolchain-funcs - -DESCRIPTION="Read SAM/BAM database files" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -LICENSE="|| ( Apache-2.0 Artistic-2 GPL-1+ )" - -RDEPEND=" - >=sci-biology/bioperl-1.6.9 - sci-biology/samtools:0.1-legacy= -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-CBuilder - >=dev-perl/Module-Build-0.420.0 -" - -PATCHES=( - "${FILESDIR}"/${PN}-1.430.0-legacy.patch -) - -src_prepare() { - perl-module_src_prepare - tc-export CC -} diff --git a/dev-perl/Bio-SamTools/files/Bio-SamTools-1.430.0-legacy.patch b/dev-perl/Bio-SamTools/files/Bio-SamTools-1.430.0-legacy.patch deleted file mode 100644 index 8464f06a2f0..00000000000 --- a/dev-perl/Bio-SamTools/files/Bio-SamTools-1.430.0-legacy.patch +++ /dev/null @@ -1,88 +0,0 @@ -From 74b38ded97f7a1940c3a37b9aec9b3287a3a78bd Mon Sep 17 00:00:00 2001 -From: Kent Fredric -Date: Sun, 10 Sep 2017 13:33:32 +1200 -Subject: Fix linking/compiling for bam-0.1-legacy - ---- - Build.PL | 6 +++--- - c_bin/bam2bedgraph.c | 2 +- - c_bin/makefile | 6 +++--- - lib/Bio/DB/Sam.xs | 6 +++--- - 4 files changed, 10 insertions(+), 10 deletions(-) - -diff --git a/Build.PL b/Build.PL -index 685815f..2611759 100644 ---- a/Build.PL -+++ b/Build.PL -@@ -4,8 +4,8 @@ use strict; - use Module::Build; - use Module::Load::Conditional qw(can_load); - --my $HeaderFile = "bam.h"; --my $LibFile = "libbam.a"; -+my $HeaderFile = "bam-0.1-legacy/bam.h"; -+my $LibFile = "libbam-0.1-legacy.so"; - my $ReadLine; - - my ($sam_include,$sam_lib) = find_sam(); # may exit with error here -@@ -39,7 +39,7 @@ my $build = $class->new( - dist_abstract => 'Perl interface to SamTools library for DNA sequencing', - license => 'perl', - include_dirs => [$sam_include], -- extra_linker_flags => ["-L$sam_lib",'-lbam','-lpthread','-lz'], -+ extra_linker_flags => ["-L$sam_lib",'-lbam-0.1-legacy','-lpthread','-lz'], - - extra_compiler_flags=>[ - -diff --git a/c_bin/bam2bedgraph.c b/c_bin/bam2bedgraph.c -index 298e9a8..91218fa 100644 ---- a/c_bin/bam2bedgraph.c -+++ b/c_bin/bam2bedgraph.c -@@ -1,5 +1,5 @@ - #include --#include "sam.h" -+#include "bam-0.1-legacy/sam.h" - - typedef struct { - uint32_t ltid; -diff --git a/c_bin/makefile b/c_bin/makefile -index 9aef917..0abbb4c 100644 ---- a/c_bin/makefile -+++ b/c_bin/makefile -@@ -1,5 +1,5 @@ --CC= gcc --CFLAGS= -g -Wall -O2 -fPIC -+CC?= gcc -+CFLAGS?= -g -Wall -O2 -fPIC - DFLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_USE_KNETFILE -D_CURSES_LIB=1 - INCLUDES= - LIBPATH= -@@ -14,7 +14,7 @@ PROG= bam2bedgraph - all:$(PROG) - - bam2bedgraph: bam2bedgraph.o -- $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) $(LIBPATH) -lbam -lpthread -lm -lz -+ $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) $(LIBPATH) -lbam-0.1-legacy -lpthread -lm -lz - - clean: - rm -f *.o $(PROG) -diff --git a/lib/Bio/DB/Sam.xs b/lib/Bio/DB/Sam.xs -index 023f655..86410fb 100644 ---- a/lib/Bio/DB/Sam.xs -+++ b/lib/Bio/DB/Sam.xs -@@ -25,9 +25,9 @@ - - #include - #include --#include "bam.h" --#include "khash.h" --#include "faidx.h" -+#include "bam-0.1-legacy/bam.h" -+#include "bam-0.1-legacy/khash.h" -+#include "bam-0.1-legacy/faidx.h" - - /* stolen from bam_aux.c */ - #define MAX_REGION 1<<29 --- -2.14.1 -