diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-07-08 18:01:08 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-07-08 18:01:08 +0000 |
commit | 4952c83718de0110e1bf830e9c2c869ecf23a17b (patch) | |
tree | a673728c705295dab839d3210ba0472862b6a1a2 /sci-biology/mira | |
parent | sci-libs/libdap: Add fix for gcc-4.7, #425244; move to autotools-utils.eclass (diff) | |
download | gentoo-2-4952c83718de0110e1bf830e9c2c869ecf23a17b.tar.gz gentoo-2-4952c83718de0110e1bf830e9c2c869ecf23a17b.tar.bz2 gentoo-2-4952c83718de0110e1bf830e9c2c869ecf23a17b.zip |
sci-biology/mira: Drop old
(Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/mira')
-rw-r--r-- | sci-biology/mira/ChangeLog | 6 | ||||
-rw-r--r-- | sci-biology/mira/mira-3.0.5.ebuild | 51 | ||||
-rw-r--r-- | sci-biology/mira/mira-3.2.0.ebuild | 51 |
3 files changed, 5 insertions, 103 deletions
diff --git a/sci-biology/mira/ChangeLog b/sci-biology/mira/ChangeLog index 465a5681b0aa..a02f37d83202 100644 --- a/sci-biology/mira/ChangeLog +++ b/sci-biology/mira/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/mira # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/ChangeLog,v 1.17 2012/06/25 20:12:39 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/ChangeLog,v 1.18 2012/07/08 18:01:08 jlec Exp $ + + 08 Jul 2012; Justin Lecher <jlec@gentoo.org> -mira-3.0.5.ebuild, + -mira-3.2.0.ebuild: + Drop old 25 Jun 2012; Jeff Horelick <jdhore@gentoo.org> mira-3.2.1.ebuild: marked x86 per bug 418439 diff --git a/sci-biology/mira/mira-3.0.5.ebuild b/sci-biology/mira/mira-3.0.5.ebuild deleted file mode 100644 index b1219203ea53..000000000000 --- a/sci-biology/mira/mira-3.0.5.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/mira-3.0.5.ebuild,v 1.2 2010/06/28 21:32:20 jlec Exp $ - -EAPI="3" - -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" - -LICENSE="GPL-2" -SLOT="0" -IUSE="doc" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos" - -CDEPEND=">=dev-libs/boost-1.35.0" -DEPEND="${CDEPEND} - dev-libs/expat - doc? ( >=app-text/texlive-core-2009 )" -RDEPEND="${CDEPEND}" - -src_prepare() { - find -name 'configure*' -or -name 'Makefile*' | xargs sed -i 's/flex++/flex -+/' || die - epatch "${FILESDIR}"/${PN}-3.0.0-asneeded.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 - if use doc; then emake -C doc clean docs || die; fi -} - -src_install() { - einstall || die - dodoc AUTHORS GETTING_STARTED NEWS README* HELP_WANTED THANKS INSTALL - find doc/docs/man -type f | xargs doman - find doc/docs/texinfo -type f | xargs doinfo - dobin "${WORKDIR}"/3rdparty/{sff_extract,qual2ball,*.pl} -} diff --git a/sci-biology/mira/mira-3.2.0.ebuild b/sci-biology/mira/mira-3.2.0.ebuild deleted file mode 100644 index df4426c9be6c..000000000000 --- a/sci-biology/mira/mira-3.2.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/mira/mira-3.2.0.ebuild,v 1.4 2011/02/11 13:03:49 hwoarang Exp $ - -EAPI="3" - -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" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-macos" - -CDEPEND=">=dev-libs/boost-1.41.0-r3" -DEPEND="${CDEPEND} - dev-libs/expat" -RDEPEND="${CDEPEND}" - -src_prepare() { - find -name 'configure*' -or -name 'Makefile*' | xargs sed -i 's/flex++/flex -+/' || die - epatch "${FILESDIR}"/${PN}-3.0.0-asneeded.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() { - einstall || die - dodoc AUTHORS GETTING_STARTED NEWS README* HELP_WANTED THANKS INSTALL - find doc/docs/man -type f | xargs doman - find doc/docs/texinfo -type f | xargs doinfo - dobin "${WORKDIR}"/3rdparty/{sff_extract,qual2ball,*.pl} -} |