diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-09-07 11:23:57 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-09-07 11:23:57 +0000 |
commit | faa5f7e3212c88d0c84f7c5e3c2e2edbe35955f3 (patch) | |
tree | f6bb39a06a595fd1a0e5ba65f44316e8900dd6da /sci-biology/qrna/qrna-2.0.3c.ebuild | |
parent | Remove old ebuilds. (diff) | |
download | gentoo-2-faa5f7e3212c88d0c84f7c5e3c2e2edbe35955f3.tar.gz gentoo-2-faa5f7e3212c88d0c84f7c5e3c2e2edbe35955f3.tar.bz2 gentoo-2-faa5f7e3212c88d0c84f7c5e3c2e2edbe35955f3.zip |
Fixed bad HOMEPAGE and formatting in ebuild.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-SENTINEL-2 i686)
Diffstat (limited to 'sci-biology/qrna/qrna-2.0.3c.ebuild')
-rw-r--r-- | sci-biology/qrna/qrna-2.0.3c.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-biology/qrna/qrna-2.0.3c.ebuild b/sci-biology/qrna/qrna-2.0.3c.ebuild index c5047975f4a9..2c047818ca8f 100644 --- a/sci-biology/qrna/qrna-2.0.3c.ebuild +++ b/sci-biology/qrna/qrna-2.0.3c.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2008 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.11 2008/06/22 21:36:14 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/qrna/qrna-2.0.3c.ebuild,v 1.12 2008/09/07 11:23:57 markusle Exp $ inherit toolchain-funcs DESCRIPTION="Prototype ncRNA genefinder" -HOMEPAGE="http://selab.wustl.edu/cgi-bin/selab.pl?mode=software#qrna" +HOMEPAGE="http://selab.janelia.org/software.html" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" @@ -45,5 +45,5 @@ src_install () { doins Demos/* || die # Sets the path to the QRNA data files. -doenvd "${FILESDIR}"/26qrna || die + doenvd "${FILESDIR}"/26qrna || die } |