diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-25 20:40:53 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-25 20:40:53 +0200 |
commit | 06eacdf47da231ea1e9beebcad176a8fda063afe (patch) | |
tree | 4c8ad354dbc7a9baf9369407f84999cc46242e67 /sci-biology/mothur | |
parent | dev-python/rpy: Drop old (diff) | |
download | gentoo-06eacdf47da231ea1e9beebcad176a8fda063afe.tar.gz gentoo-06eacdf47da231ea1e9beebcad176a8fda063afe.tar.bz2 gentoo-06eacdf47da231ea1e9beebcad176a8fda063afe.zip |
sci-biology/mothur: Drop old
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-biology/mothur')
-rw-r--r-- | sci-biology/mothur/Manifest | 1 | ||||
-rw-r--r-- | sci-biology/mothur/mothur-1.6.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/sci-biology/mothur/Manifest b/sci-biology/mothur/Manifest index e0cf36aefaf6..1ed76189d0b9 100644 --- a/sci-biology/mothur/Manifest +++ b/sci-biology/mothur/Manifest @@ -1,2 +1 @@ DIST mothur-1.27.0.zip 7095054 SHA256 7521d0dfc849dc9ef707bf83032e471966914b9833247c49e5d30b8d9281a6c7 SHA512 81821ca95d4ce3f0d1e6aa920c4fe3fddd70f716157312ed0590c1c4ad728e6786bfe79f6badddcfb060ed5d1996cc1b5062c320a59209fef35f68e687ba3dd5 WHIRLPOOL 32e5c9c2be6e593b2dbc64be38c49b4dec3ea048cd3c972cf948136b394608a2dc168be58b7fb500a17fc6a152b7777fcd09b3f9fb3bf60c7dd92d043a4bf361 -DIST mothur-1.6.0.zip 465292 SHA256 75583a204d199ddcf9b845fc0adbaf240d7b1f08584fed5e6465982f68ffe121 SHA512 f775ff64991f00423108f295eca640f5c5d85a38e01b31af44ddf91f8897968e934f79899a21606dfd81fdc3e91751df277237e94d56d74f862e472e8da3386c WHIRLPOOL 31ca8decceb38ebd17f15c5f937df70b501833311cbf1aec794bb174d409a0c01e77abb399347781ad820c06411e56c566382a32818a0c57214aad2ad16cc132 diff --git a/sci-biology/mothur/mothur-1.6.0.ebuild b/sci-biology/mothur/mothur-1.6.0.ebuild deleted file mode 100644 index 034f6fae1a65..000000000000 --- a/sci-biology/mothur/mothur-1.6.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit toolchain-funcs - -DESCRIPTION="A suite of algorithms for ecological bioinformatics" -HOMEPAGE="http://www.mothur.org/" -SRC_URI="mirror://gentoo/${P}.zip" - -LICENSE="GPL-3" -SLOT="0" -IUSE="" -KEYWORDS="amd64 x86" - -DEPEND="app-arch/unzip" -RDEPEND="" - -S="${WORKDIR}/mothur-v.${PV}" - -src_prepare() { - sed \ - -e 's/CC_OPTIONS =.*$/CC_OPTIONS = ${CXXFLAGS} /' \ - -e 's|CC = g++|CC = '$(tc-getCXX)'|' \ - -e '/^LNK_OPTIONS/s:$:${LDFLAGS}:g' \ - -i makefile || die -} - -src_install() { - dobin ${PN} -} |