diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-12-06 10:14:12 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-12-06 10:14:12 +0000 |
commit | 7c703dccbe4bd3c2746fd2b30360fb982e576bc1 (patch) | |
tree | 713be18959f1d3ab738df3c33d888637f6cfcceb /sci-biology/qrna | |
parent | sci-visualization/gwyddion: Drop old (diff) | |
download | gentoo-2-7c703dccbe4bd3c2746fd2b30360fb982e576bc1.tar.gz gentoo-2-7c703dccbe4bd3c2746fd2b30360fb982e576bc1.tar.bz2 gentoo-2-7c703dccbe4bd3c2746fd2b30360fb982e576bc1.zip |
sci-biology/qrna: Drop old
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-biology/qrna')
-rw-r--r-- | sci-biology/qrna/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/qrna/qrna-2.0.3c.ebuild | 55 |
2 files changed, 4 insertions, 56 deletions
diff --git a/sci-biology/qrna/ChangeLog b/sci-biology/qrna/ChangeLog index 25c87f89f475..75dd0dbd79ba 100644 --- a/sci-biology/qrna/ChangeLog +++ b/sci-biology/qrna/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/qrna # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/qrna/ChangeLog,v 1.24 2012/12/06 04:15:42 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/qrna/ChangeLog,v 1.25 2012/12/06 10:14:12 jlec Exp $ + + 06 Dec 2012; Justin Lecher <jlec@gentoo.org> -qrna-2.0.3c.ebuild: + Drop old 06 Dec 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> qrna-2.0.3c-r1.ebuild: x86 stable wrt bug #441020 diff --git a/sci-biology/qrna/qrna-2.0.3c.ebuild b/sci-biology/qrna/qrna-2.0.3c.ebuild deleted file mode 100644 index 21b7552dbe6f..000000000000 --- a/sci-biology/qrna/qrna-2.0.3c.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/qrna/qrna-2.0.3c.ebuild,v 1.13 2009/08/05 19:32:12 ssuominen Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Prototype ncRNA genefinder" -HOMEPAGE="http://selab.janelia.org/software.html" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -RDEPEND="dev-lang/perl - sci-biology/hmmer" -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-glibc-2.10.patch - sed -e "s/CC = gcc/CC = $(tc-getCC)/" \ - -e "s/CFLAGS = -O/CFLAGS = ${CFLAGS}/" \ - -i src/Makefile squid/Makefile -} - -src_compile() { - cd "${S}"/squid - emake || die - - cd "${S}"/src - emake || die -} - -src_install () { - cd "${S}"/src - dobin cfgbuild eqrna eqrna_sample main rnamat_main || die - - cd "${S}" - dobin scripts/* || die - - newdoc 00README README || die - insinto /usr/share/doc/${PF} - doins documentation/* || die - - insinto /usr/share/${PN}/data - doins lib/* || die - insinto /usr/share/${PN}/demos - doins Demos/* || die - - # Sets the path to the QRNA data files. - doenvd "${FILESDIR}"/26qrna || die -} |