commit: fbfd0e86cb1a49b25107a979b2849275f4491824 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Fri Nov 18 18:21:01 2016 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Nov 18 22:39:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbfd0e86
sci-biology/biogrep: Remove old ebuilds Package-Manager: portage-2.3.2 sci-biology/biogrep/biogrep-1.0-r1.ebuild | 25 ------------------------- sci-biology/biogrep/biogrep-1.0.ebuild | 18 ------------------ 2 files changed, 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 f4af74c..00000000 --- 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 b2161dc..00000000 --- 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" -}
