commit:     06eacdf47da231ea1e9beebcad176a8fda063afe
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 18:40:53 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 18:40:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06eacdf4

sci-biology/mothur: Drop old

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-biology/mothur/Manifest            |  1 -
 sci-biology/mothur/mothur-1.6.0.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)

diff --git a/sci-biology/mothur/Manifest b/sci-biology/mothur/Manifest
index e0cf36a..1ed7618 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 034f6fa..0000000
--- 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}
-}

Reply via email to