Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bowtie/files/, sci-biology/bowtie/
Date: Sat, 26 Dec 2015 18:05:53
Message-Id: 1451152967.369678cffc9f7ecae414f3800f01a2c2251e8669.jlec@gentoo
1 commit: 369678cffc9f7ecae414f3800f01a2c2251e8669
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 18:02:47 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 18:02:47 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=369678cf
7
8 sci-biology/bowtie: Drop old
9
10 obsoletes:
11 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564320
12
13 Package-Manager: portage-2.2.26
14 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
15
16 sci-biology/bowtie/Manifest | 1 -
17 sci-biology/bowtie/bowtie-0.12.8.ebuild | 44 ---------------------
18 .../bowtie/files/bowtie-0.12.8-gcc-47.patch | 45 ----------------------
19 3 files changed, 90 deletions(-)
20
21 diff --git a/sci-biology/bowtie/Manifest b/sci-biology/bowtie/Manifest
22 index c692c89..1291400 100644
23 --- a/sci-biology/bowtie/Manifest
24 +++ b/sci-biology/bowtie/Manifest
25 @@ -1,3 +1,2 @@
26 -DIST bowtie-0.12.8-src.zip 15569919 SHA256 f074a0f25e156976c4951fd69651d60caab925af9829054d107ec8b19af3082d SHA512 824eddd7db24177f7e15b90fb93a0426c2b8cee4dbcac2707f4cc7e7e42bafcad3775382b79d9b4d679e0c4b5c17a1b79ad134e91a968037336b34c6262e9c48 WHIRLPOOL 7056444822e7a0de619dcab933a7870ebe7db52008f3dbb2dd72aa189325d7ca4c353133d77150ec67c414e005a834458538f57746b13fd20f06bc7289869800
27 DIST bowtie-1.1.2-src.zip 7713258 SHA256 b1e9ccc825207efd1893d9e33244c681bcb89b9b2b811eb95a9f5a92eab637ae SHA512 3d3d69bc3a865bb577b5a91440215d0d5b606c7a8751d565e606e36adbfbdef695b1718ae81cd3e2682a39ca7784c4d00976441e7618264ad99b04c7f53c36e8 WHIRLPOOL 08cb824bf7a1ddfbe6692de67191aacf44776d7d4e0ab66bd2a13ecfffd087bc28cdde4c7285c781fa4759de0a239e68f87b702bcc2e24c9b81fda5804360ce7
28 DIST bowtie2-2.2.6-source.zip 5728779 SHA256 1000e90cdd90c3ca43c69d0d0ad951e190d36a6981a546f430a90ce86d64bfc8 SHA512 3ab5a5475cf214affd91e0d1782fd2d6dedccd979e3c809b5dfb272726d99ff1c7b59d92e387b187a7c2e43557786a1085186ccb96588de91212caf2eb94ce4f WHIRLPOOL 4fb02b3a0d76bbee0fe9abf91a71405922568bc38e593d5740df6279bad6f8b668df0debb0a81f3d3c23623558f34d842dd662a6838cf2d7f0fc8945fd00a298
29
30 diff --git a/sci-biology/bowtie/bowtie-0.12.8.ebuild b/sci-biology/bowtie/bowtie-0.12.8.ebuild
31 deleted file mode 100644
32 index c26c986..0000000
33 --- a/sci-biology/bowtie/bowtie-0.12.8.ebuild
34 +++ /dev/null
35 @@ -1,44 +0,0 @@
36 -# Copyright 1999-2013 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -# $Id$
39 -
40 -EAPI=4
41 -
42 -inherit eutils toolchain-funcs
43 -
44 -DESCRIPTION="An ultrafast memory-efficient short read aligner"
45 -HOMEPAGE="http://bowtie-bio.sourceforge.net/"
46 -SRC_URI="mirror://sourceforge/bowtie-bio/${P}-src.zip"
47 -
48 -LICENSE="Artistic"
49 -SLOT="0"
50 -IUSE=""
51 -KEYWORDS="amd64 x86 ~x64-macos"
52 -
53 -DEPEND="app-arch/unzip"
54 -RDEPEND=""
55 -
56 -# NB: Bundles code from Maq (http://maq.sf.net) and the SeqAn library (http://www.seqan.de)
57 -# TODO: properly report system CFLAGS in -DCOMPILE_OPTIONS
58 -
59 -src_prepare() {
60 - epatch "${FILESDIR}"/${P}-gcc-47.patch
61 -}
62 -
63 -src_compile() {
64 - unset CFLAGS
65 - emake \
66 - CC="$(tc-getCC)" \
67 - CPP="$(tc-getCXX)" \
68 - CXX="$(tc-getCXX)" \
69 - EXTRA_FLAGS="${LDFLAGS}" \
70 - RELEASE_FLAGS=""
71 -}
72 -
73 -src_install() {
74 - dobin bowtie bowtie-*
75 - exeinto /usr/share/${PN}/scripts
76 - doexe scripts/*
77 - newman MANUAL bowtie.1
78 - dodoc AUTHORS NEWS TUTORIAL
79 -}
80
81 diff --git a/sci-biology/bowtie/files/bowtie-0.12.8-gcc-47.patch b/sci-biology/bowtie/files/bowtie-0.12.8-gcc-47.patch
82 deleted file mode 100644
83 index 3c8a1e1..0000000
84 --- a/sci-biology/bowtie/files/bowtie-0.12.8-gcc-47.patch
85 +++ /dev/null
86 @@ -1,45 +0,0 @@
87 - alphabet.h | 24 ++++++++++++------------
88 - 1 files changed, 12 insertions(+), 12 deletions(-)
89 -
90 -diff --git a/alphabet.h b/alphabet.h
91 -index b464ddf..08d0281 100644
92 ---- a/alphabet.h
93 -+++ b/alphabet.h
94 -@@ -38,6 +38,18 @@ static inline TStr reverseComplement(const TStr& s, bool color) {
95 - return s_rc;
96 - }
97 -
98 -+/// Reverse a string in-place
99 -+template <typename TStr>
100 -+static inline void reverseInPlace(TStr& s) {
101 -+ typedef typename Value<TStr>::Type TVal;
102 -+ size_t len = length(s);
103 -+ for(size_t i = 0; i < (len>>1); i++) {
104 -+ TVal tmp = s[i];
105 -+ s[i] = s[len-i-1];
106 -+ s[len-i-1] = tmp;
107 -+ }
108 -+}
109 -+
110 - /**
111 - * Reverse-complement s in-place. Ns go to Ns.
112 - */
113 -@@ -69,18 +81,6 @@ static inline void reverseComplementInPlace(TStr& s, bool color) {
114 - }
115 - }
116 -
117 --/// Reverse a string in-place
118 --template <typename TStr>
119 --static inline void reverseInPlace(TStr& s) {
120 -- typedef typename Value<TStr>::Type TVal;
121 -- size_t len = length(s);
122 -- for(size_t i = 0; i < (len>>1); i++) {
123 -- TVal tmp = s[i];
124 -- s[i] = s[len-i-1];
125 -- s[len-i-1] = tmp;
126 -- }
127 --}
128 --
129 - /**
130 - * Return the reverse-complement of s.
131 - */