diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-03-08 08:04:51 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-03-08 08:04:51 +0000 |
commit | 1501bc79ba05e82dfb62107ec32cb2e7e9f16d8b (patch) | |
tree | 0e76779050df9c4e89579169e0e1079da3f3455b /sci-biology | |
parent | Add patch to link with gold (diff) | |
download | gentoo-2-1501bc79ba05e82dfb62107ec32cb2e7e9f16d8b.tar.gz gentoo-2-1501bc79ba05e82dfb62107ec32cb2e7e9f16d8b.tar.bz2 gentoo-2-1501bc79ba05e82dfb62107ec32cb2e7e9f16d8b.zip |
Dropped old
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/prints/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/prints/prints-38.0.ebuild | 43 |
2 files changed, 4 insertions, 44 deletions
diff --git a/sci-biology/prints/ChangeLog b/sci-biology/prints/ChangeLog index 4daa370febe6..4751456f45db 100644 --- a/sci-biology/prints/ChangeLog +++ b/sci-biology/prints/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/prints # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/prints/ChangeLog,v 1.29 2012/03/07 20:50:37 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/prints/ChangeLog,v 1.30 2012/03/08 08:04:51 jlec Exp $ + + 08 Mar 2012; Justin Lecher <jlec@gentoo.org> -prints-38.0.ebuild: + Dropped old 07 Mar 2012; Brent Baude <ranger@gentoo.org> prints-39.0.ebuild: Marking prints-39.0 ppc for bug 393929 diff --git a/sci-biology/prints/prints-38.0.ebuild b/sci-biology/prints/prints-38.0.ebuild deleted file mode 100644 index cab577e92b76..000000000000 --- a/sci-biology/prints/prints-38.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# 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-38.0.ebuild,v 1.12 2011/12/16 10:26:54 jlec Exp $ - -MY_PV="${PV/./_}" - -DESCRIPTION="A protein motif fingerprint database" -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" - -DEPEND="emboss? ( sci-biology/emboss )" -RDEPEND="${DEPEND}" - -src_compile() { - if use emboss; then - mkdir PRINTS || die - echo - einfo "Indexing PRINTS for usage with EMBOSS." - EMBOSS_DATA="." printsextract -auto -infile prints${MY_PV}.dat || die \ - "Indexing PRINTS failed." - echo - fi -} - -src_install() { - if ! use minimal; then - insinto /usr/share/${PN} - doins newpr.lis ${PN}${MY_PV}.{all.fasta,dat,kdat,lis,nam,vsn} || die \ - "Installing raw database failed." - fi - if use emboss; then - insinto /usr/share/EMBOSS/data/PRINTS - doins PRINTS/* || die "Installing EMBOSS data files failed." - fi - dodoc README || die "Documentation installation failed." -} |