Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/vcftools/, sci-biology/vcftools/files/
Date: Sat, 02 Jul 2022 22:33:37
Message-Id: 1656801191.4e3464f740a62b786296d21274e6197b8f3a4bd0.sam@gentoo
1 commit: 4e3464f740a62b786296d21274e6197b8f3a4bd0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 22:33:11 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 22:33:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3464f7
7
8 sci-biology/vcftools: drop 0.1.14
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-biology/vcftools/Manifest | 1 -
13 .../files/vcftools-0.1.14-buildsystem.patch | 50 ----------------------
14 sci-biology/vcftools/vcftools-0.1.14.ebuild | 39 -----------------
15 3 files changed, 90 deletions(-)
16
17 diff --git a/sci-biology/vcftools/Manifest b/sci-biology/vcftools/Manifest
18 index 411610b28376..36aa8e465e22 100644
19 --- a/sci-biology/vcftools/Manifest
20 +++ b/sci-biology/vcftools/Manifest
21 @@ -1,2 +1 @@
22 -DIST vcftools-0.1.14.tar.gz 342369 BLAKE2B 14be867c0be41767e2c97c8be212f3cff495c1cb6699294fb8a26ac491901599cd1e400cb80c6d609dce36584ee5defdb3b3652657bd127e0c67c5b29a842cc5 SHA512 863a16b3b20d392deba7f04310af95f1ab21be537273692aa104e22d737af2eb1bc54a768af954f06188e0500e4f7a032d1189886eb3a439b108cb8189b14eb7
23 DIST vcftools-0.1.16.tar.gz 480575 BLAKE2B 5c0bf67aef8ef4705f621485df4c556f6bace190311c308f0364f3e274cf4818f56f2186905fdfb7459dc4be9664a8b1ff631e2cecd03abd7aa82dcfc7e5aa64 SHA512 c4dd5ceb3ad0512e839154d8a05ef3e7a03cbe52c3099df48775b35460fce7ef10102819c2d1cefa33b98ad09e7bd1608e871978860ec9c0b0c2e781892b22e6
24
25 diff --git a/sci-biology/vcftools/files/vcftools-0.1.14-buildsystem.patch b/sci-biology/vcftools/files/vcftools-0.1.14-buildsystem.patch
26 deleted file mode 100644
27 index 126a709385db..000000000000
28 --- a/sci-biology/vcftools/files/vcftools-0.1.14-buildsystem.patch
29 +++ /dev/null
30 @@ -1,50 +0,0 @@
31 -* Add prefix in Makefiles, not the configure script
32 -* Use AC_SEARCH_LIBS instead of AC_CHECK_LIB,
33 - as it is more flexible and helps us with LAPACK
34 -* Use correct ZLIB_CFLAGS instead of non-existent ZLIB_CPPFLAGS
35 -
36 ---- a/configure.ac
37 -+++ b/configure.ac
38 -@@ -34,7 +34,7 @@
39 - [--with-pmdir=DIR],
40 - [install Perl modules in DIR]),
41 - [PMDIR=${withval}],
42 -- [PMDIR='${prefix}'/"$pmdir_relative_path"])
43 -+ [PMDIR="$pmdir_relative_path"])
44 -
45 - AC_SUBST([PMDIR])
46 -
47 -@@ -73,9 +73,9 @@
48 - [pca=${enableval}],
49 - [pca=no])
50 -
51 --if test "x${pca}" = "xyes" ; then
52 -- AC_CHECK_LIB(lapack, dgeev_)
53 --fi
54 -+AS_IF([test "x${pca}" = "xyes"],[
55 -+ AC_SEARCH_LIBS([dgeev_], [lapack])
56 -+])
57 -
58 - # Generate output.
59 - AC_CONFIG_FILES([Makefile
60 ---- a/src/cpp/Makefile.am
61 -+++ b/src/cpp/Makefile.am
62 -@@ -1,6 +1,6 @@
63 - bin_PROGRAMS = vcftools
64 -
65 --vcftools_CPPFLAGS = $(ZLIB_CPPFLAGS)
66 -+vcftools_CPPFLAGS = $(ZLIB_CFLAGS)
67 - vcftools_LDADD = $(ZLIB_LIBS)
68 -
69 - vcftools_SOURCES = \
70 ---- a/src/perl/Makefile.am
71 -+++ b/src/perl/Makefile.am
72 -@@ -24,7 +24,7 @@
73 - vcf-tstv \
74 - vcf-validator
75 -
76 --pmdir = $(PMDIR)
77 -+pmdir = $(exec_prefix)/$(PMDIR)
78 -
79 - dist_pm_DATA = \
80 - FaSlice.pm \
81
82 diff --git a/sci-biology/vcftools/vcftools-0.1.14.ebuild b/sci-biology/vcftools/vcftools-0.1.14.ebuild
83 deleted file mode 100644
84 index 7b386453ae25..000000000000
85 --- a/sci-biology/vcftools/vcftools-0.1.14.ebuild
86 +++ /dev/null
87 @@ -1,39 +0,0 @@
88 -# Copyright 1999-2019 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=6
92 -
93 -inherit autotools flag-o-matic perl-functions toolchain-funcs
94 -
95 -DESCRIPTION="Tools for working with VCF (Variant Call Format) files"
96 -HOMEPAGE="http://vcftools.sourceforge.net/"
97 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
98 -
99 -LICENSE="LGPL-3"
100 -SLOT="0"
101 -KEYWORDS="~amd64 ~x86"
102 -IUSE="lapack"
103 -
104 -RDEPEND="sys-libs/zlib
105 - dev-lang/perl:=
106 - lapack? ( virtual/lapack )"
107 -DEPEND="${RDEPEND}
108 - virtual/pkgconfig"
109 -
110 -PATCHES=( "${FILESDIR}/${PN}-0.1.14-buildsystem.patch" )
111 -
112 -src_prepare() {
113 - default
114 - eautoreconf
115 -}
116 -
117 -src_configure() {
118 - perl_set_version
119 -
120 - append-flags $($(tc-getPKG_CONFIG) --cflags lapack)
121 - append-libs $($(tc-getPKG_CONFIG) --libs lapack)
122 -
123 - econf \
124 - $(use_enable lapack pca) \
125 - --with-pmdir="${VENDOR_LIB#${EPREFIX}/usr}"
126 -}