summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-07-15 10:27:42 +0000
committerJustin Lecher <jlec@gentoo.org>2012-07-15 10:27:42 +0000
commit3e99fc80a9f034681bfd1dfe44f6adf9924015f9 (patch)
tree76e3e01390d1950d49218edb49b2764049b5bccb /sci-biology/infernal
parentsci-biology/infernal: Fix cvs updates of commiter names in patches, #426588 (diff)
downloadgentoo-2-3e99fc80a9f034681bfd1dfe44f6adf9924015f9.tar.gz
gentoo-2-3e99fc80a9f034681bfd1dfe44f6adf9924015f9.tar.bz2
gentoo-2-3e99fc80a9f034681bfd1dfe44f6adf9924015f9.zip
sci-biology/infernal: Cleaned old
(Portage version: 2.2.0_alpha118/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/infernal')
-rw-r--r--sci-biology/infernal/ChangeLog5
-rw-r--r--sci-biology/infernal/infernal-1.0.2.ebuild30
2 files changed, 4 insertions, 31 deletions
diff --git a/sci-biology/infernal/ChangeLog b/sci-biology/infernal/ChangeLog
index 4ef63a5cf65e..d8c779f57b4e 100644
--- a/sci-biology/infernal/ChangeLog
+++ b/sci-biology/infernal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/infernal
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/infernal/ChangeLog,v 1.12 2012/07/15 10:26:02 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/infernal/ChangeLog,v 1.13 2012/07/15 10:27:42 jlec Exp $
+
+ 15 Jul 2012; Justin Lecher <jlec@gentoo.org> -infernal-1.0.2.ebuild:
+ Cleaned old
15 Jul 2012; Justin Lecher <jlec@gentoo.org>
files/infernal-1.0.2-perl-5.16.patch:
diff --git a/sci-biology/infernal/infernal-1.0.2.ebuild b/sci-biology/infernal/infernal-1.0.2.ebuild
deleted file mode 100644
index b2f4d31859c6..000000000000
--- a/sci-biology/infernal/infernal-1.0.2.ebuild
+++ /dev/null
@@ -1,30 +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/infernal/infernal-1.0.2.ebuild,v 1.3 2010/04/05 12:14:58 phajdan.jr Exp $
-
-EAPI="2"
-
-DESCRIPTION="Inference of RNA alignments"
-HOMEPAGE="http://infernal.janelia.org/"
-SRC_URI="ftp://selab.janelia.org/pub/software/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE="mpi"
-KEYWORDS="amd64 x86"
-
-DEPEND="mpi? ( virtual/mpi )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf --prefix="${D}/usr" \
- $(use_enable mpi) || die
-}
-
-src_install() {
- emake install || die
- (cd documentation/manpages; for i in *; do newman ${i} ${i/.man/.1}; done)
- insinto /usr/share/${PN}
- doins -r benchmarks tutorial intro matrices
- dodoc 00README* Userguide.pdf documentation/release-notes/*
-}