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-biology/bcftools/
Date: Sat, 02 Sep 2017 12:46:07
Message-Id: 1504356345.c7d12eab1de43f052d778980e5d6b8bc016d9141.soap@gentoo
1 commit: c7d12eab1de43f052d778980e5d6b8bc016d9141
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 2 12:45:45 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 12:45:45 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c7d12eab
7
8 sci-biology/bcftools: Remove old
9
10 sci-biology/bcftools/bcftools-1.3.1.ebuild | 29 -----------------------------
11 sci-biology/bcftools/bcftools-1.4.ebuild | 29 -----------------------------
12 sci-biology/bcftools/bcftools-1.5.ebuild | 29 -----------------------------
13 sci-biology/bcftools/metadata.xml | 15 ---------------
14 4 files changed, 102 deletions(-)
15
16 diff --git a/sci-biology/bcftools/bcftools-1.3.1.ebuild b/sci-biology/bcftools/bcftools-1.3.1.ebuild
17 deleted file mode 100644
18 index b194609b6..000000000
19 --- a/sci-biology/bcftools/bcftools-1.3.1.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="Utilities for variant calling and manipulating VCF and BCF files"
30 -HOMEPAGE="http://www.htslib.org"
31 -SRC_URI="https://github.com/samtools/bcftools/releases/download/"${PV}"/"${P}".tar.bz2"
32 -
33 -LICENSE="MIT"
34 -SLOT="0"
35 -KEYWORDS="~amd64"
36 -IUSE=""
37 -
38 -# compiles bundled sci-libs/htslib-"${PV}" as a static library and links it into binaries
39 -DEPEND="dev-lang/perl"
40 -RDEPEND="${DEPEND}"
41 -
42 -src_prepare(){
43 - sed -e "s@gcc@$(tc-getCC)@" \
44 - -e 's#prefix = /usr/local#prefix = "${EPREFIX}"/usr#' \
45 - -e "s@CFLAGS = -g -Wall -Wc++-compat -O2@#CFLAGS = ${CFLAGS}@" -i Makefile || die
46 -
47 - sed -e "s@gcc@$(tc-getCC)@" \
48 - -e 's#prefix = /usr/local#prefix = "${EPREFIX}"/usr#' \
49 - -e "s@CFLAGS = -g -Wall -O2@#CFLAGS = ${CFLAGS}@" -i htslib-*/Makefile || die
50 -}
51
52 diff --git a/sci-biology/bcftools/bcftools-1.4.ebuild b/sci-biology/bcftools/bcftools-1.4.ebuild
53 deleted file mode 100644
54 index b194609b6..000000000
55 --- a/sci-biology/bcftools/bcftools-1.4.ebuild
56 +++ /dev/null
57 @@ -1,29 +0,0 @@
58 -# Copyright 1999-2017 Gentoo Foundation
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=5
62 -
63 -inherit toolchain-funcs
64 -
65 -DESCRIPTION="Utilities for variant calling and manipulating VCF and BCF files"
66 -HOMEPAGE="http://www.htslib.org"
67 -SRC_URI="https://github.com/samtools/bcftools/releases/download/"${PV}"/"${P}".tar.bz2"
68 -
69 -LICENSE="MIT"
70 -SLOT="0"
71 -KEYWORDS="~amd64"
72 -IUSE=""
73 -
74 -# compiles bundled sci-libs/htslib-"${PV}" as a static library and links it into binaries
75 -DEPEND="dev-lang/perl"
76 -RDEPEND="${DEPEND}"
77 -
78 -src_prepare(){
79 - sed -e "s@gcc@$(tc-getCC)@" \
80 - -e 's#prefix = /usr/local#prefix = "${EPREFIX}"/usr#' \
81 - -e "s@CFLAGS = -g -Wall -Wc++-compat -O2@#CFLAGS = ${CFLAGS}@" -i Makefile || die
82 -
83 - sed -e "s@gcc@$(tc-getCC)@" \
84 - -e 's#prefix = /usr/local#prefix = "${EPREFIX}"/usr#' \
85 - -e "s@CFLAGS = -g -Wall -O2@#CFLAGS = ${CFLAGS}@" -i htslib-*/Makefile || die
86 -}
87
88 diff --git a/sci-biology/bcftools/bcftools-1.5.ebuild b/sci-biology/bcftools/bcftools-1.5.ebuild
89 deleted file mode 100644
90 index b194609b6..000000000
91 --- a/sci-biology/bcftools/bcftools-1.5.ebuild
92 +++ /dev/null
93 @@ -1,29 +0,0 @@
94 -# Copyright 1999-2017 Gentoo Foundation
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=5
98 -
99 -inherit toolchain-funcs
100 -
101 -DESCRIPTION="Utilities for variant calling and manipulating VCF and BCF files"
102 -HOMEPAGE="http://www.htslib.org"
103 -SRC_URI="https://github.com/samtools/bcftools/releases/download/"${PV}"/"${P}".tar.bz2"
104 -
105 -LICENSE="MIT"
106 -SLOT="0"
107 -KEYWORDS="~amd64"
108 -IUSE=""
109 -
110 -# compiles bundled sci-libs/htslib-"${PV}" as a static library and links it into binaries
111 -DEPEND="dev-lang/perl"
112 -RDEPEND="${DEPEND}"
113 -
114 -src_prepare(){
115 - sed -e "s@gcc@$(tc-getCC)@" \
116 - -e 's#prefix = /usr/local#prefix = "${EPREFIX}"/usr#' \
117 - -e "s@CFLAGS = -g -Wall -Wc++-compat -O2@#CFLAGS = ${CFLAGS}@" -i Makefile || die
118 -
119 - sed -e "s@gcc@$(tc-getCC)@" \
120 - -e 's#prefix = /usr/local#prefix = "${EPREFIX}"/usr#' \
121 - -e "s@CFLAGS = -g -Wall -O2@#CFLAGS = ${CFLAGS}@" -i htslib-*/Makefile || die
122 -}
123
124 diff --git a/sci-biology/bcftools/metadata.xml b/sci-biology/bcftools/metadata.xml
125 deleted file mode 100644
126 index d65c87aa3..000000000
127 --- a/sci-biology/bcftools/metadata.xml
128 +++ /dev/null
129 @@ -1,15 +0,0 @@
130 -<?xml version='1.0' encoding='UTF-8'?>
131 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
132 -<pkgmetadata>
133 - <maintainer type="person">
134 - <email>mmokrejs@×××××××××××××××.cz</email>
135 - <name>Martin Mokrejs</name>
136 - </maintainer>
137 - <maintainer type="project">
138 - <email>sci-biology@g.o</email>
139 - <name>Gentoo Biology Project</name>
140 - </maintainer>
141 - <upstream>
142 - <remote-id type="github">samtools/bcftools</remote-id>
143 - </upstream>
144 -</pkgmetadata>