diff options
author | David Seifert <soap@gentoo.org> | 2016-11-18 19:21:01 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-11-18 23:39:41 +0100 |
commit | fbfd0e86cb1a49b25107a979b2849275f4491824 (patch) | |
tree | 6d73dfec467d1b7b195490f391612d69f8256d82 /sci-biology/biogrep | |
parent | sci-biology/biogrep: Port to EAPI=6 (diff) | |
download | gentoo-fbfd0e86cb1a49b25107a979b2849275f4491824.tar.gz gentoo-fbfd0e86cb1a49b25107a979b2849275f4491824.tar.bz2 gentoo-fbfd0e86cb1a49b25107a979b2849275f4491824.zip |
sci-biology/biogrep: Remove old ebuilds
Package-Manager: portage-2.3.2
Diffstat (limited to 'sci-biology/biogrep')
-rw-r--r-- | sci-biology/biogrep/biogrep-1.0-r1.ebuild | 25 | ||||
-rw-r--r-- | sci-biology/biogrep/biogrep-1.0.ebuild | 18 |
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" -} |