diff options
author | 2010-06-18 05:52:46 +0000 | |
---|---|---|
committer | 2010-06-18 05:52:46 +0000 | |
commit | 7113c915f848fbc6e7c8e67ee5f9a5e98e2bc39e (patch) | |
tree | 5e4c6b9514bce07b08d54077a0bfec68cf1a67b8 /sci-biology/yass/yass-1.14.ebuild | |
parent | Added a env.d file for stable version too (diff) | |
download | gentoo-2-7113c915f848fbc6e7c8e67ee5f9a5e98e2bc39e.tar.gz gentoo-2-7113c915f848fbc6e7c8e67ee5f9a5e98e2bc39e.tar.bz2 gentoo-2-7113c915f848fbc6e7c8e67ee5f9a5e98e2bc39e.zip |
New package, ebuild written by me
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/yass/yass-1.14.ebuild')
-rw-r--r-- | sci-biology/yass/yass-1.14.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-biology/yass/yass-1.14.ebuild b/sci-biology/yass/yass-1.14.ebuild new file mode 100644 index 000000000000..1cd650351189 --- /dev/null +++ b/sci-biology/yass/yass-1.14.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/yass/yass-1.14.ebuild,v 1.1 2010/06/18 05:52:46 weaver Exp $ + +EAPI="2" + +DESCRIPTION="Genomic similarity search with multiple transition constrained spaced seeds" +HOMEPAGE="http://bioinfo.lifl.fr/yass/" +SRC_URI="http://bioinfo.lifl.fr/yass/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="" + +src_install() { + einstall || die + dodoc AUTHORS README NEWS +} |