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/mothur/
Date: Fri, 25 Sep 2015 18:45:21
Message-Id: 1443206453.06eacdf47da231ea1e9beebcad176a8fda063afe.jlec@gentoo
1 commit: 06eacdf47da231ea1e9beebcad176a8fda063afe
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 18:40:53 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 18:40:53 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06eacdf4
7
8 sci-biology/mothur: Drop old
9
10 Package-Manager: portage-2.2.21
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-biology/mothur/Manifest | 1 -
14 sci-biology/mothur/mothur-1.6.0.ebuild | 33 ---------------------------------
15 2 files changed, 34 deletions(-)
16
17 diff --git a/sci-biology/mothur/Manifest b/sci-biology/mothur/Manifest
18 index e0cf36a..1ed7618 100644
19 --- a/sci-biology/mothur/Manifest
20 +++ b/sci-biology/mothur/Manifest
21 @@ -1,2 +1 @@
22 DIST mothur-1.27.0.zip 7095054 SHA256 7521d0dfc849dc9ef707bf83032e471966914b9833247c49e5d30b8d9281a6c7 SHA512 81821ca95d4ce3f0d1e6aa920c4fe3fddd70f716157312ed0590c1c4ad728e6786bfe79f6badddcfb060ed5d1996cc1b5062c320a59209fef35f68e687ba3dd5 WHIRLPOOL 32e5c9c2be6e593b2dbc64be38c49b4dec3ea048cd3c972cf948136b394608a2dc168be58b7fb500a17fc6a152b7777fcd09b3f9fb3bf60c7dd92d043a4bf361
23 -DIST mothur-1.6.0.zip 465292 SHA256 75583a204d199ddcf9b845fc0adbaf240d7b1f08584fed5e6465982f68ffe121 SHA512 f775ff64991f00423108f295eca640f5c5d85a38e01b31af44ddf91f8897968e934f79899a21606dfd81fdc3e91751df277237e94d56d74f862e472e8da3386c WHIRLPOOL 31ca8decceb38ebd17f15c5f937df70b501833311cbf1aec794bb174d409a0c01e77abb399347781ad820c06411e56c566382a32818a0c57214aad2ad16cc132
24
25 diff --git a/sci-biology/mothur/mothur-1.6.0.ebuild b/sci-biology/mothur/mothur-1.6.0.ebuild
26 deleted file mode 100644
27 index 034f6fa..0000000
28 --- a/sci-biology/mothur/mothur-1.6.0.ebuild
29 +++ /dev/null
30 @@ -1,33 +0,0 @@
31 -# Copyright 1999-2012 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=4
36 -
37 -inherit toolchain-funcs
38 -
39 -DESCRIPTION="A suite of algorithms for ecological bioinformatics"
40 -HOMEPAGE="http://www.mothur.org/"
41 -SRC_URI="mirror://gentoo/${P}.zip"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -IUSE=""
46 -KEYWORDS="amd64 x86"
47 -
48 -DEPEND="app-arch/unzip"
49 -RDEPEND=""
50 -
51 -S="${WORKDIR}/mothur-v.${PV}"
52 -
53 -src_prepare() {
54 - sed \
55 - -e 's/CC_OPTIONS =.*$/CC_OPTIONS = ${CXXFLAGS} /' \
56 - -e 's|CC = g++|CC = '$(tc-getCXX)'|' \
57 - -e '/^LNK_OPTIONS/s:$:${LDFLAGS}:g' \
58 - -i makefile || die
59 -}
60 -
61 -src_install() {
62 - dobin ${PN}
63 -}