summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-sci/elph/elph-0.1.2.ebuild')
-rw-r--r--app-sci/elph/elph-0.1.2.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/app-sci/elph/elph-0.1.2.ebuild b/app-sci/elph/elph-0.1.2.ebuild
deleted file mode 100644
index f22ee11c236e..000000000000
--- a/app-sci/elph/elph-0.1.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/elph/elph-0.1.2.ebuild,v 1.5 2004/06/24 21:57:24 agriffis Exp $
-
-DESCRIPTION="ELPH -- general-purpose Gibbs sampler for finding motifs in a set of DNA or protein sequences"
-HOMEPAGE="http://www.tigr.org/software/ELPH/index.shtml"
-SRC_URI="ftp://ftp.tigr.org/pub/software/ELPH/ELPH-${PV}.tar.gz"
-LICENSE="Artistic"
-
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND=""
-
-S=${WORKDIR}/ELPH/sources
-
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dodir /usr/bin
- dobin elph
-
- cd ${WORKDIR}/ELPH/
- dodoc COPYRIGHT LICENSE README Readme.ELPH
-}