summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-06 08:58:27 +0000
committerJustin Lecher <jlec@gentoo.org>2014-01-06 08:58:27 +0000
commitb03f27e2aa7598fad2ae5eecddea809c7036aedc (patch)
tree773e5128786036822ffe196de9cc62f39e93d979 /sci-biology/mira
parentsci-biology/seaview: Punt base.eclass; Bump EAPI to 5; add missing dep for pk... (diff)
downloadgentoo-2-b03f27e2aa7598fad2ae5eecddea809c7036aedc.tar.gz
gentoo-2-b03f27e2aa7598fad2ae5eecddea809c7036aedc.tar.bz2
gentoo-2-b03f27e2aa7598fad2ae5eecddea809c7036aedc.zip
sci-biology/mira: Drop old
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-biology/mira')
-rw-r--r--sci-biology/mira/ChangeLog8
-rw-r--r--sci-biology/mira/mira-3.2.1-r1.ebuild61
-rw-r--r--sci-biology/mira/mira-3.4.0.2.ebuild61
3 files changed, 6 insertions, 124 deletions
diff --git a/sci-biology/mira/ChangeLog b/sci-biology/mira/ChangeLog
index 00fa076f6b44..aca95afca34a 100644
--- a/sci-biology/mira/ChangeLog
+++ b/sci-biology/mira/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-biology/mira
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/ChangeLog,v 1.22 2013/07/07 19:41:05 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/ChangeLog,v 1.23 2014/01/06 08:58:27 jlec Exp $
+
+ 06 Jan 2014; Justin Lecher <jlec@gentoo.org> -mira-3.2.1-r1.ebuild,
+ -mira-3.4.0.2.ebuild:
+ Drop old
*mira-3.9.18 (07 Jul 2013)
diff --git a/sci-biology/mira/mira-3.2.1-r1.ebuild b/sci-biology/mira/mira-3.2.1-r1.ebuild
deleted file mode 100644
index b4d434df4a9b..000000000000
--- a/sci-biology/mira/mira-3.2.1-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/mira-3.2.1-r1.ebuild,v 1.2 2012/11/07 22:29:55 jlec Exp $
-
-EAPI=4
-
-MIRA_3RDPARTY_PV="17-04-2010"
-
-inherit autotools base multilib
-
-DESCRIPTION="Whole Genome Shotgun and EST Sequence Assembler for Sanger, 454 and Solexa / Illumina"
-HOMEPAGE="http://www.chevreux.org/projects_mira.html"
-SRC_URI="
- mirror://sourceforge/mira-assembler/${P}.tar.bz2
- mirror://sourceforge/mira-assembler/mira_3rdparty_${MIRA_3RDPARTY_PV}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-CDEPEND="
- dev-libs/boost
- dev-util/google-perftools"
-DEPEND="${CDEPEND}
- dev-libs/expat"
-RDEPEND="${CDEPEND}"
-
-DOCS=( AUTHORS GETTING_STARTED NEWS README HELP_WANTED
- THANKS doc/3rdparty/scaffolding_MIRA_BAMBUS.pdf )
-
-src_prepare() {
- find -name 'configure*' -or -name 'Makefile*' | xargs sed -i 's/flex++/flex -+/' || die
- epatch \
- "${FILESDIR}"/${PN}-3.0.0-asneeded.patch \
- "${FILESDIR}"/${P}-boost-1.50.patch
- AT_M4DIR="config/m4" eautoreconf
-}
-
-src_configure() {
- econf \
- --with-boost="${EPREFIX}/usr/$(get_libdir)" \
- --with-boost-libdir="${EPREFIX}/usr/$(get_libdir)" \
- --with-boost-thread=boost_thread-mt
-}
-
-#src_compile() {
-# base_src_compile
-# # TODO: resolve docbook incompatibility for building docs
-# #if use doc; then emake -C doc clean docs || die; fi
-#}
-
-src_install() {
- base_src_install
- dobin "${WORKDIR}"/3rdparty/{sff_extract,qual2ball,*.pl}
-}
-
-pkg_postinst() {
- einfo "Documentation is no longer built, you can find it at:"
- einfo "http://mira-assembler.sourceforge.net/docs/DefinitiveGuideToMIRA.html"
-}
diff --git a/sci-biology/mira/mira-3.4.0.2.ebuild b/sci-biology/mira/mira-3.4.0.2.ebuild
deleted file mode 100644
index e3582fddd25c..000000000000
--- a/sci-biology/mira/mira-3.4.0.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/mira-3.4.0.2.ebuild,v 1.1 2012/11/07 22:29:56 jlec Exp $
-
-EAPI=4
-
-MIRA_3RDPARTY_PV="06-07-2012"
-
-inherit autotools base multilib
-
-DESCRIPTION="Whole Genome Shotgun and EST Sequence Assembler for Sanger, 454 and Solexa / Illumina"
-HOMEPAGE="http://www.chevreux.org/projects_mira.html"
-SRC_URI="
- mirror://sourceforge/mira-assembler/${P}.tar.bz2
- mirror://sourceforge/mira-assembler/mira_3rdparty_${MIRA_3RDPARTY_PV}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-CDEPEND="
- dev-libs/boost
- dev-util/google-perftools"
-DEPEND="${CDEPEND}
- app-editors/vim-core
- dev-libs/expat"
-RDEPEND="${CDEPEND}"
-
-DOCS=( AUTHORS GETTING_STARTED NEWS README HELP_WANTED
- THANKS doc/3rdparty/scaffolding_MIRA_BAMBUS.pdf )
-
-src_prepare() {
- find -name 'configure*' -or -name 'Makefile*' | xargs sed -i 's/flex++/flex -+/' || die
- epatch \
- "${FILESDIR}"/${P}-boost-1.50.patch
- AT_M4DIR="config/m4" eautoreconf
-}
-
-src_configure() {
- econf \
- --with-boost="${EPREFIX}/usr/$(get_libdir)" \
- --with-boost-libdir="${EPREFIX}/usr/$(get_libdir)" \
- --with-boost-thread=boost_thread-mt
-}
-
-#src_compile() {
-# base_src_compile
-# # TODO: resolve docbook incompatibility for building docs
-# #if use doc; then emake -C doc clean docs || die; fi
-#}
-
-src_install() {
- base_src_install
- dobin "${WORKDIR}"/3rdparty/{sff_extract,qual2ball,*.pl}
-}
-
-pkg_postinst() {
- einfo "Documentation is no longer built, you can find it at:"
- einfo "http://mira-assembler.sourceforge.net/docs/DefinitiveGuideToMIRA.html"
-}