Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/amos-short/files/, sci-biology/amos-short/
Date: Mon, 21 Sep 2015 14:04:57
Message-Id: 1442838834.b4583e60fe9db0b9407413d01a36c4b72d2fe6e4.jlec@gentoo
1 commit: b4583e60fe9db0b9407413d01a36c4b72d2fe6e4
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 12:33:54 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 12:33:54 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b4583e60
7
8 Drop obsolete package Sources unavailable
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 sci-biology/amos-short/ChangeLog | 12 ---
13 sci-biology/amos-short/amos-short-0.9.3.ebuild | 32 ------
14 .../amos-short/files/amos-2.0.8-gcc44.patch | 117 ---------------------
15 sci-biology/amos-short/metadata.xml | 9 --
16 4 files changed, 170 deletions(-)
17
18 diff --git a/sci-biology/amos-short/ChangeLog b/sci-biology/amos-short/ChangeLog
19 deleted file mode 100644
20 index 9d643a4..0000000
21 --- a/sci-biology/amos-short/ChangeLog
22 +++ /dev/null
23 @@ -1,12 +0,0 @@
24 -# ChangeLog for sci-biology/amos-short
25 -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
26 -# $Id$
27 -
28 - 06 Sep 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
29 - amos-short-0.9.3.ebuild:
30 - sci-biology/amos-short: simplify package description
31 -
32 - 03 Apr 2015; Marius Brehler <marbre@××××××××××××××.de>
33 - amos-short-0.9.3.ebuild:
34 - Bump to EAPI=5, but drop KEYWORDS as SRC is
35 - unavailable
36
37 diff --git a/sci-biology/amos-short/amos-short-0.9.3.ebuild b/sci-biology/amos-short/amos-short-0.9.3.ebuild
38 deleted file mode 100644
39 index 2493899..0000000
40 --- a/sci-biology/amos-short/amos-short-0.9.3.ebuild
41 +++ /dev/null
42 @@ -1,32 +0,0 @@
43 -# Copyright 1999-2015 Gentoo Foundation
44 -# Distributed under the terms of the GNU General Public License v2
45 -# $Header: $
46 -
47 -EAPI=5
48 -
49 -inherit eutils
50 -
51 -DESCRIPTION="Whole genome assembler with defaults for short reads"
52 -HOMEPAGE="http://amos.sourceforge.net/"
53 -SRC_URI="http://sourceforge.net/projects/amos/files/short_read_assembly/${PV}/AMOS-short.tgz"
54 -
55 -LICENSE="GPL-2"
56 -SLOT="0"
57 -KEYWORDS=""
58 -
59 -DEPEND=""
60 -RDEPEND="${DEPEND}"
61 -
62 -S="${WORKDIR}"/AMOS
63 -
64 -src_prepare() {
65 - epatch "${FILESDIR}"/amos-2.0.8-gcc44.patch
66 -}
67 -
68 -src_compile() {
69 - emake -j1
70 -}
71 -
72 -src_install() {
73 - emake DESTDIR="${D}" install
74 -}
75
76 diff --git a/sci-biology/amos-short/files/amos-2.0.8-gcc44.patch b/sci-biology/amos-short/files/amos-2.0.8-gcc44.patch
77 deleted file mode 100644
78 index 00a37be..0000000
79 --- a/sci-biology/amos-short/files/amos-2.0.8-gcc44.patch
80 +++ /dev/null
81 @@ -1,117 +0,0 @@
82 -diff -ur amos-2.0.8.orig/src/Align/align.cc amos-2.0.8/src/Align/align.cc
83 ---- amos-2.0.8.orig/src/Align/align.cc 2008-03-19 16:07:24.000000000 +0200
84 -+++ amos-2.0.8/src/Align/align.cc 2009-07-30 19:40:51.000000000 +0300
85 -@@ -247,7 +247,7 @@
86 - // Add incr_val to the after count in this Vote_t for ch .
87 -
88 - {
89 -- char * p;
90 -+ const char * p;
91 -
92 - p = strchr (ALPHABET, tolower (ch));
93 - if (p == NULL)
94 -@@ -285,7 +285,7 @@
95 - // count for a blank.
96 -
97 - {
98 -- char * p;
99 -+ const char * p;
100 -
101 - p = strchr (ALPHABET, tolower (ch));
102 - if (p == NULL)
103 -@@ -357,7 +357,7 @@
104 -
105 - {
106 - int i;
107 -- char * p;
108 -+ const char * p;
109 -
110 - for (i = 0; i <= ALPHABET_SIZE; i ++)
111 - here [i] = after [i] = 0;
112 -diff -ur amos-2.0.8.orig/src/Align/align_poly.cc amos-2.0.8/src/Align/align_poly.cc
113 ---- amos-2.0.8.orig/src/Align/align_poly.cc 2006-03-30 05:03:12.000000000 +0300
114 -+++ amos-2.0.8/src/Align/align_poly.cc 2009-07-30 19:43:44.000000000 +0300
115 -@@ -247,7 +247,7 @@
116 - // Add 1 to the after count in this Vote_t for ch .
117 -
118 - {
119 -- char * p;
120 -+ const char * p;
121 -
122 - p = strchr (ALPHABET, tolower (ch));
123 - if (p == NULL)
124 -@@ -285,7 +285,7 @@
125 - // count for a blank.
126 -
127 - {
128 -- char * p;
129 -+ const char * p;
130 -
131 - p = strchr (ALPHABET, tolower (ch));
132 - if (p == NULL)
133 -@@ -357,7 +357,7 @@
134 -
135 - {
136 - int i;
137 -- char * p;
138 -+ const char * p;
139 -
140 - for (i = 0; i <= ALPHABET_SIZE; i ++)
141 - here [i] = after [i] = 0;
142 -diff -ur amos-2.0.8.orig/src/AMOS/IDMap_AMOS.cc amos-2.0.8/src/AMOS/IDMap_AMOS.cc
143 ---- amos-2.0.8.orig/src/AMOS/IDMap_AMOS.cc 2006-11-21 17:45:46.000000000 +0200
144 -+++ amos-2.0.8/src/AMOS/IDMap_AMOS.cc 2009-07-30 19:30:03.000000000 +0300
145 -@@ -10,6 +10,7 @@
146 - #include "IDMap_AMOS.hh"
147 - #include <string>
148 - #include <sstream>
149 -+#include <cstdio>
150 - #include <cstring>
151 - using namespace AMOS;
152 - using namespace std;
153 -diff -ur amos-2.0.8.orig/src/AMOS/Message_AMOS.cc amos-2.0.8/src/AMOS/Message_AMOS.cc
154 ---- amos-2.0.8.orig/src/AMOS/Message_AMOS.cc 2005-01-07 23:53:05.000000000 +0200
155 -+++ amos-2.0.8/src/AMOS/Message_AMOS.cc 2009-07-30 19:32:21.000000000 +0300
156 -@@ -7,6 +7,8 @@
157 - //!
158 - ////////////////////////////////////////////////////////////////////////////////
159 -
160 -+#include <cstdio>
161 -+
162 - #include "Message_AMOS.hh"
163 - using namespace AMOS;
164 - using namespace std;
165 -diff -ur amos-2.0.8.orig/src/Common/amp.cc amos-2.0.8/src/Common/amp.cc
166 ---- amos-2.0.8.orig/src/Common/amp.cc 2006-10-25 16:56:41.000000000 +0300
167 -+++ amos-2.0.8/src/Common/amp.cc 2009-07-30 19:33:59.000000000 +0300
168 -@@ -1,6 +1,7 @@
169 - #include "amp.hh"
170 - #include <new>
171 - #include <iostream>
172 -+#include <cstdio>
173 - #include <cstring>
174 - #include <ctime>
175 - using namespace std;
176 -diff -ur amos-2.0.8.orig/src/Foundation/FileSystem.cc amos-2.0.8/src/Foundation/FileSystem.cc
177 ---- amos-2.0.8.orig/src/Foundation/FileSystem.cc 2005-07-09 00:52:03.000000000 +0300
178 -+++ amos-2.0.8/src/Foundation/FileSystem.cc 2009-07-30 19:35:48.000000000 +0300
179 -@@ -55,7 +55,7 @@
180 - {
181 - // Check to see if path was given
182 -
183 -- char * end_of_path = strrchr(filename, PATH_DELIMINATOR);
184 -+ const char * end_of_path = strrchr(filename, PATH_DELIMINATOR);
185 -
186 - if (end_of_path)
187 - {
188 -diff -ur amos-2.0.8.orig/src/Foundation/Options.cc amos-2.0.8/src/Foundation/Options.cc
189 ---- amos-2.0.8.orig/src/Foundation/Options.cc 2008-06-22 18:19:07.000000000 +0300
190 -+++ amos-2.0.8/src/Foundation/Options.cc 2009-07-30 19:37:40.000000000 +0300
191 -@@ -26,6 +26,7 @@
192 - */
193 -
194 - #include "Options.hh"
195 -+#include <cstdio>
196 - #include <cstring>
197 -
198 - //! Constructor takes command line options in standard argc, argv format
199
200 diff --git a/sci-biology/amos-short/metadata.xml b/sci-biology/amos-short/metadata.xml
201 deleted file mode 100644
202 index 07b5255..0000000
203 --- a/sci-biology/amos-short/metadata.xml
204 +++ /dev/null
205 @@ -1,9 +0,0 @@
206 -<?xml version="1.0" encoding="UTF-8"?>
207 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
208 -<pkgmetadata>
209 - <herd>sci-biology</herd>
210 - <maintainer>
211 - <email>mmokrejs@×××××××××××××××.cz</email>
212 - <name>Martin Mokrejs</name>
213 - </maintainer>
214 -</pkgmetadata>