diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-10-17 17:47:06 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-10-17 17:47:06 +0000 |
commit | 43c012b1a1a354d54060d2f05245809559c2ee5a (patch) | |
tree | 1f2498c302eedb234159fc8279e37a3cf1a781ef /sci-biology/qrna | |
parent | Mark 3.4.1-r1 stable on alpha (diff) | |
download | historical-43c012b1a1a354d54060d2f05245809559c2ee5a.tar.gz historical-43c012b1a1a354d54060d2f05245809559c2ee5a.tar.bz2 historical-43c012b1a1a354d54060d2f05245809559c2ee5a.zip |
Pruning old version
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'sci-biology/qrna')
-rw-r--r-- | sci-biology/qrna/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/qrna/files/digest-qrna-2.0.3b | 1 | ||||
-rw-r--r-- | sci-biology/qrna/qrna-2.0.3b.ebuild | 55 |
3 files changed, 4 insertions, 57 deletions
diff --git a/sci-biology/qrna/ChangeLog b/sci-biology/qrna/ChangeLog index 96b35086b0ee..87d940609c54 100644 --- a/sci-biology/qrna/ChangeLog +++ b/sci-biology/qrna/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/qrna # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/qrna/ChangeLog,v 1.8 2005/10/17 05:17:02 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/qrna/ChangeLog,v 1.9 2005/10/17 17:43:24 ribosome Exp $ + + 17 Oct 2005; Olivier Fisette <ribosome@gentoo.org> -qrna-2.0.3b.ebuild: + Pruning old version. 17 Oct 2005; Joseph Jezak <josejx@gentoo.org> qrna-2.0.3c.ebuild: Marked ppc stable for bug #108336. diff --git a/sci-biology/qrna/files/digest-qrna-2.0.3b b/sci-biology/qrna/files/digest-qrna-2.0.3b deleted file mode 100644 index 43177b62e6db..000000000000 --- a/sci-biology/qrna/files/digest-qrna-2.0.3b +++ /dev/null @@ -1 +0,0 @@ -MD5 4258ab809070c2e6fe10a262b95f24ba qrna-2.0.3b.tar.bz2 8988306 diff --git a/sci-biology/qrna/qrna-2.0.3b.ebuild b/sci-biology/qrna/qrna-2.0.3b.ebuild deleted file mode 100644 index 9025faaaa37f..000000000000 --- a/sci-biology/qrna/qrna-2.0.3b.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/qrna/qrna-2.0.3b.ebuild,v 1.2 2005/08/07 14:21:59 ribosome Exp $ - -inherit toolchain-funcs - -DESCRIPTION="Prototype ncRNA genefinder" -HOMEPAGE="http://www.genetics.wustl.edu/eddy/software/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" -IUSE="" - -DEPEND="dev-lang/perl - virtual/libc" - -src_compile () { - sed -e "s/CC = gcc/CC = $(tc-getCC)/" \ - -e "s/CFLAGS = -O/CFLAGS = ${CFLAGS}/" \ - -i src/Makefile squid/Makefile - sed -e "s/CC = gcc/CC = $(tc-getCC)/" \ - -e "s/CFLAGS = -g -O2/CFLAGS = ${CFLAGS}/" \ - -i squid02/Makefile - cd ${S}/squid - emake || die - cd ${S}/squid02 - emake || die - cd ${S}/src - emake || die -} - -src_install () { - cd ${S}/src - dobin cfgbuild eqrna eqrna_sample main rnamat_main shuffle - cd ${S}/squid02 - dobin afetch alistat compalign compstruct revcomp seqsplit seqstat \ - sfetch shuffle sindex sreformat translate weight - cd ${S} - dobin scripts/* - - newdoc 00README - insinto /usr/share/doc/${PF} - doins documentation/* - - insinto /usr/share/${PN}/data - doins lib/* - insinto /usr/share/${PN}/demos - doins Demos/* - - # Sets the path to the QRNA data files. - insinto /etc/env.d - doins ${FILESDIR}/26qrna -} |