summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/phred/phred-071220.ebuild')
-rw-r--r--sci-biology/phred/phred-071220.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/sci-biology/phred/phred-071220.ebuild b/sci-biology/phred/phred-071220.ebuild
deleted file mode 100644
index 22600ba92c50..000000000000
--- a/sci-biology/phred/phred-071220.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="A base caller for Sanger DNA sequencing"
-HOMEPAGE="http://phrap.org/phredphrapconsed.html"
-SRC_URI="phred-dist-071220.b-acd.tar.gz"
-
-LICENSE="phrap"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}"
-
-RESTRICT="fetch"
-
-pkg_nofetch() {
- elog "Please visit ${HOMEPAGE} and obtain the file"
- elog "${SRC_URI}, then place it in ${DISTDIR}"
-}
-
-src_compile() {
- sed -i -e 's/CFLAGS=/CFLAGS += /' Makefile
- emake daev || die
- emake || die
-}
-
-src_install() {
- dobin phred daev || die
- insinto /usr/share/${PN}
- doins phredpar.dat || die
- echo "PHRED_PARAMETER_FILE=/usr/share/${PN}/phredpar.dat" > 99phred
- doenvd 99phred || die
- newdoc DAEV.DOC DAEV.DOC.txt
- newdoc PHRED.DOC PHRED.DOC.txt
-}