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/abyss/, sci-biology/abyss/files/
Date: Sun, 03 Apr 2016 18:01:02
Message-Id: 1459706432.61b63e5e683cf45cb9f52dca6b4f5462a472dc84.soap@gentoo
1 commit: 61b63e5e683cf45cb9f52dca6b4f5462a472dc84
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 3 18:00:32 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 18:00:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b63e5e
7
8 sci-biology/abyss: Remove old
9
10 Package-Manager: portage-2.2.28
11
12 sci-biology/abyss/Manifest | 1 -
13 sci-biology/abyss/abyss-1.3.4.ebuild | 46 ------------------
14 sci-biology/abyss/abyss-1.3.6.ebuild | 58 -----------------------
15 sci-biology/abyss/files/abyss-1.3.4-gcc-4.7.patch | 15 ------
16 4 files changed, 120 deletions(-)
17
18 diff --git a/sci-biology/abyss/Manifest b/sci-biology/abyss/Manifest
19 index 77dfde1..9284afa 100644
20 --- a/sci-biology/abyss/Manifest
21 +++ b/sci-biology/abyss/Manifest
22 @@ -1,3 +1,2 @@
23 DIST abyss-1.3.3.tar.gz 621480 SHA256 60396e2c8813952ceb1c66a3ad7c87eda984aa1e4952a14265217d9f639706a0 SHA512 4ec7fdd24bdb1e3d66e2bda50929122ff347107010701703e81ca1609fb1b4913c713991b3fe84a48ccfbc069e126f4f4120aafbab81e54e567a95a2f1099fb2 WHIRLPOOL 35f6fdfe60b70316e67bcbbb0a9c67e952302333e9ec71d893f2de7a94482dca1a604dc8cfef1ecee49e464244bb5df7469a8ad7bdc37bd54ff455b0f75b7914
24 -DIST abyss-1.3.4.tar.gz 640545 SHA256 6b6ccb04baaa9d244dd67d95e1512a934d2e54fd28a539149b6845ed5c496baf SHA512 0fa4c14117699945e007412deaeeccca27124a210669accbc1444baf5a4de1a17e1f9b48e6ee43fefed63f0d56b933c847363e59a0fc2bad60ae6d603cd8c09e WHIRLPOOL 42b16f22bc47c8f29b07c256d504d6f58119c64fdcf0e198fd8b836ceb45139fd5cadc7feec72adf958800e55eb1065a449ce7dd288339887dcea4ab13623c01
25 DIST abyss-1.3.6.tar.gz 678880 SHA256 4432a8b5046bdcb548b6f1b22069a6cade4dea26fc6f83ad5467548e4f3e7c95 SHA512 2c6d72e0227c4af2d5740a989168ad35a84b9236dc53b65a29a010c4e5f77e5c4bfaa38bfaa2f14fd530ae6df204294ff167bd40e79f61e8bad6a7489bf34ace WHIRLPOOL 0677b1fd4090ba155fb876c0047a1ccd2ec2e220950e1e9940e1f3df05ef0abd3ba2e3dbabd500d6fab39a8f7d94e02e0a07410934733682a70fa605d2a8bc07
26
27 diff --git a/sci-biology/abyss/abyss-1.3.4.ebuild b/sci-biology/abyss/abyss-1.3.4.ebuild
28 deleted file mode 100644
29 index e230da8..0000000
30 --- a/sci-biology/abyss/abyss-1.3.4.ebuild
31 +++ /dev/null
32 @@ -1,46 +0,0 @@
33 -# Copyright 1999-2013 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -AUTOTOOLS_AUTORECONF=true
40 -
41 -inherit autotools-utils
42 -
43 -DESCRIPTION="Assembly By Short Sequences - a de novo, parallel, paired-end sequence assembler"
44 -HOMEPAGE="http://www.bcgsc.ca/platform/bioinfo/software/abyss/"
45 -SRC_URI="http://www.bcgsc.ca/downloads/abyss/${P}.tar.gz"
46 -
47 -LICENSE="abyss"
48 -SLOT="0"
49 -IUSE="+mpi openmp"
50 -KEYWORDS="~amd64 ~x86"
51 -
52 -DEPEND="
53 - dev-cpp/sparsehash
54 - mpi? ( virtual/mpi )"
55 -RDEPEND="${DEPEND}"
56 -
57 -# todo: --enable-maxk=N configure option
58 -# todo: fix automagic mpi toggling
59 -
60 -PATCHES=(
61 - "${FILESDIR}"/${P}-gcc-4.7.patch
62 - "${FILESDIR}"/${PN}-1.3.3-ac_prog_ar.patch
63 - )
64 -
65 -src_prepare() {
66 - tc-export AR
67 - sed -i -e "s/-Werror//" configure.ac || die #365195
68 - sed -i -e "/dist_pkgdoc_DATA/d" Makefile.am || die
69 - autotools-utils_src_prepare
70 -}
71 -
72 -src_configure() {
73 - local myeconfargs=(
74 - --docdir="${EPREFIX}/usr/share/doc/${PF}"
75 - $(use_enable openmp)
76 - )
77 - autotools-utils_src_configure
78 -}
79
80 diff --git a/sci-biology/abyss/abyss-1.3.6.ebuild b/sci-biology/abyss/abyss-1.3.6.ebuild
81 deleted file mode 100644
82 index 904b3e1..0000000
83 --- a/sci-biology/abyss/abyss-1.3.6.ebuild
84 +++ /dev/null
85 @@ -1,58 +0,0 @@
86 -# Copyright 1999-2014 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -# $Id$
89 -
90 -EAPI=5
91 -
92 -AUTOTOOLS_AUTORECONF=true
93 -
94 -inherit autotools-utils
95 -
96 -DESCRIPTION="Assembly By Short Sequences - a de novo, parallel, paired-end sequence assembler"
97 -HOMEPAGE="http://www.bcgsc.ca/platform/bioinfo/software/abyss/"
98 -SRC_URI="http://www.bcgsc.ca/downloads/abyss/${P}.tar.gz"
99 -
100 -LICENSE="abyss"
101 -SLOT="0"
102 -IUSE="+mpi openmp misc-haskell"
103 -KEYWORDS="~amd64 ~x86"
104 -
105 -RDEPEND="
106 - dev-cpp/sparsehash
107 - dev-libs/boost
108 - misc-haskell? ( dev-libs/gmp:0=
109 - virtual/libffi:0=
110 - )
111 - mpi? ( virtual/mpi )
112 -"
113 -DEPEND="${RDEPEND}
114 - misc-haskell? ( dev-lang/ghc
115 - dev-haskell/mmap )
116 -"
117 -
118 -# todo: --enable-maxk=N configure option
119 -# todo: fix automagic mpi toggling
120 -
121 -PATCHES=(
122 - "${FILESDIR}"/${P}-gcc-4.7.patch
123 - "${FILESDIR}"/${P}-ac_prog_ar.patch
124 - )
125 -
126 -src_prepare() {
127 - tc-export AR
128 - sed -i -e "s/-Werror//" configure.ac || die #365195
129 - sed -i -e "/dist_pkgdoc_DATA/d" Makefile.am || die
130 - autotools-utils_src_prepare
131 -}
132 -
133 -src_configure() {
134 - # disable building haskell tool Misc/samtobreak
135 - # unless request by user: bug #534412
136 - use misc-haskell || export ac_cv_prog_ac_ct_GHC=
137 -
138 - local myeconfargs=(
139 - --docdir="${EPREFIX}/usr/share/doc/${PF}"
140 - $(use_enable openmp)
141 - )
142 - autotools-utils_src_configure
143 -}
144
145 diff --git a/sci-biology/abyss/files/abyss-1.3.4-gcc-4.7.patch b/sci-biology/abyss/files/abyss-1.3.4-gcc-4.7.patch
146 deleted file mode 100644
147 index c2cc35c..0000000
148 --- a/sci-biology/abyss/files/abyss-1.3.4-gcc-4.7.patch
149 +++ /dev/null
150 @@ -1,15 +0,0 @@
151 - ParseAligns/abyss-fixmate.cc | 1 +
152 - 1 files changed, 1 insertions(+), 0 deletions(-)
153 -
154 -diff --git a/ParseAligns/abyss-fixmate.cc b/ParseAligns/abyss-fixmate.cc
155 -index 1a169cf..36cc05b 100644
156 ---- a/ParseAligns/abyss-fixmate.cc
157 -+++ b/ParseAligns/abyss-fixmate.cc
158 -@@ -16,6 +16,7 @@
159 - #include <iterator>
160 - #include <sstream>
161 - #include <string>
162 -+#include <unistd.h>
163 -
164 - using namespace std;
165 -