diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-12-16 10:26:54 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-12-16 10:26:54 +0000 |
commit | 46ddef10d741cf53ef8e2e7e88e824ee2a8df0db (patch) | |
tree | 0d5dd2b8f27056fc9b846f1511f746dd26916ede /sci-biology/prints/prints-39.0.ebuild | |
parent | re-added NEWS file dodoc and mclib USE flag (diff) | |
download | gentoo-2-46ddef10d741cf53ef8e2e7e88e824ee2a8df0db.tar.gz gentoo-2-46ddef10d741cf53ef8e2e7e88e824ee2a8df0db.tar.bz2 gentoo-2-46ddef10d741cf53ef8e2e7e88e824ee2a8df0db.zip |
Add missing die, restructural to fit common-sense
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/prints/prints-39.0.ebuild')
-rw-r--r-- | sci-biology/prints/prints-39.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-biology/prints/prints-39.0.ebuild b/sci-biology/prints/prints-39.0.ebuild index aa6cd1df6e5e..a9a5574a34b3 100644 --- a/sci-biology/prints/prints-39.0.ebuild +++ b/sci-biology/prints/prints-39.0.ebuild @@ -1,27 +1,26 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/prints/prints-39.0.ebuild,v 1.4 2011/08/09 15:36:16 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/prints/prints-39.0.ebuild,v 1.5 2011/12/16 10:26:54 jlec Exp $ MY_PV="${PV/./_}" DESCRIPTION="A protein motif fingerprint database" -LICENSE="public-domain" HOMEPAGE="http://www.bioinf.man.ac.uk/dbbrowser/PRINTS/" SRC_URI="mirror://gentoo/${P}.tar.bz2" SLOT="0" +LICENSE="public-domain" IUSE="emboss minimal" # Minimal build keeps only the indexed files (if applicable) and the # documentation. The non-indexed database is not installed. KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" DEPEND="emboss? ( sci-biology/emboss )" - RDEPEND="${DEPEND}" src_compile() { if use emboss; then - mkdir PRINTS + mkdir PRINTS || die echo einfo "Indexing PRINTS for usage with EMBOSS." EMBOSS_DATA="." printsextract -auto -infile prints${MY_PV}.dat || die \ |