summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-biology/biogrep/biogrep-1.0-r1.ebuild25
-rw-r--r--sci-biology/biogrep/biogrep-1.0.ebuild18
2 files changed, 0 insertions, 43 deletions
diff --git a/sci-biology/biogrep/biogrep-1.0-r1.ebuild b/sci-biology/biogrep/biogrep-1.0-r1.ebuild
deleted file mode 100644
index f4af74c73bff..000000000000
--- a/sci-biology/biogrep/biogrep-1.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-
-inherit toolchain-funcs
-
-DESCRIPTION="Multithreading application for matching large sets of patternsagainst biosequence dbs"
-HOMEPAGE="http://web.mit.edu/bamel/biogrep.shtml"
-SRC_URI="http://web.mit.edu/bamel/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_prepare() {
- tc-export CC
-}
-
-src_install() {
- emake prefix="${D}"/usr install || die "install failed"
- dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
-}
diff --git a/sci-biology/biogrep/biogrep-1.0.ebuild b/sci-biology/biogrep/biogrep-1.0.ebuild
deleted file mode 100644
index b2161dcaae5b..000000000000
--- a/sci-biology/biogrep/biogrep-1.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Multithreading application for matching large sets of patterns
-against biosequence dbs."
-HOMEPAGE="http://web.mit.edu/bamel/biogrep.shtml"
-SRC_URI="http://web.mit.edu/bamel/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_install() {
- emake prefix="${D}"/usr install || die "install failed"
- dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
-}