Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/htslib/
Date: Sat, 02 Sep 2017 12:46:07
Message-Id: 1504356351.4ef945d1cfc4da74891e2cecdf403f6852cc4ddf.soap@gentoo
1 commit: 4ef945d1cfc4da74891e2cecdf403f6852cc4ddf
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 2 12:45:51 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 12:45:51 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4ef945d1
7
8 sci-libs/htslib: Remove old
9
10 sci-libs/htslib/htslib-1.3.2.ebuild | 27 ---------------------------
11 sci-libs/htslib/htslib-1.4.ebuild | 31 -------------------------------
12 sci-libs/htslib/htslib-1.5.ebuild | 31 -------------------------------
13 sci-libs/htslib/metadata.xml | 11 -----------
14 4 files changed, 100 deletions(-)
15
16 diff --git a/sci-libs/htslib/htslib-1.3.2.ebuild b/sci-libs/htslib/htslib-1.3.2.ebuild
17 deleted file mode 100644
18 index 5e27a462b..000000000
19 --- a/sci-libs/htslib/htslib-1.3.2.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DESCRIPTION="C library for HTS data with bgzip, tabix and htsfile binaries"
28 -HOMEPAGE="http://www.htslib.org/"
29 -SRC_URI="mirror://sourceforge/samtools/${PV}/${P}.tar.bz2"
30 -
31 -SLOT="1.4" # libhts.so.1.4
32 -LICENSE="MIT"
33 -KEYWORDS=""
34 -IUSE="static-libs"
35 -
36 -DEPEND="
37 - dev-libs/openssl:=
38 - app-arch/xz-utils
39 - app-arch/bzip2
40 - net-misc/curl"
41 -RDEPEND="${DEPEND}"
42 -
43 -src_install() {
44 - default
45 - if ! use static-libs; then
46 - find "${ED}" -type f -name "*.a" -delete || die
47 - fi
48 -}
49
50 diff --git a/sci-libs/htslib/htslib-1.4.ebuild b/sci-libs/htslib/htslib-1.4.ebuild
51 deleted file mode 100644
52 index 1e1274ff0..000000000
53 --- a/sci-libs/htslib/htslib-1.4.ebuild
54 +++ /dev/null
55 @@ -1,31 +0,0 @@
56 -# Copyright 1999-2017 Gentoo Foundation
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=6
60 -
61 -DESCRIPTION="C library for HTS data with bgzip, tabix and htsfile binaries"
62 -HOMEPAGE="http://www.htslib.org/"
63 -SRC_URI="mirror://sourceforge/samtools/${PV}/${P}.tar.bz2"
64 -
65 -SLOT="2" # libhts.so.2
66 -LICENSE="MIT"
67 -KEYWORDS=""
68 -IUSE="static-libs"
69 -
70 -DEPEND="
71 - dev-libs/openssl:=
72 - app-arch/xz-utils
73 - app-arch/bzip2
74 - net-misc/curl"
75 -RDEPEND="${DEPEND}"
76 -
77 -src_install() {
78 - default
79 - if ! use static-libs; then
80 - find "${ED}" -type f -name "*.a" -delete || die
81 - fi
82 -}
83 -
84 -pkg_postinst(){
85 - einfo "You may want to install sci-libs/htslib-plugins"
86 -}
87
88 diff --git a/sci-libs/htslib/htslib-1.5.ebuild b/sci-libs/htslib/htslib-1.5.ebuild
89 deleted file mode 100644
90 index 1e1274ff0..000000000
91 --- a/sci-libs/htslib/htslib-1.5.ebuild
92 +++ /dev/null
93 @@ -1,31 +0,0 @@
94 -# Copyright 1999-2017 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=6
98 -
99 -DESCRIPTION="C library for HTS data with bgzip, tabix and htsfile binaries"
100 -HOMEPAGE="http://www.htslib.org/"
101 -SRC_URI="mirror://sourceforge/samtools/${PV}/${P}.tar.bz2"
102 -
103 -SLOT="2" # libhts.so.2
104 -LICENSE="MIT"
105 -KEYWORDS=""
106 -IUSE="static-libs"
107 -
108 -DEPEND="
109 - dev-libs/openssl:=
110 - app-arch/xz-utils
111 - app-arch/bzip2
112 - net-misc/curl"
113 -RDEPEND="${DEPEND}"
114 -
115 -src_install() {
116 - default
117 - if ! use static-libs; then
118 - find "${ED}" -type f -name "*.a" -delete || die
119 - fi
120 -}
121 -
122 -pkg_postinst(){
123 - einfo "You may want to install sci-libs/htslib-plugins"
124 -}
125
126 diff --git a/sci-libs/htslib/metadata.xml b/sci-libs/htslib/metadata.xml
127 deleted file mode 100644
128 index 49735ee17..000000000
129 --- a/sci-libs/htslib/metadata.xml
130 +++ /dev/null
131 @@ -1,11 +0,0 @@
132 -<?xml version='1.0' encoding='UTF-8'?>
133 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
134 -<pkgmetadata>
135 - <maintainer type="project">
136 - <email>sci-biology@g.o</email>
137 - <name>Gentoo Biology Project</name>
138 - </maintainer>
139 - <upstream>
140 - <remote-id type="sourceforge">samtools</remote-id>
141 - </upstream>
142 -</pkgmetadata>