Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bcftools/files/, sci-biology/bcftools/
Date: Mon, 03 Aug 2020 21:11:54
Message-Id: 1596489075.5fa92ad679d028ae8e8b88fc044bbbacd475780d.soap@gentoo
1 commit: 5fa92ad679d028ae8e8b88fc044bbbacd475780d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 21:11:15 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 3 21:11:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa92ad6
7
8 sci-biology/bcftools: Remove old
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sci-biology/bcftools/Manifest | 2 -
14 sci-biology/bcftools/bcftools-1.5.ebuild | 45 --------------------
15 sci-biology/bcftools/bcftools-1.9-r2.ebuild | 49 ----------------------
16 .../bcftools/files/bcftools-1.5-buildsystem.patch | 10 -----
17 .../bcftools/files/bcftools-1.5-fix-shebangs.patch | 24 -----------
18 .../bcftools/files/bcftools-1.9-buildsystem.patch | 10 -----
19 .../bcftools/files/bcftools-1.9-fix-shebangs.patch | 8 ----
20 7 files changed, 148 deletions(-)
21
22 diff --git a/sci-biology/bcftools/Manifest b/sci-biology/bcftools/Manifest
23 index 508a5c41fe3..77114df86c0 100644
24 --- a/sci-biology/bcftools/Manifest
25 +++ b/sci-biology/bcftools/Manifest
26 @@ -1,3 +1 @@
27 DIST bcftools-1.10.2.tar.bz2 3702679 BLAKE2B 51acce94d463868562199206504dc8afb50c671c11139c5a96f52cedf135bb7a46115c69411b9943b970a2395e3c866275c85e345a4a40a90194d1094698314e SHA512 f07e405efa16b9b1b18521342df3eaf840ed1b3028b736a6b4d139012ea85769ddfb3cd3a2c94958415d984d07805dfcd3d4bbec0db401b3f071b861a56d1300
28 -DIST bcftools-1.5.tar.bz2 2975685 BLAKE2B 937b7db770dcaddafbd00b67c3b88501a3190564b2ca629b83e52b48b414a604dd203cd067e357e2b7d02c700387576fca458d1cab2982dafa3b2c215b528722 SHA512 66b8bc61b9fbb381679a6781f77a18f66e8105567992da011413bc573d99b619558a1cf58e9e1373ae347a8b81638dd91977802a07a4578ddc9c61fb53403233
29 -DIST bcftools-1.9.tar.bz2 3134355 BLAKE2B dd551b509b1ee554f70be9da28a6eaf81dfcec43fc0d1aa972d64ef846f9db47f39177345e8c1ca754d11defb9c0823976ae94d6b3e7cd99313eed4f381182ed SHA512 fd662fb0d214eb75ac04fc4494e8dbaca84d10698ca14801427341def6a5df4af99e7bd4cd873da5422ae921deb49b940cedb926da356b1eabfac525a38f806c
30
31 diff --git a/sci-biology/bcftools/bcftools-1.5.ebuild b/sci-biology/bcftools/bcftools-1.5.ebuild
32 deleted file mode 100644
33 index 9b5df113099..00000000000
34 --- a/sci-biology/bcftools/bcftools-1.5.ebuild
35 +++ /dev/null
36 @@ -1,45 +0,0 @@
37 -# Copyright 1999-2017 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -PYTHON_COMPAT=( python2_7 )
43 -
44 -inherit python-r1
45 -
46 -DESCRIPTION="Utilities for variant calling and manipulating VCF and BCF files"
47 -HOMEPAGE="http://www.htslib.org"
48 -SRC_URI="https://github.com/samtools/${PN}/releases/download/${PV}/${P}.tar.bz2"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~x86"
53 -IUSE=""
54 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
55 -
56 -RDEPEND="
57 - dev-lang/perl
58 - =sci-libs/htslib-${PV}*:=
59 - sys-libs/zlib
60 - ${PYTHON_DEPS}"
61 -DEPEND="${RDEPEND}"
62 -
63 -PATCHES=(
64 - "${FILESDIR}"/${PN}-1.5-buildsystem.patch
65 - "${FILESDIR}"/${PN}-1.5-fix-shebangs.patch
66 -)
67 -
68 -src_prepare() {
69 - default
70 -
71 - # remove bundled htslib
72 - rm -r htslib-* || die
73 -}
74 -
75 -src_configure() {
76 - econf \
77 - --disable-bcftools-plugins \
78 - --disable-libgsl \
79 - --disable-configure-htslib \
80 - --with-htslib=system
81 -}
82
83 diff --git a/sci-biology/bcftools/bcftools-1.9-r2.ebuild b/sci-biology/bcftools/bcftools-1.9-r2.ebuild
84 deleted file mode 100644
85 index 0963c692fcd..00000000000
86 --- a/sci-biology/bcftools/bcftools-1.9-r2.ebuild
87 +++ /dev/null
88 @@ -1,49 +0,0 @@
89 -# Copyright 1999-2020 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=7
93 -
94 -PYTHON_COMPAT=( python3_{6,7} )
95 -
96 -inherit python-single-r1
97 -
98 -DESCRIPTION="Utilities for variant calling and manipulating VCF and BCF files"
99 -HOMEPAGE="http://www.htslib.org"
100 -SRC_URI="https://github.com/samtools/${PN}/releases/download/${PV}/${P}.tar.bz2"
101 -
102 -LICENSE="MIT"
103 -SLOT="0"
104 -KEYWORDS="~amd64 ~x86"
105 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
106 -
107 -RDEPEND="
108 - dev-lang/perl
109 - $(python_gen_cond_dep '
110 - dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
111 - ')
112 - =sci-libs/htslib-${PV}*:=
113 - sys-libs/zlib:=
114 - ${PYTHON_DEPS}"
115 -DEPEND="${RDEPEND}"
116 -
117 -PATCHES=(
118 - "${FILESDIR}"/${PN}-1.9-buildsystem.patch
119 - "${FILESDIR}"/${PN}-1.9-fix-shebangs.patch
120 -)
121 -
122 -src_prepare() {
123 - default
124 -
125 - python_fix_shebang misc/{guess-ploidy,plot-roh}.py
126 -
127 - # remove bundled htslib
128 - rm -r htslib-* || die
129 -}
130 -
131 -src_configure() {
132 - econf \
133 - --disable-bcftools-plugins \
134 - --disable-libgsl \
135 - --disable-configure-htslib \
136 - --with-htslib=system
137 -}
138
139 diff --git a/sci-biology/bcftools/files/bcftools-1.5-buildsystem.patch b/sci-biology/bcftools/files/bcftools-1.5-buildsystem.patch
140 deleted file mode 100644
141 index 304fc03e744..00000000000
142 --- a/sci-biology/bcftools/files/bcftools-1.5-buildsystem.patch
143 +++ /dev/null
144 @@ -1,10 +0,0 @@
145 ---- a/Makefile
146 -+++ b/Makefile
147 -@@ -275,7 +275,6 @@
148 - $(INSTALL_PROGRAM) $(PROGRAMS) $(DESTDIR)$(bindir)
149 - $(INSTALL_SCRIPT) $(MISC_SCRIPTS) $(DESTDIR)$(misc_bindir)
150 - $(INSTALL_MAN) doc/bcftools.1 $(DESTDIR)$(man1dir)
151 -- $(INSTALL_PROGRAM) plugins/*.so $(DESTDIR)$(plugindir)
152 -
153 - clean: testclean clean-plugins
154 - -rm -f gmon.out *.o *~ $(PROG) version.h plugins/*.so plugins/*.P
155
156 diff --git a/sci-biology/bcftools/files/bcftools-1.5-fix-shebangs.patch b/sci-biology/bcftools/files/bcftools-1.5-fix-shebangs.patch
157 deleted file mode 100644
158 index c6cfc8b991d..00000000000
159 --- a/sci-biology/bcftools/files/bcftools-1.5-fix-shebangs.patch
160 +++ /dev/null
161 @@ -1,24 +0,0 @@
162 ---- a/misc/guess-ploidy.py
163 -+++ b/misc/guess-ploidy.py
164 -@@ -1,4 +1,4 @@
165 --#!/usr/bin/env python
166 -+#!/usr/bin/env python2.7
167 - #
168 - # Plot the output of "bcftools +guess-ploidy -v"
169 - #
170 ---- a/misc/plot-roh.py
171 -+++ b/misc/plot-roh.py
172 -@@ -1,4 +1,4 @@
173 --#!/usr/bin/python
174 -+#!/usr/bin/env python2.7
175 -
176 - import glob, gzip, csv, sys, os, copy, re
177 - csv.register_dialect('tab', delimiter='\t', quoting=csv.QUOTE_NONE)
178 ---- a/misc/vcfutils.pl
179 -+++ b/misc/vcfutils.pl
180 -@@ -1,4 +1,4 @@
181 --#!/usr/bin/perl -w
182 -+#!/usr/bin/env perl
183 - #
184 - # Copyright (C) 2010 Broad Institute.
185 - # Copyright (C) 2011, 2014 Genome Research Ltd.
186
187 diff --git a/sci-biology/bcftools/files/bcftools-1.9-buildsystem.patch b/sci-biology/bcftools/files/bcftools-1.9-buildsystem.patch
188 deleted file mode 100644
189 index a0df4b917bc..00000000000
190 --- a/sci-biology/bcftools/files/bcftools-1.9-buildsystem.patch
191 +++ /dev/null
192 @@ -1,10 +0,0 @@
193 ---- a/Makefile
194 -+++ b/Makefile
195 -@@ -282,7 +282,6 @@
196 - $(INSTALL_PROGRAM) $(PROGRAMS) $(DESTDIR)$(bindir)
197 - $(INSTALL_SCRIPT) $(MISC_SCRIPTS) $(DESTDIR)$(misc_bindir)
198 - $(INSTALL_MAN) doc/bcftools.1 $(DESTDIR)$(man1dir)
199 -- $(INSTALL_PROGRAM) plugins/*.so $(DESTDIR)$(plugindir)
200 -
201 - clean: testclean clean-plugins
202 - -rm -f gmon.out *.o *~ $(PROGRAMS) version.h plugins/*.so plugins/*.P
203
204 diff --git a/sci-biology/bcftools/files/bcftools-1.9-fix-shebangs.patch b/sci-biology/bcftools/files/bcftools-1.9-fix-shebangs.patch
205 deleted file mode 100644
206 index 76610187c49..00000000000
207 --- a/sci-biology/bcftools/files/bcftools-1.9-fix-shebangs.patch
208 +++ /dev/null
209 @@ -1,8 +0,0 @@
210 ---- a/misc/vcfutils.pl
211 -+++ b/misc/vcfutils.pl
212 -@@ -1,4 +1,4 @@
213 --#!/usr/bin/perl -w
214 -+#!/usr/bin/env perl
215 - #
216 - # Copyright (C) 2010 Broad Institute.
217 - # Copyright (C) 2011, 2014 Genome Research Ltd.